Build Information
Successful build of Footprint, reference main (0d12b5
), with Swift 5.9 for macOS (SPM) on 12 Apr 2025 22:24:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path: $PWD
https://github.com/naftaly/Footprint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling Footprint Footprint.swift
[2/3] Compiling Footprint DefaultMemoryProvider.swift
[3/3] Emitting module Footprint
Build complete! (8.17s)
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.