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

Successful build of MapboxCommon, reference v24.8.0 (2b9ec8), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 09:52:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-common-ios.git
Reference: v24.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mapbox/mapbox-common-ios
 * tag               v24.8.0    -> FETCH_HEAD
HEAD is now at 2b9ec86 Release v24.8.0
Cloned https://github.com/mapbox/mapbox-common-ios.git
Revision (git rev-parse @):
2b9ec86affbf41f0e800f0c1c96be31c02e6854f
SUCCESS checkout https://github.com/mapbox/mapbox-common-ios.git at v24.8.0
[6943/6943] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.8.0/MapboxCommon.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.8.0/MapboxCommon.zip
Downloaded https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.8.0/MapboxCommon.zip (2.85s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mapbox-common-ios",
      "name": "MapboxCommon",
      "url": "https://github.com/mapbox/mapbox-common-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mapbox-common-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mapbox/mapbox-common-ios.git
[1/4002] Fetching mapbox-common-ios
Fetched https://github.com/mapbox/mapbox-common-ios.git from cache (4.05s)
Creating working copy for https://github.com/mapbox/mapbox-common-ios.git
Working copy of https://github.com/mapbox/mapbox-common-ios.git resolved at v24.8.0 (2b9ec86)
Fetching binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.8.0/MapboxCommon.zip from cache
Fetched https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.8.0/MapboxCommon.zip from cache (1.29s)
warning: '.resolve-product-dependencies': dependency 'mapbox-common-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mapbox/mapbox-common-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
Build complete! (0.03s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "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" : [
        "MapboxCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "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"
}
Done.