Build Information
Successful build of SPMArgumentParser, reference v0.5.0 (e3c489), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:02:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikstar/spm-argument-parser.git
Reference: v0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nikstar/spm-argument-parser
* tag v0.5.0 -> FETCH_HEAD
HEAD is now at e3c4895 Merge pull request #1 from nikstar/stripped
Cloned https://github.com/nikstar/spm-argument-parser.git
Revision (git rev-parse @):
e3c4895261730adf46ab012af05a3729871a15a1
SUCCESS checkout https://github.com/nikstar/spm-argument-parser.git at v0.5.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "spm-argument-parser",
"name": "SPMArgumentParser",
"url": "https://github.com/nikstar/spm-argument-parser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spm-argument-parser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/nikstar/spm-argument-parser.git
[1/34281] Fetching spm-argument-parser
Fetched https://github.com/nikstar/spm-argument-parser.git from cache (2.19s)
Creating working copy for https://github.com/nikstar/spm-argument-parser.git
Working copy of https://github.com/nikstar/spm-argument-parser.git resolved at v0.5.0 (e3c4895)
warning: '.resolve-product-dependencies': dependency 'spm-argument-parser' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/nikstar/spm-argument-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling clibc libc.c
[4/5] Write swift-version--6988338F2F200930.txt
[6/7] Compiling SPMLibc libc.swift
[7/7] Emitting module SPMLibc
[8/20] Compiling Basic OutputByteStream.swift
[9/20] Compiling Basic StringConversions.swift
[10/21] Compiling Basic Tuple.swift
[11/21] Compiling Basic Path.swift
[12/21] Compiling Basic PathShims.swift
[13/21] Compiling Basic DictionaryLiteralExtensions.swift
[14/21] Compiling Basic EditDistance.swift
[15/21] Compiling Basic CollectionExtensions.swift
[16/21] Compiling Basic DictionaryExtensions.swift
[17/21] Compiling Basic FileInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Basic/FileInfo.swift:61:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
59 | }
60 |
61 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 |
[18/21] Compiling Basic ByteString.swift
[19/21] Compiling Basic CollectionAlgorithms.swift
[20/21] Emitting module Basic
/Users/admin/builder/spi-builder-workspace/Sources/Basic/FileInfo.swift:61:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
59 | }
60 |
61 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 |
[21/21] Compiling Basic FileSystem.swift
[22/26] Compiling SPMArgumentParser CollectionExtensions.swift
[23/26] Compiling SPMArgumentParser StringExtensions.swift
[24/26] Compiling SPMArgumentParser ArgumentParserShellCompletion.swift
[25/26] Emitting module SPMArgumentParser
[26/26] Compiling SPMArgumentParser ArgumentParser.swift
Build complete! (4.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SPMArgumentParser",
"name" : "SPMArgumentParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SPMArgumentParser",
"targets" : [
"SPMArgumentParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "clibc",
"module_type" : "ClangTarget",
"name" : "clibc",
"path" : "Sources/clibc",
"product_memberships" : [
"SPMArgumentParser"
],
"sources" : [
"libc.c"
],
"type" : "library"
},
{
"c99name" : "SPMLibc",
"module_type" : "SwiftTarget",
"name" : "SPMLibc",
"path" : "Sources/SPMLibc",
"product_memberships" : [
"SPMArgumentParser"
],
"sources" : [
"libc.swift"
],
"target_dependencies" : [
"clibc"
],
"type" : "library"
},
{
"c99name" : "SPMArgumentParser",
"module_type" : "SwiftTarget",
"name" : "SPMArgumentParser",
"path" : "Sources/SPMArgumentParser",
"product_memberships" : [
"SPMArgumentParser"
],
"sources" : [
"ArgumentParser.swift",
"ArgumentParserShellCompletion.swift",
"CollectionExtensions.swift",
"StringExtensions.swift"
],
"target_dependencies" : [
"Basic"
],
"type" : "library"
},
{
"c99name" : "Basic",
"module_type" : "SwiftTarget",
"name" : "Basic",
"path" : "Sources/Basic",
"product_memberships" : [
"SPMArgumentParser"
],
"sources" : [
"ByteString.swift",
"CollectionAlgorithms.swift",
"CollectionExtensions.swift",
"DictionaryExtensions.swift",
"DictionaryLiteralExtensions.swift",
"EditDistance.swift",
"FileInfo.swift",
"FileSystem.swift",
"OutputByteStream.swift",
"Path.swift",
"PathShims.swift",
"StringConversions.swift",
"Tuple.swift"
],
"target_dependencies" : [
"SPMLibc"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.