Build Information
Successful build of Miles, reference main (90ee32), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 03:53:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MadeByHecho/Miles.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MadeByHecho/Miles
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Miles Miles.swift
[4/4] Emitting module Miles
Build complete! (8.98s)
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.