Build Information
Successful build of AnyCoding, reference v0.1.0 (6d33bb), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 10:35:35 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/thousandyears/AnyCoding.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thousandyears/AnyCoding
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 6d33bbb Simplify API for subscripting
Cloned https://github.com/thousandyears/AnyCoding.git
Revision (git rev-parse @):
6d33bbbfe117671bffdcec15ce9508dd2060dadf
SUCCESS checkout https://github.com/thousandyears/AnyCoding.git at v0.1.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": "anycoding",
"name": "AnyCoding",
"url": "https://github.com/thousandyears/AnyCoding.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCoding",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/thousandyears/AnyCoding.git
[1/63] Fetching anycoding
Fetched https://github.com/thousandyears/AnyCoding.git from cache (0.71s)
Creating working copy for https://github.com/thousandyears/AnyCoding.git
Working copy of https://github.com/thousandyears/AnyCoding.git resolved at v0.1.0 (6d33bbb)
warning: '.resolve-product-dependencies': dependency 'anycoding' 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/thousandyears/AnyCoding.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/12] Compiling AnyCoding Equatable.swift
[4/12] Compiling AnyCoding Optional.swift
[5/12] Compiling AnyCoding Subscript.swift
[6/12] Compiling AnyCoding Decodable+DecodingContainer.swift
[7/12] Compiling AnyCoding Encodable+EncodingContainer.swift
[8/12] Emitting module AnyCoding
[9/12] Compiling AnyCoding AnyCodingKey.swift
[10/12] Compiling AnyCoding AnyEncoder.swift
[11/12] Compiling AnyCoding EmptyDecoder.swift
[12/12] Compiling AnyCoding AnyDecoder.swift
Build complete! (3.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AnyCoding",
"name" : "AnyCoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AnyCoding",
"targets" : [
"AnyCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodingTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodingTests",
"path" : "Tests/AnyCodingTests",
"sources" : [
"AnyCodingTests.swift"
],
"target_dependencies" : [
"AnyCoding"
],
"type" : "test"
},
{
"c99name" : "AnyCoding",
"module_type" : "SwiftTarget",
"name" : "AnyCoding",
"path" : "Sources/AnyCoding",
"product_memberships" : [
"AnyCoding"
],
"sources" : [
"AnyDecoder.swift",
"AnyEncoder.swift",
"EmptyDecoder.swift",
"util/AnyCodingKey.swift",
"util/Decodable+DecodingContainer.swift",
"util/Encodable+EncodingContainer.swift",
"util/Equatable.swift",
"util/Optional.swift",
"util/Subscript.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.