Build Information
Successful build of HttpSwift, reference master (fd66de), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 18:20:00 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/BiAtoms/Http.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BiAtoms/Http.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fd66de4 Ignore nonpassing test
Submodule path 'Sources/Frameworks/RequestSwift': checked out '47cea3de9cb961f77c659a27894d32454b42e25f'
Submodule path 'Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule path 'Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule 'Sources/Frameworks/RequestSwift' (https://github.com/BiAtoms/Request.swift) registered for path 'Sources/Frameworks/RequestSwift'
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/SocketSwift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/Frameworks/RequestSwift'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/Frameworks/SocketSwift'...
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift'...
Cloned https://github.com/BiAtoms/Http.swift.git
Revision (git rev-parse @):
fd66de454656b4c385ffca16a3d46675e51eb649
SUCCESS checkout https://github.com/BiAtoms/Http.swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BiAtoms/Http.swift.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/12] Compiling SocketSwift Type.swift
[5/12] Compiling SocketSwift TLS.swift
[6/12] Compiling SocketSwift Protocol.swift
[7/12] Compiling SocketSwift Option.swift
[8/12] Compiling SocketSwift Family.swift
[9/12] Compiling SocketSwift Error.swift
[10/12] Compiling SocketSwift OS.swift
[11/12] Compiling SocketSwift Socket.swift
[12/12] Emitting module SocketSwift
[13/27] Compiling HttpSwift Server+Methods.swift
[14/28] Compiling HttpSwift Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:54:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
52 | }
53 |
54 | open class func ok(_ body: String, headers: HeaderDictionary = [:]) -> Self {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
55 | return self.init(.ok, body: body.bytes, headers: headers)
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:58:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
56 | }
57 |
58 | open class func json(_ object: Any, status: Response.Status = .ok, options: JSONSerialization.WritingOptions = .prettyPrinted) -> Response {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
59 | var response = Response.ok("Could not serialize into json")
60 | if JSONSerialization.isValidJSONObject(object) {
[15/28] Compiling HttpSwift ResponseWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:54:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
52 | }
53 |
54 | open class func ok(_ body: String, headers: HeaderDictionary = [:]) -> Self {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
55 | return self.init(.ok, body: body.bytes, headers: headers)
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:58:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
56 | }
57 |
58 | open class func json(_ object: Any, status: Response.Status = .ok, options: JSONSerialization.WritingOptions = .prettyPrinted) -> Response {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
59 | var response = Response.ok("Could not serialize into json")
60 | if JSONSerialization.isValidJSONObject(object) {
[16/28] Compiling HttpSwift ErrorHandler.swift
[17/28] Compiling HttpSwift File.swift
[18/28] Emitting module HttpSwift
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:54:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
52 | }
53 |
54 | open class func ok(_ body: String, headers: HeaderDictionary = [:]) -> Self {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
55 | return self.init(.ok, body: body.bytes, headers: headers)
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/Response.swift:58:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
56 | }
57 |
58 | open class func json(_ object: Any, status: Response.Status = .ok, options: JSONSerialization.WritingOptions = .prettyPrinted) -> Response {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
59 | var response = Response.ok("Could not serialize into json")
60 | if JSONSerialization.isValidJSONObject(object) {
/Users/admin/builder/spi-builder-workspace/Sources/ServerError.swift:17:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
15 |
16 | extension Socket {
17 | open func readLine() throws -> String {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
18 | var line: String = "" //yep it is StringBuilder
19 | let CR = Byte(13), LF = Byte(10)
[19/28] Compiling HttpSwift Helper.swift
[20/28] Compiling HttpSwift Regex.swift
[21/28] Compiling HttpSwift Route.swift
[22/28] Compiling HttpSwift Router.swift
[23/28] Compiling HttpSwift ServerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ServerError.swift:17:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
15 |
16 | extension Socket {
17 | open func readLine() throws -> String {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
18 | var line: String = "" //yep it is StringBuilder
19 | let CR = Byte(13), LF = Byte(10)
[24/28] Compiling HttpSwift StaticServer.swift
[25/28] Compiling HttpSwift Request.swift
[26/28] Compiling HttpSwift RequestParser.swift
[27/28] Compiling HttpSwift Server.swift
[28/28] Compiling HttpSwift Url.swift
Build complete! (9.54s)
Fetching https://github.com/BiAtoms/Socket.swift.git
Fetching https://github.com/BiAtoms/Request.swift.git
[5/424] Fetching socket.swift
[44/723] Fetching socket.swift, request.swift
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.72s)
Fetched https://github.com/BiAtoms/Request.swift.git from cache (0.72s)
Computing version for https://github.com/BiAtoms/Request.swift.git
Computed https://github.com/BiAtoms/Request.swift.git at 2.3.0 (1.26s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (0.50s)
Creating working copy for https://github.com/BiAtoms/Request.swift.git
Working copy of https://github.com/BiAtoms/Request.swift.git resolved at 2.3.0
Creating working copy for https://github.com/BiAtoms/Socket.swift.git
Working copy of https://github.com/BiAtoms/Socket.swift.git resolved at 2.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "socket.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.0",
"upper_bound" : "2.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/BiAtoms/Socket.swift.git"
},
{
"identity" : "request.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "2.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/BiAtoms/Request.swift.git"
}
],
"manifest_display_name" : "HttpSwift",
"name" : "HttpSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HttpSwift",
"targets" : [
"HttpSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HttpSwiftTests",
"module_type" : "SwiftTarget",
"name" : "HttpSwiftTests",
"path" : "Tests/HttpSwiftTests",
"product_dependencies" : [
"RequestSwift"
],
"sources" : [
"HttpSwiftTests.swift"
],
"target_dependencies" : [
"HttpSwift"
],
"type" : "test"
},
{
"c99name" : "HttpSwift",
"module_type" : "SwiftTarget",
"name" : "HttpSwift",
"path" : "Sources",
"product_dependencies" : [
"SocketSwift"
],
"product_memberships" : [
"HttpSwift"
],
"sources" : [
"ErrorHandler.swift",
"File.swift",
"Helper.swift",
"Regex.swift",
"Request.swift",
"RequestParser.swift",
"Response.swift",
"ResponseWriter.swift",
"Route.swift",
"Router.swift",
"Server+Methods.swift",
"Server.swift",
"ServerError.swift",
"StaticServer.swift",
"Url.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.