The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of KKBOXOpenAPISwift, reference 1.1.7 (91650c), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:25:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KKBOX/OpenAPI-Swift.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/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)
[4/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)
[5/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPIPrivateTypes.swift
[6/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPITypes.swift
Build complete! (3.70s)
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.