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 NanoHTTP, reference 1.0.1 (e3c344), with Swift 5.10 for macOS (SPM) on 31 Aug 2024 02:43:52 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/objecthub/swift-nanohttp.git
[1/253] Fetching swift-nanohttp
Fetched https://github.com/objecthub/swift-nanohttp.git from cache (1.27s)
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:             5.10
Building package at path:  $PWD
https://github.com/objecthub/swift-nanohttp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write DemoServer-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-33747A42983211AE.txt
[6/25] Compiling NanoHTTP NetworkInterface.swift
[7/25] Compiling NanoHTTP NanoHTTPRequest.swift
[8/25] Compiling NanoHTTP NanoHTTPResponse.swift
[9/26] Compiling NanoHTTP NanoHTTPSegmentRouter.swift
[10/26] Compiling NanoHTTP NanoHTTPServer.swift
[11/26] Compiling NanoHTTP NanoHTTPResponseBodyWriter.swift
[12/26] Compiling NanoHTTP NanoHTTPRouter.swift
[13/26] Emitting module NanoHTTP
[14/26] Compiling NanoHTTP NanoFiles.swift
[15/26] Compiling NanoHTTP NanoHTML.swift
[16/26] Compiling NanoHTTP NanoHTTPConnection.swift
[17/26] Compiling NanoHTTP NanoHTTPParser.swift
[18/26] Compiling NanoHTTP NanoHTTPServerIO.swift
[19/26] Compiling NanoHTTP NanoProcess.swift
[20/26] Compiling NanoHTTP NanoSocket.swift
[21/26] Compiling NanoHTTP NanoWebSockets.swift
[22/26] Compiling NanoHTTP String+Extensions.swift
[23/26] Compiling NanoHTTP String+File.swift
[24/28] Emitting module NanoHTTPDemo
[25/28] Compiling NanoHTTPDemo NanoHTTPDemo.swift
[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! (5.95s)
Build complete.
Done.