The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Footprint, reference v1.2.1 (2a94c2), with Swift 6.3 for macOS (SPM) on 25 Apr 2026 06:55:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naftaly/Footprint.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naftaly/Footprint
 * tag               v1.2.1     -> FETCH_HEAD
HEAD is now at 2a94c20 Add system-wide memory tracking (#8)
Cloned https://github.com/naftaly/Footprint.git
Revision (git rev-parse @):
2a94c20f8070cb83d6159e8cc65ac77c3806668b
SUCCESS checkout https://github.com/naftaly/Footprint.git at v1.2.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "footprint",
      "name": "Footprint",
      "url": "https://github.com/naftaly/Footprint.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Footprint",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/naftaly/Footprint.git
[1/234] Fetching footprint
Fetched https://github.com/naftaly/Footprint.git from cache (0.66s)
Creating working copy for https://github.com/naftaly/Footprint.git
Working copy of https://github.com/naftaly/Footprint.git resolved at v1.2.1 (2a94c20)
warning: '.resolve-product-dependencies': dependency 'footprint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/naftaly/Footprint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling Footprint Footprint.swift
[4/5] Compiling Footprint DefaultMemoryProvider.swift
[5/5] Emitting module Footprint
Build complete! (9.00s)
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" : "6.2"
}
Done.