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 master (7e8c02), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:25:41 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KKBOX/OpenAPI-Swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7e8c024 Updates CI settings.
Cloned https://github.com/KKBOX/OpenAPI-Swift.git
Revision (git rev-parse @):
7e8c024baa94238c8963312b20ffc7571d0b67de
SUCCESS checkout https://github.com/KKBOX/OpenAPI-Swift.git at master
========================================
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 KKBOXOpenAPIPrivateTypes.swift
[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 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)
[6/6] Compiling KKBOXOpenAPISwift KKBOXOpenAPITypes.swift
Build complete! (3.55s)
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.