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 FuncBot, reference 0.0.3 (511cd8), with Swift 6.0 for tvOS using Xcode 16.0 on 31 Oct 2024 08:16:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FuncBot-Package -destination generic/platform=tvOS 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/bearyinnovative/funcbot.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bearyinnovative/funcbot
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 511cd86 Open hubot ID & add some functional operators
Cloned https://github.com/bearyinnovative/funcbot.git
Revision (git rev-parse @):
511cd8632e90070de9c629e444a22148d9b14b00
SUCCESS checkout https://github.com/bearyinnovative/funcbot.git at 0.0.3
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bearyinnovative/funcbot.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" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "FuncBot",
  "name" : "FuncBot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FuncBot",
      "targets" : [
        "FuncBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuncBotTests",
      "module_type" : "SwiftTarget",
      "name" : "FuncBotTests",
      "path" : "Tests/FuncBotTests",
      "product_dependencies" : [
        "Starscream"
      ],
      "sources" : [
        "FuncBotTests.swift"
      ],
      "target_dependencies" : [
        "FuncBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuncBot",
      "module_type" : "SwiftTarget",
      "name" : "FuncBot",
      "path" : "Sources/FuncBot",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "FuncBot"
      ],
      "sources" : [
        "Examples/Middlewares.swift",
        "FuncBot.swift",
        "HTTP/HTTP.swift",
        "IO/Console.swift",
        "IO/IO.swift",
        "JSON/JSON.swift",
        "Message/Message.swift",
        "Operators.swift",
        "RTM/RTM.swift",
        "curry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "FuncBot",
    "schemes" : [
      "FuncBot-Package",
      "FuncBotPackageDescription",
      "FuncBotPackageTests",
      "StarscreamPackageDescription"
    ],
    "targets" : [
      "FuncBotPackageDescription",
      "StarscreamPackageDescription",
      "FuncBotTests",
      "FuncBot",
      "Starscream",
      "FuncBotPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FuncBot-Package -destination generic/platform=tvOS 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 FuncBot-Package -destination generic/platform=tvOS "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 (2 targets)
    Target 'FuncBot' in project 'FuncBot'
        ➜ Explicit dependency on target 'Starscream' in project 'FuncBot'
    Target 'Starscream' in project 'FuncBot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 521ba78a27913c055c26351d87546f9a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/521ba78a27913c055c26351d87546f9a.xcbuilddata
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Starscream' from project 'FuncBot')
** BUILD FAILED **
The following build commands failed:
	Building project FuncBot with scheme FuncBot-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 FuncBot-Package -destination generic/platform=tvOS "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 (2 targets)
    Target 'FuncBot' in project 'FuncBot'
        ➜ Explicit dependency on target 'Starscream' in project 'FuncBot'
    Target 'Starscream' in project 'FuncBot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Starscream' from project 'FuncBot')
** BUILD FAILED **
The following build commands failed:
	Building project FuncBot with scheme FuncBot-Package
(1 failure)
BUILD FAILURE 6.0 tvOS