Build Information
Successful build of MockNetworking, reference 0.2.5 (2a9d3e), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 03:46:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Machx/MockNetworking.git
Reference: 0.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
* tag 0.2.5 -> FETCH_HEAD
HEAD is now at 2a9d3e8 refactor test to also test url string
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
2a9d3e84d6589a1434b7628f60218e7be55bbd56
SUCCESS checkout https://github.com/Machx/MockNetworking.git at 0.2.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Machx/MockNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling Konkyo Initialization.swift
[5/20] Compiling Konkyo Log.swift
[6/20] Emitting module Konkyo
[7/20] Compiling Konkyo AsynchronousOperationBase.swift
[8/20] Compiling Konkyo Atomic.swift
[9/20] Compiling Konkyo NetworkingExtensions.swift
[10/20] Compiling Konkyo Settings.swift
[11/20] Compiling Konkyo Condition.swift
[12/21] Compiling Konkyo UnfairLock.swift
[13/21] Compiling Konkyo Mutex.swift
[14/21] Compiling Konkyo NSLockExtensions.swift
[15/21] Compiling Konkyo UIApplicationExtensions.swift
[16/21] Compiling Konkyo ViewExtension.swift
[17/21] Compiling Konkyo CPUInfo.swift
[18/21] Compiling Konkyo LoggingExtensions.swift
[19/21] Compiling Konkyo ViewModel.swift
[20/21] Compiling Konkyo RollingDictionary.swift
[21/21] Compiling Konkyo Debouncer.swift
[22/28] Compiling MockNetworking MockResponseStore.swift
[23/28] Compiling MockNetworking MockPropertyResponse.swift
[24/28] Compiling MockNetworking HTTPURLResponse.swift
[25/28] Compiling MockNetworking URLSession.swift
[26/28] Compiling MockNetworking MockURLProtocol.swift
[27/28] Compiling MockNetworking Dictionary.swift
[28/28] Emitting module MockNetworking
Build complete! (10.18s)
Fetching https://github.com/Machx/Konkyo.git
[1/2639] Fetching konkyo
Fetched https://github.com/Machx/Konkyo.git from cache (0.91s)
Computing version for https://github.com/Machx/Konkyo.git
Computed https://github.com/Machx/Konkyo.git at 0.5.1 (1.35s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "konkyo",
"requirement" : {
"exact" : [
"0.5.1"
]
},
"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" : "14.0"
},
{
"name" : "ios",
"version" : "16.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" : "5.9"
}
Done.