Build Information
Successful build of SQLeleCoder, reference 0.0.1 (386540), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 13:20:08 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/ahti/SQLeleCoder.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ahti/SQLeleCoder
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 3865405 add .swift-version file for cocoapods
Cloned https://github.com/ahti/SQLeleCoder.git
Revision (git rev-parse @):
3865405ef5c25511e8650e340e664b995f68e36f
SUCCESS checkout https://github.com/ahti/SQLeleCoder.git at 0.0.1
Fetching https://github.com/ahti/SQLele.git
[1/121] Fetching sqlele
Fetched https://github.com/ahti/SQLele.git from cache (0.57s)
Computing version for https://github.com/ahti/SQLele.git
Computed https://github.com/ahti/SQLele.git at 0.0.1 (1.24s)
Creating working copy for https://github.com/ahti/SQLele.git
Working copy of https://github.com/ahti/SQLele.git resolved at 0.0.1
========================================
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": "sqlelecoder",
"name": "SQLeleCoder",
"url": "https://github.com/ahti/SQLeleCoder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLeleCoder",
"traits": [
"default"
],
"dependencies": [
{
"identity": "sqlele",
"name": "SQLele",
"url": "https://github.com/ahti/SQLele.git",
"version": "0.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLele",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ahti/SQLeleCoder.git
[1/110] Fetching sqlelecoder
Fetched https://github.com/ahti/SQLeleCoder.git from cache (0.64s)
Fetching https://github.com/ahti/SQLele.git from cache
Fetched https://github.com/ahti/SQLele.git from cache (0.44s)
Computing version for https://github.com/ahti/SQLele.git
Computed https://github.com/ahti/SQLele.git at 0.0.1 (0.50s)
Creating working copy for https://github.com/ahti/SQLeleCoder.git
Working copy of https://github.com/ahti/SQLeleCoder.git resolved at 0.0.1 (3865405)
Creating working copy for https://github.com/ahti/SQLele.git
Working copy of https://github.com/ahti/SQLele.git resolved at 0.0.1
warning: '.resolve-product-dependencies': dependency 'sqlelecoder' is not used by any target
Found 1 product dependencies
- SQLele
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ahti/SQLeleCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling SQLele util.swift
[5/8] Compiling SQLele Statement.swift
[6/8] Compiling SQLele Error.swift
[7/8] Compiling SQLele Connection.swift
[8/8] Emitting module SQLele
[9/14] Compiling SQLeleCoder QueryBuilderEncoder.swift
[10/14] Compiling SQLeleCoder StatementEncoder.swift
[11/14] Compiling SQLeleCoder util.swift
[12/14] Compiling SQLeleCoder RowDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SQLeleCoder/RowDecoder.swift:65:36: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
63 |
64 | var allKeys: [KeyType] {
65 | return row.columnNames.flatMap { Key(stringValue: $0) }
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
66 | }
67 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/14] Compiling SQLeleCoder SQLeleCoder.swift
[14/14] Emitting module SQLeleCoder
Build complete! (5.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "sqlele",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ahti/SQLele.git"
}
],
"manifest_display_name" : "SQLeleCoder",
"name" : "SQLeleCoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SQLeleCoder",
"targets" : [
"SQLeleCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLeleCoderTests",
"module_type" : "SwiftTarget",
"name" : "SQLeleCoderTests",
"path" : "Tests/SQLeleCoderTests",
"sources" : [
"SQLeleCoderTests.swift"
],
"target_dependencies" : [
"SQLeleCoder"
],
"type" : "test"
},
{
"c99name" : "SQLeleCoder",
"module_type" : "SwiftTarget",
"name" : "SQLeleCoder",
"path" : "Sources/SQLeleCoder",
"product_dependencies" : [
"SQLele"
],
"product_memberships" : [
"SQLeleCoder"
],
"sources" : [
"QueryBuilderEncoder.swift",
"RowDecoder.swift",
"SQLeleCoder.swift",
"StatementEncoder.swift",
"util.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.