The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftBncsLib 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/wjlafrance/swiftbncslib.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wjlafrance/swiftbncslib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 39ff139 bnftp2 support, pass --version 2 --cdkey <war3 key>
Cloned https://github.com/wjlafrance/swiftbncslib.git
Revision (git rev-parse @):
39ff13914efb24c431be0d3ff31696932cdd055f
SUCCESS checkout https://github.com/wjlafrance/swiftbncslib.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/wjlafrance/swiftbncslib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/25] Write sources
[2/25] Write SwiftBnls-entitlement.plist
[2/25] Write sources
[2/25] Write SwiftBnftp-entitlement.plist
[2/25] Write sources
[2/25] Write SwiftBncsClient-entitlement.plist
[2/25] Write sources
[12/25] Compiling CNIOLinux shim.c
[13/25] Write swift-version--423B1241ED78D482.txt
[14/85] Compiling CNIODarwin shim.c
[16/85] Compiling NIOPriorityQueue PriorityQueue.swift
[17/85] Emitting module NIOPriorityQueue
[18/85] Compiling NIOPriorityQueue Heap.swift
[18/85] Compiling c-atomics.c
[20/88] Compiling NIOConcurrencyHelpers lock.swift
[21/88] Emitting module NIOConcurrencyHelpers
[22/88] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/130] Emitting module NIO
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 }
    ^
[24/135] Emitting module CryptoSwift
[25/143] Compiling NIO ByteBuffer-int.swift
[26/143] Compiling NIO Channel.swift
[27/143] Compiling NIO ChannelHandler.swift
[28/143] Compiling NIO ChannelHandlers.swift
[29/143] Compiling NIO ChannelInvoker.swift
[30/143] Compiling NIO ChannelOption.swift
[31/143] Compiling NIO Selectable.swift
[32/143] Compiling NIO Selector.swift
[33/143] Compiling NIO ServerSocket.swift
[34/143] Compiling NIO Socket.swift
[35/143] Compiling NIO SocketAddresses.swift
[36/143] Compiling NIO HappyEyeballs.swift
[37/143] Compiling NIO IO.swift
[38/143] Compiling NIO IOData.swift
[39/143] Compiling NIO Linux.swift
[40/143] Compiling NIO LinuxCPUSet.swift
[41/143] Compiling NIO MarkedCircularBuffer.swift
[42/143] Compiling NIO NIOAny.swift
[43/143] Compiling NIO NonBlockingFileIO.swift
[44/143] Compiling NIO PendingDatagramWritesManager.swift
[45/143] Compiling NIO PendingWritesManager.swift
[46/143] Compiling NIO RecvByteBufferAllocator.swift
[47/143] Compiling NIO Resolver.swift
[48/143] Compiling NIO EventLoop.swift
[49/143] Compiling NIO EventLoopFuture.swift
[50/143] Compiling NIO FileDescriptor.swift
[51/143] Compiling NIO FileHandle.swift
[52/143] Compiling NIO FileRegion.swift
[53/143] Compiling NIO GetaddrinfoResolver.swift
[54/143] Compiling NIO AddressedEnvelope.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[55/143] Compiling NIO BaseSocket.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[56/143] Compiling NIO BlockingIOThreadPool.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[57/143] Compiling NIO Bootstrap.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[58/143] Compiling NIO ByteBuffer-aux.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[59/143] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[60/143] Compiling NIO ChannelPipeline.swift
[61/143] Compiling NIO CircularBuffer.swift
[62/143] Compiling NIO Codec.swift
[63/143] Compiling NIO CompositeError.swift
[64/143] Compiling NIO DeadChannel.swift
[65/143] Compiling NIO Embedded.swift
[66/143] Compiling CryptoSwift String+Extension.swift
[67/143] Compiling CryptoSwift UInt16+Extension.swift
[68/143] Compiling CryptoSwift UInt32+Extension.swift
[69/143] Compiling CryptoSwift UInt64+Extension.swift
[70/143] Compiling CryptoSwift UInt8+Extension.swift
[71/143] Compiling CryptoSwift Updatable.swift
[72/143] Compiling CryptoSwift Utils.swift
[73/143] Compiling CryptoSwift ZeroPadding.swift
[74/143] Compiling NIO SocketChannel.swift
[75/143] Compiling NIO System.swift
[76/143] Compiling NIO Thread.swift
[77/143] Compiling NIO TypeAssistedChannelHandler.swift
[78/143] Compiling NIO Utilities.swift
error: fatalError
[87/143] Compiling CryptoSwift NoPadding.swift
[88/143] Compiling CryptoSwift Operators.swift
[89/143] Compiling CryptoSwift PBKDF1.swift
[90/143] Compiling CryptoSwift PBKDF2.swift
[91/143] Compiling CryptoSwift PKCS5.swift
[92/143] Compiling CryptoSwift PKCS7.swift
[93/143] Compiling CryptoSwift PKCS7Padding.swift
[94/143] Compiling CryptoSwift Padding.swift
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.33s)
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/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.8.3 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.0.0 (0.45s)
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.03s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.0.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
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 0.8.3
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version--423B1241ED78D482.txt
[2/60] Compiling CryptoSwift Digest.swift
[3/60] Compiling CryptoSwift DigestType.swift
[4/60] Compiling CryptoSwift AES+Foundation.swift
[5/60] Compiling CryptoSwift Array+Foundation.swift
[6/60] Compiling CryptoSwift Blowfish+Foundation.swift
[7/60] Compiling CryptoSwift ChaCha20+Foundation.swift
[8/66] Compiling CryptoSwift Bit.swift
[9/66] Compiling CryptoSwift BlockCipher.swift
[10/66] Compiling CryptoSwift BlockMode.swift
[11/66] Compiling CryptoSwift BlockModeOptions.swift
[12/66] Compiling CryptoSwift BlockModeWorker.swift
[13/66] Compiling CryptoSwift CBC.swift
[14/68] Compiling NIO BlockingIOThreadPool.swift
[15/68] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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) },
                                   ^
                                                     !
[16/69] Compiling CryptoSwift CFB.swift
[17/69] Compiling CryptoSwift CTR.swift
[18/69] Compiling CryptoSwift ECB.swift
[19/69] Compiling CryptoSwift OFB.swift
[20/69] Compiling CryptoSwift PCBC.swift
[21/69] Compiling CryptoSwift RandomAccessBlockModeWorker.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/71] Compiling NIO AddressedEnvelope.swift
[23/71] Compiling NIO Bootstrap.swift
[24/71] Compiling NIO BaseSocket.swift
[25/71] Compiling NIO ByteBuffer-aux.swift
[26/71] Emitting module NIO
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 }
    ^
[27/82] Compiling CryptoSwift Data+Extension.swift
[28/82] Compiling CryptoSwift HMAC+Foundation.swift
[29/82] Compiling CryptoSwift NoPadding.swift
[30/82] Compiling CryptoSwift Operators.swift
[31/82] Compiling CryptoSwift PBKDF1.swift
[32/82] Compiling CryptoSwift PBKDF2.swift
[33/84] Compiling NIO NonBlockingFileIO.swift
[34/85] Compiling CryptoSwift Rabbit+Foundation.swift
[35/85] Compiling CryptoSwift String+FoundationExtension.swift
[36/87] Emitting module CryptoSwift
[37/89] Compiling NIO TypeAssistedChannelHandler.swift
[38/90] Compiling CryptoSwift Utils+Foundation.swift
[39/90] Compiling CryptoSwift Generics.swift
[40/91] Compiling NIO DeadChannel.swift
[41/91] Compiling NIO Embedded.swift
[42/92] Compiling CryptoSwift HKDF.swift
[43/92] Compiling CryptoSwift HMAC.swift
[44/93] Compiling NIO ChannelPipeline.swift
[45/93] Compiling NIO Codec.swift
[46/93] Compiling NIO ChannelHandlers.swift
[47/93] Compiling NIO ChannelInvoker.swift
[48/93] Compiling NIO Channel.swift
[49/93] Compiling NIO ChannelHandler.swift
[50/96] Compiling CryptoSwift Updatable.swift
[51/97] Compiling NIO NIOAny.swift
[52/97] Compiling NIO PendingDatagramWritesManager.swift
[53/97] Compiling NIO SocketChannel.swift
[54/101] Compiling CryptoSwift String+Extension.swift
[55/101] Compiling CryptoSwift UInt8+Extension.swift
[56/101] Compiling NIO GetaddrinfoResolver.swift
[57/103] Compiling CryptoSwift PKCS5.swift
[58/103] Compiling CryptoSwift PKCS7.swift
[59/103] Compiling CryptoSwift PKCS7Padding.swift
[60/103] Compiling CryptoSwift Padding.swift
[61/103] Compiling CryptoSwift Poly1305.swift
[62/103] Compiling CryptoSwift Rabbit.swift
[63/103] Compiling NIO ServerSocket.swift
[64/105] Compiling CryptoSwift ZeroPadding.swift
[65/105] Compiling CryptoSwift Utils.swift
[66/105] Compiling NIO SocketAddresses.swift
[67/107] Compiling NIO EventLoop.swift
[68/108] Compiling NIO HappyEyeballs.swift
[69/108] Compiling NIO IO.swift
[70/109] Compiling NIO ByteBuffer-int.swift
[71/109] Compiling NIO CircularBuffer.swift
[72/109] Compiling NIO Socket.swift
[73/111] Compiling CryptoSwift Int+Extension.swift
[74/111] Compiling CryptoSwift MD5.swift
[75/111] Compiling NIO PendingWritesManager.swift
[76/111] Compiling NIO Selector.swift
[77/111] Compiling NIO EventLoopFuture.swift
[78/111] Compiling NIO FileRegion.swift
[79/111] Compiling NIO IOData.swift
[80/111] Compiling NIO MarkedCircularBuffer.swift
[81/111] Compiling NIO RecvByteBufferAllocator.swift
[82/111] Compiling NIO System.swift
[83/111] Compiling NIO Utilities.swift
[84/111] Compiling NIO Thread.swift
error: fatalError
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
BUILD FAILURE 5.10 macosSpm