The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Footprint, reference main (61f8d5), with Swift 6.0 for macOS (SPM) on 31 May 2025 07:23:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 61f8d57 Updated readme
Cloned https://github.com/naftaly/Footprint.git
Revision (git rev-parse @):
61f8d57d2022c474e1eda17e2f80b651a3b2229a
SUCCESS checkout https://github.com/naftaly/Footprint.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/naftaly/Footprint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Emitting module Footprint
[4/5] Compiling Footprint Footprint.swift
[5/5] Compiling Footprint DefaultMemoryProvider.swift
Build complete! (8.59s)
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.