Build Information
Successful build of Releases, reference 5.0.0 (566ef2
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 23:04:23 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/JohnSundell/releases.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/releases
* tag 5.0.0 -> FETCH_HEAD
HEAD is now at 566ef26 Merge pull request #5 from JohnSundell/swift-5-1
Cloned https://github.com/JohnSundell/releases.git
Revision (git rev-parse @):
566ef26cf2f5bb5280ff565761682af91b9398db
SUCCESS checkout https://github.com/JohnSundell/releases.git at 5.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/JohnSundell/releases.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Compiling Require Require.swift
[6/8] Emitting module Require
[7/8] Emitting module ShellOut
[8/8] Compiling ShellOut ShellOut.swift
[9/13] Compiling Releases Version.swift
[10/13] Compiling Releases Releases.swift
[11/13] Compiling Releases Array+Version.swift
[12/13] Compiling Releases ReleasesError.swift
[13/13] Emitting module Releases
Build complete! (10.83s)
Fetching https://github.com/JohnSundell/Require.git
Fetching https://github.com/JohnSundell/ShellOut.git
[4/152] Fetching require
[153/1132] Fetching require, shellout
Fetched https://github.com/JohnSundell/Require.git from cache (1.04s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.04s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (2.98s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.88s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
},
{
"identity" : "require",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Require.git"
}
],
"manifest_display_name" : "Releases",
"name" : "Releases",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Releases",
"targets" : [
"Releases"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReleasesTests",
"module_type" : "SwiftTarget",
"name" : "ReleasesTests",
"path" : "Tests/ReleasesTests",
"sources" : [
"Assert.swift",
"ReleasesTests.swift",
"VersionTests.swift"
],
"target_dependencies" : [
"Releases"
],
"type" : "test"
},
{
"c99name" : "Releases",
"module_type" : "SwiftTarget",
"name" : "Releases",
"path" : "Sources",
"product_dependencies" : [
"ShellOut",
"Require"
],
"product_memberships" : [
"Releases"
],
"sources" : [
"Array+Version.swift",
"Releases.swift",
"ReleasesError.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.