The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HotSoda 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/rb-de0/hotsoda.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rb-de0/hotsoda
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 40c2deb Remove convert error
Cloned https://github.com/rb-de0/hotsoda.git
Revision (git rev-parse @):
40c2deb0104d4449ae74547b8c9a3b068496c69a
SUCCESS checkout https://github.com/rb-de0/hotsoda.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/rb-de0/hotsoda.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/47] Write sources
[32/47] Compiling CNIOLinux shim.c
[33/47] Compiling CNIOZlib empty.c
[34/47] Write swift-version--423B1241ED78D482.txt
[35/47] Compiling CNIODarwin shim.c
/Users/admin/builds/J1XnyXFH/0/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/0/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/0/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/0/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.
[36/47] Compiling CNIOSHA1 c_nio_sha1.c
[37/47] Compiling CNIOHTTPParser c_nio_http_parser.c
[38/47] Compiling CBcrypt blf.c
[39/50] Compiling CBcrypt bcrypt.c
[40/56] Compiling CBase32 base32.c
[41/56] Write sources
[43/56] Compiling CCryptoOpenSSL shim.c
[44/56] Compiling CNIOOpenSSL shims.c
[45/56] Compiling CNIOOpenSSL helpers.c
[47/56] Emitting module NIOPriorityQueue
[48/56] Compiling NIOPriorityQueue Heap.swift
[49/56] Compiling NIOPriorityQueue PriorityQueue.swift
[50/56] Emitting module COperatingSystem
[51/56] Compiling COperatingSystem libc.swift
[51/56] Compiling c-atomics.c
[53/59] Emitting module NIOConcurrencyHelpers
[54/59] Compiling NIOConcurrencyHelpers atomics.swift
[55/59] Compiling NIOConcurrencyHelpers lock.swift
[56/106] Compiling NIO IO.swift
[57/106] Compiling NIO IOData.swift
[58/106] Compiling NIO IntegerTypes.swift
[59/106] Compiling NIO Interfaces.swift
[60/106] Compiling NIO Linux.swift
[61/106] Compiling NIO LinuxCPUSet.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/112] Emitting module NIO
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[63/112] Compiling NIO ByteBuffer-int.swift
[64/112] Compiling NIO ByteBuffer-views.swift
[65/112] Compiling NIO Channel.swift
[66/112] Compiling NIO ChannelHandler.swift
[67/112] Compiling NIO ChannelHandlers.swift
[68/112] Compiling NIO ChannelInvoker.swift
[69/112] Compiling NIO ChannelOption.swift
[70/112] Compiling NIO EventLoopFuture.swift
[71/112] Compiling NIO FileDescriptor.swift
[72/112] Compiling NIO FileHandle.swift
[73/112] Compiling NIO FileRegion.swift
[74/112] Compiling NIO GetaddrinfoResolver.swift
[75/112] Compiling NIO HappyEyeballs.swift
[76/112] Compiling NIO Heap.swift
[77/112] Compiling NIO RecvByteBufferAllocator.swift
[78/112] Compiling NIO Resolver.swift
[79/112] Compiling NIO Selectable.swift
[80/112] Compiling NIO Selector.swift
[81/112] Compiling NIO ServerSocket.swift
[82/112] Compiling NIO Socket.swift
[83/112] Compiling NIO AddressedEnvelope.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[84/112] Compiling NIO BaseSocket.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[85/112] Compiling NIO BaseSocketChannel.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[86/112] Compiling NIO BlockingIOThreadPool.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[87/112] Compiling NIO Bootstrap.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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 }
    ^
[88/112] 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:732: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:732: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 }
    ^
[89/112] 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:732: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:732: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 }
    ^
[90/112] Compiling NIO MarkedCircularBuffer.swift
[91/112] Compiling NIO NIOAny.swift
[92/112] Compiling NIO NonBlockingFileIO.swift
[93/112] Compiling NIO PendingDatagramWritesManager.swift
[94/112] Compiling NIO PendingWritesManager.swift
[95/112] Compiling NIO PriorityQueue.swift
[96/112] Compiling Debugging SourceLocation.swift
[97/112] Compiling Debugging Demangler.swift
[98/112] Compiling Debugging Debuggable.swift
[99/112] Emitting module Debugging
[100/112] Compiling NIO SocketAddresses.swift
[101/112] Compiling NIO SocketChannel.swift
[102/112] Compiling NIO System.swift
[103/112] Compiling NIO Thread.swift
[104/112] Compiling NIO TypeAssistedChannelHandler.swift
[105/112] Compiling NIO Utilities.swift
[106/112] Compiling NIO ChannelPipeline.swift
[107/112] Compiling NIO CircularBuffer.swift
[108/112] Compiling NIO Codec.swift
[109/112] Compiling NIO CompositeError.swift
[110/112] Compiling NIO DeadChannel.swift
[111/112] Compiling NIO Embedded.swift
[112/112] Compiling NIO EventLoop.swift
error: fatalError
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetching https://github.com/vapor/fluent-sqlite.git from cache
Fetching https://github.com/vapor/database-kit.git from cache
Fetching https://github.com/vapor/core.git from cache
Fetching https://github.com/vapor/fluent.git from cache
Fetching https://github.com/vapor/multipart.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.35s)
Fetching https://github.com/vapor/http.git from cache
Fetched https://github.com/vapor/fluent.git from cache (0.36s)
Fetching https://github.com/vapor/vapor.git from cache
Fetching https://github.com/vapor/websocket.git from cache
Fetched https://github.com/vapor/multipart.git from cache (0.36s)
Fetched https://github.com/vapor/core.git from cache (0.36s)
Fetching https://github.com/vapor/validation.git from cache
Fetched https://github.com/vapor/database-kit.git from cache (0.36s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/vapor/fluent-sqlite.git from cache (0.36s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/vapor/validation.git from cache (0.30s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/http.git from cache (0.32s)
Fetching https://github.com/vapor/sql.git from cache
Fetched https://github.com/vapor/routing.git from cache (0.32s)
Fetching https://github.com/vapor/console.git from cache
Fetched https://github.com/vapor/service.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/vapor/websocket.git from cache (0.33s)
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/vapor/vapor.git from cache (0.42s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.1.0 (0.09s)
Fetched https://github.com/vapor/template-kit.git from cache (0.24s)
Fetching https://github.com/vapor/sqlite.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.27s)
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.30s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/sql.git from cache (0.31s)
Fetched https://github.com/vapor/console.git from cache (0.31s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.29s)
Fetched https://github.com/vapor/sqlite.git from cache (0.22s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.22s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (0.07s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.0 (0.06s)
Fetched https://github.com/apple/swift-nio.git from cache (0.37s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.0 (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.5 (0.07s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.1.0 (0.06s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.07s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.08s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.2 (0.06s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.1.5 (0.95s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.1 (0.06s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.3.0 (0.61s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.4.4 (0.08s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.2 (0.08s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.1.0 (0.07s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.1.0 (0.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.3.1 (0.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.9.5 (0.11s)
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.06s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.1.0 (0.61s)
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.07s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.9.5
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.4.4
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/fluent-sqlite.git
Working copy of https://github.com/vapor/fluent-sqlite.git resolved at 3.0.0
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.5
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.1
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.0
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.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
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/vapor/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.1.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.1.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.3.1
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.1
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.1.5
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.3.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/9] 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:732: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:732: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 }
    ^
[3/9] Compiling NIO BlockingIOThreadPool.swift
[4/9] Compiling NIO ByteBuffer-aux.swift
[5/9] Compiling NIO Bootstrap.swift
[6/23] Compiling NIO BaseSocket.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/27] Compiling NIO AddressedEnvelope.swift
[8/27] Compiling NIO BaseSocketChannel.swift
[9/27] Emitting module NIO
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:732: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:732: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/39] Compiling NIO NonBlockingFileIO.swift
[11/43] Compiling NIO FileRegion.swift
[12/43] Compiling NIO GetaddrinfoResolver.swift
[13/43] Compiling NIO HappyEyeballs.swift
[14/43] Compiling NIO Heap.swift
[15/44] Compiling NIO ChannelInvoker.swift
[16/44] Compiling NIO ChannelPipeline.swift
[17/44] Compiling NIO CircularBuffer.swift
[18/44] Compiling NIO Codec.swift
[19/44] Compiling NIO DeadChannel.swift
[20/44] Compiling NIO Embedded.swift
[21/44] Compiling NIO EventLoop.swift
[22/44] Compiling NIO EventLoopFuture.swift
[23/44] Compiling NIO ByteBuffer-int.swift
[24/44] Compiling NIO ByteBuffer-views.swift
[25/44] Compiling NIO Channel.swift
[26/44] Compiling NIO ChannelHandler.swift
[27/44] Compiling NIO ChannelHandlers.swift
[28/47] Compiling NIO CompositeError.swift
[29/48] Compiling NIO IO.swift
[30/48] Compiling NIO IOData.swift
[31/48] Compiling NIO IntegerTypes.swift
[32/48] Compiling NIO Interfaces.swift
[33/48] Compiling NIO Utilities.swift
[34/48] Compiling NIO MarkedCircularBuffer.swift
[35/48] Compiling NIO NIOAny.swift
[36/48] Compiling NIO PendingDatagramWritesManager.swift
[37/48] Compiling NIO PendingWritesManager.swift
[38/48] Compiling NIO ServerSocket.swift
[39/48] Compiling NIO FileHandle.swift
[40/48] Compiling NIO Socket.swift
[41/48] Compiling NIO SocketChannel.swift
[42/48] Compiling NIO System.swift
[43/48] Compiling NIO Thread.swift
[44/48] Compiling NIO TypeAssistedChannelHandler.swift
[45/48] Compiling NIO PriorityQueue.swift
[46/48] Compiling NIO RecvByteBufferAllocator.swift
[47/48] Compiling NIO Selector.swift
[48/48] Compiling NIO SocketAddresses.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