Build Information
Successful build of AppUpdater, reference 2.1.0 (e0b66c), with Swift 6.1 for macOS (SPM) on 1 May 2026 02:16:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/AppUpdater.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/AppUpdater
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at e0b66ca Merge pull request #19 from mxcl/dmg
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
e0b66ca837e2400804322c8983a66e53312d83d6
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mxcl/AppUpdater.git
https://github.com/mxcl/AppUpdater.git
{
"dependencies" : [
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
}
],
"manifest_display_name" : "AppUpdater",
"name" : "AppUpdater",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AppUpdater",
"targets" : [
"AppUpdater"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AppUpdaterTests",
"module_type" : "SwiftTarget",
"name" : "AppUpdaterTests",
"path" : "Tests",
"sources" : [
"AppUpdaterTests/AppUpdaterTests.swift"
],
"target_dependencies" : [
"AppUpdater"
],
"type" : "test"
},
{
"c99name" : "AppUpdater",
"module_type" : "SwiftTarget",
"name" : "AppUpdater",
"path" : ".",
"product_dependencies" : [
"Version"
],
"product_memberships" : [
"AppUpdater"
],
"sources" : [
"AppUpdater.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling Version Version+Range.swift
[5/9] Compiling Version Version+Comparable.swift
[6/9] Compiling Version Version.swift
[7/9] Compiling Version Version+Codable.swift
[8/9] Emitting module Version
[9/9] Compiling Version Version+Foundation.swift
[10/11] Compiling AppUpdater AppUpdater.swift
[11/11] Emitting module AppUpdater
Build complete! (13.84s)
Fetching https://github.com/mxcl/Version
[1/311] Fetching version
Fetched https://github.com/mxcl/Version from cache (0.78s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.1 (3.89s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
}
],
"manifest_display_name" : "AppUpdater",
"name" : "AppUpdater",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AppUpdater",
"targets" : [
"AppUpdater"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AppUpdaterTests",
"module_type" : "SwiftTarget",
"name" : "AppUpdaterTests",
"path" : "Tests",
"sources" : [
"AppUpdaterTests/AppUpdaterTests.swift"
],
"target_dependencies" : [
"AppUpdater"
],
"type" : "test"
},
{
"c99name" : "AppUpdater",
"module_type" : "SwiftTarget",
"name" : "AppUpdater",
"path" : ".",
"product_dependencies" : [
"Version"
],
"product_memberships" : [
"AppUpdater"
],
"sources" : [
"AppUpdater.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.