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 MapboxCommon, reference v24.11.3 (637be3), with Swift 5.9 for watchOS using Xcode 15.2 on 23 Apr 2025 02:55:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-common-ios.git
Reference: v24.11.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mapbox/mapbox-common-ios
 * tag               v24.11.3   -> FETCH_HEAD
HEAD is now at 637be38 Update to v24.11.3
Cloned https://github.com/mapbox/mapbox-common-ios.git
Revision (git rev-parse @):
637be38ecea2c6aaac4f81a1f94b4e2001c9fad3
SUCCESS checkout https://github.com/mapbox/mapbox-common-ios.git at v24.11.3
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.9
Building package at path:  $PWD
https://github.com/mapbox/mapbox-common-ios.git
Command line invocation:
    /Applications/Xcode-15.2.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
Resolve Package Graph
Fetching from https://github.com/mapbox/turf-swift.git
Creating working copy of package ‘turf-swift’
Checking out 4.0.0 of package ‘turf-swift’
Resolve Package Graph
Resolved source packages:
  Turf: https://github.com/mapbox/turf-swift.git @ 4.0.0
  MapboxCommon: /Users/admin/builder/spi-builder-workspace
resolved source packages: Turf, MapboxCommon
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "turf-swift",
      "requirement" : {
        "exact" : [
          "4.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/turf-swift.git"
    }
  ],
  "manifest_display_name" : "MapboxCommon",
  "name" : "MapboxCommon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MapboxCommon",
      "targets" : [
        "MapboxCommonWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxCommonWrapper",
      "module_type" : "SwiftTarget",
      "name" : "MapboxCommonWrapper",
      "path" : "Sources/MapboxCommonWrapper",
      "product_dependencies" : [
        "Turf"
      ],
      "product_memberships" : [
        "MapboxCommon"
      ],
      "sources" : [
        "Shim.swift"
      ],
      "target_dependencies" : [
        "MapboxCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxCommonTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxCommonTests",
      "path" : "Tests/MapboxCommonTests",
      "sources" : [
        "MapboxCommonTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MapboxCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxCommon",
      "module_type" : "BinaryTarget",
      "name" : "MapboxCommon",
      "path" : "remote/archive/MapboxCommon.zip",
      "product_memberships" : [
        "MapboxCommon"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MapboxCommon"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MapboxCommon -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.2.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 MapboxCommon -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  MapboxCommon: /Users/admin/builder/spi-builder-workspace
  Turf: https://github.com/mapbox/turf-swift.git @ 4.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'MapboxCommonTests' in project 'MapboxCommon' (no dependencies)
    Target 'MapboxCommon' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'MapboxCommonWrapper' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'Turf' in project 'Turf'
    Target 'MapboxCommonWrapper' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'Turf' in project 'Turf'
    Target 'Turf' in project 'Turf' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: bf55bbd6a7e5b5bddc0fd1aaea7dd9b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bf55bbd6a7e5b5bddc0fd1aaea7dd9b4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommon' from project 'MapboxCommon')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommonWrapper' from project 'MapboxCommon')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommonTests' from project 'MapboxCommon')
Resolve Package Graph
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.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
Resolve Package Graph
Resolved source packages:
  Turf: https://github.com/mapbox/turf-swift.git @ 4.0.0
  MapboxCommon: /Users/admin/builder/spi-builder-workspace
resolved source packages: Turf, MapboxCommon
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "turf-swift",
      "requirement" : {
        "exact" : [
          "4.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/turf-swift.git"
    }
  ],
  "manifest_display_name" : "MapboxCommon",
  "name" : "MapboxCommon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MapboxCommon",
      "targets" : [
        "MapboxCommonWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxCommonWrapper",
      "module_type" : "SwiftTarget",
      "name" : "MapboxCommonWrapper",
      "path" : "Sources/MapboxCommonWrapper",
      "product_dependencies" : [
        "Turf"
      ],
      "product_memberships" : [
        "MapboxCommon"
      ],
      "sources" : [
        "Shim.swift"
      ],
      "target_dependencies" : [
        "MapboxCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxCommonTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxCommonTests",
      "path" : "Tests/MapboxCommonTests",
      "sources" : [
        "MapboxCommonTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MapboxCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxCommon",
      "module_type" : "BinaryTarget",
      "name" : "MapboxCommon",
      "path" : "remote/archive/MapboxCommon.zip",
      "product_memberships" : [
        "MapboxCommon"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MapboxCommon"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MapboxCommon -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.2.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 MapboxCommon -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  MapboxCommon: /Users/admin/builder/spi-builder-workspace
  Turf: https://github.com/mapbox/turf-swift.git @ 4.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'MapboxCommonTests' in project 'MapboxCommon' (no dependencies)
    Target 'MapboxCommon' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'MapboxCommonWrapper' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'Turf' in project 'Turf'
    Target 'MapboxCommonWrapper' in project 'MapboxCommon'
        ➜ Explicit dependency on target 'Turf' in project 'Turf'
    Target 'Turf' in project 'Turf' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: bf55bbd6a7e5b5bddc0fd1aaea7dd9b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bf55bbd6a7e5b5bddc0fd1aaea7dd9b4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommon' from project 'MapboxCommon')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommonTests' from project 'MapboxCommon')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MapboxCommon/MapboxCommon.xcframework'. (in target 'MapboxCommonWrapper' from project 'MapboxCommon')
** BUILD FAILED **
BUILD FAILURE 5.9 watchOS