Build Information
Successful build of Releases with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/releases.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/releases
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5c8c1d5 README: Remove Marathon and Issues descriptions
Cloned https://github.com/JohnSundell/releases.git
Revision (git rev-parse @):
5c8c1d56109bd5da1dd17b949abfc700483f84a4
SUCCESS checkout https://github.com/JohnSundell/releases.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/JohnSundell/releases.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/8] Emitting module Require
[6/8] Emitting module ShellOut
[7/8] Compiling ShellOut ShellOut.swift
[8/8] Compiling Require Require.swift
[9/13] Compiling Releases Version.swift
[10/13] Compiling Releases ReleasesError.swift
[11/13] Emitting module Releases
[12/13] Compiling Releases Array+Version.swift
[13/13] Compiling Releases Releases.swift
Build complete! (25.63s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
[153/1108] Fetching require, shellout
Fetched https://github.com/JohnSundell/Require.git from cache (0.91s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.91s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (2.63s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.0 (2.35s)
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.2.0
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.