The Swift Package Index logo.Swift Package Index

Build Information

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