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 Geotum, reference master (a22720), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 13:43:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Geotum-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pducks32/Geotum.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pducks32/Geotum
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a22720e Implement basic cli
Cloned https://github.com/pducks32/Geotum.git
Revision (git rev-parse @):
a22720edc5281580a5648aa49755e47c1b4bdf9f
SUCCESS checkout https://github.com/pducks32/Geotum.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pducks32/Geotum.git
https://github.com/pducks32/Geotum.git
{
  "dependencies" : [
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "swift-5.0-branch"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "Geotum",
  "name" : "Geotum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Geotum",
      "targets" : [
        "Geotum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geotum",
      "targets" : [
        "GeotumCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeotumTests",
      "module_type" : "SwiftTarget",
      "name" : "GeotumTests",
      "path" : "Tests/GeotumTests",
      "sources" : [
        "GeotumTests.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeotumCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeotumCLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "SPMUtility"
      ],
      "product_memberships" : [
        "geotum"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Geotum",
      "module_type" : "SwiftTarget",
      "name" : "Geotum",
      "path" : "Sources/Geotum",
      "product_memberships" : [
        "Geotum",
        "geotum"
      ],
      "sources" : [
        "Geotum.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "swift-5.0-branch"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "Geotum",
  "name" : "Geotum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Geotum",
      "targets" : [
        "Geotum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geotum",
      "targets" : [
        "GeotumCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeotumTests",
      "module_type" : "SwiftTarget",
      "name" : "GeotumTests",
      "path" : "Tests/GeotumTests",
      "sources" : [
        "GeotumTests.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeotumCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeotumCLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "SPMUtility"
      ],
      "product_memberships" : [
        "geotum"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Geotum",
      "module_type" : "SwiftTarget",
      "name" : "Geotum",
      "path" : "Sources/Geotum",
      "product_memberships" : [
        "Geotum",
        "geotum"
      ],
      "sources" : [
        "Geotum.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Geotum",
    "schemes" : [
      "Geotum Command Line",
      "Geotum-Package",
      "GeotumCLI",
      "GeotumPackageDescription"
    ],
    "targets" : [
      "Basic",
      "Geotum",
      "GeotumCLI",
      "GeotumPackageDescription",
      "GeotumPackageTests",
      "GeotumTests",
      "POSIX",
      "SPMLibc",
      "SPMUtility",
      "SwiftPMPackageDescription",
      "clibc",
      "geotum"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Geotum-Package -destination generic/platform=watchOS 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 Geotum-Package -destination generic/platform=watchOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'GeotumCLI' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMUtility' in project 'Geotum'
        ➜ Explicit dependency on target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
        ➜ Explicit dependency on target 'Geotum' in project 'Geotum'
    Target 'SPMUtility' in project 'Geotum'
        ➜ Explicit dependency on target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'clibc' in project 'Geotum' (no dependencies)
    Target 'Geotum' in project 'Geotum' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 0cad363d406453ea2f8e59fe482700d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0cad363d406453ea2f8e59fe482700d7.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'GeotumCLI' from project 'Geotum')
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: error: Signing for "GeotumCLI" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'GeotumCLI' from project 'Geotum')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'GeotumCLI' from project 'Geotum')
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'Geotum' from project 'Geotum')
** BUILD FAILED **
The following build commands failed:
	Building project Geotum with scheme Geotum-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "swift-5.0-branch"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "Geotum",
  "name" : "Geotum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Geotum",
      "targets" : [
        "Geotum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geotum",
      "targets" : [
        "GeotumCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeotumTests",
      "module_type" : "SwiftTarget",
      "name" : "GeotumTests",
      "path" : "Tests/GeotumTests",
      "sources" : [
        "GeotumTests.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeotumCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeotumCLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "SPMUtility"
      ],
      "product_memberships" : [
        "geotum"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Geotum"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Geotum",
      "module_type" : "SwiftTarget",
      "name" : "Geotum",
      "path" : "Sources/Geotum",
      "product_memberships" : [
        "Geotum",
        "geotum"
      ],
      "sources" : [
        "Geotum.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Geotum",
    "schemes" : [
      "Geotum Command Line",
      "Geotum-Package",
      "GeotumCLI",
      "GeotumPackageDescription"
    ],
    "targets" : [
      "Basic",
      "Geotum",
      "GeotumCLI",
      "GeotumPackageDescription",
      "GeotumPackageTests",
      "GeotumTests",
      "POSIX",
      "SPMLibc",
      "SPMUtility",
      "SwiftPMPackageDescription",
      "clibc",
      "geotum"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Geotum-Package -destination generic/platform=watchOS
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 Geotum-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'GeotumCLI' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMUtility' in project 'Geotum'
        ➜ Explicit dependency on target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
        ➜ Explicit dependency on target 'Geotum' in project 'Geotum'
    Target 'SPMUtility' in project 'Geotum'
        ➜ Explicit dependency on target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'Basic' in project 'Geotum'
        ➜ Explicit dependency on target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'POSIX' in project 'Geotum'
        ➜ Explicit dependency on target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'SPMLibc' in project 'Geotum'
        ➜ Explicit dependency on target 'clibc' in project 'Geotum'
    Target 'clibc' in project 'Geotum' (no dependencies)
    Target 'Geotum' in project 'Geotum' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 43dbd50ff4d33d5cc93569ea6af305b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/43dbd50ff4d33d5cc93569ea6af305b4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'GeotumCLI' from project 'Geotum')
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: error: Signing for "GeotumCLI" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'GeotumCLI' from project 'Geotum')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'GeotumCLI' from project 'Geotum')
/Users/admin/builder/spi-builder-workspace/Geotum.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'Geotum' from project 'Geotum')
** BUILD FAILED **
The following build commands failed:
	Building project Geotum with scheme Geotum-Package
(1 failure)
BUILD FAILURE 6.1 watchOS