The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RocketBoot, reference master (011c50), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 26 Nov 2024 18:56:38 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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:         macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 785846b99eceac7b6779c678e3e3d8d9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/785846b99eceac7b6779c678e3e3d8d9.xcbuilddata
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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 platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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 'ColorizeSwift' from project 'RocketBoot')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (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 'Boot' from project 'RocketBoot')
/Users/admin/builder/spi-builder-workspace/RocketBoot.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.1.99. (in target 'Boot' from project 'RocketBoot')
** BUILD FAILED **
The following build commands failed:
	Building project RocketBoot with scheme RocketBoot-Package
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild