The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/MicroExpress.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/helje5/MicroExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[5/11] Compiling CNIOLinux shim.c
[6/11] Compiling CNIOZlib empty.c
[7/11] Write swift-version--423B1241ED78D482.txt
[8/14] Compiling CNIODarwin shim.c
[9/14] Compiling CNIOHTTPParser c_nio_http_parser.c
[11/14] Compiling NIOPriorityQueue PriorityQueue.swift
[12/14] Emitting module NIOPriorityQueue
[13/14] Compiling NIOPriorityQueue Heap.swift
[13/14] Compiling c-atomics.c
[15/17] Emitting module NIOConcurrencyHelpers
[16/17] Compiling NIOConcurrencyHelpers atomics.swift
[17/17] Compiling NIOConcurrencyHelpers lock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/60] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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 }
    ^
[19/65] Compiling NIO ByteBuffer-int.swift
[20/65] Compiling NIO Channel.swift
[21/65] Compiling NIO ChannelHandler.swift
[22/65] Compiling NIO ChannelHandlers.swift
[23/65] Compiling NIO ChannelInvoker.swift
[24/65] Compiling NIO ChannelOption.swift
[25/65] Compiling NIO HappyEyeballs.swift
[26/65] Compiling NIO IO.swift
[27/65] Compiling NIO IOData.swift
[28/65] Compiling NIO Interfaces.swift
[29/65] Compiling NIO Linux.swift
[30/65] Compiling NIO LinuxCPUSet.swift
[31/65] Compiling NIO Resolver.swift
[32/65] Compiling NIO Selectable.swift
[33/65] Compiling NIO Selector.swift
[34/65] Compiling NIO ServerSocket.swift
[35/65] Compiling NIO Socket.swift
[36/65] Compiling NIO SocketAddresses.swift
[37/65] Compiling NIO AddressedEnvelope.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[38/65] Compiling NIO BaseSocket.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[39/65] Compiling NIO BlockingIOThreadPool.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[40/65] Compiling NIO Bootstrap.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[41/65] Compiling NIO ByteBuffer-aux.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[42/65] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
[43/65] Compiling NIO EventLoop.swift
[44/65] Compiling NIO EventLoopFuture.swift
[45/65] Compiling NIO FileDescriptor.swift
[46/65] Compiling NIO FileHandle.swift
[47/65] Compiling NIO FileRegion.swift
[48/65] Compiling NIO GetaddrinfoResolver.swift
[49/65] Compiling NIO MarkedCircularBuffer.swift
[50/65] Compiling NIO NIOAny.swift
[51/65] Compiling NIO NonBlockingFileIO.swift
[52/65] Compiling NIO PendingDatagramWritesManager.swift
[53/65] Compiling NIO PendingWritesManager.swift
[54/65] Compiling NIO RecvByteBufferAllocator.swift
[55/65] Compiling NIO ChannelPipeline.swift
[56/65] Compiling NIO CircularBuffer.swift
[57/65] Compiling NIO Codec.swift
[58/65] Compiling NIO CompositeError.swift
[59/65] Compiling NIO DeadChannel.swift
[60/65] Compiling NIO Embedded.swift
[61/65] Compiling NIO SocketChannel.swift
[62/65] Compiling NIO System.swift
[63/65] Compiling NIO Thread.swift
[64/65] Compiling NIO TypeAssistedChannelHandler.swift
[65/65] Compiling NIO Utilities.swift
error: fatalError
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 from cache (0.33s)
Fetched https://github.com/apple/swift-nio.git from cache (0.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.1.0 (0.49s)
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.02s)
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/8] Compiling NIO AddressedEnvelope.swift
[3/8] Compiling NIO ByteBuffer-aux.swift
[4/8] Compiling NIO Bootstrap.swift
[5/8] Compiling NIO BlockingIOThreadPool.swift
[6/8] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) },
                                   ^
                                                     !
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/18] Compiling NIO BaseSocket.swift
[8/18] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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 }
    ^
[9/20] Compiling NIO NIOAny.swift
[10/20] Compiling NIO DeadChannel.swift
[11/20] Compiling NIO Embedded.swift
[12/20] Compiling NIO ChannelHandlers.swift
[13/20] Compiling NIO ChannelInvoker.swift
[14/20] Compiling NIO Channel.swift
[15/20] Compiling NIO ChannelHandler.swift
[16/20] Compiling NIO PendingDatagramWritesManager.swift
[17/20] Compiling NIO ChannelPipeline.swift
[18/20] Compiling NIO Codec.swift
[19/35] Compiling NIO Interfaces.swift
[20/35] Compiling NIO MarkedCircularBuffer.swift
[21/37] Compiling NIO TypeAssistedChannelHandler.swift
[22/37] Compiling NIO SocketChannel.swift
[23/40] Compiling NIO NonBlockingFileIO.swift
[24/40] Compiling NIO PendingWritesManager.swift
[25/41] Compiling NIO CompositeError.swift
[26/41] Compiling NIO EventLoopFuture.swift
[27/41] Compiling NIO FileRegion.swift
[28/41] Compiling NIO GetaddrinfoResolver.swift
[29/43] Compiling NIO HappyEyeballs.swift
[30/43] Compiling NIO IO.swift
[31/43] Compiling NIO IOData.swift
[32/43] Compiling NIO RecvByteBufferAllocator.swift
[33/43] Compiling NIO Selector.swift
[34/43] Compiling NIO FileHandle.swift
[35/43] Compiling NIO Socket.swift
[36/43] Compiling NIO ServerSocket.swift
[37/43] Compiling NIO Thread.swift
[38/43] Compiling NIO Utilities.swift
[39/43] Compiling NIO SocketAddresses.swift
[40/43] Compiling NIO System.swift
[41/43] Compiling NIO ByteBuffer-int.swift
[42/43] Compiling NIO CircularBuffer.swift
[43/43] Compiling NIO EventLoop.swift
error: fatalError
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 5.10 macosSpm

Build Machine: Mac 7