Build Information
Successful build of swift-fsm, reference master (9bd122
), with Swift 6.0 for macOS (SPM) on 10 Feb 2025 08:42:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drseg/swift-fsm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drseg/swift-fsm
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9bd1223 Remove needless badges
Cloned https://github.com/drseg/swift-fsm.git
Revision (git rev-parse @):
9bd122339ca3b8e562889380817815490617d370
SUCCESS checkout https://github.com/drseg/swift-fsm.git at master
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-algorithms
[1/5576] Fetching swift-numerics
[225/11300] Fetching swift-numerics, swift-algorithms
Fetched https://github.com/apple/swift-numerics from cache (1.14s)
Fetched https://github.com/apple/swift-algorithms from cache (1.14s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (3.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.55s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
========================================
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",
"dependencies": [
{
"identity": "swift-fsm",
"name": "swift-fsm",
"url": "https://github.com/drseg/swift-fsm.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-fsm",
"dependencies": [
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms",
"version": "1.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/drseg/swift-fsm.git
[1/7624] Fetching swift-fsm
Fetched https://github.com/drseg/swift-fsm.git from cache (1.04s)
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.02s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.53s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/drseg/swift-fsm.git
Working copy of https://github.com/drseg/swift-fsm.git resolved at master (9bd1223)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'swift-fsm' is not used by any target
Found 1 product dependencies
- swift-algorithms
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/drseg/swift-fsm.git
https://github.com/drseg/swift-fsm.git
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
}
],
"manifest_display_name" : "swift-fsm",
"name" : "swift-fsm",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftFSM",
"targets" : [
"SwiftFSM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFSMTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFSMTests",
"path" : "Tests/SwiftFSMTests",
"sources" : [
"ErrorTests.swift",
"FSM/FSMTests.swift",
"FSM/FSMValueTests.swift",
"FSM/LoggingTests.swift",
"FSM/PublicFSMTests.swift",
"IntegrationTests.swift",
"ManualTests.swift",
"Matching/CombinationsTests.swift",
"Matching/MatchDescriptorChainTests.swift",
"Matching/PredicateTests.swift",
"Nodes/ActionsNodeTests.swift",
"Nodes/ActionsResolvingNodeTests.swift",
"Nodes/AnyActionTests.swift",
"Nodes/AnyTraceableTests.swift",
"Nodes/DefineNodeTests.swift",
"Nodes/GivenNodeTests.swift",
"Nodes/MatchResolvingNode/EagerMRNTests.swift",
"Nodes/MatchResolvingNode/LazyMRNTests.swift",
"Nodes/MatchResolvingNode/MRNTestBase.swift",
"Nodes/MatchingNodeTests.swift",
"Nodes/NodeTests.swift",
"Nodes/SemanticValidationNodeTests.swift",
"Nodes/StringableNodeTests.swift",
"Nodes/SyntaxNodeTests.swift",
"Nodes/ThenNodeTests.swift",
"Nodes/WhenNodeTests.swift",
"PublicAPITests.swift",
"Syntax/AnyActionSyntaxTests.swift",
"Syntax/CompoundBlockSyntax/ActionsBlockTests.swift",
"Syntax/CompoundBlockSyntax/BlockTestsBase.swift",
"Syntax/CompoundBlockSyntax/BuilderTests.swift",
"Syntax/CompoundBlockSyntax/ConditionBlockTests.swift",
"Syntax/CompoundBlockSyntax/DefineTests.swift",
"Syntax/CompoundBlockSyntax/MatchingBlockTests.swift",
"Syntax/CompoundBlockSyntax/OverrideBlockTests.swift",
"Syntax/CompoundBlockSyntax/SuperStateTests.swift",
"Syntax/CompoundBlockSyntax/ThenBlockTests.swift",
"Syntax/CompoundBlockSyntax/WhenBlockTests.swift",
"Syntax/CompoundSyntaxTests.swift",
"Syntax/ResultBuilderTests.swift",
"Syntax/SyntaxTestsBase.swift"
],
"target_dependencies" : [
"SwiftFSM"
],
"type" : "test"
},
{
"c99name" : "SwiftFSM",
"module_type" : "SwiftTarget",
"name" : "SwiftFSM",
"path" : "Sources/SwiftFSM",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"SwiftFSM"
],
"sources" : [
"Internal/FSM/AnyAction.swift",
"Internal/FSM/EagerFSM.swift",
"Internal/FSM/FSMBase.swift",
"Internal/FSM/LazyFSM.swift",
"Internal/FSM/Logger.swift",
"Internal/Matching/AnyPredicate.swift",
"Internal/Matching/Collection+Combinations.swift",
"Internal/Matching/MatchDescriptorChain.swift",
"Internal/Nodes/ActionsNode.swift",
"Internal/Nodes/ActionsResolvingNode.swift",
"Internal/Nodes/AnyTraceable.swift",
"Internal/Nodes/DefineNode.swift",
"Internal/Nodes/GivenNode.swift",
"Internal/Nodes/MatchingNode.swift",
"Internal/Nodes/NodeConvenience.swift",
"Internal/Nodes/SyntaxNode.swift",
"Internal/Nodes/ThenNode.swift",
"Internal/Nodes/Validation/MatchResolvingNode/EagerMRN.swift",
"Internal/Nodes/Validation/MatchResolvingNode/LazyMRN.swift",
"Internal/Nodes/Validation/MatchResolvingNode/MRNBase.swift",
"Internal/Nodes/Validation/SemanticValidationNode.swift",
"Internal/Nodes/WhenNode.swift",
"Internal/Syntax/Actions.swift",
"Internal/Syntax/CompoundSyntax.swift",
"Internal/Syntax/Define.swift",
"Internal/Syntax/Errors.swift",
"Internal/Syntax/Matching.swift",
"Internal/Syntax/Override.swift",
"Internal/Syntax/ResultBuilder.swift",
"Internal/Syntax/SuperState.swift",
"Internal/Syntax/Then.swift",
"Internal/Syntax/When.swift",
"Public/FSM.swift",
"Public/FSMValue/FSMValue+Array.swift",
"Public/FSMValue/FSMValue+Bool.swift",
"Public/FSMValue/FSMValue+Comparable.swift",
"Public/FSMValue/FSMValue+Equatable.swift",
"Public/FSMValue/FSMValue+Interpolation.swift",
"Public/FSMValue/FSMValue+Nil.swift",
"Public/FSMValue/FSMValue+Numbers.swift",
"Public/FSMValue/FSMValue+String.swift",
"Public/FSMValue/FSMValue.swift",
"Public/FSMValue/FSMVaue+Dictionary.swift",
"Public/FunctionSyntax/ExpandedSyntaxBuilder.swift",
"Public/FunctionSyntax/SyntaxBuilder.swift",
"Public/OperatorSyntax/AnyActionOperators.swift",
"Public/OperatorSyntax/PipeOperators.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/15] Compiling RealModule Real.swift
[7/16] Compiling RealModule Float80+Real.swift
[8/16] Compiling RealModule Float16+Real.swift
[9/16] Compiling RealModule RealFunctions.swift
[10/16] Compiling RealModule ElementaryFunctions.swift
[11/16] Compiling RealModule Double+Real.swift
[12/16] Compiling RealModule ApproximateEquality.swift
[13/16] Compiling RealModule AugmentedArithmetic.swift
[14/16] Emitting module RealModule
[15/16] Compiling RealModule Float+Real.swift
[16/16] Compiling RealModule AlgebraicField.swift
[17/42] Compiling Algorithms Suffix.swift
[18/42] Compiling Algorithms Trim.swift
[19/44] Compiling Algorithms Unique.swift
[20/44] Compiling Algorithms Windows.swift
[21/44] Compiling Algorithms Split.swift
[22/44] Compiling Algorithms Stride.swift
[23/44] Compiling Algorithms RandomSample.swift
[24/44] Compiling Algorithms Reductions.swift
[25/44] Compiling Algorithms Rotate.swift
[26/44] Compiling Algorithms Combinations.swift
[27/44] Compiling Algorithms Compacted.swift
[28/44] Compiling Algorithms Cycle.swift
[29/44] Compiling Algorithms Grouped.swift
[30/44] Compiling Algorithms Indexed.swift
[31/44] Compiling Algorithms Intersperse.swift
[32/44] Compiling Algorithms Partition.swift
[33/44] Compiling Algorithms Permutations.swift
[34/44] Compiling Algorithms Product.swift
[35/44] Compiling Algorithms Joined.swift
[36/44] Compiling Algorithms Keyed.swift
[37/44] Compiling Algorithms MinMax.swift
[38/44] Compiling Algorithms EitherSequence.swift
[39/44] Compiling Algorithms FirstNonNil.swift
[40/44] Compiling Algorithms FlattenCollection.swift
[41/44] Compiling Algorithms AdjacentPairs.swift
[42/44] Compiling Algorithms Chain.swift
[43/44] Compiling Algorithms Chunked.swift
[44/44] Emitting module Algorithms
[45/88] Compiling SwiftFSM Errors.swift
[46/88] Compiling SwiftFSM Matching.swift
[47/88] Compiling SwiftFSM Override.swift
[48/88] Compiling SwiftFSM ResultBuilder.swift
[49/88] Compiling SwiftFSM SuperState.swift
[50/88] Compiling SwiftFSM AnyTraceable.swift
[51/88] Compiling SwiftFSM DefineNode.swift
[52/88] Compiling SwiftFSM GivenNode.swift
[53/88] Compiling SwiftFSM MatchingNode.swift
[54/88] Compiling SwiftFSM NodeConvenience.swift
[55/92] Compiling SwiftFSM Then.swift
[56/92] Compiling SwiftFSM When.swift
[57/92] Compiling SwiftFSM FSM.swift
[58/92] Compiling SwiftFSM FSMValue+Array.swift
[59/92] Compiling SwiftFSM FSMValue+Bool.swift
[60/92] Compiling SwiftFSM SyntaxNode.swift
[61/92] Compiling SwiftFSM ThenNode.swift
[62/92] Compiling SwiftFSM EagerMRN.swift
[63/92] Compiling SwiftFSM LazyMRN.swift
[64/92] Compiling SwiftFSM MRNBase.swift
[65/92] Compiling SwiftFSM AnyPredicate.swift
[66/92] Compiling SwiftFSM Collection+Combinations.swift
[67/92] Compiling SwiftFSM MatchDescriptorChain.swift
[68/92] Compiling SwiftFSM ActionsNode.swift
[69/92] Compiling SwiftFSM ActionsResolvingNode.swift
[70/92] Compiling SwiftFSM AnyAction.swift
[71/92] Compiling SwiftFSM EagerFSM.swift
[72/92] Compiling SwiftFSM FSMBase.swift
[73/92] Compiling SwiftFSM LazyFSM.swift
[74/92] Compiling SwiftFSM Logger.swift
[75/92] Compiling SwiftFSM SemanticValidationNode.swift
[76/92] Compiling SwiftFSM WhenNode.swift
[77/92] Compiling SwiftFSM Actions.swift
[78/92] Compiling SwiftFSM CompoundSyntax.swift
[79/92] Compiling SwiftFSM Define.swift
[80/92] Emitting module SwiftFSM
[81/92] Compiling SwiftFSM FSMValue+Comparable.swift
[82/92] Compiling SwiftFSM FSMValue+Equatable.swift
[83/92] Compiling SwiftFSM FSMValue+Interpolation.swift
[84/92] Compiling SwiftFSM FSMValue+Nil.swift
[85/92] Compiling SwiftFSM FSMValue+Numbers.swift
[86/92] Compiling SwiftFSM FSMValue+String.swift
[87/92] Compiling SwiftFSM FSMValue.swift
[88/92] Compiling SwiftFSM FSMVaue+Dictionary.swift
[89/92] Compiling SwiftFSM ExpandedSyntaxBuilder.swift
[90/92] Compiling SwiftFSM SyntaxBuilder.swift
[91/92] Compiling SwiftFSM AnyActionOperators.swift
[92/92] Compiling SwiftFSM PipeOperators.swift
Build complete! (18.77s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Build complete.
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
}
],
"manifest_display_name" : "swift-fsm",
"name" : "swift-fsm",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftFSM",
"targets" : [
"SwiftFSM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFSMTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFSMTests",
"path" : "Tests/SwiftFSMTests",
"sources" : [
"ErrorTests.swift",
"FSM/FSMTests.swift",
"FSM/FSMValueTests.swift",
"FSM/LoggingTests.swift",
"FSM/PublicFSMTests.swift",
"IntegrationTests.swift",
"ManualTests.swift",
"Matching/CombinationsTests.swift",
"Matching/MatchDescriptorChainTests.swift",
"Matching/PredicateTests.swift",
"Nodes/ActionsNodeTests.swift",
"Nodes/ActionsResolvingNodeTests.swift",
"Nodes/AnyActionTests.swift",
"Nodes/AnyTraceableTests.swift",
"Nodes/DefineNodeTests.swift",
"Nodes/GivenNodeTests.swift",
"Nodes/MatchResolvingNode/EagerMRNTests.swift",
"Nodes/MatchResolvingNode/LazyMRNTests.swift",
"Nodes/MatchResolvingNode/MRNTestBase.swift",
"Nodes/MatchingNodeTests.swift",
"Nodes/NodeTests.swift",
"Nodes/SemanticValidationNodeTests.swift",
"Nodes/StringableNodeTests.swift",
"Nodes/SyntaxNodeTests.swift",
"Nodes/ThenNodeTests.swift",
"Nodes/WhenNodeTests.swift",
"PublicAPITests.swift",
"Syntax/AnyActionSyntaxTests.swift",
"Syntax/CompoundBlockSyntax/ActionsBlockTests.swift",
"Syntax/CompoundBlockSyntax/BlockTestsBase.swift",
"Syntax/CompoundBlockSyntax/BuilderTests.swift",
"Syntax/CompoundBlockSyntax/ConditionBlockTests.swift",
"Syntax/CompoundBlockSyntax/DefineTests.swift",
"Syntax/CompoundBlockSyntax/MatchingBlockTests.swift",
"Syntax/CompoundBlockSyntax/OverrideBlockTests.swift",
"Syntax/CompoundBlockSyntax/SuperStateTests.swift",
"Syntax/CompoundBlockSyntax/ThenBlockTests.swift",
"Syntax/CompoundBlockSyntax/WhenBlockTests.swift",
"Syntax/CompoundSyntaxTests.swift",
"Syntax/ResultBuilderTests.swift",
"Syntax/SyntaxTestsBase.swift"
],
"target_dependencies" : [
"SwiftFSM"
],
"type" : "test"
},
{
"c99name" : "SwiftFSM",
"module_type" : "SwiftTarget",
"name" : "SwiftFSM",
"path" : "Sources/SwiftFSM",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"SwiftFSM"
],
"sources" : [
"Internal/FSM/AnyAction.swift",
"Internal/FSM/EagerFSM.swift",
"Internal/FSM/FSMBase.swift",
"Internal/FSM/LazyFSM.swift",
"Internal/FSM/Logger.swift",
"Internal/Matching/AnyPredicate.swift",
"Internal/Matching/Collection+Combinations.swift",
"Internal/Matching/MatchDescriptorChain.swift",
"Internal/Nodes/ActionsNode.swift",
"Internal/Nodes/ActionsResolvingNode.swift",
"Internal/Nodes/AnyTraceable.swift",
"Internal/Nodes/DefineNode.swift",
"Internal/Nodes/GivenNode.swift",
"Internal/Nodes/MatchingNode.swift",
"Internal/Nodes/NodeConvenience.swift",
"Internal/Nodes/SyntaxNode.swift",
"Internal/Nodes/ThenNode.swift",
"Internal/Nodes/Validation/MatchResolvingNode/EagerMRN.swift",
"Internal/Nodes/Validation/MatchResolvingNode/LazyMRN.swift",
"Internal/Nodes/Validation/MatchResolvingNode/MRNBase.swift",
"Internal/Nodes/Validation/SemanticValidationNode.swift",
"Internal/Nodes/WhenNode.swift",
"Internal/Syntax/Actions.swift",
"Internal/Syntax/CompoundSyntax.swift",
"Internal/Syntax/Define.swift",
"Internal/Syntax/Errors.swift",
"Internal/Syntax/Matching.swift",
"Internal/Syntax/Override.swift",
"Internal/Syntax/ResultBuilder.swift",
"Internal/Syntax/SuperState.swift",
"Internal/Syntax/Then.swift",
"Internal/Syntax/When.swift",
"Public/FSM.swift",
"Public/FSMValue/FSMValue+Array.swift",
"Public/FSMValue/FSMValue+Bool.swift",
"Public/FSMValue/FSMValue+Comparable.swift",
"Public/FSMValue/FSMValue+Equatable.swift",
"Public/FSMValue/FSMValue+Interpolation.swift",
"Public/FSMValue/FSMValue+Nil.swift",
"Public/FSMValue/FSMValue+Numbers.swift",
"Public/FSMValue/FSMValue+String.swift",
"Public/FSMValue/FSMValue.swift",
"Public/FSMValue/FSMVaue+Dictionary.swift",
"Public/FunctionSyntax/ExpandedSyntaxBuilder.swift",
"Public/FunctionSyntax/SyntaxBuilder.swift",
"Public/OperatorSyntax/AnyActionOperators.swift",
"Public/OperatorSyntax/PipeOperators.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.