Build Information
Successful build of IBMWatsonRestKit, reference 3.0.3 (c4fa7c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:22:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/watson-developer-cloud/restkit.git
Reference: 3.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/watson-developer-cloud/restkit
* tag 3.0.3 -> FETCH_HEAD
HEAD is now at c4fa7c1 Merge pull request #23 from watson-developer-cloud/develop
Cloned https://github.com/watson-developer-cloud/restkit.git
Revision (git rev-parse @):
c4fa7c1ff757e261c9acae463f3ecb71e7d8ae93
SUCCESS checkout https://github.com/watson-developer-cloud/restkit.git at 3.0.3
========================================
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": "restkit",
"name": "IBMWatsonRestKit",
"url": "https://github.com/watson-developer-cloud/restkit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/restkit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/watson-developer-cloud/restkit.git
[1/861] Fetching restkit
Fetched https://github.com/watson-developer-cloud/restkit.git from cache (0.75s)
Creating working copy for https://github.com/watson-developer-cloud/restkit.git
Working copy of https://github.com/watson-developer-cloud/restkit.git resolved at 3.0.3 (c4fa7c1)
warning: '.resolve-product-dependencies': dependency 'restkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/watson-developer-cloud/restkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling RestKit RestError.swift
[4/10] Compiling RestKit RestResponse.swift
[5/10] Compiling RestKit RestRequest.swift
[6/10] Emitting module RestKit
[7/10] Compiling RestKit Authentication.swift
[8/10] Compiling RestKit CodableExtensions.swift
[9/10] Compiling RestKit MultipartFormData.swift
[10/10] Compiling RestKit JSON.swift
Build complete! (4.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IBMWatsonRestKit",
"name" : "IBMWatsonRestKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RestKit",
"targets" : [
"RestKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestKitTests",
"module_type" : "SwiftTarget",
"name" : "RestKitTests",
"path" : "Tests/RestKitTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift"
],
"target_dependencies" : [
"RestKit"
],
"type" : "test"
},
{
"c99name" : "RestKit",
"module_type" : "SwiftTarget",
"name" : "RestKit",
"path" : "Sources/RestKit",
"product_memberships" : [
"RestKit"
],
"sources" : [
"Authentication.swift",
"CodableExtensions.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.