Build Information
Successful build of ServiceManager, reference 1.2.2 (81bb25), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:49:17 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/bibinjacobpulickal/ServiceManager.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bibinjacobpulickal/ServiceManager
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 81bb25b Added port component.
Cloned https://github.com/bibinjacobpulickal/ServiceManager.git
Revision (git rev-parse @):
81bb25bfea2779e9bdcd9ccd1bcad592435b24ca
SUCCESS checkout https://github.com/bibinjacobpulickal/ServiceManager.git at 1.2.2
========================================
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": "servicemanager",
"name": "ServiceManager",
"url": "https://github.com/bibinjacobpulickal/ServiceManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ServiceManager",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/bibinjacobpulickal/ServiceManager.git
[1/954] Fetching servicemanager
Fetched https://github.com/bibinjacobpulickal/ServiceManager.git from cache (0.78s)
Creating working copy for https://github.com/bibinjacobpulickal/ServiceManager.git
Working copy of https://github.com/bibinjacobpulickal/ServiceManager.git resolved at 1.2.2 (81bb25b)
warning: '.resolve-product-dependencies': dependency 'servicemanager' 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/bibinjacobpulickal/ServiceManager.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/22] Compiling ServiceManager AnyDecoder.swift
[4/22] Compiling ServiceManager AnyEncoder.swift
[5/22] Compiling ServiceManager EncodableExtensions.swift
[6/22] Emitting module ServiceManager
[7/22] Compiling ServiceManager JSONEncoding.swift
[8/22] Compiling ServiceManager PropertyListEncoding.swift
[9/22] Compiling ServiceManager FormDataEncoding.swift
[10/22] Compiling ServiceManager HTTPEncoding.swift
[11/22] Compiling ServiceManager Route.swift
[12/22] Compiling ServiceManager URLComponent.swift
[13/24] Compiling ServiceManager RequestComponent.swift
[14/24] Compiling ServiceManager ResponseComponent.swift
[15/24] Compiling ServiceManager URLEncoding.swift
[16/24] Compiling ServiceManager HTTPError.swift
[17/24] Compiling ServiceManager HTTPScheme.swift
[18/24] Compiling ServiceManager DataConvertible.swift
[19/24] Compiling ServiceManager URLConvertible.swift
[20/24] Compiling ServiceManager URLRequestConvertible.swift
[21/24] Compiling ServiceManager HTTPHeader.swift
[22/24] Compiling ServiceManager HTTPMethod.swift
[23/24] Compiling ServiceManager BBServiceKit.swift
[24/24] Compiling ServiceManager Service.swift
Build complete! (5.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ServiceManager",
"name" : "ServiceManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceManager",
"targets" : [
"ServiceManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ServiceManagerTests",
"module_type" : "SwiftTarget",
"name" : "ServiceManagerTests",
"path" : "Tests/ServiceManagerTests",
"sources" : [
"ServiceManagerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ServiceManager"
],
"type" : "test"
},
{
"c99name" : "ServiceManager",
"module_type" : "SwiftTarget",
"name" : "ServiceManager",
"path" : "Sources/ServiceManager",
"product_memberships" : [
"ServiceManager"
],
"sources" : [
"Decoding/AnyDecoder.swift",
"Encoding/AnyEncoder.swift",
"Encoding/EncodableExtensions.swift",
"Encoding/FormDataEncoding.swift",
"Encoding/HTTPEncoding.swift",
"Encoding/JSONEncoding.swift",
"Encoding/PropertyListEncoding.swift",
"Encoding/URLEncoding.swift",
"HTTP/HTTPError.swift",
"HTTP/HTTPHeader.swift",
"HTTP/HTTPMethod.swift",
"HTTP/HTTPScheme.swift",
"Protocols/DataConvertible.swift",
"Protocols/URLConvertible.swift",
"Protocols/URLRequestConvertible.swift",
"Route/RequestComponent.swift",
"Route/ResponseComponent.swift",
"Route/Route.swift",
"Route/URLComponent.swift",
"Service/BBServiceKit.swift",
"Service/Service.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.