Build Information
Successful build of SimpleHTTP, reference main (fbf0f0), with Swift 6.1 for macOS (SPM) on 18 Jan 2026 14:20:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pattio/SimpleHTTP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pattio/SimpleHTTP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fbf0f01 Merge pull request #3 from Pattio/status-validator-error-mapping
Cloned https://github.com/Pattio/SimpleHTTP.git
Revision (git rev-parse @):
fbf0f010dd387bf5748596be63b5bc0d106f4574
SUCCESS checkout https://github.com/Pattio/SimpleHTTP.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Pattio/SimpleHTTP.git
https://github.com/Pattio/SimpleHTTP.git
{
"dependencies" : [
],
"manifest_display_name" : "SimpleHTTP",
"name" : "SimpleHTTP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SimpleHTTP",
"targets" : [
"SimpleHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPCore",
"targets" : [
"SimpleHTTPCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSauce",
"targets" : [
"SimpleHTTPSauce"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSugar",
"targets" : [
"SimpleHTTPSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleHTTPTests",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPTests",
"path" : "Tests/SimpleHTTPTests",
"sources" : [
"Core/HTTPBodyTests.swift",
"Core/HTTPRequestTests.swift",
"Mocks/HTTPRequest+mock.swift",
"Mocks/HTTPResponse+mock.swift",
"Mocks/MockHTTPHandler.swift",
"Sauce/Handlers/HTTPStatusValidatingHandlerTests.swift",
"Sauce/Handlers/ServerEnvironmentHandlerTests.swift",
"Sauce/Handlers/ThrottleHandlerTests.swift",
"Sugar/HTTPClientTests.swift"
],
"target_dependencies" : [
"SimpleHTTP"
],
"type" : "test"
},
{
"c99name" : "SimpleHTTPSugar",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSugar",
"path" : "Sources/Modules/Sugar",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSugar"
],
"sources" : [
"Extensions/Collection+HTTPHandlerChain.swift",
"HTTPClient.swift",
"Handlers/HandlerBuilder.swift",
"Handlers/IdentityHandler.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPSauce",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSauce",
"path" : "Sources/Modules/Sauce",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSauce"
],
"sources" : [
"Handlers/HTTPStatusValidatingHandler.swift",
"Handlers/LoggingHandler.swift",
"Handlers/ServerEnvironmentHandler.swift",
"Handlers/ThrottleHandler.swift",
"Handlers/URLSessionHandler.swift",
"Options/ServerEnvironment.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPCore",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPCore",
"path" : "Sources/Modules/Core",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"sources" : [
"HTTPBody.swift",
"HTTPError.swift",
"HTTPHandler.swift",
"HTTPRequest.swift",
"HTTPRequestOption.swift",
"HTTPResponse.swift"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTP",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTP",
"path" : "Sources/SimpleHTTP",
"product_memberships" : [
"SimpleHTTP"
],
"sources" : [
"SimpleHTTP.swift"
],
"target_dependencies" : [
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/12] Compiling SimpleHTTPCore HTTPResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/12] Compiling SimpleHTTPCore HTTPRequestOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/12] Compiling SimpleHTTPCore HTTPRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/12] Compiling SimpleHTTPCore HTTPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/12] Emitting module SimpleHTTPCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/12] Compiling SimpleHTTPCore HTTPBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/12] Compiling SimpleHTTPCore HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/24] Compiling SimpleHTTPSugar IdentityHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/24] Compiling SimpleHTTPSugar Collection+HTTPHandlerChain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/24] Compiling SimpleHTTPSugar HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/24] Compiling SimpleHTTPSugar HandlerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/24] Emitting module SimpleHTTPSugar
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/24] Compiling SimpleHTTPSauce ServerEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/24] Compiling SimpleHTTPSauce URLSessionHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/24] Compiling SimpleHTTPSauce HTTPStatusValidatingHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/24] Compiling SimpleHTTPSauce ServerEnvironmentHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/24] Compiling SimpleHTTPSauce ThrottleHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/24] Compiling SimpleHTTPSauce LoggingHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/24] Emitting module SimpleHTTPSauce
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/26] Compiling SimpleHTTP SimpleHTTP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/26] Emitting module SimpleHTTP
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (6.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleHTTP",
"name" : "SimpleHTTP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SimpleHTTP",
"targets" : [
"SimpleHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPCore",
"targets" : [
"SimpleHTTPCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSauce",
"targets" : [
"SimpleHTTPSauce"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSugar",
"targets" : [
"SimpleHTTPSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleHTTPTests",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPTests",
"path" : "Tests/SimpleHTTPTests",
"sources" : [
"Core/HTTPBodyTests.swift",
"Core/HTTPRequestTests.swift",
"Mocks/HTTPRequest+mock.swift",
"Mocks/HTTPResponse+mock.swift",
"Mocks/MockHTTPHandler.swift",
"Sauce/Handlers/HTTPStatusValidatingHandlerTests.swift",
"Sauce/Handlers/ServerEnvironmentHandlerTests.swift",
"Sauce/Handlers/ThrottleHandlerTests.swift",
"Sugar/HTTPClientTests.swift"
],
"target_dependencies" : [
"SimpleHTTP"
],
"type" : "test"
},
{
"c99name" : "SimpleHTTPSugar",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSugar",
"path" : "Sources/Modules/Sugar",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSugar"
],
"sources" : [
"Extensions/Collection+HTTPHandlerChain.swift",
"HTTPClient.swift",
"Handlers/HandlerBuilder.swift",
"Handlers/IdentityHandler.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPSauce",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSauce",
"path" : "Sources/Modules/Sauce",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSauce"
],
"sources" : [
"Handlers/HTTPStatusValidatingHandler.swift",
"Handlers/LoggingHandler.swift",
"Handlers/ServerEnvironmentHandler.swift",
"Handlers/ThrottleHandler.swift",
"Handlers/URLSessionHandler.swift",
"Options/ServerEnvironment.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPCore",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPCore",
"path" : "Sources/Modules/Core",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"sources" : [
"HTTPBody.swift",
"HTTPError.swift",
"HTTPHandler.swift",
"HTTPRequest.swift",
"HTTPRequestOption.swift",
"HTTPResponse.swift"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTP",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTP",
"path" : "Sources/SimpleHTTP",
"product_memberships" : [
"SimpleHTTP"
],
"sources" : [
"SimpleHTTP.swift"
],
"target_dependencies" : [
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.