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

Failed to build MicroExpress, reference master (6cdd4c), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 00:26:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/MicroExpress.git
Reference: master
Initialized empty Git repository in /Users/admin/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
Fetching https://github.com/apple/swift-nio.git from cache
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio.git from cache (0.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.1.0 (1.58s)
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.59s)
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.1.0
========================================
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": "microexpress",
      "name": "MicroExpress",
      "url": "https://github.com/helje5/MicroExpress.git",
      "version": "unspecified",
      "path": "/Users/admin/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/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/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 from cache (0.72s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.34s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.43s)
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.49s)
Creating working copy for https://github.com/helje5/MicroExpress.git
Working copy of https://github.com/helje5/MicroExpress.git resolved at master (6cdd4cb)
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
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:             6.1
Building package at path:  $PWD
https://github.com/helje5/MicroExpress.git
https://github.com/helje5/MicroExpress.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "MicroExpress",
  "name" : "MicroExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MicroExpress",
      "targets" : [
        "MicroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MicroExpress",
      "module_type" : "SwiftTarget",
      "name" : "MicroExpress",
      "path" : "Sources/MicroExpress",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "MicroExpress"
      ],
      "sources" : [
        "CORS.swift",
        "Express.swift",
        "IncomingMessage.swift",
        "Middleware.swift",
        "QueryString.swift",
        "Router.swift",
        "ServerResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/11] Write sources
[5/11] Compiling CNIOZlib empty.c
[6/11] Compiling CNIOLinux shim.c
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[8/14] Compiling CNIOHTTPParser c_nio_http_parser.c
[9/14] Compiling CNIODarwin shim.c
[10/14] Compiling c-atomics.c
[12/17] Compiling NIOPriorityQueue PriorityQueue.swift
[13/17] Emitting module NIOPriorityQueue
[14/17] Compiling NIOPriorityQueue Heap.swift
[15/17] Compiling NIOConcurrencyHelpers lock.swift
[16/17] Emitting module NIOConcurrencyHelpers
[17/17] Compiling NIOConcurrencyHelpers atomics.swift
[18/61] Compiling NIO IO.swift
[19/61] Compiling NIO IOData.swift
[20/61] Compiling NIO Interfaces.swift
[21/61] Compiling NIO Linux.swift
[22/61] Compiling NIO LinuxCPUSet.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/65] Emitting module NIO
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
[24/65] Compiling NIO ByteBuffer-core.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[25/65] Compiling NIO ByteBuffer-int.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[26/65] Compiling NIO Channel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[27/65] Compiling NIO ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[28/65] Compiling NIO ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[29/65] Compiling NIO AddressedEnvelope.swift
[30/65] Compiling NIO BaseSocket.swift
[31/65] Compiling NIO BlockingIOThreadPool.swift
[32/65] Compiling NIO Bootstrap.swift
[33/65] Compiling NIO ByteBuffer-aux.swift
[34/65] Compiling NIO ChannelInvoker.swift
[35/65] Compiling NIO ChannelOption.swift
[36/65] Compiling NIO ChannelPipeline.swift
[37/65] Compiling NIO CircularBuffer.swift
[38/65] Compiling NIO Codec.swift
[39/65] Compiling NIO RecvByteBufferAllocator.swift
[40/65] Compiling NIO Resolver.swift
[41/65] Compiling NIO Selectable.swift
[42/65] Compiling NIO Selector.swift
[43/65] Compiling NIO System.swift
[44/65] Compiling NIO Thread.swift
[45/65] Compiling NIO TypeAssistedChannelHandler.swift
[46/65] Compiling NIO Utilities.swift
[47/65] Compiling NIO CompositeError.swift
[48/65] Compiling NIO DeadChannel.swift
[49/65] Compiling NIO Embedded.swift
[50/65] Compiling NIO EventLoop.swift
[51/65] Compiling NIO EventLoopFuture.swift
[52/65] Compiling NIO FileDescriptor.swift
[53/65] Compiling NIO FileHandle.swift
[54/65] Compiling NIO FileRegion.swift
[55/65] Compiling NIO GetaddrinfoResolver.swift
[56/65] Compiling NIO HappyEyeballs.swift
[57/65] Compiling NIO MarkedCircularBuffer.swift
[58/65] Compiling NIO NIOAny.swift
[59/65] Compiling NIO NonBlockingFileIO.swift
[60/65] Compiling NIO PendingDatagramWritesManager.swift
[61/65] Compiling NIO PendingWritesManager.swift
[62/65] Compiling NIO ServerSocket.swift
[63/65] Compiling NIO Socket.swift
[64/65] Compiling NIO SocketAddresses.swift
[65/65] Compiling NIO SocketChannel.swift
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for zlib
warning: couldn't find pc file for zlib
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Emitting module NIOPriorityQueue
[3/7] Compiling NIOPriorityQueue PriorityQueue.swift
[4/7] Compiling NIOPriorityQueue Heap.swift
[5/7] Compiling NIOConcurrencyHelpers lock.swift
[6/7] Emitting module NIOConcurrencyHelpers
[7/7] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/51] Emitting module NIO
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
[9/55] Compiling NIO ByteBuffer-core.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[10/55] Compiling NIO ByteBuffer-int.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[11/55] Compiling NIO Channel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[12/55] Compiling NIO ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[13/55] Compiling NIO ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: type 'StaticString' does not conform to protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
573 | }
574 |
575 | extension StaticString: Collection {
    | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
576 |     public typealias Element = UInt8
577 |     public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/Users/admin/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'
 40 |     /// many places.
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
    |                                   |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                   |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                   `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
 44 |                   hookedFree: { sysFree($0) },
/Users/admin/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'
 41 |     public init() {
 42 |         self.init(hookedMalloc: { sysMalloc($0) },
 43 |                   hookedRealloc: { sysRealloc($0, $1) },
    |                                    |- error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
    |                                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 44 |                   hookedFree: { sysFree($0) },
 45 |                   hookedMemcpy: { $0.copyMemory(from: $1, byteCount: $2) })
[14/55] Compiling NIO ChannelInvoker.swift
[15/55] Compiling NIO ChannelOption.swift
[16/55] Compiling NIO ChannelPipeline.swift
[17/55] Compiling NIO CircularBuffer.swift
[18/55] Compiling NIO Codec.swift
[19/55] Compiling NIO MarkedCircularBuffer.swift
[20/55] Compiling NIO NIOAny.swift
[21/55] Compiling NIO NonBlockingFileIO.swift
[22/55] Compiling NIO PendingDatagramWritesManager.swift
[23/55] Compiling NIO PendingWritesManager.swift
[24/55] Compiling NIO AddressedEnvelope.swift
[25/55] Compiling NIO BaseSocket.swift
[26/55] Compiling NIO BlockingIOThreadPool.swift
[27/55] Compiling NIO Bootstrap.swift
[28/55] Compiling NIO ByteBuffer-aux.swift
[29/55] Compiling NIO System.swift
[30/55] Compiling NIO Thread.swift
[31/55] Compiling NIO TypeAssistedChannelHandler.swift
[32/55] Compiling NIO Utilities.swift
[33/55] Compiling NIO RecvByteBufferAllocator.swift
[34/55] Compiling NIO Resolver.swift
[35/55] Compiling NIO Selectable.swift
[36/55] Compiling NIO Selector.swift
[37/55] Compiling NIO CompositeError.swift
[38/55] Compiling NIO DeadChannel.swift
[39/55] Compiling NIO Embedded.swift
[40/55] Compiling NIO EventLoop.swift
[41/55] Compiling NIO EventLoopFuture.swift
[42/55] Compiling NIO FileDescriptor.swift
[43/55] Compiling NIO FileHandle.swift
[44/55] Compiling NIO FileRegion.swift
[45/55] Compiling NIO GetaddrinfoResolver.swift
[46/55] Compiling NIO HappyEyeballs.swift
[47/55] Compiling NIO IO.swift
[48/55] Compiling NIO IOData.swift
[49/55] Compiling NIO Interfaces.swift
[50/55] Compiling NIO Linux.swift
[51/55] Compiling NIO LinuxCPUSet.swift
[52/55] Compiling NIO ServerSocket.swift
[53/55] Compiling NIO Socket.swift
[54/55] Compiling NIO SocketAddresses.swift
[55/55] Compiling NIO SocketChannel.swift
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for zlib
warning: couldn't find pc file for zlib
BUILD FAILURE 6.1 macosSpm