Build Information
Successful build of NanoHTTP, reference 1.0.1 (e3c344), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 22:06:33 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/objecthub/swift-nanohttp.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-nanohttp
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at e3c3441 Fix computation of local IP address.
Cloned https://github.com/objecthub/swift-nanohttp.git
Revision (git rev-parse @):
e3c3441ca509ffdb77c9c83cb918673f1c0c2e16
SUCCESS checkout https://github.com/objecthub/swift-nanohttp.git at 1.0.1
========================================
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": "swift-nanohttp",
"name": "NanoHTTP",
"url": "https://github.com/objecthub/swift-nanohttp.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nanohttp",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/objecthub/swift-nanohttp.git
[1/253] Fetching swift-nanohttp
Fetched https://github.com/objecthub/swift-nanohttp.git from cache (0.77s)
Creating working copy for https://github.com/objecthub/swift-nanohttp.git
Working copy of https://github.com/objecthub/swift-nanohttp.git resolved at 1.0.1 (e3c3441)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/objecthub/swift-nanohttp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write DemoServer-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/25] Compiling NanoHTTP String+Extensions.swift
[7/25] Compiling NanoHTTP NanoHTTPRequest.swift
[8/25] Compiling NanoHTTP NanoHTTPResponse.swift
[9/25] Compiling NanoHTTP NanoHTTPSegmentRouter.swift
[10/25] Compiling NanoHTTP NanoHTTPServer.swift
[11/25] Compiling NanoHTTP NanoHTTPConnection.swift
[12/25] Compiling NanoHTTP NanoHTTPParser.swift
[13/25] Compiling NanoHTTP NanoFiles.swift
[14/25] Compiling NanoHTTP NanoHTML.swift
[15/25] Emitting module NanoHTTP
[16/25] Compiling NanoHTTP NetworkInterface.swift
[17/25] Compiling NanoHTTP NanoSocket.swift
[18/25] Compiling NanoHTTP NanoWebSockets.swift
[19/25] Compiling NanoHTTP NanoHTTPResponseBodyWriter.swift
[20/25] Compiling NanoHTTP NanoHTTPRouter.swift
[21/25] Compiling NanoHTTP NanoHTTPServerIO.swift
[22/25] Compiling NanoHTTP NanoProcess.swift
[23/26] Compiling NanoHTTP String+File.swift
[24/28] Compiling NanoHTTPDemo NanoHTTPDemo.swift
[25/28] Emitting module NanoHTTPDemo
[26/30] Emitting module DemoServer
[27/30] Compiling DemoServer main.swift
[27/30] Write Objects.LinkFileList
[28/30] Linking DemoServer
[29/30] Applying DemoServer
Build complete! (6.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NanoHTTP",
"name" : "NanoHTTP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "NanoHTTP",
"targets" : [
"NanoHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NanoHTTPDemo",
"targets" : [
"NanoHTTPDemo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DemoServer",
"targets" : [
"DemoServer"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NanoHTTPTests",
"module_type" : "SwiftTarget",
"name" : "NanoHTTPTests",
"path" : "Tests/NanoHTTPTests",
"sources" : [
"HTTPParserTests.swift",
"HTTPRouterTests.swift",
"IOSafetyTests.swift",
"MimeTypeTests.swift",
"PingServer.swift",
"ServerThreadingTests.swift",
"StringExtensionsTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"NanoHTTP"
],
"type" : "test"
},
{
"c99name" : "NanoHTTPDemo",
"module_type" : "SwiftTarget",
"name" : "NanoHTTPDemo",
"path" : "Sources/NanoHTTPDemo",
"product_memberships" : [
"NanoHTTPDemo",
"DemoServer"
],
"sources" : [
"NanoHTTPDemo.swift"
],
"target_dependencies" : [
"NanoHTTP"
],
"type" : "library"
},
{
"c99name" : "NanoHTTP",
"module_type" : "SwiftTarget",
"name" : "NanoHTTP",
"path" : "Sources/NanoHTTP",
"product_memberships" : [
"NanoHTTP",
"NanoHTTPDemo",
"DemoServer"
],
"sources" : [
"NanoFiles.swift",
"NanoHTML.swift",
"NanoHTTPConnection.swift",
"NanoHTTPParser.swift",
"NanoHTTPRequest.swift",
"NanoHTTPResponse.swift",
"NanoHTTPResponseBodyWriter.swift",
"NanoHTTPRouter.swift",
"NanoHTTPSegmentRouter.swift",
"NanoHTTPServer.swift",
"NanoHTTPServerIO.swift",
"NanoProcess.swift",
"NanoSocket.swift",
"NanoWebSockets.swift",
"NetworkInterface.swift",
"String+Extensions.swift",
"String+File.swift"
],
"type" : "library"
},
{
"c99name" : "DemoServer",
"module_type" : "SwiftTarget",
"name" : "DemoServer",
"path" : "Sources/DemoServer",
"product_memberships" : [
"DemoServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NanoHTTP",
"NanoHTTPDemo"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Done.