Build Information
Successful build of MockNetworking, reference main (fbbd85), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 02:02:52 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/Machx/MockNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fbbd858 resolve update
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
fbbd858fe3b5d291b1bdb8f8dd49acee414466c9
SUCCESS checkout https://github.com/Machx/MockNetworking.git at main
Fetching https://github.com/Machx/Konkyo.git
[1/2805] Fetching konkyo
Fetched https://github.com/Machx/Konkyo.git from cache (0.83s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.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": "mocknetworking",
"name": "MockNetworking",
"url": "https://github.com/Machx/MockNetworking.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MockNetworking",
"traits": [
"default"
],
"dependencies": [
{
"identity": "konkyo",
"name": "Konkyo",
"url": "https://github.com/Machx/Konkyo.git",
"version": "0.5.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Konkyo",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Machx/MockNetworking.git
[1/838] Fetching mocknetworking
Fetched https://github.com/Machx/MockNetworking.git from cache (0.68s)
Fetching https://github.com/Machx/Konkyo.git from cache
Fetched https://github.com/Machx/Konkyo.git from cache (0.45s)
Computing version for https://github.com/Machx/Konkyo.git
Computed https://github.com/Machx/Konkyo.git at 0.5.2 (1.08s)
Creating working copy for https://github.com/Machx/MockNetworking.git
Working copy of https://github.com/Machx/MockNetworking.git resolved at main (fbbd858)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.2
warning: '.resolve-product-dependencies': dependency 'mocknetworking' is not used by any target
Found 1 product dependencies
- Konkyo
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Machx/MockNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/19] Compiling Konkyo ViewExtension.swift
[5/19] Compiling Konkyo CPUInfo.swift
[6/19] Emitting module Konkyo
[7/19] Compiling Konkyo NSLockExtensions.swift
[8/19] Compiling Konkyo UIApplicationExtensions.swift
[9/19] Compiling Konkyo AsynchronousOperationBase.swift
[10/19] Compiling Konkyo Condition.swift
[11/19] Compiling Konkyo RollingDictionary.swift
[12/19] Compiling Konkyo Debouncer.swift
[13/19] Compiling Konkyo Initialization.swift
[14/19] Compiling Konkyo Log.swift
[15/19] Compiling Konkyo LoggingExtensions.swift
[16/19] Compiling Konkyo ViewModel.swift
[17/19] Compiling Konkyo NetworkingExtensions.swift
[18/19] Compiling Konkyo Settings.swift
[19/19] Compiling Konkyo Atomic.swift
[20/20] Compiling Konkyo Mutex.swift
[21/27] Compiling MockNetworking MockURLProtocol.swift
[22/27] Compiling MockNetworking MockResponseStore.swift
[23/27] Compiling MockNetworking MockPropertyResponse.swift
[24/27] Compiling MockNetworking HTTPURLResponse.swift
[25/27] Compiling MockNetworking URLSession.swift
[26/27] Emitting module MockNetworking
[27/27] Compiling MockNetworking Dictionary.swift
Build complete! (11.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "konkyo",
"requirement" : {
"exact" : [
"0.5.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Machx/Konkyo.git"
}
],
"manifest_display_name" : "MockNetworking",
"name" : "MockNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "MockNetworking",
"targets" : [
"MockNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MockNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "MockNetworkingTests",
"path" : "Tests/MockNetworkingTests",
"sources" : [
"MockNetworkingTests.swift"
],
"target_dependencies" : [
"MockNetworking"
],
"type" : "test"
},
{
"c99name" : "MockNetworking",
"module_type" : "SwiftTarget",
"name" : "MockNetworking",
"path" : "Sources/MockNetworking",
"product_dependencies" : [
"Konkyo"
],
"product_memberships" : [
"MockNetworking"
],
"sources" : [
"Extensions/Dictionary.swift",
"Extensions/HTTPURLResponse.swift",
"Extensions/URLSession.swift",
"MockPropertyResponse.swift",
"MockResponseStore.swift",
"MockURLProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.