The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of NWHTTPProtocol with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.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: develop
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/helje5/NWHTTPProtocol
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 0a96cb9 Update README
Cloned https://github.com/helje5/NWHTTPProtocol.git
Revision (git rev-parse @):
0a96cb9575dcdedb4573466c7d1cc39d5b296db1
SUCCESS checkout https://github.com/helje5/NWHTTPProtocol.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "nwhttpprotocol",
      "name": "NWHTTPProtocol",
      "url": "https://github.com/helje5/NWHTTPProtocol.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NWHTTPProtocol",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/helje5/NWHTTPProtocol.git
[2/62] Fetching nwhttpprotocol
Fetched https://github.com/helje5/NWHTTPProtocol.git (0.28s)
Creating working copy for https://github.com/helje5/NWHTTPProtocol.git
Working copy of https://github.com/helje5/NWHTTPProtocol.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'nwhttpprotocol' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.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 HTTPProtocol.swift
[4/6] Compiling NWHTTPProtocol HTTPMessage.swift
[5/6] Emitting module NWHTTPProtocol
[6/13] Compiling NWHTTPServer StringEncodingError.swift
/Users/admin/builds/J1XnyXFH/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:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[7/13] Emitting module NWHTTPServer
/Users/admin/builds/J1XnyXFH/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:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[8/13] Compiling NWHTTPServer ServerResponse.swift
[9/13] Compiling NWHTTPServer HTTPServer.swift
[10/13] Compiling NWHTTPServer HTTPStatus.swift
[11/13] Compiling NWHTTPServer IncomingMessage.swift
[12/13] Compiling NWHTTPServer HTTPMethod.swift
[13/15] Emitting module samplehttpd
[14/15] Compiling samplehttpd main.swift
[14/15] Linking samplehttpd
Build complete! (12.37s)
Build complete.
Done.