Build Information
Successful build of OpenLibraryKit, reference main (8d9f7c), with Swift 6.3 for macOS (SPM) on 5 May 2026 07:49:52 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/QiyangStudio/OpenLibraryKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QiyangStudio/OpenLibraryKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d9f7c7 Align package tools version with CI
Cloned https://github.com/QiyangStudio/OpenLibraryKit.git
Revision (git rev-parse @):
8d9f7c726a7306cadbadb4e12877bb486df570d9
SUCCESS checkout https://github.com/QiyangStudio/OpenLibraryKit.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": "openlibrarykit",
"name": "OpenLibraryKit",
"url": "https://github.com/QiyangStudio/OpenLibraryKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenLibraryKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/QiyangStudio/OpenLibraryKit.git
[1/33] Fetching openlibrarykit
Fetched https://github.com/QiyangStudio/OpenLibraryKit.git from cache (0.59s)
Creating working copy for https://github.com/QiyangStudio/OpenLibraryKit.git
Working copy of https://github.com/QiyangStudio/OpenLibraryKit.git resolved at main (8d9f7c7)
warning: '.resolve-product-dependencies': dependency 'openlibrarykit' 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/QiyangStudio/OpenLibraryKit.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 OpenLibraryKit OpenLibraryRateLimiting.swift
[4/8] Compiling OpenLibraryKit OpenLibraryError.swift
[5/8] Compiling OpenLibraryKit OpenLibraryEndpoint.swift
[6/8] Compiling OpenLibraryKit OpenLibraryModels.swift
[7/8] Emitting module OpenLibraryKit
[8/8] Compiling OpenLibraryKit OpenLibraryClient.swift
Build complete! (5.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenLibraryKit",
"name" : "OpenLibraryKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "OpenLibraryKit",
"targets" : [
"OpenLibraryKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenLibraryKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenLibraryKitTests",
"path" : "Tests/OpenLibraryKitTests",
"sources" : [
"OpenLibraryClientTests.swift"
],
"target_dependencies" : [
"OpenLibraryKit"
],
"type" : "test"
},
{
"c99name" : "OpenLibraryKit",
"module_type" : "SwiftTarget",
"name" : "OpenLibraryKit",
"path" : "Sources/OpenLibraryKit",
"product_memberships" : [
"OpenLibraryKit"
],
"sources" : [
"OpenLibraryClient.swift",
"OpenLibraryEndpoint.swift",
"OpenLibraryError.swift",
"OpenLibraryModels.swift",
"OpenLibraryRateLimiting.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.