The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KKBOXOpenAPISwiftPromises, reference master (bfefcd), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:24:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kkbox/openapi-swift-promises.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kkbox/openapi-swift-promises
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bfefcde Updates documentation.
Cloned https://github.com/kkbox/openapi-swift-promises.git
Revision (git rev-parse @):
bfefcde9fa956ad736c221b987e1a79aeb081d74
SUCCESS checkout https://github.com/kkbox/openapi-swift-promises.git at master
Fetching https://github.com/google/promises.git
Fetching https://github.com/KKBOX/OpenAPI-Swift
[1/796] Fetching openapi-swift
[121/3239] Fetching openapi-swift, promises
Fetched https://github.com/google/promises.git from cache (0.95s)
Fetched https://github.com/KKBOX/OpenAPI-Swift from cache (0.95s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 1.2.12 (3.28s)
Computing version for https://github.com/KKBOX/OpenAPI-Swift
Computed https://github.com/KKBOX/OpenAPI-Swift at 1.1.7 (0.67s)
Creating working copy for https://github.com/KKBOX/OpenAPI-Swift
Working copy of https://github.com/KKBOX/OpenAPI-Swift resolved at 1.1.7
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 1.2.12
========================================
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-promises",
      "name": "KKBOXOpenAPISwiftPromises",
      "url": "https://github.com/kkbox/openapi-swift-promises.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/openapi-swift-promises",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "promises",
          "name": "Promises",
          "url": "https://github.com/google/promises.git",
          "version": "1.2.12",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/promises",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "openapi-swift",
          "name": "KKBOXOpenAPISwift",
          "url": "https://github.com/KKBOX/OpenAPI-Swift",
          "version": "1.1.7",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPI-Swift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kkbox/openapi-swift-promises.git
[1/108] Fetching openapi-swift-promises
Fetched https://github.com/kkbox/openapi-swift-promises.git from cache (0.69s)
Fetching https://github.com/google/promises.git from cache
Fetching https://github.com/KKBOX/OpenAPI-Swift from cache
Fetched https://github.com/google/promises.git from cache (0.42s)
Fetched https://github.com/KKBOX/OpenAPI-Swift from cache (0.46s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 1.2.12 (0.54s)
Computing version for https://github.com/KKBOX/OpenAPI-Swift
Computed https://github.com/KKBOX/OpenAPI-Swift at 1.1.7 (0.04s)
Creating working copy for https://github.com/kkbox/openapi-swift-promises.git
Working copy of https://github.com/kkbox/openapi-swift-promises.git resolved at master (bfefcde)
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 1.2.12
Creating working copy for https://github.com/KKBOX/OpenAPI-Swift
Working copy of https://github.com/KKBOX/OpenAPI-Swift resolved at 1.1.7
warning: '.resolve-product-dependencies': dependency 'openapi-swift-promises' is not used by any target
Found 2 product dependencies
  - Promises
  - KKBOXOpenAPISwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kkbox/openapi-swift-promises.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write sources
[3/23] Write swift-version--6988338F2F200930.txt
[4/23] Compiling FBLPromises FBLPromise+Validate.m
[5/23] Compiling FBLPromises FBLPromiseError.m
[6/23] Compiling FBLPromises FBLPromise+Then.m
[7/23] Compiling FBLPromises FBLPromise+Retry.m
[8/27] Compiling FBLPromises FBLPromise+Catch.m
[9/27] Compiling FBLPromises FBLPromise+Async.m
[10/27] Compiling FBLPromises FBLPromise+Reduce.m
[11/27] Compiling FBLPromises FBLPromise+Recover.m
[12/27] Compiling FBLPromises FBLPromise.m
[13/27] Compiling FBLPromises FBLPromise+Testing.m
[14/27] Compiling FBLPromises FBLPromise+Await.m
[15/27] Compiling FBLPromises FBLPromise+Race.m
[16/27] Compiling FBLPromises FBLPromise+Timeout.m
[17/27] Compiling FBLPromises FBLPromise+Delay.m
[18/27] Compiling FBLPromises FBLPromise+Do.m
[19/27] Compiling FBLPromises FBLPromise+Any.m
[20/27] Compiling FBLPromises FBLPromise+Always.m
[21/27] Compiling FBLPromises FBLPromise+All.m
[22/27] Compiling FBLPromises FBLPromise+Wrap.m
[24/46] Compiling Promises Promise+Race.swift
[25/46] Compiling Promises Promise+Recover.swift
[26/46] Compiling Promises Promise+Timeout.swift
[27/46] Compiling Promises Promise+Validate.swift
[28/46] Compiling Promises Promise+Await.swift
[29/46] Compiling Promises Promise+Catch.swift
[30/46] Compiling Promises Promise+Delay.swift
[31/46] Compiling Promises Promise+Do.swift
[32/46] Compiling Promises Promise+Any.swift
[33/46] Compiling Promises Promise+Async.swift
[34/46] Compiling Promises Promise+All.swift
[35/46] Compiling Promises Promise+Always.swift
[36/46] Emitting module Promises
[37/46] Compiling Promises Promise+Testing.swift
[38/46] Compiling Promises Promise+Then.swift
[39/46] Compiling Promises Promise+Reduce.swift
[40/46] Compiling Promises Promise+Retry.swift
[41/46] Compiling Promises Promise+Wrap.swift
[42/46] Compiling Promises Promise.swift
[43/47] Compiling Promises PromiseError.swift
[44/47] Compiling KKBOXOpenAPISwift KKBOXOpenAPITypes.swift
[45/47] Emitting module KKBOXOpenAPISwift
[46/47] Compiling KKBOXOpenAPISwift KKBOXOpenAPIPrivateTypes.swift
[47/47] Compiling KKBOXOpenAPISwift KKBOXOpenAPI.swift
[48/49] Compiling KKBOXOpenAPISwiftPromises KKBOXOpenAPISwiftPromises.swift
[49/49] Emitting module KKBOXOpenAPISwiftPromises
Build complete! (7.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "promises",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.8",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/promises.git"
    },
    {
      "identity" : "openapi-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KKBOX/OpenAPI-Swift"
    }
  ],
  "manifest_display_name" : "KKBOXOpenAPISwiftPromises",
  "name" : "KKBOXOpenAPISwiftPromises",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KKBOXOpenAPISwiftPromises",
      "targets" : [
        "KKBOXOpenAPISwiftPromises"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KKBOXOpenAPISwiftPromisesTests",
      "module_type" : "SwiftTarget",
      "name" : "KKBOXOpenAPISwiftPromisesTests",
      "path" : "Tests/KKBOXOpenAPISwiftPromisesTests",
      "sources" : [
        "KKBOXOpenAPISwiftPromisesTests.swift"
      ],
      "target_dependencies" : [
        "KKBOXOpenAPISwiftPromises"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KKBOXOpenAPISwiftPromises",
      "module_type" : "SwiftTarget",
      "name" : "KKBOXOpenAPISwiftPromises",
      "path" : "Sources/KKBOXOpenAPISwiftPromises",
      "product_dependencies" : [
        "Promises",
        "KKBOXOpenAPISwift"
      ],
      "product_memberships" : [
        "KKBOXOpenAPISwiftPromises"
      ],
      "sources" : [
        "KKBOXOpenAPISwiftPromises.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.