Build Information
Successful build of DictionaryCoding, reference main (6c2daf), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 06:50:52 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/elegantchaos/DictionaryCoding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/DictionaryCoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c2dafa updated to MIT license
Cloned https://github.com/elegantchaos/DictionaryCoding.git
Revision (git rev-parse @):
6c2dafae704a75900c0f9ffcfa93f4e72dae366f
SUCCESS checkout https://github.com/elegantchaos/DictionaryCoding.git at main
========================================
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": "dictionarycoding",
"name": "DictionaryCoding",
"url": "https://github.com/elegantchaos/DictionaryCoding.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DictionaryCoding",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/elegantchaos/DictionaryCoding.git
[1/475] Fetching dictionarycoding
Fetched https://github.com/elegantchaos/DictionaryCoding.git from cache (0.81s)
Creating working copy for https://github.com/elegantchaos/DictionaryCoding.git
Working copy of https://github.com/elegantchaos/DictionaryCoding.git resolved at main (6c2dafa)
warning: '.resolve-product-dependencies': dependency 'dictionarycoding' 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/elegantchaos/DictionaryCoding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling DictionaryCoding DictionaryErrors.swift
[4/7] Compiling DictionaryCoding DictionaryEncoder.swift
[5/7] Emitting module DictionaryCoding
[6/7] Compiling DictionaryCoding DictionaryCodingKey.swift
[7/7] Compiling DictionaryCoding DictionaryDecoder.swift
Build complete! (4.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DictionaryCoding",
"name" : "DictionaryCoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "DictionaryCoding",
"targets" : [
"DictionaryCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DictionaryCodingTests",
"module_type" : "SwiftTarget",
"name" : "DictionaryCodingTests",
"path" : "Tests/DictionaryCodingTests",
"sources" : [
"CombineTests.swift",
"DictionaryDecodingTests.swift",
"DictionaryEncodingTests.swift"
],
"target_dependencies" : [
"DictionaryCoding"
],
"type" : "test"
},
{
"c99name" : "DictionaryCoding",
"module_type" : "SwiftTarget",
"name" : "DictionaryCoding",
"path" : "Sources/DictionaryCoding",
"product_memberships" : [
"DictionaryCoding"
],
"sources" : [
"DictionaryCodingKey.swift",
"DictionaryDecoder.swift",
"DictionaryEncoder.swift",
"DictionaryErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.