Build Information
Successful build of LocalServer, reference 2.1.7 (95b1d5), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 10:55:36 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/db-in/LocalServer.git
Reference: 2.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/db-in/LocalServer
* tag 2.1.7 -> FETCH_HEAD
HEAD is now at 95b1d5b - Updating the server calls
Cloned https://github.com/db-in/LocalServer.git
Revision (git rev-parse @):
95b1d5bedc51b9c8a3e5484d53fcd195544a56fb
SUCCESS checkout https://github.com/db-in/LocalServer.git at 2.1.7
========================================
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": "localserver",
"name": "LocalServer",
"url": "https://github.com/db-in/LocalServer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LocalServer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/db-in/LocalServer.git
[1/938] Fetching localserver
Fetched https://github.com/db-in/LocalServer.git from cache (1.04s)
Creating working copy for https://github.com/db-in/LocalServer.git
Working copy of https://github.com/db-in/LocalServer.git resolved at 2.1.7 (95b1d5b)
warning: '.resolve-product-dependencies': dependency 'localserver' 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/db-in/LocalServer.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/13] Compiling LocalServer Router.swift
[4/13] Compiling LocalServer UITestResponse.swift
[5/13] Compiling LocalServer UITestServer.swift
[6/13] Compiling LocalServer StubServer.swift
[7/13] Compiling LocalServer StubWKWebView.swift
[8/13] Compiling LocalServer StubURLSession.swift
[9/13] Compiling LocalServer StubURLHTTPProtocol.swift
[10/13] Compiling LocalServer DataExtension.swift
[11/13] Compiling LocalServer Exchangeable.swift
[12/13] Emitting module LocalServer
[13/13] Compiling LocalServer StubResponse.swift
[14/14] Compiling LocalServer UITestState.swift
Build complete! (4.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LocalServer",
"name" : "LocalServer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LocalServer",
"targets" : [
"LocalServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LocalServerTests",
"module_type" : "SwiftTarget",
"name" : "LocalServerTests",
"path" : "LocalServerTests",
"sources" : [
"DataExtensionTests.swift",
"StubResponseTests.swift",
"StubServerTests.swift",
"TestExtensions.swift",
"UITestResponseTests.swift",
"WKWebViewResponseTests.swift"
],
"target_dependencies" : [
"LocalServer"
],
"type" : "test"
},
{
"c99name" : "LocalServer",
"module_type" : "SwiftTarget",
"name" : "LocalServer",
"path" : "LocalServer/Source",
"product_memberships" : [
"LocalServer"
],
"sources" : [
"DataExtension.swift",
"Exchangeable.swift",
"Router.swift",
"StubResponse.swift",
"StubServer.swift",
"StubURLHTTPProtocol.swift",
"StubURLSession.swift",
"StubWKWebView.swift",
"UITestResponse.swift",
"UITestServer.swift",
"UITestState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.