Build Information
Successful build of SwiftHttpServer, reference 0.1.23 (1f17a3), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 06:40:44 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/bjtj/swift-http-server.git
Reference: 0.1.23
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bjtj/swift-http-server
* tag 0.1.23 -> FETCH_HEAD
HEAD is now at 1f17a3a changed: start monitor position
Cloned https://github.com/bjtj/swift-http-server.git
Revision (git rev-parse @):
1f17a3ad4f0e326b40fda5a82543bf64f2378e22
SUCCESS checkout https://github.com/bjtj/swift-http-server.git at 0.1.23
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bjtj/swift-http-server.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/7] Compiling Socket SocketProtocols.swift
[5/7] Compiling Socket SocketUtils.swift
[6/7] Emitting module Socket
[7/7] Compiling Socket Socket.swift
[8/27] Emitting module SwiftHttpServer
[9/29] Compiling SwiftHttpServer KeyValuePair.swift
[10/29] Compiling SwiftHttpServer KeyValuesDict.swift
[11/29] Compiling SwiftHttpServer HttpTransferEncoding.swift
[12/29] Compiling SwiftHttpServer InetAddress.swift
[13/29] Compiling SwiftHttpServer HttpServerError.swift
[14/29] Compiling SwiftHttpServer HttpServerRouter.swift
[15/29] Compiling SwiftHttpServer HttpSpecVersion.swift
[16/29] Compiling SwiftHttpServer HttpStatusCode.swift
[17/29] Compiling SwiftHttpServer HttpConnectionType.swift
[18/29] Compiling SwiftHttpServer HttpHeader.swift
[19/29] Compiling SwiftHttpServer HttpRequest.swift
[20/29] Compiling SwiftHttpServer HttpRequestHandler.swift
[21/29] Compiling SwiftHttpServer Network.swift
[22/29] Compiling SwiftHttpServer Transfer.swift
[23/29] Compiling SwiftHttpServer TransferEncoding.swift
[24/29] Compiling SwiftHttpServer URLPathParser.swift
[25/29] Compiling SwiftHttpServer HttpResponse.swift
[26/29] Compiling SwiftHttpServer HttpServer.swift
[27/29] Compiling SwiftHttpServer ChunkedTransfer.swift
[28/29] Compiling SwiftHttpServer FirstLine.swift
[29/29] Compiling SwiftHttpServer FixedTransfer.swift
Build complete! (8.96s)
Fetching https://github.com/IBM-Swift/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (1.10s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (2.97s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Build complete.
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSocket.git"
}
],
"manifest_display_name" : "SwiftHttpServer",
"name" : "SwiftHttpServer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftHttpServer",
"targets" : [
"SwiftHttpServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_http_serverTests",
"module_type" : "SwiftTarget",
"name" : "swift-http-serverTests",
"path" : "Tests/swift-http-serverTests",
"sources" : [
"HttpHeaderTests.swift",
"RouterTests.swift",
"URLParsePathTests.swift",
"XCTestManifests.swift",
"swift_http_serverTests.swift"
],
"target_dependencies" : [
"SwiftHttpServer"
],
"type" : "test"
},
{
"c99name" : "SwiftHttpServer",
"module_type" : "SwiftTarget",
"name" : "SwiftHttpServer",
"path" : "Sources/swift-http-server",
"product_dependencies" : [
"Socket"
],
"product_memberships" : [
"SwiftHttpServer"
],
"sources" : [
"ChunkedTransfer.swift",
"FirstLine.swift",
"FixedTransfer.swift",
"HttpConnectionType.swift",
"HttpHeader.swift",
"HttpRequest.swift",
"HttpRequestHandler.swift",
"HttpResponse.swift",
"HttpServer.swift",
"HttpServerError.swift",
"HttpServerRouter.swift",
"HttpSpecVersion.swift",
"HttpStatusCode.swift",
"HttpTransferEncoding.swift",
"InetAddress.swift",
"Network.swift",
"Transfer.swift",
"TransferEncoding.swift",
"URLPathParser.swift",
"helper/KeyValuePair.swift",
"helper/KeyValuesDict.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.