Build Information
Successful build of OpenLibrary, reference 0.0.1 (9cd6ba), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 22:30:30 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/natikgadzhi/swift-openlibrary.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/natikgadzhi/swift-openlibrary
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 9cd6bae Mark sendable things
Cloned https://github.com/natikgadzhi/swift-openlibrary.git
Revision (git rev-parse @):
9cd6baebabc89e46a424d4f42cf94256ea2d17fd
SUCCESS checkout https://github.com/natikgadzhi/swift-openlibrary.git 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": "swift-openlibrary",
"name": "OpenLibrary",
"url": "https://github.com/natikgadzhi/swift-openlibrary.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openlibrary",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/natikgadzhi/swift-openlibrary.git
[1/272] Fetching swift-openlibrary
Fetched https://github.com/natikgadzhi/swift-openlibrary.git from cache (0.66s)
Creating working copy for https://github.com/natikgadzhi/swift-openlibrary.git
Working copy of https://github.com/natikgadzhi/swift-openlibrary.git resolved at 0.0.1 (9cd6bae)
warning: '.resolve-product-dependencies': dependency 'swift-openlibrary' 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/natikgadzhi/swift-openlibrary.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/8] Compiling OpenLibrary OpenLibraryEdition.swift
[4/8] Compiling OpenLibrary OpenLibraryWork.swift
[5/8] Compiling OpenLibrary OpenLibraryLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenLibrary/OpenLibraryLogger.swift:32:18: warning: function call causes an infinite recursion
30 | extension Logger: OpenLibraryLoggerProtocol {
31 | public func debug(_ message: @autoclosure () -> String) {
32 | self.debug("\(message())")
| `- warning: function call causes an infinite recursion
33 | }
34 |
/Users/admin/builder/spi-builder-workspace/Sources/OpenLibrary/OpenLibraryLogger.swift:36:18: warning: function call causes an infinite recursion
34 |
35 | public func info(_ message: @autoclosure () -> String) {
36 | self.info("\(message())")
| `- warning: function call causes an infinite recursion
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/OpenLibrary/OpenLibraryLogger.swift:40:18: warning: function call causes an infinite recursion
38 |
39 | public func error(_ message: @autoclosure () -> String) {
40 | self.error("\(message())")
| `- warning: function call causes an infinite recursion
41 | }
42 | }
[6/8] Compiling OpenLibrary OpenLibraryAPIMocks.swift
[7/8] Compiling OpenLibrary OpenLibraryAPI.swift
[8/8] Emitting module OpenLibrary
Build complete! (5.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenLibrary",
"name" : "OpenLibrary",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "OpenLibrary",
"targets" : [
"OpenLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenLibraryTests",
"module_type" : "SwiftTarget",
"name" : "OpenLibraryTests",
"path" : "Tests",
"sources" : [
"OpenLibraryAPITests/OpenLibraryAPITests.swift"
],
"target_dependencies" : [
"OpenLibrary"
],
"type" : "test"
},
{
"c99name" : "OpenLibrary",
"module_type" : "SwiftTarget",
"name" : "OpenLibrary",
"path" : "Sources/OpenLibrary",
"product_memberships" : [
"OpenLibrary"
],
"sources" : [
"OpenLibraryAPI.swift",
"OpenLibraryAPIMocks.swift",
"OpenLibraryEdition.swift",
"OpenLibraryLogger.swift",
"OpenLibraryWork.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.