Build Information
Failed to build MicroExpress, reference 0.0.1 (06f66c
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 19:05:45 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/MicroExpress.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/MicroExpress
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 06f66cf Language tag
Cloned https://github.com/helje5/MicroExpress.git
Revision (git rev-parse @):
06f66cf05a8cd8a1e0dca120d615afbc470bde10
SUCCESS checkout https://github.com/helje5/MicroExpress.git at 0.0.1
Fetching https://github.com/swift-server/http
[1/1874] Fetching http
Fetched https://github.com/swift-server/http from cache (1.12s)
Computing version for https://github.com/swift-server/http
Computed https://github.com/swift-server/http at 0.1.0 (0.57s)
Creating working copy for https://github.com/swift-server/http
Working copy of https://github.com/swift-server/http resolved at 0.1.0
========================================
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",
"dependencies": [
{
"identity": "microexpress",
"name": "MicroExpress",
"url": "https://github.com/helje5/MicroExpress.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MicroExpress",
"dependencies": [
{
"identity": "http",
"name": "SwiftServerHttp",
"url": "https://github.com/swift-server/http",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/http",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/helje5/MicroExpress.git
[1/259] Fetching microexpress
Fetched https://github.com/helje5/MicroExpress.git from cache (0.74s)
Fetching https://github.com/swift-server/http from cache
Fetched https://github.com/swift-server/http from cache (0.46s)
Computing version for https://github.com/swift-server/http
Computed https://github.com/swift-server/http at 0.1.0 (0.02s)
Creating working copy for https://github.com/swift-server/http
Working copy of https://github.com/swift-server/http resolved at 0.1.0
Creating working copy for https://github.com/helje5/MicroExpress.git
Working copy of https://github.com/helje5/MicroExpress.git resolved at 0.0.1 (06f66cf)
warning: '.resolve-product-dependencies': dependency 'microexpress' is not used by any target
Found 1 product dependencies
- SwiftServerHttp
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/helje5/MicroExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/9] Write sources
[3/9] Write MicroHelloServer-entitlement.plist
[4/9] Write swift-version--7754E27361AE5C74.txt
[5/9] Compiling CHTTPParser http_parser.c
[7/20] Compiling HTTP HTTPVersion.swift
[8/21] Compiling HTTP PoCSocketConnectionListener.swift
[9/21] Compiling HTTP HTTPStreamingParser.swift
[10/21] Compiling HTTP PoCSocket.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/http/Sources/HTTP/PoCSocket/PoCSocket.swift:230:51: error: overlapping accesses to 'addr_in', but modification requires exclusive access; consider copying to a local variable
228 | var addr_in = sockaddr_in()
229 |
230 | listeningPort = try withUnsafePointer(to: &addr_in) { pointer in
| `- error: overlapping accesses to 'addr_in', but modification requires exclusive access; consider copying to a local variable
231 | var len = socklen_t(MemoryLayout<sockaddr_in>.size)
232 | if getsockname(socketfd, UnsafeMutablePointer(OpaquePointer(pointer)), &len) != 0 {
:
236 | return Int32(ntohs(addr_in.sin_port))
237 | #else
238 | return Int32(Int(OSHostByteOrder()) != OSLittleEndian ? addr_in.sin_port.littleEndian : addr_in.sin_port.bigEndian)
| `- note: conflicting access is here
239 | #endif
240 | }
[11/21] Compiling HTTP PoCSocketSimpleServer.swift
[12/21] Compiling HTTP HTTPServer.swift
[13/21] Compiling HTTP HTTPResponse.swift
[14/21] Compiling HTTP HTTPCommon.swift
[15/21] Compiling HTTP HTTPHeaders.swift
[16/21] Emitting module HTTP
[17/21] Compiling HTTP HTTPRequest.swift
[18/21] Compiling HTTP HTTPMethod.swift
BUILD FAILURE 6.0 macosSpm