Build Information
Successful build of Finite, reference master (cbd5de
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:44:39 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/vknabel/Finite.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vknabel/Finite
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cbd5de6 Improvements for Swift 5.3
Cloned https://github.com/vknabel/Finite.git
Revision (git rev-parse @):
cbd5de6ebbabfb39a730d1357c1c3659f4301c45
SUCCESS checkout https://github.com/vknabel/Finite.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vknabel/Finite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling Finite StateFlow.swift
[8/11] Emitting module Finite
/Users/admin/builder/spi-builder-workspace/Sources/Ref.swift:37:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
5 | }
6 |
7 | internal class Ref<T> {
| `- note: 'T' previously declared here
8 | private var value: () -> T?
9 |
:
35 | }
36 |
37 | private struct Weak<T> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | fileprivate weak var value: Box<T>?
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/Ref.swift:41:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
5 | }
6 |
7 | internal class Ref<T> {
| `- note: 'T' previously declared here
8 | private var value: () -> T?
9 |
:
39 | }
40 |
41 | private class Box<T>: ReferenceDisposable {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
42 | var value: T?
43 |
[9/11] Compiling Finite Transition.swift
[10/11] Compiling Finite Ref.swift
/Users/admin/builder/spi-builder-workspace/Sources/Ref.swift:37:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
5 | }
6 |
7 | internal class Ref<T> {
| `- note: 'T' previously declared here
8 | private var value: () -> T?
9 |
:
35 | }
36 |
37 | private struct Weak<T> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
38 | fileprivate weak var value: Box<T>?
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/Ref.swift:41:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
5 | }
6 |
7 | internal class Ref<T> {
| `- note: 'T' previously declared here
8 | private var value: () -> T?
9 |
:
39 | }
40 |
41 | private class Box<T>: ReferenceDisposable {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
42 | var value: T?
43 |
[11/11] Compiling Finite StateMachine.swift
Build complete! (393.76s)
Fetching https://github.com/f-meloni/Rocket.git
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/1386] Fetching rocket
[112/1895] Fetching rocket, komondor
Fetched https://github.com/f-meloni/Rocket.git from cache (0.81s)
[403/509] Fetching komondor
[510/49373] Fetching komondor, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (202.01s)
Fetched https://github.com/shibapm/Komondor.git from cache (202.01s)
Computing version for https://github.com/f-meloni/Rocket.git
Computed https://github.com/f-meloni/Rocket.git at 1.3.0 (202.80s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[104/4979] Fetching logger, swiftshell
[263/5559] Fetching logger, swiftshell, packageconfig
[1330/16418] Fetching logger, swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (3.41s)
Fetched https://github.com/kareman/SwiftShell from cache (3.41s)
Fetched https://github.com/shibapm/Logger from cache (3.41s)
Fetched https://github.com/jpsim/Yams from cache (3.41s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.97s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.95s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.51s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (0.51s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/Realm/SwiftLint.git
[1/980] Fetching shellout
[981/151564] Fetching shellout, swiftlint
Fetched https://github.com/JohnSundell/ShellOut.git from cache (141.53s)
Fetched https://github.com/Realm/SwiftLint.git from cache (141.53s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (142.34s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.55s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.52s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/100] Fetching collectionconcurrencykit
[18/1029] Fetching collectionconcurrencykit, swiftytexttable
[362/13970] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[1539/30114] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
[2866/45494] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, swift-argument-parser
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.83s)
[28311/32553] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.94s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.94s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.94s)
[11947/16144] Fetching sourcekitten
[15500/87027] Fetching sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (16.13s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (16.13s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (16.71s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.50s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.97s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.65s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.54s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.02s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.44s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.4 (0.52s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/f-meloni/Rocket.git
Working copy of https://github.com/f-meloni/Rocket.git resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.4
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[2232/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket.git"
}
],
"manifest_display_name" : "Finite",
"name" : "Finite",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Finite",
"targets" : [
"Finite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FiniteTests",
"module_type" : "SwiftTarget",
"name" : "FiniteTests",
"path" : "Tests",
"sources" : [
"FiniteTests/StateFlowTests.swift",
"FiniteTests/StateMachine.swift",
"FiniteTests/SwiftShim.swift",
"FiniteTests/TransitionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Finite"
],
"type" : "test"
},
{
"c99name" : "Finite",
"module_type" : "SwiftTarget",
"name" : "Finite",
"path" : "Sources",
"product_memberships" : [
"Finite"
],
"sources" : [
"Ref.swift",
"StateFlow.swift",
"StateMachine.swift",
"Transition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.