Build Information
Successful build of KKBOXOpenAPISwift, reference 1.1.7 (91650c), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:00:02 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/KKBOX/OpenAPI-Swift.git
Reference: 1.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KKBOX/OpenAPI-Swift
* tag 1.1.7 -> FETCH_HEAD
HEAD is now at 91650c3 Bumps to 1.1.7.
Cloned https://github.com/KKBOX/OpenAPI-Swift.git
Revision (git rev-parse @):
91650c30e578854e1815a0119e6da8c735c02ba9
SUCCESS checkout https://github.com/KKBOX/OpenAPI-Swift.git at 1.1.7
========================================
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": "openapi-swift",
"name": "KKBOXOpenAPISwift",
"url": "https://github.com/KKBOX/OpenAPI-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPI-Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/KKBOX/OpenAPI-Swift.git
[1/796] Fetching openapi-swift
Fetched https://github.com/KKBOX/OpenAPI-Swift.git from cache (1.18s)
Creating working copy for https://github.com/KKBOX/OpenAPI-Swift.git
Working copy of https://github.com/KKBOX/OpenAPI-Swift.git resolved at 1.1.7 (91650c3)
warning: '.resolve-product-dependencies': dependency 'openapi-swift' 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/KKBOX/OpenAPI-Swift.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/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPITypes.swift
[4/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/KKBOXOpenAPISwift/KKBOXOpenAPI.swift:83:20: warning: static property 'none' produces an empty option set
81 |
82 | public let rawValue: Int
83 | public static let none = KKSearchType(rawValue: 0)
| |- warning: static property 'none' produces an empty option set
| `- note: use [] to silence this warning
84 | /// Specify that we are searching for artists.
85 | public static let artist = KKSearchType(rawValue: 1 << 0)
/Users/admin/builder/spi-builder-workspace/Sources/KKBOXOpenAPISwift/KKBOXOpenAPI.swift:142:20: warning: static property 'none' produces an empty option set
140 | public let rawValue: Int
141 | /// Your client does not request any additional permission.
142 | public static let none = KKScope(rawValue: 0)
| |- warning: static property 'none' produces an empty option set
| `- note: use [] to silence this warning
143 | /// Your client requests the permission to access user profiles.
144 | public static let userProfile = KKScope(rawValue: 1 << 0)
[5/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPIPrivateTypes.swift
[6/6] Emitting module KKBOXOpenAPISwift
/Users/admin/builder/spi-builder-workspace/Sources/KKBOXOpenAPISwift/KKBOXOpenAPI.swift:83:20: warning: static property 'none' produces an empty option set
81 |
82 | public let rawValue: Int
83 | public static let none = KKSearchType(rawValue: 0)
| |- warning: static property 'none' produces an empty option set
| `- note: use [] to silence this warning
84 | /// Specify that we are searching for artists.
85 | public static let artist = KKSearchType(rawValue: 1 << 0)
/Users/admin/builder/spi-builder-workspace/Sources/KKBOXOpenAPISwift/KKBOXOpenAPI.swift:142:20: warning: static property 'none' produces an empty option set
140 | public let rawValue: Int
141 | /// Your client does not request any additional permission.
142 | public static let none = KKScope(rawValue: 0)
| |- warning: static property 'none' produces an empty option set
| `- note: use [] to silence this warning
143 | /// Your client requests the permission to access user profiles.
144 | public static let userProfile = KKScope(rawValue: 1 << 0)
Build complete! (4.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KKBOXOpenAPISwift",
"name" : "KKBOXOpenAPISwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KKBOXOpenAPISwift",
"targets" : [
"KKBOXOpenAPISwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KKBOXOpenAPISwiftTests",
"module_type" : "SwiftTarget",
"name" : "KKBOXOpenAPISwiftTests",
"path" : "Tests/KKBOXOpenAPISwiftTests",
"sources" : [
"OpenAPI_SwiftTests.swift"
],
"target_dependencies" : [
"KKBOXOpenAPISwift"
],
"type" : "test"
},
{
"c99name" : "KKBOXOpenAPISwift",
"module_type" : "SwiftTarget",
"name" : "KKBOXOpenAPISwift",
"path" : "Sources/KKBOXOpenAPISwift",
"product_memberships" : [
"KKBOXOpenAPISwift"
],
"sources" : [
"KKBOXOpenAPI.swift",
"KKBOXOpenAPIPrivateTypes.swift",
"KKBOXOpenAPITypes.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.