This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/helje5/MicroExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/11] Write sources
[5/11] Compiling CNIOZlib empty.c
[5/11] Compiling CNIOLinux shim.c
[7/11] Write swift-version-6F35C1178C84523A.txt
[8/14] Compiling CNIODarwin shim.c
[9/14] Compiling CNIOHTTPParser c_nio_http_parser.c
[10/14] Compiling c-atomics.c
[12/17] Compiling NIOPriorityQueue PriorityQueue.swift
[13/17] Compiling NIOConcurrencyHelpers atomics.swift
[14/17] Emitting module NIOConcurrencyHelpers
[15/17] Compiling NIOConcurrencyHelpers lock.swift
[16/17] Emitting module NIOPriorityQueue
[17/17] Compiling NIOPriorityQueue Heap.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/61] 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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
[19/65] Compiling NIO ChannelInvoker.swift
[20/65] Compiling NIO ChannelOption.swift
[21/65] Compiling NIO ChannelPipeline.swift
[22/65] Compiling NIO CircularBuffer.swift
[23/65] Compiling NIO Codec.swift
[24/65] Compiling NIO IO.swift
[25/65] Compiling NIO IOData.swift
[26/65] Compiling NIO Interfaces.swift
[27/65] Compiling NIO Linux.swift
[28/65] Compiling NIO LinuxCPUSet.swift
[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 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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
/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) })
[35/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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
/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) })
[36/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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
/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) })
[37/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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
/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) })
[38/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:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 |     @available(*, unavailable)
3 |     public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
  |            `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 |     associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 |     subscript(position: Self.Index) -> Self.Element { get }
14 |     subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
   |     `- note: requirement 'subscript(_:)' declared here
15 |     associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 |     var indices: Self.Indices { get }
/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) })
[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 MarkedCircularBuffer.swift
[44/65] Compiling NIO NIOAny.swift
[45/65] Compiling NIO NonBlockingFileIO.swift
[46/65] Compiling NIO PendingDatagramWritesManager.swift
[47/65] Compiling NIO PendingWritesManager.swift
[48/65] Compiling NIO FileDescriptor.swift
[49/65] Compiling NIO FileHandle.swift
[50/65] Compiling NIO FileRegion.swift
[51/65] Compiling NIO GetaddrinfoResolver.swift
[52/65] Compiling NIO HappyEyeballs.swift
[53/65] Compiling NIO CompositeError.swift
[54/65] Compiling NIO DeadChannel.swift
[55/65] Compiling NIO Embedded.swift
[56/65] Compiling NIO EventLoop.swift
[57/65] Compiling NIO EventLoopFuture.swift
[58/65] Compiling NIO System.swift
[59/65] Compiling NIO Thread.swift
[60/65] Compiling NIO TypeAssistedChannelHandler.swift
[61/65] Compiling NIO Utilities.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
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
[16/65622] Fetching swift-nio-zlib-support, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.78s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (3.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.1.0 (0.70s)
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.65s)
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
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
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.