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 main (e3c344), with Swift 5.10 for macOS (SPM) on 9 Aug 2024 02:01:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-nanohttp.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-nanohttp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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.22s)
Creating working copy for https://github.com/objecthub/swift-nanohttp.git
Working copy of https://github.com/objecthub/swift-nanohttp.git resolved at main (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
[3/8] Write DemoServer-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/25] Compiling NanoHTTP NanoFiles.swift
[7/25] Compiling NanoHTTP NanoHTML.swift
[8/26] Compiling NanoHTTP NetworkInterface.swift
[9/26] Compiling NanoHTTP NanoSocket.swift
[10/26] Compiling NanoHTTP NanoWebSockets.swift
[11/26] Compiling NanoHTTP NanoHTTPSegmentRouter.swift
[12/26] Compiling NanoHTTP NanoHTTPServer.swift
[13/26] Compiling NanoHTTP NanoHTTPRequest.swift
[14/26] Compiling NanoHTTP NanoHTTPResponse.swift
[15/26] Compiling NanoHTTP NanoHTTPConnection.swift
[16/26] Compiling NanoHTTP NanoHTTPParser.swift
[17/26] Compiling NanoHTTP NanoHTTPServerIO.swift
[18/26] Compiling NanoHTTP NanoProcess.swift
[19/26] Compiling NanoHTTP NanoHTTPResponseBodyWriter.swift
[20/26] Compiling NanoHTTP NanoHTTPRouter.swift
[21/26] Compiling NanoHTTP String+Extensions.swift
[22/26] Emitting module NanoHTTP
[23/26] Compiling NanoHTTP String+File.swift
[24/28] Compiling NanoHTTPDemo NanoHTTPDemo.swift
[25/28] Emitting module NanoHTTPDemo
[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! (6.13s)
Build complete.
Done.