Build Information
Successful build of AppUpdater, reference master (e0b66c), with Swift 6.3 for macOS (SPM) on 1 May 2026 21:03:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/AppUpdater.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/AppUpdater
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
Fetching https://github.com/mxcl/Version
[1/311] Fetching version
Fetched https://github.com/mxcl/Version from cache (0.74s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.1 (4.19s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "appupdater",
"name": "AppUpdater",
"url": "https://github.com/mxcl/AppUpdater.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppUpdater",
"traits": [
"default"
],
"dependencies": [
{
"identity": "version",
"name": "Version",
"url": "https://github.com/mxcl/Version",
"version": "2.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Version",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mxcl/AppUpdater.git
[1/156] Fetching appupdater
Fetched https://github.com/mxcl/AppUpdater.git from cache (0.73s)
Fetching https://github.com/mxcl/Version from cache
Fetched https://github.com/mxcl/Version from cache (0.47s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.1 (0.54s)
Creating working copy for https://github.com/mxcl/AppUpdater.git
Working copy of https://github.com/mxcl/AppUpdater.git resolved at master (e0b66ca)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.1
warning: '.resolve-product-dependencies': dependency 'appupdater' is not used by any target
Found 1 product dependencies
- Version
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mxcl/AppUpdater.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling Version Version.swift
[5/9] Compiling Version Version+Range.swift
[6/9] Emitting module Version
[7/9] Compiling Version Version+Foundation.swift
[8/9] Compiling Version Version+Codable.swift
[9/9] Compiling Version Version+Comparable.swift
[10/11] Compiling AppUpdater AppUpdater.swift
[11/11] Emitting module AppUpdater
Build complete! (11.38s)
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.