The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VaporFirestore 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/pitchlabsash/vapor-firestore.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pitchlabsash/vapor-firestore
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 2dd38b2 remove commented out code
Cloned https://github.com/pitchlabsash/vapor-firestore.git
Revision (git rev-parse @):
2dd38b22808fb6ef730ca9f1bf758b5b348b643e
SUCCESS checkout https://github.com/pitchlabsash/vapor-firestore.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pitchlabsash/vapor-firestore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/44] Write sources
[28/44] Compiling CNIOZlib empty.c
[29/44] Compiling CNIOLinux shim.c
[30/44] Compiling CNIOLinux ifaddrs-android.c
[31/44] Write swift-version--423B1241ED78D482.txt
[32/44] Compiling CNIODarwin shim.c
[33/44] Compiling CBcrypt blf.c
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102: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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:187: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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:199: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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:234: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.
[34/44] Compiling CNIOSHA1 c_nio_sha1.c
[35/44] Compiling CCryptoOpenSSL shim.c
[36/44] Compiling CNIOOpenSSL shims.c
[37/49] Compiling CBcrypt bcrypt.c
[38/49] Write sources
[40/49] Compiling CNIOHTTPParser c_nio_http_parser.c
[41/53] Compiling CBase32 base32.c
[42/53] Compiling CNIOOpenSSL helpers.c
[44/53] Compiling COperatingSystem libc.swift
[45/53] Emitting module COperatingSystem
[46/53] Compiling NIOPriorityQueue PriorityQueue.swift
[47/53] Emitting module NIOPriorityQueue
[48/53] Compiling NIOPriorityQueue Heap.swift
[48/53] Compiling c-atomics.c
[50/56] Compiling NIOConcurrencyHelpers lock.swift
[51/56] Emitting module NIOConcurrencyHelpers
[52/56] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/106] Emitting module NIO
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[54/112] Compiling Debugging Demangler.swift
[55/112] Compiling Debugging SourceLocation.swift
[56/112] Emitting module Debugging
[57/112] Compiling Debugging Debuggable.swift
[58/112] Compiling NIO ByteBuffer-int.swift
[59/112] Compiling NIO ByteBuffer-views.swift
[60/112] Compiling NIO Channel.swift
[61/112] Compiling NIO ChannelHandler.swift
[62/112] Compiling NIO ChannelHandlers.swift
[63/112] Compiling NIO ChannelInvoker.swift
[64/112] Compiling NIO ChannelOption.swift
[65/112] Compiling NIO EventLoop.swift
[66/112] Compiling NIO EventLoopFuture.swift
[67/112] Compiling NIO FileDescriptor.swift
[68/112] Compiling NIO FileHandle.swift
[69/112] Compiling NIO FileRegion.swift
[70/112] Compiling NIO GetaddrinfoResolver.swift
[71/112] Compiling NIO HappyEyeballs.swift
[72/112] Compiling NIO ChannelPipeline.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[73/112] Compiling NIO CircularBuffer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[74/112] Compiling NIO Codec.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[75/112] Compiling NIO CompositeError.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[76/112] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[77/112] Compiling NIO DeadChannel.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[78/112] Compiling NIO Embedded.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[79/112] Compiling NIO SocketChannel.swift
[80/112] Compiling NIO SocketOptionProvider.swift
[81/112] Compiling NIO System.swift
[82/112] Compiling NIO Thread.swift
[83/112] Compiling NIO TypeAssistedChannelHandler.swift
[84/112] Compiling NIO Utilities.swift
[85/112] Compiling NIO RecvByteBufferAllocator.swift
[86/112] Compiling NIO Resolver.swift
[87/112] Compiling NIO Selectable.swift
[88/112] Compiling NIO Selector.swift
[89/112] Compiling NIO ServerSocket.swift
[90/112] Compiling NIO Socket.swift
[91/112] Compiling NIO SocketAddresses.swift
[92/112] Compiling NIO Heap.swift
[93/112] Compiling NIO IO.swift
[94/112] Compiling NIO IOData.swift
[95/112] Compiling NIO IntegerTypes.swift
[96/112] Compiling NIO Interfaces.swift
[97/112] Compiling NIO Linux.swift
[98/112] Compiling NIO LinuxCPUSet.swift
[99/112] Compiling NIO AddressedEnvelope.swift
[100/112] Compiling NIO BaseSocket.swift
[101/112] Compiling NIO BaseSocketChannel.swift
[102/112] Compiling NIO BlockingIOThreadPool.swift
[103/112] Compiling NIO Bootstrap.swift
[104/112] Compiling NIO ByteBuffer-aux.swift
[105/112] Compiling NIO ByteBuffer-core.swift
[106/112] Compiling NIO MarkedCircularBuffer.swift
[107/112] Compiling NIO MulticastChannel.swift
[108/112] Compiling NIO NIOAny.swift
[109/112] Compiling NIO NonBlockingFileIO.swift
[110/112] Compiling NIO PendingDatagramWritesManager.swift
[111/112] Compiling NIO PendingWritesManager.swift
[112/112] Compiling NIO PriorityQueue.swift
error: fatalError
Fetching https://github.com/vapor/core.git from cache
Fetching https://github.com/vapor/jwt.git from cache
Fetching https://github.com/vapor/routing.git from cache
Fetching https://github.com/vapor/console.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/routing.git from cache (0.44s)
Fetched https://github.com/vapor/console.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetching https://github.com/vapor/websocket.git from cache
Fetched https://github.com/vapor/jwt.git from cache (0.44s)
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.44s)
Fetching https://github.com/vapor/vapor.git from cache
Fetched https://github.com/vapor/core.git from cache (0.45s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.25s)
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.25s)
Fetched https://github.com/vapor/websocket.git from cache (0.26s)
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetching https://github.com/vapor/validation.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.25s)
Fetching https://github.com/vapor/database-kit.git from cache
Fetched https://github.com/vapor/service.git from cache (0.43s)
Fetching https://github.com/vapor/http.git from cache
Fetched https://github.com/vapor/vapor.git from cache (0.43s)
Fetching https://github.com/vapor/multipart.git from cache
Computing version for https://github.com/Quick/Nimble.git
Fetched https://github.com/vapor/validation.git from cache (0.25s)
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.25s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.25s)
Fetched https://github.com/vapor/database-kit.git from cache (0.21s)
Fetched https://github.com/vapor/multipart.git from cache (0.23s)
Fetched https://github.com/vapor/http.git from cache (0.23s)
Fetched https://github.com/vapor/template-kit.git from cache (0.21s)
Computed https://github.com/Quick/Nimble.git at 8.0.1 (1.09s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 3.0.0 (0.06s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.0 (0.07s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.3.2 (0.06s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.7.3 (0.72s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.08s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.06s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.0.6 (0.06s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.1.2 (0.07s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.06s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.2 (0.06s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.3 (0.10s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.1.11 (0.06s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.08s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.05s)
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.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.13.2 (0.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.06s)
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.05s)
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.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.1.2
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.1.11
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.7.3
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 3.0.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.3.2
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 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.13.2
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.0.6
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/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.3
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.4.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/9] Compiling NIO Codec.swift
[3/9] Compiling NIO Embedded.swift
[4/9] Compiling NIO CompositeError.swift
[5/9] Compiling NIO DeadChannel.swift
[6/9] Compiling NIO CircularBuffer.swift
[7/9] Compiling NIO ChannelPipeline.swift
[8/9] Emitting module NIO
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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/9] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21: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/ContiguousCollection.swift:21: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 }
    ^
[10/41] Compiling NIO ChannelHandlers.swift
[11/41] Compiling NIO ChannelInvoker.swift
[12/41] Compiling NIO EventLoop.swift
[13/41] Compiling NIO EventLoopFuture.swift
[14/41] Compiling NIO FileRegion.swift
[15/41] Compiling NIO GetaddrinfoResolver.swift
[16/41] Compiling NIO HappyEyeballs.swift
[17/41] Compiling NIO Heap.swift
[18/41] Compiling NIO MarkedCircularBuffer.swift
[19/41] Compiling NIO NIOAny.swift
[20/41] Compiling NIO NonBlockingFileIO.swift
[21/41] Compiling NIO PendingDatagramWritesManager.swift
[22/41] Compiling NIO ByteBuffer-core.swift
[23/41] Compiling NIO ByteBuffer-int.swift
[24/41] Compiling NIO ByteBuffer-views.swift
[25/41] Compiling NIO Channel.swift
[26/41] Compiling NIO PendingWritesManager.swift
[27/41] Compiling NIO PriorityQueue.swift
[28/41] Compiling NIO RecvByteBufferAllocator.swift
[29/41] Compiling NIO Selector.swift
[30/43] Compiling NIO IO.swift
[31/43] Compiling NIO IOData.swift
[32/43] Compiling NIO IntegerTypes.swift
[33/43] Compiling NIO Interfaces.swift
[34/43] Compiling NIO BaseSocket.swift
[35/43] Compiling NIO BaseSocketChannel.swift
[36/43] Compiling NIO BlockingIOThreadPool.swift
[37/43] Compiling NIO Bootstrap.swift
[38/43] Compiling NIO SocketAddresses.swift
[39/43] Compiling NIO SocketChannel.swift
[40/43] Compiling NIO System.swift
[41/43] Compiling NIO Thread.swift
[42/43] Compiling NIO ChannelHandler.swift
[43/43] Compiling NIO SocketOptionProvider.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