Build Information
Successful build of OpenLibrary, reference 0.0.1 (9cd6ba), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 19:21:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/natikgadzhi/swift-openlibrary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling OpenLibrary OpenLibraryWork.swift
[4/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 | }
[5/8] Compiling OpenLibrary OpenLibraryAPIMocks.swift
[6/8] Compiling OpenLibrary OpenLibraryAPI.swift
[7/8] Emitting module OpenLibrary
[8/8] Compiling OpenLibrary OpenLibraryEdition.swift
Build complete! (4.52s)
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.