The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MicroExpress with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/MicroExpress.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/helje5/MicroExpress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6cdd4cb Create LICENSE
Cloned https://github.com/helje5/MicroExpress.git
Revision (git rev-parse @):
6cdd4cbd284fb08fe49464330ff3674465973d73
SUCCESS checkout https://github.com/helje5/MicroExpress.git at master
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git (0.64s)
Fetched https://github.com/apple/swift-nio.git (0.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.1.0 (2.93s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.28s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "microexpress",
      "name": "MicroExpress",
      "url": "https://github.com/helje5/MicroExpress.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MicroExpress",
      "dependencies": [
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "1.14.4",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-nio-zlib-support",
              "name": "swift-nio-zlib-support",
              "url": "https://github.com/apple/swift-nio-zlib-support.git",
              "version": "1.0.0",
              "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio-zlib-support",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/helje5/MicroExpress.git
[1/259] Fetching microexpress
Fetched https://github.com/helje5/MicroExpress.git (0.32s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.24s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git (0.61s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.11s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/helje5/MicroExpress.git
Working copy of https://github.com/helje5/MicroExpress.git resolved at master
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: '.resolve-product-dependencies': dependency 'microexpress' is not used by any target
Found 1 product dependencies
  - swift-nio
========================================
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/5] Compiling CNIOZlib empty.c
[1/5] Compiling CNIOLinux shim.c
[2/8] Compiling CNIOHTTPParser c_nio_http_parser.c
[3/8] Compiling CNIODarwin shim.c
[5/8] Compiling NIOPriorityQueue PriorityQueue.swift
[6/8] Compiling NIOPriorityQueue Heap.swift
[7/8] Emitting module NIOPriorityQueue
[7/8] Compiling c-atomics.c
[9/11] Compiling NIOConcurrencyHelpers lock.swift
[10/11] Emitting module NIOConcurrencyHelpers
[11/11] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/54] Emitting module NIO
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[13/59] Compiling NIO AddressedEnvelope.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[14/59] Compiling NIO BaseSocket.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[15/59] Compiling NIO BlockingIOThreadPool.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[16/59] Compiling NIO Bootstrap.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[17/59] Compiling NIO ByteBuffer-aux.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[18/59] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[19/59] Compiling NIO ByteBuffer-int.swift
[20/59] Compiling NIO Channel.swift
[21/59] Compiling NIO ChannelHandler.swift
[22/59] Compiling NIO ChannelHandlers.swift
[23/59] Compiling NIO ChannelInvoker.swift
[24/59] Compiling NIO ChannelOption.swift
[25/59] Compiling NIO EventLoop.swift
[26/59] Compiling NIO EventLoopFuture.swift
[27/59] Compiling NIO FileDescriptor.swift
[28/59] Compiling NIO FileHandle.swift
[29/59] Compiling NIO FileRegion.swift
[30/59] Compiling NIO GetaddrinfoResolver.swift
[31/59] Compiling NIO HappyEyeballs.swift
[32/59] Compiling NIO IO.swift
[33/59] Compiling NIO IOData.swift
[34/59] Compiling NIO Interfaces.swift
[35/59] Compiling NIO Linux.swift
[36/59] Compiling NIO LinuxCPUSet.swift
[37/59] Compiling NIO ChannelPipeline.swift
[38/59] Compiling NIO CircularBuffer.swift
[39/59] Compiling NIO Codec.swift
[40/59] Compiling NIO CompositeError.swift
[41/59] Compiling NIO DeadChannel.swift
[42/59] Compiling NIO Embedded.swift
[43/59] Compiling NIO Resolver.swift
[44/59] Compiling NIO Selectable.swift
[45/59] Compiling NIO Selector.swift
[46/59] Compiling NIO ServerSocket.swift
[47/59] Compiling NIO Socket.swift
[48/59] Compiling NIO SocketAddresses.swift
[49/59] Compiling NIO MarkedCircularBuffer.swift
[50/59] Compiling NIO NIOAny.swift
[51/59] Compiling NIO NonBlockingFileIO.swift
[52/59] Compiling NIO PendingDatagramWritesManager.swift
[53/59] Compiling NIO PendingWritesManager.swift
[54/59] Compiling NIO RecvByteBufferAllocator.swift
[55/59] Compiling NIO SocketChannel.swift
[56/59] Compiling NIO System.swift
[57/59] Compiling NIO Thread.swift
[58/59] Compiling NIO TypeAssistedChannelHandler.swift
[59/59] Compiling NIO Utilities.swift
error: fatalError
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
[1/7] Compiling NIO BlockingIOThreadPool.swift
[2/7] Compiling NIO ByteBuffer-aux.swift
[3/16] Compiling NIO Bootstrap.swift
[4/20] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[5/24] Compiling NIO AddressedEnvelope.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/24] Compiling NIO BaseSocket.swift
[7/24] Emitting module NIO
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[8/35] Compiling NIO FileRegion.swift
[9/35] Compiling NIO GetaddrinfoResolver.swift
[10/35] Compiling NIO HappyEyeballs.swift
[11/35] Compiling NIO IO.swift
[12/38] Compiling NIO ByteBuffer-int.swift
[13/38] Compiling NIO Channel.swift
[14/38] Compiling NIO ChannelHandler.swift
[15/38] Compiling NIO ChannelHandlers.swift
[16/38] Compiling NIO NonBlockingFileIO.swift
[17/38] Compiling NIO ChannelInvoker.swift
[18/38] Compiling NIO ChannelPipeline.swift
[19/38] Compiling NIO CircularBuffer.swift
[20/38] Compiling NIO Codec.swift
[21/41] Compiling NIO FileHandle.swift
[22/42] Compiling NIO ServerSocket.swift
[23/42] Compiling NIO CompositeError.swift
[24/42] Compiling NIO Thread.swift
[25/42] Compiling NIO TypeAssistedChannelHandler.swift
[26/42] Compiling NIO Utilities.swift
[27/42] Compiling NIO DeadChannel.swift
[28/42] Compiling NIO Embedded.swift
[29/42] Compiling NIO EventLoop.swift
[30/42] Compiling NIO EventLoopFuture.swift
[31/42] Compiling NIO SocketAddresses.swift
[32/42] Compiling NIO SocketChannel.swift
[33/42] Compiling NIO System.swift
[34/42] Compiling NIO IOData.swift
[35/42] Compiling NIO Interfaces.swift
[36/42] Compiling NIO MarkedCircularBuffer.swift
[37/42] Compiling NIO NIOAny.swift
[38/42] Compiling NIO PendingDatagramWritesManager.swift
[39/42] Compiling NIO PendingWritesManager.swift
[40/42] Compiling NIO RecvByteBufferAllocator.swift
[41/42] Compiling NIO Selector.swift
[42/42] Compiling NIO Socket.swift
error: fatalError
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
BUILD FAILURE 5.9 macosSpm