Build Information
Successful build of openwhisk-swift-sdk with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dokun1/openwhisk-swift-sdk.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dokun1/openwhisk-swift-sdk
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8cbe115 Using env vars in local .env file instead of copying and pasting api keys and all
Cloned https://github.com/dokun1/openwhisk-swift-sdk.git
Revision (git rev-parse @):
8cbe11511c9734fea4a4e2dce83fd63e0f2d31df
SUCCESS checkout https://github.com/dokun1/openwhisk-swift-sdk.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/dokun1/openwhisk-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-6F35C1178C84523A.txt
[7/11] Compiling Logging Logging.swift
[8/11] Compiling Logging MetadataProvider.swift
[9/11] Compiling Logging Locks.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging LogHandler.swift
[12/13] Compiling LoggerAPI Logger.swift
[13/13] Emitting module LoggerAPI
[14/23] Compiling CircuitBreaker Snapshot.swift
[15/23] Compiling CircuitBreaker MonitorCollection.swift
[16/23] Compiling CircuitBreaker Collection.swift
[17/23] Compiling CircuitBreaker Stats.swift
[18/23] Compiling CircuitBreaker Invocation.swift
[19/23] Compiling CircuitBreaker Monitor.swift
[20/24] Compiling CircuitBreaker BreakerError.swift
[21/24] Emitting module CircuitBreaker
[22/24] Compiling CircuitBreaker CircuitBreaker.swift
[23/24] Compiling CircuitBreaker Bulkhead.swift
[24/24] Compiling CircuitBreaker Utils.swift
[25/34] Compiling SwiftyRequest RestUtilities.swift
[26/34] Compiling SwiftyRequest ResultExtension.swift
[27/35] Compiling SwiftyRequest StringExtensions.swift
[28/35] Compiling SwiftyRequest RestToken.swift
[29/35] Compiling SwiftyRequest HTTPMethod.swift
[30/35] Compiling SwiftyRequest MultipartFormData.swift
[31/35] Compiling SwiftyRequest JSON.swift
[32/35] Compiling SwiftyRequest JSONWrapper.swift
[33/35] Compiling SwiftyRequest CodableExtensions.swift
[34/35] Emitting module SwiftyRequest
[35/35] Compiling SwiftyRequest RestRequest.swift
[36/43] Compiling openwhisk_swift_sdk OWENV.swift
[37/43] Compiling openwhisk_swift_sdk Action.swift
[38/43] Compiling openwhisk_swift_sdk InvocationResponse.swift
[39/43] Compiling openwhisk_swift_sdk ActionDetail.swift
[40/43] Compiling openwhisk_swift_sdk Decoders.swift
[41/43] Emitting module openwhisk_swift_sdk
[42/43] Compiling openwhisk_swift_sdk MultiDecodable.swift
[43/43] Compiling openwhisk_swift_sdk Agent.swift
Build complete! (29.41s)
Fetching https://github.com/IBM-Swift/SwiftyRequest.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/CircuitBreaker.git
[1/771] Fetching loggerapi
[40/2830] Fetching loggerapi, swiftyrequest
[123/4559] Fetching loggerapi, swiftyrequest, circuitbreaker
Fetched https://github.com/IBM-Swift/SwiftyRequest.git from cache (1.25s)
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.25s)
Fetched https://github.com/IBM-Swift/CircuitBreaker.git from cache (1.25s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.9.200 (0.72s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Computing version for https://github.com/IBM-Swift/CircuitBreaker.git
Computed https://github.com/IBM-Swift/CircuitBreaker.git at 5.1.0 (0.64s)
Computing version for https://github.com/IBM-Swift/SwiftyRequest.git
Computed https://github.com/IBM-Swift/SwiftyRequest.git at 2.2.1 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.65s)
Creating working copy for https://github.com/IBM-Swift/SwiftyRequest.git
Working copy of https://github.com/IBM-Swift/SwiftyRequest.git resolved at 2.2.1
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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
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
warning: 'circuitbreaker': 'circuitbreaker' dependency on 'https://github.com/Kitura/LoggerAPI.git' conflicts with dependency on 'https://github.com/IBM-Swift/LoggerAPI.git' which has the same identity 'loggerapi'. 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.7.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/LoggerAPI.git"
},
{
"identity" : "swiftyrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.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",
"Util/OWENV.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.