Build Information
Successful build of NWHTTPProtocol with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/NWHTTPProtocol.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/helje5/NWHTTPProtocol
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 1f7c0f7 Merge branch 'develop'
Cloned https://github.com/helje5/NWHTTPProtocol.git
Revision (git rev-parse @):
1f7c0f76667ca68710d4eb9aa83fbf78669c586c
SUCCESS checkout https://github.com/helje5/NWHTTPProtocol.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CHTTPParser http_parser.c
[2/6] Compiling NWHTTPProtocol HTTPContext.swift
[3/6] Compiling NWHTTPProtocol HTTPMessage.swift
[4/6] Compiling NWHTTPProtocol HTTPProtocol.swift
[5/6] Emitting module NWHTTPProtocol
[6/12] Compiling NWHTTPServer HTTPStatus.swift
[7/12] Compiling NWHTTPServer IncomingMessage.swift
[8/13] Compiling NWHTTPServer ServerResponse.swift
[9/13] Emitting module NWHTTPServer
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NWHTTPServer/StringEncodingError.swift:9:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
public let encoding : String.Encoding
^
Foundation.String:2:19: note: type declared here
public struct Encoding : RawRepresentable, Sendable {
^
[10/13] Compiling NWHTTPServer HTTPMethod.swift
[11/13] Compiling NWHTTPServer HTTPServer.swift
[12/13] Compiling NWHTTPServer StringEncodingError.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NWHTTPServer/StringEncodingError.swift:9:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
public let encoding : String.Encoding
^
Foundation.String:2:19: note: type declared here
public struct Encoding : RawRepresentable, Sendable {
^
[13/15] Compiling samplehttpd main.swift
[14/15] Emitting module samplehttpd
[14/15] Linking samplehttpd
Build complete! (4.92s)
Build complete.
Done.