Build Information
Successful build of SimpleCoders, reference main (47fc03), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:37:01 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/SimpleCoders
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 47fc034 (no commit message provided)
Cloned https://github.com/dankinsoid/SimpleCoders.git
Revision (git rev-parse @):
47fc034d00e1f8b46a1a16c00052c7cc7a8634c1
SUCCESS checkout https://github.com/dankinsoid/SimpleCoders.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": "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.62s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at main (47fc034)
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 KeyCodingStrategies.swift
[4/19] Compiling SimpleCoders CodingStrategy.swift
[5/19] Compiling SimpleCoders CodableProtocols.swift
[6/19] Compiling SimpleCoders DateCodingStrategies.swift
[7/19] Compiling SimpleCoders StringKey.swift
[8/19] Compiling SimpleCoders CodableTypes.swift
[9/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 | }
[10/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 | }
[11/19] Emitting module SimpleCoders
[12/19] Compiling SimpleCoders TypeRevisionEncoder.swift
[13/19] Compiling SimpleCoders CheckAllKeysDecoder.swift
[14/19] Compiling SimpleCoders IntKey.swift
[15/19] Compiling SimpleCoders OrderedDictionary.swift
[16/19] Compiling SimpleCoders StringConvertibleHintProvider.swift
[17/19] Compiling SimpleCoders PlainCodingKey.swift
[18/19] Compiling SimpleCoders DecodingUnboxer.swift
[19/19] Compiling SimpleCoders EncodingBoxer.swift
[20/20] Compiling SimpleCoders Ref.swift
Build complete! (5.10s)
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.