We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@orbstack:/host# git rev-parse @ a24a0f1037b5c65885876be89f598b6f1e70f21c root@orbstack:/host# swift --version Swift version 6.0.2 (swift-6.0.2-RELEASE) Target: aarch64-unknown-linux-gnu root@orbstack:/host# swift build warning: 'combine-schedulers': /host/.build/checkouts/combine-schedulers/[email protected]:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' 3 | import PackageDescription 4 | 5 | let package = Package( | |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' | `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead 6 | name: "combine-schedulers", 7 | platforms: [ warning: 'swift-clocks': /host/.build/checkouts/swift-clocks/[email protected]:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' 3 | import PackageDescription 4 | 5 | let package = Package( | |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' | `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead 6 | name: "swift-clocks", 7 | // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms warning: 'host': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target /host/Tests/DependenciesMacrosPluginTests/DependenciesMacros.xctestplan Building for debugging... /host/Sources/Dependencies/DependencyValues.swift:549:24: error: cannot find 'previewValues' in scope 547 | value = CachedValues.$isAccessingCachedDependencies.withValue(true) { 548 | #if compiler(>=6) 549 | return previewValues[key] | `- error: cannot find 'previewValues' in scope 550 | #else 551 | return Key.previewValue [26/81] Compiling SwiftSyntax Utils.swift
main
No response
1.5.0
Linux
Swift version 6.0.2 (swift-6.0.2-RELEASE) Target: aarch64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Dependencies version information
1.5.0
Destination operating system
Linux
Xcode version information
No response
Swift Compiler version information
The text was updated successfully, but these errors were encountered: