The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MicroExpress, reference 0.0.1 (06f66c), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 13:13:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/helje5/MicroExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Write MicroHelloServer-entitlement.plist
[4/9] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling CHTTPParser http_parser.c
[7/20] Compiling HTTP HTTPResponse.swift
[8/20] Compiling HTTP PoCSocketConnectionListener.swift
[9/20] Compiling HTTP HTTPVersion.swift
[10/20] 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 HTTPMethod.swift
[12/21] Compiling HTTP HTTPServer.swift
[13/21] Compiling HTTP HTTPRequest.swift
[14/21] Compiling HTTP HTTPCommon.swift
[15/21] Compiling HTTP HTTPHeaders.swift
[16/21] Emitting module HTTP
[17/21] Compiling HTTP HTTPStreamingParser.swift
[18/21] Compiling HTTP PoCSocketSimpleServer.swift
Fetching https://github.com/swift-server/http
[1/1874] Fetching http
Fetched https://github.com/swift-server/http from cache (0.93s)
Computing version for https://github.com/swift-server/http
Computed https://github.com/swift-server/http at 0.1.0 (1.48s)
Creating working copy for https://github.com/swift-server/http
Working copy of https://github.com/swift-server/http resolved at 0.1.0
BUILD FAILURE 6.2 macosSpm