Build Information
Successful build of Milepost, reference main (4a3ad9
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:23:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Milepost.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/Milepost
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4a3ad90 Fix license badge
Cloned https://github.com/giginet/Milepost.git
Revision (git rev-parse @):
4a3ad903510f1fd166169adfd59d45ce715f8e1e
SUCCESS checkout https://github.com/giginet/Milepost.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/giginet/Milepost.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin PrepareMilepost
Building for debugging...
[1/14] Write sources
[4/14] Write bundle-generator-entitlement.plist
[4/14] Write sources
[6/14] Write bundle-generator-tool-entitlement.plist
[7/14] Write swift-version-1EA4D86E10B52AF.txt
[9/20] Compiling Milepost RevisionLoader.swift
[10/20] Emitting module Milepost
[11/20] Compiling Milepost Revision.swift
[12/20] Emitting module Milepost
[13/20] Compiling Milepost Revision.swift
[14/20] Compiling Milepost RevisionLoader.swift
[15/28] Compiling bundle_generator main.swift
[16/28] Compiling bundle_generator PlistGenerator.swift
[17/28] Compiling bundle_generator main.swift
[18/28] Compiling bundle_generator Fetcher.swift
[19/28] Compiling bundle_generator PlistGenerator.swift
[20/28] Emitting module bundle_generator
[22/28] Compiling bundle_generator Fetcher.swift
[22/28] Write Objects.LinkFileList
[24/28] Linking bundle-generator-tool
[25/28] Linking bundle-generator
[26/28] Applying bundle-generator-tool
[26/28] Applying bundle-generator
Build complete! (6.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Milepost",
"name" : "Milepost",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Milepost",
"targets" : [
"Milepost"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PrepareMilepost",
"targets" : [
"PrepareMilepost"
],
"type" : {
"plugin" : null
}
},
{
"name" : "bundle-generator",
"targets" : [
"bundle-generator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "bundle_generatorTests",
"module_type" : "SwiftTarget",
"name" : "bundle-generatorTests",
"path" : "Tests/bundle-generatorTests",
"sources" : [
"FetcherTests.swift"
],
"target_dependencies" : [
"bundle-generator"
],
"type" : "test"
},
{
"c99name" : "bundle_generator",
"module_type" : "SwiftTarget",
"name" : "bundle-generator",
"path" : "Sources/bundle-generator",
"product_memberships" : [
"PrepareMilepost",
"bundle-generator"
],
"sources" : [
"Fetcher.swift",
"PlistGenerator.swift",
"main.swift"
],
"target_dependencies" : [
"Milepost"
],
"type" : "executable"
},
{
"c99name" : "PrepareMilepost",
"module_type" : "PluginTarget",
"name" : "PrepareMilepost",
"path" : "Plugins/PrepareMilepost",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"PrepareMilepost"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"bundle-generator"
],
"type" : "plugin"
},
{
"c99name" : "Milepost",
"module_type" : "SwiftTarget",
"name" : "Milepost",
"path" : "Sources/Milepost",
"product_memberships" : [
"Milepost",
"PrepareMilepost",
"bundle-generator"
],
"sources" : [
"Revision.swift",
"RevisionLoader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.