Build Information
Successful build of SwiftABNF, reference v0.1.3 (54d40c), with Swift 6.1 for macOS (SPM) on 29 Jan 2026 07:20:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cmkilger/SwiftABNF.git
Reference: v0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmkilger/SwiftABNF
* tag v0.1.3 -> FETCH_HEAD
HEAD is now at 54d40cb Merge pull request #2 from cmkilger/performance
Cloned https://github.com/cmkilger/SwiftABNF.git
Revision (git rev-parse @):
54d40cb76e37acace27a6f9a52f43f8615507298
SUCCESS checkout https://github.com/cmkilger/SwiftABNF.git at v0.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cmkilger/SwiftABNF.git
https://github.com/cmkilger/SwiftABNF.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftABNF",
"name" : "SwiftABNF",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ABNFLib",
"targets" : [
"ABNFLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "abnf",
"targets" : [
"abnf"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "abnf",
"module_type" : "SwiftTarget",
"name" : "abnf",
"path" : "Sources/abnf",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"abnf"
],
"sources" : [
"abnf.swift"
],
"target_dependencies" : [
"ABNFLib"
],
"type" : "executable"
},
{
"c99name" : "ABNFLibTests",
"module_type" : "SwiftTarget",
"name" : "ABNFLibTests",
"path" : "Tests/ABNFLibTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ABNFLibTests/postal_address.abnf",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ABNFLibTests.swift"
],
"target_dependencies" : [
"ABNFLib"
],
"type" : "test"
},
{
"c99name" : "ABNFLib",
"module_type" : "SwiftTarget",
"name" : "ABNFLib",
"path" : "Sources/ABNFLib",
"product_memberships" : [
"ABNFLib",
"abnf"
],
"sources" : [
"ABNF+Errors.swift",
"ABNF+Parsing.swift",
"ABNF+Validation.swift",
"ABNF.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[4/11] Write abnf-entitlement.plist
[4/11] Write sources
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[9/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/18] Emitting module ArgumentParserToolInfo
[11/65] Compiling ArgumentParser InputKey.swift
[12/65] Compiling ArgumentParser InputOrigin.swift
[13/65] Compiling ArgumentParser Name.swift
[14/65] Compiling ArgumentParser Parsed.swift
[15/65] Compiling ArgumentParser ParsedValues.swift
[16/70] Compiling ArgumentParser Platform.swift
[17/70] Compiling ArgumentParser SequenceExtensions.swift
[18/70] Compiling ArgumentParser StringExtensions.swift
[19/70] Compiling ArgumentParser SwiftExtensions.swift
[20/70] Compiling ArgumentParser Tree.swift
[21/70] Compiling ABNFLib ABNF+Validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/70] Compiling ABNFLib ABNF+Parsing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/70] Emitting module ABNFLib
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/70] Compiling ABNFLib ABNF+Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/70] Compiling ABNFLib ABNF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/70] Emitting module ArgumentParser
[27/70] Compiling ArgumentParser CommandConfiguration.swift
[28/70] Compiling ArgumentParser CommandGroup.swift
[29/70] Compiling ArgumentParser EnumerableFlag.swift
[30/70] Compiling ArgumentParser ExpressibleByArgument.swift
[31/70] Compiling ArgumentParser ParsableArguments.swift
[32/70] Compiling ArgumentParser CodingKeyValidator.swift
[33/70] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/70] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/70] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/70] Compiling ArgumentParser UniqueNamesValidator.swift
[37/70] Compiling ArgumentParser NameSpecification.swift
[38/70] Compiling ArgumentParser Option.swift
[39/70] Compiling ArgumentParser OptionGroup.swift
[40/70] Compiling ArgumentParser ParentCommand.swift
[41/70] Compiling ArgumentParser AsyncParsableCommand.swift
[42/70] Compiling ArgumentParser ParserError.swift
[43/70] Compiling ArgumentParser SplitArguments.swift
[44/70] Compiling ArgumentParser DumpHelpGenerator.swift
[45/70] Compiling ArgumentParser HelpCommand.swift
[46/70] Compiling ArgumentParser HelpGenerator.swift
[47/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/70] Compiling ArgumentParser CompletionsGenerator.swift
[49/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/70] Compiling ArgumentParser Argument.swift
[52/70] Compiling ArgumentParser ArgumentDiscussion.swift
[53/70] Compiling ArgumentParser MessageInfo.swift
[54/70] Compiling ArgumentParser UsageGenerator.swift
[55/70] Compiling ArgumentParser CollectionExtensions.swift
[56/70] Compiling ArgumentParser Foundation.swift
[57/70] Compiling ArgumentParser Mutex.swift
[58/70] Compiling ArgumentParser ArgumentHelp.swift
[59/70] Compiling ArgumentParser ArgumentVisibility.swift
[60/70] Compiling ArgumentParser CompletionKind.swift
[61/70] Compiling ArgumentParser Errors.swift
[62/70] Compiling ArgumentParser Flag.swift
[63/70] Compiling ArgumentParser ParsableCommand.swift
[64/70] Compiling ArgumentParser ArgumentDecoder.swift
[65/70] Compiling ArgumentParser ArgumentDefinition.swift
[66/70] Compiling ArgumentParser ArgumentSet.swift
[67/70] Compiling ArgumentParser CommandParser.swift
[68/72] Emitting module abnf
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/72] Compiling abnf abnf.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/72] Write Objects.LinkFileList
[70/72] Linking abnf
[71/72] Applying abnf
Build complete! (12.74s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.90s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftABNF",
"name" : "SwiftABNF",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ABNFLib",
"targets" : [
"ABNFLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "abnf",
"targets" : [
"abnf"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "abnf",
"module_type" : "SwiftTarget",
"name" : "abnf",
"path" : "Sources/abnf",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"abnf"
],
"sources" : [
"abnf.swift"
],
"target_dependencies" : [
"ABNFLib"
],
"type" : "executable"
},
{
"c99name" : "ABNFLibTests",
"module_type" : "SwiftTarget",
"name" : "ABNFLibTests",
"path" : "Tests/ABNFLibTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ABNFLibTests/postal_address.abnf",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ABNFLibTests.swift"
],
"target_dependencies" : [
"ABNFLib"
],
"type" : "test"
},
{
"c99name" : "ABNFLib",
"module_type" : "SwiftTarget",
"name" : "ABNFLib",
"path" : "Sources/ABNFLib",
"product_memberships" : [
"ABNFLib",
"abnf"
],
"sources" : [
"ABNF+Errors.swift",
"ABNF+Parsing.swift",
"ABNF+Validation.swift",
"ABNF.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.