Build Information
Successful build of Miles, reference 2.3.3 (90ee32), with Swift 6.2 for macOS (SPM) on 15 May 2026 04:28:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MadeByHecho/Miles.git
Reference: 2.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MadeByHecho/Miles
* tag 2.3.3 -> FETCH_HEAD
HEAD is now at 90ee322 Bumps Podspec version to 2.3.3
Cloned https://github.com/MadeByHecho/Miles.git
Revision (git rev-parse @):
90ee322babca334f50f2651628c62616087f737c
SUCCESS checkout https://github.com/MadeByHecho/Miles.git at 2.3.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/MadeByHecho/Miles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/4] Compiling Miles Miles.swift
[4/4] Emitting module Miles
Build complete! (9.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Miles",
"name" : "Miles",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Miles",
"targets" : [
"Miles"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MilesTests",
"module_type" : "SwiftTarget",
"name" : "MilesTests",
"path" : "Sources/MilesTests",
"sources" : [
"MilesTests.swift"
],
"target_dependencies" : [
"Miles"
],
"type" : "test"
},
{
"c99name" : "Miles",
"module_type" : "SwiftTarget",
"name" : "Miles",
"path" : "Sources/Miles",
"product_memberships" : [
"Miles"
],
"sources" : [
"Miles.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.