You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building produces the following errors:
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:0
Swift Compiler Error (Xcode): Consecutive statements on a line must be separated by ';'
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilterPlugin.swift:0:0
Swift Compiler Error (Xcode): Consecutive statements on a line must be separated by ';'
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilterPlugin.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilterPlugin.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/StateSync.swift:0:0
Swift Compiler Error (Xcode): Consecutive statements on a line must be separated by ';'
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/StateSync.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/StateSync.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/UnfairLock.swift:0:0
Swift Compiler Error (Xcode): Consecutive statements on a line must be separated by ';'
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/UnfairLock.swift:0:6
Swift Compiler Error (Xcode): Expressions are not allowed at the top level
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/UnfairLock.swift:0:6
Swift Compiler Error (Xcode): Cannot find operator '..' in scope; did you mean '...'?
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:0
Swift Compiler Error (Xcode): Cannot find 'shared_swift' in scope
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:6
Swift Compiler Error (Xcode): Cannot find 'LiveKitKrispNoiseFilter' in scope
/Users/adambeer/.pub-cache/hosted/pub.dev/livekit_noise_filter-0.2.0+hotfix.1/ios/Classes/LiveKitKrispNoiseFilter.swift:0:19
Uncategorized (Xcode): Command SwiftEmitModule failed with a nonzero exit code
Describe the bug
Building produces the following errors:
To Reproduce
Follow the steps on https://pub.dev/packages/livekit_noise_filter, except Im using the latest version
Platform information
The text was updated successfully, but these errors were encountered: