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 simd-tools, reference 0.0.3 (338957), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 02:06:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SIMDTools -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/computer-graphics-tools/simd-tools.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/computer-graphics-tools/simd-tools
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 338957b update deps
Cloned https://github.com/computer-graphics-tools/simd-tools.git
Revision (git rev-parse @):
338957bd470a0ace1b82afb51737504f664b7376
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/simd-tools.git at 0.0.3
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/computer-graphics-tools/simd-tools.git
https://github.com/computer-graphics-tools/simd-tools.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "simd-tools",
  "name" : "simd-tools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SIMDTools",
      "targets" : [
        "SIMDTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SIMDToolsMacros",
      "targets" : [
        "SIMDToolsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SIMDToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SIMDToolsTests",
      "path" : "Tests/SIMDToolsTests",
      "sources" : [
        "AngleTests.swift",
        "Float3x3Tests.swift",
        "Float4x4Tests.swift",
        "SIMDToolsTests.swift",
        "UtilityFunctionTests.swift"
      ],
      "target_dependencies" : [
        "SIMDTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SIMDToolsMacros",
      "module_type" : "SwiftTarget",
      "name" : "SIMDToolsMacros",
      "path" : "Sources/SIMDToolsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SIMDTools",
        "SIMDToolsMacros"
      ],
      "sources" : [
        "SIMDToolsMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SIMDTools",
      "module_type" : "SwiftTarget",
      "name" : "SIMDTools",
      "path" : "Sources/SIMDTools",
      "product_memberships" : [
        "SIMDTools"
      ],
      "sources" : [
        "Angle.swift",
        "Helpers.swift",
        "SIMD+Extensions.swift",
        "SIMDTools.swift",
        "float3x3+Extensions.swift",
        "float4x4+Extensions.swift"
      ],
      "target_dependencies" : [
        "SIMDToolsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-syntax.git
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  simd-tools: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
resolved source packages: simd-tools, swift-syntax
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SIMDTools -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.3.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 SIMDTools -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 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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  simd-tools: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
2025-04-29 19:06:43.738 xcodebuild[714:3901] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_19-06-0043.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "SIMDTools". The "-list" option can be used to find the names of the schemes in the workspace.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  simd-tools: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-syntax, simd-tools
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SIMDTools -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.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 SIMDTools -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  simd-tools: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
2025-04-29 19:06:45.460 xcodebuild[730:4012] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_19-06-0045.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "SIMDTools". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 macosXcodebuild