Build Information
Successful build of RKAPIService, reference v3.1.0 (5905e2), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:21:49 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/TheRakiburKhan/RKAPIService.git
Reference: v3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TheRakiburKhan/RKAPIService
* tag v3.1.0 -> FETCH_HEAD
HEAD is now at 5905e29 Updated with JSONEncoder controll, NetworkResult have raw HTTPURLResponse and partial support for swift 6
Cloned https://github.com/TheRakiburKhan/RKAPIService.git
Revision (git rev-parse @):
5905e2995630c390276158778ac50fceb1d4394c
SUCCESS checkout https://github.com/TheRakiburKhan/RKAPIService.git at v3.1.0
========================================
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": "rkapiservice",
"name": "RKAPIService",
"url": "https://github.com/TheRakiburKhan/RKAPIService.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RKAPIService",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/TheRakiburKhan/RKAPIService.git
[1/354] Fetching rkapiservice
Fetched https://github.com/TheRakiburKhan/RKAPIService.git from cache (0.75s)
Creating working copy for https://github.com/TheRakiburKhan/RKAPIService.git
Working copy of https://github.com/TheRakiburKhan/RKAPIService.git resolved at v3.1.0 (5905e29)
warning: '.resolve-product-dependencies': dependency 'rkapiservice' 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/TheRakiburKhan/RKAPIService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/13] Compiling RKAPIUtility HTTPStatusCode.swift
[6/13] Compiling RKAPIUtility RKAPIHelper.swift
[7/13] Compiling RKAPIUtility UploadAttachment.swift
[8/13] Compiling RKAPIUtility HTTPMethod.swift
[9/13] Compiling RKAPIUtility NetworkResult.swift
[10/13] Emitting module RKAPIUtility
[11/13] Compiling RKAPIUtility AttachedFile.swift
[12/13] Compiling RKAPIUtility Attachment.swift
[13/13] Compiling RKAPIUtility HTTPHeader.swift
[14/17] Compiling RKAPIService RKAPIService+async.swift
[15/17] Compiling RKAPIService RKAPIService.swift
[16/17] Compiling RKAPIService RKAPIService+completion.swift
[17/17] Emitting module RKAPIService
[18/19] Emitting module RKAPIServiceCombine
[19/19] Compiling RKAPIServiceCombine RKAPIServiceCombine.swift
Build complete! (9.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RKAPIService",
"name" : "RKAPIService",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "RKAPIUtility",
"targets" : [
"RKAPIUtility"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RKAPIService",
"targets" : [
"RKAPIService",
"RKAPIUtility"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RKAPIServiceCombine",
"targets" : [
"RKAPIServiceCombine",
"RKAPIUtility"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RKAPIUtility",
"module_type" : "SwiftTarget",
"name" : "RKAPIUtility",
"path" : "Sources/RKAPIUtility",
"product_memberships" : [
"RKAPIUtility",
"RKAPIService",
"RKAPIServiceCombine"
],
"sources" : [
"AttachedFile.swift",
"Attachment.swift",
"HTTPHeader.swift",
"HTTPMethod.swift",
"HTTPStatusCode.swift",
"NetworkResult.swift",
"RKAPIHelper.swift",
"UploadAttachment.swift"
],
"type" : "library"
},
{
"c99name" : "RKAPIServiceTests",
"module_type" : "SwiftTarget",
"name" : "RKAPIServiceTests",
"path" : "Tests/RKAPIServiceTests",
"sources" : [
"RKAPIServiceTests.swift"
],
"target_dependencies" : [
"RKAPIService"
],
"type" : "test"
},
{
"c99name" : "RKAPIServiceCombineTests",
"module_type" : "SwiftTarget",
"name" : "RKAPIServiceCombineTests",
"path" : "Tests/RKAPIServiceCombineTests",
"sources" : [
"RKAPIServiceCombineTests.swift"
],
"target_dependencies" : [
"RKAPIServiceCombine"
],
"type" : "test"
},
{
"c99name" : "RKAPIServiceCombine",
"module_type" : "SwiftTarget",
"name" : "RKAPIServiceCombine",
"path" : "Sources/RKAPIServiceCombine",
"product_memberships" : [
"RKAPIServiceCombine"
],
"sources" : [
"RKAPIServiceCombine.swift"
],
"target_dependencies" : [
"RKAPIService",
"RKAPIUtility"
],
"type" : "library"
},
{
"c99name" : "RKAPIService",
"module_type" : "SwiftTarget",
"name" : "RKAPIService",
"path" : "Sources/RKAPIService",
"product_memberships" : [
"RKAPIService",
"RKAPIServiceCombine"
],
"sources" : [
"RKAPIService+async.swift",
"RKAPIService+completion.swift",
"RKAPIService.swift"
],
"target_dependencies" : [
"RKAPIUtility"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.