Build Information
Successful build of AckGen, reference main (669684), with Swift 6.2 for macOS (SPM) on 25 Mar 2026 11:49:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MartinP7r/AckGen.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MartinP7r/AckGen
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 669684c Improve error feedback, prevent duplicates, and add scanner tests (#44)
Cloned https://github.com/MartinP7r/AckGen.git
Revision (git rev-parse @):
669684ca5b2753cc17fe7bba8542792a94432730
SUCCESS checkout https://github.com/MartinP7r/AckGen.git at main
Fetching https://github.com/apple/swift-argument-parser
[1/17418] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (2.28s)
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
========================================
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": "ackgen",
"name": "AckGen",
"url": "https://github.com/MartinP7r/AckGen.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AckGen",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/MartinP7r/AckGen.git
[1/592] Fetching ackgen
Fetched https://github.com/MartinP7r/AckGen.git from cache (1.17s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.20s)
Creating working copy for https://github.com/MartinP7r/AckGen.git
Working copy of https://github.com/MartinP7r/AckGen.git resolved at main (669684c)
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.1
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/MartinP7r/AckGen.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Write sources
[5/14] Write ackgen-entitlement.plist
[8/14] Copying PrivacyInfo.xcprivacy
[10/14] Write swift-version-49B95AFC49DCD68C.txt
[12/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/19] Emitting module ArgumentParserToolInfo
[14/66] Emitting module ArgumentParser
[15/71] Compiling ArgumentParser ArgumentHelp.swift
[16/71] Compiling ArgumentParser ArgumentVisibility.swift
[17/71] Compiling ArgumentParser CompletionKind.swift
[18/71] Compiling ArgumentParser Errors.swift
[19/71] Compiling ArgumentParser Flag.swift
[20/71] Compiling ArgumentParser CommandConfiguration.swift
[21/71] Compiling ArgumentParser CommandGroup.swift
[22/71] Compiling ArgumentParser EnumerableFlag.swift
[23/71] Compiling ArgumentParser ExpressibleByArgument.swift
[24/71] Compiling ArgumentParser ParsableArguments.swift
[25/71] Compiling AckGenCore resource_bundle_accessor.swift
[26/71] Compiling ArgumentParser NameSpecification.swift
[27/71] Compiling ArgumentParser Option.swift
[28/71] Compiling ArgumentParser OptionGroup.swift
[29/71] Compiling ArgumentParser ParentCommand.swift
[30/71] Compiling ArgumentParser AsyncParsableCommand.swift
[31/71] Emitting module AckGenCore
[32/71] Compiling AckGenCore Acknowledgement.swift
[33/75] Compiling ArgumentParser CodingKeyValidator.swift
[34/75] Compiling ArgumentParser NonsenseFlagsValidator.swift
[35/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/75] Compiling ArgumentParser PositionalArgumentsValidator.swift
[37/75] Compiling ArgumentParser UniqueNamesValidator.swift
[38/75] Compiling ArgumentParser Platform.swift
[39/75] Compiling ArgumentParser SequenceExtensions.swift
[40/75] Compiling ArgumentParser StringExtensions.swift
[41/75] Compiling ArgumentParser SwiftExtensions.swift
[42/75] Compiling ArgumentParser Tree.swift
[43/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/75] Compiling ArgumentParser CompletionsGenerator.swift
[45/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/75] Compiling ArgumentParser Argument.swift
[48/75] Compiling ArgumentParser ArgumentDiscussion.swift
[49/75] Compiling ArgumentParser MessageInfo.swift
[50/75] Compiling ArgumentParser UsageGenerator.swift
[51/75] Compiling ArgumentParser CollectionExtensions.swift
[52/75] Compiling ArgumentParser Foundation.swift
[53/75] Compiling ArgumentParser Mutex.swift
[54/75] Compiling ArgumentParser InputKey.swift
[55/75] Compiling ArgumentParser InputOrigin.swift
[56/75] Compiling ArgumentParser Name.swift
[57/75] Compiling ArgumentParser Parsed.swift
[58/75] Compiling ArgumentParser ParsedValues.swift
[59/75] Compiling ArgumentParser ParserError.swift
[60/75] Compiling ArgumentParser SplitArguments.swift
[61/75] Compiling ArgumentParser DumpHelpGenerator.swift
[62/75] Compiling ArgumentParser HelpCommand.swift
[63/75] Compiling ArgumentParser HelpGenerator.swift
[64/75] Compiling ArgumentParser ParsableCommand.swift
[65/75] Compiling ArgumentParser ArgumentDecoder.swift
[66/75] Compiling ArgumentParser ArgumentDefinition.swift
[67/75] Compiling ArgumentParser ArgumentSet.swift
[68/75] Compiling ArgumentParser CommandParser.swift
[69/79] Compiling AckGenCLI AcknowledgementsStringsTable.swift
[70/79] Compiling AckGenCLI EnvironmentKey.swift
[71/79] Compiling AckGenCLI AckGen.swift
[72/79] Emitting module AckGenCLI
[72/79] Write Objects.LinkFileList
[73/79] Linking ackgen
[74/79] Applying ackgen
[76/79] Compiling AckGenUI CustomNavigationTitle.swift
[77/79] Compiling AckGenUI resource_bundle_accessor.swift
[78/79] Emitting module AckGenUI
[79/79] Compiling AckGenUI AcknowledgementsList.swift
Build complete! (12.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "AckGen",
"name" : "AckGen",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ackgen",
"targets" : [
"AckGenCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "AckGenUI",
"targets" : [
"AckGenUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AckGenUI",
"module_type" : "SwiftTarget",
"name" : "AckGenUI",
"path" : "Sources/AckGenUI",
"product_memberships" : [
"AckGenUI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AckGenUI/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AcknowledgementsList.swift",
"CustomNavigationTitle.swift"
],
"target_dependencies" : [
"AckGenCore"
],
"type" : "library"
},
{
"c99name" : "AckGenTests",
"module_type" : "SwiftTarget",
"name" : "AckGenTests",
"path" : "Tests/AckGenTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AckGenTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AckGenTests.swift",
"AcknowledgementAllTests.swift",
"AcknowledgementTests.swift",
"DuplicateLicenseFileTests.swift",
"LicenseScannerTests.swift"
],
"target_dependencies" : [
"AckGenCore",
"AckGenCLI"
],
"type" : "test"
},
{
"c99name" : "AckGenCore",
"module_type" : "SwiftTarget",
"name" : "AckGenCore",
"path" : "Sources/AckGenCore",
"product_memberships" : [
"ackgen",
"AckGenUI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/AckGenCore/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Acknowledgement.swift"
],
"type" : "library"
},
{
"c99name" : "AckGenCLI",
"module_type" : "SwiftTarget",
"name" : "AckGenCLI",
"path" : "Sources/AckGenCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"ackgen"
],
"sources" : [
"AckGen.swift",
"AcknowledgementsStringsTable.swift",
"EnvironmentKey.swift"
],
"target_dependencies" : [
"AckGenCore"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.