The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FlutterSwift, reference 3.24.0 (ce2d92), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 10:36:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/FlutterSwift.git
Reference: 3.24.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/FlutterSwift
 * tag               3.24.0     -> FETCH_HEAD
HEAD is now at ce2d922 make DRM GBM backend default
Submodule path 'Sources/CxxFlutterSwift/flutter-embedded-linux': checked out '595f7f5bb02a32eb09a3ad136a5f9736e0fa7244'
Submodule 'Sources/CxxFlutterSwift/flutter-embedded-linux' (https://github.com/sony/flutter-embedded-linux) registered for path 'Sources/CxxFlutterSwift/flutter-embedded-linux'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/CxxFlutterSwift/flutter-embedded-linux'...
Cloned https://github.com/PADL/FlutterSwift.git
Revision (git rev-parse @):
ce2d922e6bad397322c722c8237b433379bb1b9a
SUCCESS checkout https://github.com/PADL/FlutterSwift.git at 3.24.0
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.BJxTRK/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.10.0", "/Users/admin/builder/spi-builder-workspace/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.K5KwTl/spi-builder-workspace-manifest"])
/Users/admin/builder/spi-builder-workspace/Package.swift:340:41: error: cannot find 'FlutterELinuxBackend' in scope
338 |       ],
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
/Users/admin/builder/spi-builder-workspace/Package.swift:341:43: error: cannot find 'FlutterELinuxBackend' in scope
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
343 |         .headerSearchPath(
/Users/admin/builder/spi-builder-workspace/Package.swift:357:41: error: cannot find 'FlutterELinuxBackend' in scope
355 |       ],
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
359 |         .interoperabilityMode(.Cxx),
/Users/admin/builder/spi-builder-workspace/Package.swift:358:43: error: cannot find 'FlutterELinuxBackend' in scope
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
359 |         .interoperabilityMode(.Cxx),
360 |       ],
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PADL/FlutterSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.XnULoU/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.10.0", "/Users/admin/builder/spi-builder-workspace/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.8QaoAD/spi-builder-workspace-manifest"])
/Users/admin/builder/spi-builder-workspace/Package.swift:340:41: error: cannot find 'FlutterELinuxBackend' in scope
338 |       ],
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
/Users/admin/builder/spi-builder-workspace/Package.swift:341:43: error: cannot find 'FlutterELinuxBackend' in scope
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
343 |         .headerSearchPath(
/Users/admin/builder/spi-builder-workspace/Package.swift:357:41: error: cannot find 'FlutterELinuxBackend' in scope
355 |       ],
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
359 |         .interoperabilityMode(.Cxx),
/Users/admin/builder/spi-builder-workspace/Package.swift:358:43: error: cannot find 'FlutterELinuxBackend' in scope
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
359 |         .interoperabilityMode(.Cxx),
360 |       ],
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.GwI0Io/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.10.0", "/Users/admin/builder/spi-builder-workspace/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.9OT2KT/spi-builder-workspace-manifest"])
/Users/admin/builder/spi-builder-workspace/Package.swift:340:41: error: cannot find 'FlutterELinuxBackend' in scope
338 |       ],
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
/Users/admin/builder/spi-builder-workspace/Package.swift:341:43: error: cannot find 'FlutterELinuxBackend' in scope
339 |       cxxSettings: [
340 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
341 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
342 |         .headerSearchPath("../CxxFlutterSwift/flutter-embedded-linux/src"),
343 |         .headerSearchPath(
/Users/admin/builder/spi-builder-workspace/Package.swift:357:41: error: cannot find 'FlutterELinuxBackend' in scope
355 |       ],
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
    |                                         `- error: cannot find 'FlutterELinuxBackend' in scope
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
359 |         .interoperabilityMode(.Cxx),
/Users/admin/builder/spi-builder-workspace/Package.swift:358:43: error: cannot find 'FlutterELinuxBackend' in scope
356 |       swiftSettings: [
357 |         .define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
358 |         .define("FLUTTER_TARGET_BACKEND_\(FlutterELinuxBackend.flutterTargetBackend)"),
    |                                           `- error: cannot find 'FlutterELinuxBackend' in scope
359 |         .interoperabilityMode(.Cxx),
360 |       ],
BUILD FAILURE 6.0 macosSpm