The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build JWTVapor 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/skelpo/jwtvapor.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/skelpo/jwtvapor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c41dcc1 Dependency Update
Cloned https://github.com/skelpo/jwtvapor.git
Revision (git rev-parse @):
c41dcc101020bc5146c208694aa00de5b97e4639
SUCCESS checkout https://github.com/skelpo/jwtvapor.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/skelpo/jwtvapor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/46] Write sources
[29/46] Compiling CNIOZlib empty.c
[29/46] Compiling CNIOLinux ifaddrs-android.c
[31/46] Compiling CNIOLinux shim.c
[32/46] Write swift-version--423B1241ED78D482.txt
/Users/admin/builds/J1XnyXFH/1/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/1/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/1/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/1/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.
[33/46] Compiling CNIOSHA1 c_nio_sha1.c
[34/49] Compiling CNIOOpenSSL shims.c
[35/49] Compiling CNIODarwin shim.c
[36/49] Compiling CNIOOpenSSL helpers.c
[37/53] Compiling CBcrypt bcrypt.c
[38/55] Compiling CBcrypt blf.c
[39/55] Write sources
[42/55] Compiling CNIOHTTPParser c_nio_http_parser.c
[43/55] Compiling CBase32 base32.c
[44/55] Compiling CCryptoOpenSSL shim.c
[46/55] Compiling NIOPriorityQueue PriorityQueue.swift
[47/55] Compiling COperatingSystem libc.swift
[48/55] Emitting module COperatingSystem
[49/55] Emitting module NIOPriorityQueue
[50/55] Compiling NIOPriorityQueue Heap.swift
[50/55] Compiling c-atomics.c
[52/58] Compiling NIOConcurrencyHelpers lock.swift
[53/58] Emitting module NIOConcurrencyHelpers
[54/58] Compiling NIOConcurrencyHelpers atomics.swift
[55/108] Compiling NIO ChannelPipeline.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[56/108] Compiling NIO CircularBuffer.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[57/108] Compiling NIO Codec.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[58/108] Compiling NIO CompositeError.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[59/108] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[60/108] Compiling NIO DeadChannel.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[61/108] Compiling NIO Embedded.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/108] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[63/108] Compiling NIO Heap.swift
[64/108] Compiling NIO IO.swift
[65/108] Compiling NIO IOData.swift
[66/108] Compiling NIO IntegerTypes.swift
[67/108] Compiling NIO Interfaces.swift
[68/108] Compiling NIO Linux.swift
[69/108] Compiling NIO LinuxCPUSet.swift
[70/114] Compiling NIO MarkedCircularBuffer.swift
[71/114] Compiling NIO MulticastChannel.swift
[72/114] Compiling NIO NIOAny.swift
[73/114] Compiling NIO NonBlockingFileIO.swift
[74/114] Compiling NIO PendingDatagramWritesManager.swift
[75/114] Compiling NIO PendingWritesManager.swift
[76/114] Compiling NIO PriorityQueue.swift
[77/114] Compiling NIO RecvByteBufferAllocator.swift
[78/114] Compiling NIO Resolver.swift
[79/114] Compiling NIO Selectable.swift
[80/114] Compiling NIO Selector.swift
[81/114] Compiling NIO ServerSocket.swift
[82/114] Compiling NIO Socket.swift
[83/114] Compiling NIO SocketAddresses.swift
[84/114] Compiling NIO ByteBuffer-int.swift
[85/114] Compiling NIO ByteBuffer-views.swift
[86/114] Compiling NIO Channel.swift
[87/114] Compiling NIO ChannelHandler.swift
[88/114] Compiling NIO ChannelHandlers.swift
[89/114] Compiling NIO ChannelInvoker.swift
[90/114] Compiling NIO ChannelOption.swift
[91/114] Compiling NIO EventLoop.swift
[92/114] Compiling NIO EventLoopFuture.swift
[93/114] Compiling NIO FileDescriptor.swift
[94/114] Compiling NIO FileHandle.swift
[95/114] Compiling NIO FileRegion.swift
[96/114] Compiling NIO GetaddrinfoResolver.swift
[97/114] Compiling NIO HappyEyeballs.swift
[98/114] Emitting module Debugging
[99/114] Compiling Debugging Demangler.swift
[100/114] Compiling Debugging Debuggable.swift
[101/114] Compiling Debugging SourceLocation.swift
[102/114] Compiling NIO AddressedEnvelope.swift
[103/114] Compiling NIO BaseSocket.swift
[104/114] Compiling NIO BaseSocketChannel.swift
[105/114] Compiling NIO BlockingIOThreadPool.swift
[106/114] Compiling NIO Bootstrap.swift
[107/114] Compiling NIO ByteBuffer-aux.swift
[108/114] Compiling NIO ByteBuffer-core.swift
[109/114] Compiling NIO SocketChannel.swift
[110/114] Compiling NIO SocketOptionProvider.swift
[111/114] Compiling NIO System.swift
[112/114] Compiling NIO Thread.swift
[113/114] Compiling NIO TypeAssistedChannelHandler.swift
[114/114] Compiling NIO Utilities.swift
error: fatalError
Fetching https://github.com/vapor/multipart.git from cache
Fetching https://github.com/vapor/validation.git from cache
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetching https://github.com/vapor/http.git from cache
Fetching https://github.com/vapor/service.git from cache
Fetching https://github.com/vapor/fluent-sqlite.git
Fetched https://github.com/vapor/validation.git from cache (0.28s)
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/vapor/service.git from cache (0.28s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.28s)
Fetching https://github.com/vapor/vapor.git from cache
Fetched https://github.com/vapor/http.git from cache (0.28s)
Fetching https://github.com/vapor/sqlite.git
Fetched https://github.com/vapor/multipart.git from cache (0.30s)
Fetching https://github.com/vapor/jwt.git from cache
[1/1188] Fetching fluent-sqlite
Fetched https://github.com/vapor/fluent-sqlite.git from cache (0.38s)
Fetching https://github.com/vapor/sql.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.19s)
Fetching https://github.com/vapor/auth.git
Fetched https://github.com/vapor/jwt.git from cache (0.25s)
Fetching https://github.com/vapor/websocket.git from cache
[1/2011] Fetching sqlite
Fetched https://github.com/vapor/sql.git from cache (0.21s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/vapor.git from cache (0.35s)
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.37s)
Fetching https://github.com/vapor/fluent.git from cache
[404/3059] Fetching sqlite, auth
Fetched https://github.com/vapor/websocket.git from cache (0.21s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/auth.git from cache (0.30s)
Fetching https://github.com/vapor/console.git from cache
Computing version for https://github.com/vapor/auth.git
[1609/2011] Fetching sqlite
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.23s)
Fetching https://github.com/vapor/database-kit.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.21s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/fluent.git from cache (0.23s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/vapor/sqlite.git from cache (0.62s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/vapor/core.git from cache (0.19s)
Fetched https://github.com/vapor/console.git from cache (0.22s)
Fetched https://github.com/vapor/template-kit.git from cache (0.22s)
Fetched https://github.com/vapor/database-kit.git from cache (0.23s)
Fetched https://github.com/vapor/routing.git from cache (0.22s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.20s)
Computed https://github.com/vapor/auth.git at 2.0.4 (0.86s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 3.0.0 (0.03s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.0 (0.44s)
Computing version for https://github.com/vapor/fluent-sqlite.git
Computed https://github.com/vapor/fluent-sqlite.git at 3.0.0 (0.41s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.03s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.0 (0.04s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.2.1 (0.38s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.3.3 (0.03s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.9.1 (0.03s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.04s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.03s)
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.05s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.4.0 (0.03s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.2 (0.03s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.4 (0.02s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.02s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.03s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 3.2.1 (0.42s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.03s)
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.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.1 (0.03s)
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)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/vapor/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 3.2.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.14.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.9.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.4
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-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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.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/auth.git
Working copy of https://github.com/vapor/auth.git resolved at 2.0.4
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.3.3
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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.3.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.4.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.2.0
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/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.2.1
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 3.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/9] Compiling NIO DeadChannel.swift
[3/9] Compiling NIO Embedded.swift
[4/9] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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 }
    ^
[5/21] Compiling NIO Codec.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/21] Compiling NIO CircularBuffer.swift
[7/21] Compiling NIO CompositeError.swift
[8/21] Compiling NIO ChannelPipeline.swift
[9/21] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/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/1/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 ByteBuffer-core.swift
[11/41] Compiling NIO ByteBuffer-int.swift
[12/41] Compiling NIO ByteBuffer-views.swift
[13/41] Compiling NIO Channel.swift
[14/42] Compiling NIO MarkedCircularBuffer.swift
[15/42] Compiling NIO NIOAny.swift
[16/42] Compiling NIO NonBlockingFileIO.swift
[17/42] Compiling NIO PendingDatagramWritesManager.swift
[18/43] Compiling NIO ChannelHandler.swift
[19/43] Compiling NIO ChannelHandlers.swift
[20/43] Compiling NIO ChannelInvoker.swift
[21/43] Compiling NIO EventLoop.swift
[22/43] Compiling NIO EventLoopFuture.swift
[23/43] Compiling NIO FileRegion.swift
[24/43] Compiling NIO GetaddrinfoResolver.swift
[25/43] Compiling NIO HappyEyeballs.swift
[26/43] Compiling NIO Heap.swift
[27/43] Compiling NIO PendingWritesManager.swift
[28/43] Compiling NIO PriorityQueue.swift
[29/43] Compiling NIO RecvByteBufferAllocator.swift
[30/43] Compiling NIO Selector.swift
[31/43] Compiling NIO BaseSocket.swift
[32/43] Compiling NIO BaseSocketChannel.swift
[33/43] Compiling NIO BlockingIOThreadPool.swift
[34/43] Compiling NIO Bootstrap.swift
[35/43] Compiling NIO SocketOptionProvider.swift
[36/43] Compiling NIO IO.swift
[37/43] Compiling NIO IOData.swift
[38/43] Compiling NIO IntegerTypes.swift
[39/43] Compiling NIO Interfaces.swift
[40/43] Compiling NIO SocketAddresses.swift
[41/43] Compiling NIO SocketChannel.swift
[42/43] Compiling NIO System.swift
[43/43] Compiling NIO Thread.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