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 RocketBoot, reference master (011c50), with Swift 6.0 for watchOS using Xcode 16.0 on 31 Oct 2024 06:56:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RocketBoot-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeeagle/rocketboot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeeagle/rocketboot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 011c50e fixed odd behavior
Cloned https://github.com/codeeagle/rocketboot.git
Revision (git rev-parse @):
011c50e361adc27b110b86eb55f135ad3e0632c6
SUCCESS checkout https://github.com/codeeagle/rocketboot.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/codeeagle/rocketboot.git
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "yamlswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "git@github.com:behrang/YamlSwift.git"
    },
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "git@github.com:mtynior/ColorizeSwift.git"
    }
  ],
  "manifest_display_name" : "RocketBoot",
  "name" : "RocketBoot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Boot",
      "targets" : [
        "Boot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RocketBoot",
      "targets" : [
        "RocketBoot"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketBoot",
      "module_type" : "SwiftTarget",
      "name" : "RocketBoot",
      "path" : "Sources/RocketBoot",
      "product_dependencies" : [
        "Yaml",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "RocketBoot"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Boot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BootTests",
      "module_type" : "SwiftTarget",
      "name" : "BootTests",
      "path" : "Tests/BootTests",
      "product_dependencies" : [
        "Yaml",
        "ColorizeSwift"
      ],
      "sources" : [
        "BootTests.swift"
      ],
      "target_dependencies" : [
        "Boot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Boot",
      "module_type" : "SwiftTarget",
      "name" : "Boot",
      "path" : "Sources/Boot",
      "product_dependencies" : [
        "Yaml",
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "Boot",
        "RocketBoot"
      ],
      "sources" : [
        "Log.swift",
        "RocketBoot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
warning: 'spi-builder-workspace': Invalid Source '/Users/admin/builder/spi-builder-workspace/Tests/BootTests/Resources/*': File not found.
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RocketBoot",
    "schemes" : [
      "RocketBoot",
      "RocketBoot-Package",
      "RocketBootPackageTests"
    ],
    "targets" : [
      "BootTests",
      "RocketBoot",
      "Boot",
      "ColorizeSwift",
      "Yaml",
      "RocketBootPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RocketBoot-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RocketBoot-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RocketBoot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Boot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'ColorizeSwift' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Yaml' in project 'RocketBoot'
    Target 'Boot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'ColorizeSwift' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Yaml' in project 'RocketBoot'
    Target 'Yaml' in project 'RocketBoot' (no dependencies)
    Target 'ColorizeSwift' in project 'RocketBoot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d862ee688ac774b54b7430807a07f313
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d862ee688ac774b54b7430807a07f313.xcbuilddata
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Yaml' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Yaml' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'ColorizeSwift' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'ColorizeSwift' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Boot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Boot' from project 'RocketBoot')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: error: Signing for "RocketBoot" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'RocketBoot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'RocketBoot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'RocketBoot' from project 'RocketBoot')
** BUILD FAILED **
The following build commands failed:
	Building project RocketBoot with scheme RocketBoot-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RocketBoot-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RocketBoot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Boot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'ColorizeSwift' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Yaml' in project 'RocketBoot'
    Target 'Boot' in project 'RocketBoot'
        ➜ Explicit dependency on target 'ColorizeSwift' in project 'RocketBoot'
        ➜ Explicit dependency on target 'Yaml' in project 'RocketBoot'
    Target 'Yaml' in project 'RocketBoot' (no dependencies)
    Target 'ColorizeSwift' in project 'RocketBoot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'RocketBoot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'RocketBoot' from project 'RocketBoot')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: error: Signing for "RocketBoot" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'RocketBoot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Boot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Boot' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'ColorizeSwift' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'ColorizeSwift' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Yaml' from project 'RocketBoot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Yaml' from project 'RocketBoot')
** BUILD FAILED **
The following build commands failed:
	Building project RocketBoot with scheme RocketBoot-Package
(1 failure)
BUILD FAILURE 6.0 watchOS