The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Slack 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/twof/slackforvapor.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/twof/slackforvapor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2d8204e Adding bot client
Cloned https://github.com/twof/slackforvapor.git
Revision (git rev-parse @):
2d8204ef1519d6762a6b0c333e30b56e0ff93279
SUCCESS checkout https://github.com/twof/slackforvapor.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/twof/slackforvapor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/37] Write sources
[27/37] Compiling CNIOLinux shim.c
[27/37] Compiling CNIOZlib empty.c
[28/37] Compiling CNIOOpenSSL empty.c
[30/37] Write sources
[32/37] Write swift-version--423B1241ED78D482.txt
[33/46] Compiling CNIOHTTPParser c_nio_http_parser.c
[34/46] Compiling CNIODarwin shim.c
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sha1_step(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_init(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_pad(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_loop(ctxt, input, len)
^
4 warnings generated.
[35/46] Compiling CNIOSHA1 c_nio_sha1.c
[37/46] Emitting module COperatingSystem
[38/46] Compiling COperatingSystem libc.swift
[39/46] Compiling NIOPriorityQueue Heap.swift
[40/46] Compiling NIOPriorityQueue PriorityQueue.swift
[41/46] Emitting module NIOPriorityQueue
[41/46] Compiling c-atomics.c
[43/49] Compiling NIOConcurrencyHelpers lock.swift
[44/49] Compiling NIOConcurrencyHelpers atomics.swift
[45/49] Emitting module NIOConcurrencyHelpers
[46/92] Compiling Debugging Demangler.swift
[47/92] Compiling Debugging SourceLocation.swift
[48/92] Compiling Debugging Debuggable.swift
[49/92] Emitting module Debugging
[50/92] Compiling NIO LinuxCPUSet.swift
[51/92] Compiling NIO MarkedCircularBuffer.swift
[52/92] Compiling NIO NIOAny.swift
[53/92] Compiling NIO NonBlockingFileIO.swift
[54/92] Compiling NIO PendingDatagramWritesManager.swift
[55/92] Compiling NIO PendingWritesManager.swift
[56/98] Compiling NIO RecvByteBufferAllocator.swift
[57/98] Compiling NIO Resolver.swift
[58/98] Compiling NIO Selectable.swift
[59/98] Compiling NIO Selector.swift
[60/98] Compiling NIO ServerSocket.swift
[61/98] Compiling NIO Socket.swift
[62/98] Compiling NIO Embedded.swift
[63/98] Compiling NIO EventLoop.swift
[64/98] Compiling NIO EventLoopFuture.swift
[65/98] Compiling NIO FileDescriptor.swift
[66/98] Compiling NIO FileHandle.swift
[67/98] Compiling NIO FileRegion.swift
[68/98] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[69/98] Compiling NIO ByteBuffer-int.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[70/98] Compiling NIO Channel.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[71/98] Compiling NIO ChannelHandler.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[72/98] Compiling NIO ChannelHandlers.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
[73/98] Compiling NIO ChannelInvoker.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/98] Compiling NIO GetaddrinfoResolver.swift
[75/98] Compiling NIO HappyEyeballs.swift
[76/98] Compiling NIO IO.swift
[77/98] Compiling NIO IOData.swift
[78/98] Compiling NIO Interfaces.swift
[79/98] Compiling NIO Linux.swift
[80/98] Compiling NIO AddressedEnvelope.swift
[81/98] Compiling NIO BaseSocket.swift
[82/98] Compiling NIO BaseSocketChannel.swift
[83/98] Compiling NIO BlockingIOThreadPool.swift
[84/98] Compiling NIO Bootstrap.swift
[85/98] Compiling NIO ByteBuffer-aux.swift
[86/98] Compiling NIO ChannelOption.swift
[87/98] Compiling NIO ChannelPipeline.swift
[88/98] Compiling NIO CircularBuffer.swift
[89/98] Compiling NIO Codec.swift
[90/98] Compiling NIO CompositeError.swift
[91/98] Compiling NIO DeadChannel.swift
[92/98] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[93/98] Compiling NIO SocketAddresses.swift
[94/98] Compiling NIO SocketChannel.swift
[95/98] Compiling NIO System.swift
[96/98] Compiling NIO Thread.swift
[97/98] Compiling NIO TypeAssistedChannelHandler.swift
[98/98] 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-ssl-support.git from cache
Fetching https://github.com/vapor/database-kit.git from cache
Fetching https://github.com/vapor/crypto.git from cache
Fetching https://github.com/vapor/validation.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/database-kit.git from cache (0.21s)
Fetching https://github.com/vapor/console.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.22s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.22s)
Fetching https://github.com/vapor/vapor.git from cache
Fetched https://github.com/vapor/validation.git from cache (0.22s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.22s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.22s)
Fetching https://github.com/vapor/engine.git from cache
Fetched https://github.com/vapor/engine.git from cache (0.20s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/vapor/core.git from cache (0.27s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/vapor.git from cache (0.29s)
Computing version for https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/service.git from cache (0.29s)
Fetched https://github.com/vapor/console.git from cache (0.30s)
Fetched https://github.com/apple/swift-nio.git from cache (0.32s)
Fetched https://github.com/vapor/routing.git from cache (0.18s)
Fetched https://github.com/vapor/template-kit.git from cache (0.15s)
Computed https://github.com/vapor/vapor.git at 3.0.0-rc.2.2.4 (0.55s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0-rc.2.1.1 (0.39s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.0-rc.2.0.3 (0.39s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.03s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.0-rc.2 (0.03s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 3.0.0-rc.2.1.1 (0.38s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.0.0-rc.2.2.2 (0.37s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.0.0 (0.39s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.0.2 (0.35s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.0 (0.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.3.1 (0.37s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.0.1 (0.05s)
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)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.0.0-rc.2.2.2
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.0.0-rc.2.0.3
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.0.2
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 3.0.0-rc.2.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.3.1
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.0-rc.2
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.0.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.0-rc.2.2.4
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.0.0
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.0.0-rc.2.1.1
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
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/1] Write swift-version--423B1241ED78D482.txt
[2/8] Compiling NIO ByteBuffer-int.swift
[3/18] Compiling NIO ChannelInvoker.swift
[4/18] Compiling NIO ByteBuffer-core.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                                ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:42:35: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        self.init(hookedMalloc: { sysMalloc($0) },
                                  ^
                                               !
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: error: value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                      ?? <#default value#>
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:43:36: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                  hookedRealloc: { sysRealloc($0, $1) },
                                   ^
                                                     !
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/28] Compiling NIO ChannelHandler.swift
[6/28] Compiling NIO Channel.swift
[7/28] Compiling NIO ChannelHandlers.swift
[8/28] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:575:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[9/44] Compiling NIO FileRegion.swift
[10/44] Compiling NIO GetaddrinfoResolver.swift
[11/44] Compiling NIO HappyEyeballs.swift
[12/44] Compiling NIO IO.swift
[13/44] Compiling NIO IOData.swift
[14/44] Compiling NIO ChannelOption.swift
[15/44] Compiling NIO ChannelPipeline.swift
[16/44] Compiling NIO CircularBuffer.swift
[17/44] Compiling NIO Codec.swift
[18/44] Compiling NIO CompositeError.swift
[19/44] Compiling NIO Interfaces.swift
[20/44] Compiling NIO MarkedCircularBuffer.swift
[21/44] Compiling NIO NIOAny.swift
[22/44] Compiling NIO NonBlockingFileIO.swift
[23/44] Compiling NIO System.swift
[24/44] Compiling NIO Thread.swift
[25/44] Compiling NIO TypeAssistedChannelHandler.swift
[26/44] Compiling NIO Utilities.swift
[27/44] Compiling NIO ServerSocket.swift
[28/44] Compiling NIO Socket.swift
[29/44] Compiling NIO SocketAddresses.swift
[30/44] Compiling NIO SocketChannel.swift
[31/44] Compiling NIO BaseSocket.swift
[32/44] Compiling NIO BaseSocketChannel.swift
[33/44] Compiling NIO BlockingIOThreadPool.swift
[34/44] Compiling NIO Bootstrap.swift
[35/44] Compiling NIO ByteBuffer-aux.swift
[36/44] Compiling NIO PendingDatagramWritesManager.swift
[37/44] Compiling NIO PendingWritesManager.swift
[38/44] Compiling NIO RecvByteBufferAllocator.swift
[39/44] Compiling NIO Selector.swift
[40/44] Compiling NIO DeadChannel.swift
[41/44] Compiling NIO Embedded.swift
[42/44] Compiling NIO EventLoop.swift
[43/44] Compiling NIO EventLoopFuture.swift
[44/44] Compiling NIO FileHandle.swift
error: fatalError
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
BUILD FAILURE 5.10 macosSpm