Build Information
Successful build of SimpleCoders, reference 1.6.0 (2561ce), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 13:58:36 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/dankinsoid/SimpleCoders.git
Reference: 1.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/SimpleCoders
* tag 1.6.0 -> FETCH_HEAD
HEAD is now at 2561ced generic
Cloned https://github.com/dankinsoid/SimpleCoders.git
Revision (git rev-parse @):
2561ced891e8cef1a47c66c9b2b39f73c4b1a2ef
SUCCESS checkout https://github.com/dankinsoid/SimpleCoders.git at 1.6.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": "simplecoders",
"name": "SimpleCoders",
"url": "https://github.com/dankinsoid/SimpleCoders.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleCoders",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.64s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at 1.6.0 (2561ced)
warning: '.resolve-product-dependencies': dependency 'simplecoders' 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/dankinsoid/SimpleCoders.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/19] Compiling SimpleCoders CodableProtocols.swift
[4/19] Compiling SimpleCoders DateCodingStrategies.swift
[5/19] Compiling SimpleCoders CheckAllKeysDecoder.swift
[6/19] Emitting module SimpleCoders
[7/19] Compiling SimpleCoders KeyCodingStrategies.swift
[8/19] Compiling SimpleCoders CodingStrategy.swift
[9/19] Compiling SimpleCoders TypeRevisionEncoder.swift
[10/19] Compiling SimpleCoders IntKey.swift
[11/19] Compiling SimpleCoders OrderedDictionary.swift
[12/19] Compiling SimpleCoders StringConvertibleHintProvider.swift
[13/19] Compiling SimpleCoders PlainCodingKey.swift
[14/19] Compiling SimpleCoders StringKey.swift
[15/19] Compiling SimpleCoders CodableTypes.swift
[16/19] Compiling SimpleCoders DecodingUnboxer.swift
[17/19] Compiling SimpleCoders EncodingBoxer.swift
[18/19] Compiling SimpleCoders TypeRevision.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleCoders/TypeRevision/TypeRevisionDecoder.swift:102:36: warning: cast from '((Any) throws -> Bool) throws -> Any?' to unrelated type 'any Decodable' always fails
100 | result.type = type
101 | let allCases = iterable.allCases as any Collection
102 | if let result = allCases.first as? Decodable {
| `- warning: cast from '((Any) throws -> Bool) throws -> Any?' to unrelated type 'any Decodable' always fails
103 | return result
104 | }
[19/19] Compiling SimpleCoders TypeRevisionDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SimpleCoders/TypeRevision/TypeRevisionDecoder.swift:102:36: warning: cast from '((Any) throws -> Bool) throws -> Any?' to unrelated type 'any Decodable' always fails
100 | result.type = type
101 | let allCases = iterable.allCases as any Collection
102 | if let result = allCases.first as? Decodable {
| `- warning: cast from '((Any) throws -> Bool) throws -> Any?' to unrelated type 'any Decodable' always fails
103 | return result
104 | }
[20/20] Compiling SimpleCoders Ref.swift
Build complete! (5.33s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleCoders",
"name" : "SimpleCoders",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SimpleCoders",
"targets" : [
"SimpleCoders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleCoders",
"module_type" : "SwiftTarget",
"name" : "SimpleCoders",
"path" : "Sources/SimpleCoders",
"product_memberships" : [
"SimpleCoders"
],
"sources" : [
"CodableProtocols.swift",
"CodingStrategies/DateCodingStrategies.swift",
"CodingStrategies/KeyCodingStrategies.swift",
"CodingStrategy.swift",
"DecodingUnboxer.swift",
"EncodingBoxer.swift",
"IntKey.swift",
"OrderedDictionary/OrderedDictionary.swift",
"OrderedDictionary/StringConvertibleHintProvider.swift",
"PlainCodingKey.swift",
"StringKey.swift",
"TypeRevision/CodableTypes.swift",
"TypeRevision/TypeRevision.swift",
"TypeRevision/TypeRevisionDecoder.swift",
"TypeRevision/TypeRevisionEncoder.swift",
"Utils/CheckAllKeysDecoder.swift",
"Utils/Ref.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.