Build Information
Successful build of Footprint, reference v1.0.6 (7f9010
), with Swift 5.10 for macOS (SPM) on 27 May 2025 00:15:17 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naftaly/Footprint.git
Reference: v1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naftaly/Footprint
* tag v1.0.6 -> FETCH_HEAD
HEAD is now at 7f9010e Added an AsyncStream to receive footprint changes
Cloned https://github.com/naftaly/Footprint.git
Revision (git rev-parse @):
7f9010e91642e6e3e012ebd6b014e0d60dad3d11
SUCCESS checkout https://github.com/naftaly/Footprint.git at v1.0.6
========================================
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] Compiling Footprint DefaultMemoryProvider.swift
[4/5] Emitting module Footprint
[5/5] Compiling Footprint Footprint.swift
Build complete! (7.49s)
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.