Build Information
Successful build of openwhisk-swift-sdk, reference 0.2.0 (7c0d30
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 09:29:11 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/dokun1/openwhisk-swift-sdk.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dokun1/openwhisk-swift-sdk
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 7c0d30e Updated readme
Cloned https://github.com/dokun1/openwhisk-swift-sdk.git
Revision (git rev-parse @):
7c0d30eb6e66e16652d099810d1d73acac335820
SUCCESS checkout https://github.com/dokun1/openwhisk-swift-sdk.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dokun1/openwhisk-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling Logging LogHandler.swift
[8/11] Compiling Logging MetadataProvider.swift
[9/11] Compiling Logging Locks.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging Logging.swift
[12/13] Emitting module LoggerAPI
[13/13] Compiling LoggerAPI Logger.swift
[14/23] Compiling CircuitBreaker Collection.swift
[15/23] Compiling CircuitBreaker Bulkhead.swift
[16/23] Compiling CircuitBreaker Monitor.swift
[17/24] Compiling CircuitBreaker BreakerError.swift
[18/24] Compiling CircuitBreaker CircuitBreaker.swift
[19/24] Compiling CircuitBreaker Invocation.swift
[20/24] Compiling CircuitBreaker MonitorCollection.swift
[21/24] Compiling CircuitBreaker Stats.swift
[22/24] Emitting module CircuitBreaker
[23/24] Compiling CircuitBreaker Snapshot.swift
[24/24] Compiling CircuitBreaker Utils.swift
[25/34] Compiling SwiftyRequest RestUtilities.swift
[26/34] Compiling SwiftyRequest StringExtensions.swift
[27/34] Compiling SwiftyRequest RestToken.swift
[28/34] Emitting module SwiftyRequest
[29/34] Compiling SwiftyRequest RestRequest.swift
[30/34] Compiling SwiftyRequest JSON.swift
[31/34] Compiling SwiftyRequest JSONWrapper.swift
[32/34] Compiling SwiftyRequest HTTPMethod.swift
[33/34] Compiling SwiftyRequest CodableExtensions.swift
[34/34] Compiling SwiftyRequest MultipartFormData.swift
[35/41] Compiling openwhisk_swift_sdk ActionDetail.swift
[36/41] Compiling openwhisk_swift_sdk InvocationResponse.swift
[37/41] Compiling openwhisk_swift_sdk Action.swift
[38/41] Compiling openwhisk_swift_sdk Decoders.swift
[39/41] Compiling openwhisk_swift_sdk Agent.swift
[40/41] Emitting module openwhisk_swift_sdk
[41/41] Compiling openwhisk_swift_sdk MultiDecodable.swift
Build complete! (14.80s)
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/SwiftyRequest.git
Fetching https://github.com/IBM-Swift/CircuitBreaker.git
[1/1733] Fetching circuitbreaker
[192/2504] Fetching circuitbreaker, loggerapi
[324/4599] Fetching circuitbreaker, loggerapi, swiftyrequest
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.13s)
Fetched https://github.com/IBM-Swift/SwiftyRequest.git from cache (1.13s)
Fetched https://github.com/IBM-Swift/CircuitBreaker.git from cache (1.13s)
Computing version for https://github.com/IBM-Swift/SwiftyRequest.git
Computed https://github.com/IBM-Swift/SwiftyRequest.git at 1.1.3 (1.66s)
Computing version for https://github.com/IBM-Swift/CircuitBreaker.git
Computed https://github.com/IBM-Swift/CircuitBreaker.git at 5.1.0 (1.88s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.9.200 (0.50s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.62s)
Creating working copy for https://github.com/IBM-Swift/SwiftyRequest.git
Working copy of https://github.com/IBM-Swift/SwiftyRequest.git resolved at 1.1.3
Creating working copy for https://github.com/IBM-Swift/CircuitBreaker.git
Working copy of https://github.com/IBM-Swift/CircuitBreaker.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/IBM-Swift/LoggerAPI.git
Working copy of https://github.com/IBM-Swift/LoggerAPI.git resolved at 1.9.200
warning: 'circuitbreaker': Conflicting identity for loggerapi: dependency 'github.com/kitura/loggerapi' and dependency 'github.com/ibm-swift/loggerapi' both point to the same package identity 'loggerapi'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/ibm-swift/circuitbreaker->github.com/kitura/loggerapi (B) /users/admin/builder/spi-builder-workspace->github.com/ibm-swift/loggerapi. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Build complete.
{
"dependencies" : [
{
"identity" : "circuitbreaker",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/CircuitBreaker.git"
},
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/LoggerAPI.git"
},
{
"identity" : "swiftyrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
}
],
"manifest_display_name" : "openwhisk-swift-sdk",
"name" : "openwhisk-swift-sdk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "openwhisk-swift-sdk",
"targets" : [
"openwhisk-swift-sdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "openwhisk_swift_sdkTests",
"module_type" : "SwiftTarget",
"name" : "openwhisk-swift-sdkTests",
"path" : "Tests/openwhisk-swift-sdkTests",
"sources" : [
"XCTestManifests.swift",
"openwhisk_swift_sdkTests.swift"
],
"target_dependencies" : [
"openwhisk-swift-sdk"
],
"type" : "test"
},
{
"c99name" : "openwhisk_swift_sdk",
"module_type" : "SwiftTarget",
"name" : "openwhisk-swift-sdk",
"path" : "Sources/openwhisk-swift-sdk",
"product_dependencies" : [
"CircuitBreaker",
"LoggerAPI",
"SwiftyRequest"
],
"product_memberships" : [
"openwhisk-swift-sdk"
],
"sources" : [
"Controller/Agent.swift",
"Controller/Decoders.swift",
"ResponseModels/Action.swift",
"ResponseModels/ActionDetail.swift",
"ResponseModels/InvocationResponse.swift",
"ResponseModels/MultiDecodable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Done.