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 Footprint, reference main (0d12b5), with Swift 5.10 for macOS (SPM) on 12 Apr 2025 22:24:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naftaly/Footprint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naftaly/Footprint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0d12b57 Update Footprint.swift
Cloned https://github.com/naftaly/Footprint.git
Revision (git rev-parse @):
0d12b576ff3953d17dcc9840bdef66a56e273a4a
SUCCESS checkout https://github.com/naftaly/Footprint.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/naftaly/Footprint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Emitting module Footprint
[4/5] Compiling Footprint DefaultMemoryProvider.swift
[5/5] Compiling Footprint Footprint.swift
Build complete! (7.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Footprint",
  "name" : "Footprint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Footprint",
      "targets" : [
        "Footprint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FootprintTests",
      "module_type" : "SwiftTarget",
      "name" : "FootprintTests",
      "path" : "Tests/FootprintTests",
      "sources" : [
        "FootprintTests.swift"
      ],
      "target_dependencies" : [
        "Footprint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Footprint",
      "module_type" : "SwiftTarget",
      "name" : "Footprint",
      "path" : "Sources/Footprint",
      "product_memberships" : [
        "Footprint"
      ],
      "sources" : [
        "DefaultMemoryProvider.swift",
        "Footprint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.