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 JWTDataProvider 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/jwtdataprovider.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/skelpo/jwtdataprovider
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at edd2d68 Merge pull request #1 from skelpo/vapor3
Cloned https://github.com/skelpo/jwtdataprovider.git
Revision (git rev-parse @):
edd2d68f5533e6c46005099b415ab062014547b1
SUCCESS checkout https://github.com/skelpo/jwtdataprovider.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/skelpo/jwtdataprovider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/42] Write sources
[30/42] Compiling CNIOZlib empty.c
[31/42] Compiling CNIOLinux shim.c
[31/42] Compiling CNIOOpenSSL empty.c
[31/42] Write sources
[35/42] Write swift-version--423B1241ED78D482.txt
[36/62] Compiling libbcrypt bcrypt.c
[37/62] Compiling libbcrypt blf.c
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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.
[38/62] Compiling CNIOHTTPParser c_nio_http_parser.c
[39/62] Compiling CNIOSHA1 c_nio_sha1.c
[40/68] Compiling CNIODarwin shim.c
[42/68] Emitting module COperatingSystem
[43/68] Compiling COperatingSystem libc.swift
[44/68] Compiling NIOPriorityQueue Heap.swift
[45/68] Emitting module NIOPriorityQueue
[46/68] Compiling NIOPriorityQueue PriorityQueue.swift
[47/68] Emitting module JSON
[48/68] Compiling JSON JSON+ExpressibleByLiteral.swift
[49/68] Compiling JSON JSON+JSONConvertible.swift
[50/68] Compiling JSON JSON.swift
[51/68] Compiling JSON JSONConvertible.swift
[52/70] Compiling JSON Error.swift
[53/70] Compiling JSON JSON+Codable.swift
[54/70] Compiling JSON Number.swift
[55/70] Compiling JSON Operator.swift
[56/70] Compiling JSON _JSONSingleValueEncoder.swift
[57/70] Compiling JSON _JSONUnkeyedEncoder.swift
[58/70] Compiling JSON _JSONUnkeyedDecoder.swift
[59/70] Compiling JSON _JSONEncoder.swift
[60/70] Compiling JSON _JSONKeyedEncoder.swift
[61/70] Compiling JSON _JSONDecoder.swift
[62/70] Compiling JSON _JSONKeyedValueDecoder.swift
[63/70] Compiling JSON _JSONSingleValueDecoder.swift
[64/70] Compiling JSON JSON+Type.swift
[65/70] Compiling JSON JSONCoder.swift
[66/70] Compiling Debugging Debuggable.swift
[67/70] Emitting module Debugging
[68/70] Compiling Debugging Demangler.swift
[69/70] Compiling Debugging SourceLocation.swift
[69/70] Compiling c-atomics.c
[71/73] Compiling NIOConcurrencyHelpers lock.swift
[72/73] Compiling NIOConcurrencyHelpers atomics.swift
[73/73] Emitting module NIOConcurrencyHelpers
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/119] Compiling NIO IO.swift
[75/119] Compiling NIO IOData.swift
[76/119] Compiling NIO IntegerTypes.swift
[77/119] Compiling NIO Interfaces.swift
[78/119] Compiling NIO Linux.swift
[79/119] Compiling NIO LinuxCPUSet.swift
[80/119] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[81/119] Compiling NIO FileDescriptor.swift
[82/119] Compiling NIO FileHandle.swift
[83/119] Compiling NIO FileRegion.swift
[84/119] Compiling NIO GetaddrinfoResolver.swift
[85/119] Compiling NIO HappyEyeballs.swift
[86/119] Compiling NIO Heap.swift
[87/119] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[88/119] Compiling NIO Resolver.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[89/119] Compiling NIO Selectable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[90/119] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[91/119] Compiling NIO ServerSocket.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[92/119] Compiling NIO Socket.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[93/125] Compiling NIO MarkedCircularBuffer.swift
[94/125] Compiling NIO NIOAny.swift
[95/125] Compiling NIO NonBlockingFileIO.swift
[96/125] Compiling NIO PendingDatagramWritesManager.swift
[97/125] Compiling NIO PendingWritesManager.swift
[98/125] Compiling NIO PriorityQueue.swift
[99/125] Compiling NIO ByteBuffer-int.swift
[100/125] Compiling NIO Channel.swift
[101/125] Compiling NIO ChannelHandler.swift
[102/125] Compiling NIO ChannelHandlers.swift
[103/125] Compiling NIO ChannelInvoker.swift
[104/125] Compiling NIO ChannelOption.swift
[105/125] Compiling NIO ChannelPipeline.swift
[106/125] Compiling NIO CircularBuffer.swift
[107/125] Compiling NIO Codec.swift
[108/125] Compiling NIO CompositeError.swift
[109/125] Compiling NIO DeadChannel.swift
[110/125] Compiling NIO Embedded.swift
[111/125] Compiling NIO EventLoop.swift
[112/125] Compiling NIO EventLoopFuture.swift
[113/125] Compiling NIO AddressedEnvelope.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[114/125] Compiling NIO BaseSocket.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[115/125] Compiling NIO BaseSocketChannel.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[116/125] Compiling NIO BlockingIOThreadPool.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[117/125] Compiling NIO Bootstrap.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[118/125] Compiling NIO ByteBuffer-aux.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[119/125] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[120/125] Compiling NIO SocketAddresses.swift
[121/125] Compiling NIO SocketChannel.swift
[122/125] Compiling NIO System.swift
[123/125] Compiling NIO Thread.swift
[124/125] Compiling NIO TypeAssistedChannelHandler.swift
[125/125] Compiling NIO Utilities.swift
error: fatalError
2024-02-14 04:40:29.029 xcodebuild[3486:16756] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 04:40:29.366 xcodebuild[3487:16765] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
Fetching https://github.com/vapor/vapor.git from cache
Fetching https://github.com/vapor/routing.git from cache
Fetching https://github.com/vapor/crypto.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/vapor/database-kit.git from cache
Fetching git@github.com:skelpo/JSON.git
Fetched https://github.com/vapor/database-kit.git from cache (0.90s)
Fetching https://github.com/vapor/validation.git from cache
warning: 'json': skipping cache due to an error: Failed to clone repository git@github.com:skelpo/JSON.git:
    Cloning into bare repository '/Users/builder/Library/Caches/org.swift.swiftpm/repositories/JSON-8c0cb70d'...
    git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
Fetched https://github.com/vapor/routing.git from cache (1.00s)
Fetched https://github.com/vapor/crypto.git from cache (1.00s)
Fetching https://github.com/vapor/console.git from cache
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetched https://github.com/vapor/vapor.git from cache (1.00s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (1.00s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/validation.git from cache (0.16s)
Fetching https://github.com/vapor/http.git from cache
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetched https://github.com/vapor/core.git from cache (0.18s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.20s)
Fetching https://github.com/vapor/websocket.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.20s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/vapor/console.git from cache (0.20s)
Fetching https://github.com/vapor/jwt.git from cache
Fetched https://github.com/vapor/http.git from cache (0.20s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/template-kit.git from cache (0.17s)
Fetching https://github.com/vapor/multipart.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.18s)
Fetching https://github.com/skelpo/JSON.git from cache
Fetched https://github.com/vapor/jwt.git from cache (0.19s)
Fetched https://github.com/vapor/service.git from cache (0.20s)
Fetched https://github.com/vapor/websocket.git from cache (0.20s)
Fetched https://github.com/vapor/multipart.git from cache (0.18s)
Fetched https://github.com/skelpo/JSON.git from cache (0.18s)
Computing version for https://github.com/skelpo/JSON.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.32s)
Computed https://github.com/skelpo/JSON.git at 0.13.0 (0.35s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 3.0.0-rc.2.1.1 (0.36s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.0.1 (0.03s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.1.2 (0.38s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.1.6 (0.36s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.0 (0.39s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0 (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.2 (0.39s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.1 (0.39s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.03s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.03s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.1 (0.03s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.5 (0.37s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.0.1 (0.41s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.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.1.0 (0.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.6.1 (0.38s)
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.03s)
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.03s)
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.0.5
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.1.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.0.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.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-rc.2.1.1
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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.1.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.6.1
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/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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.0.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.1.6
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.0.0
Creating working copy for https://github.com/skelpo/JSON.git
Working copy of https://github.com/skelpo/JSON.git resolved at 0.13.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.0.1
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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.0
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
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for zlib
warning: you may be able to install openssl using your system-packager:
    brew install libressl
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/14] Compiling NIO ServerSocket.swift
[3/15] Compiling NIO Resolver.swift
[4/15] Compiling NIO Selectable.swift
[5/15] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/Selector.swift:587:19: error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
            guard selectorEvent != .none else {
                  ^
[6/17] Compiling NIO Socket.swift
[7/18] Compiling NIO Channel.swift
[8/19] Compiling NIO GetaddrinfoResolver.swift
[9/20] Compiling NIO SocketChannel.swift
[10/21] Compiling NIO EventLoop.swift
[11/22] Compiling NIO HappyEyeballs.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/23] Compiling NIO AddressedEnvelope.swift
[13/23] Compiling NIO BaseSocket.swift
[14/23] Compiling NIO Bootstrap.swift
[15/23] Compiling NIO ByteBuffer-aux.swift
[16/23] Compiling NIO BaseSocketChannel.swift
[17/23] Compiling NIO BlockingIOThreadPool.swift
[18/23] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[19/23] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[20/23] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:651: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 }
    ^
[21/23] Compiling NIO PendingWritesManager.swift
[22/23] Compiling NIO PendingDatagramWritesManager.swift
[23/43] Compiling NIO System.swift
[24/45] Compiling NIO TypeAssistedChannelHandler.swift
[25/45] Compiling NIO Utilities.swift
[26/46] Compiling NIO IO.swift
[27/46] Compiling NIO Interfaces.swift
[28/46] Compiling NIO MarkedCircularBuffer.swift
[29/47] Compiling NIO NIOAny.swift
[30/47] Compiling NIO NonBlockingFileIO.swift
[31/47] Compiling NIO PriorityQueue.swift
[32/48] Compiling NIO FileRegion.swift
[33/49] Compiling NIO IOData.swift
[34/49] Compiling NIO ByteBuffer-int.swift
[35/49] Compiling NIO SocketAddresses.swift
[36/49] Compiling NIO Thread.swift
[37/49] Compiling NIO CompositeError.swift
[38/49] Compiling NIO DeadChannel.swift
[39/49] Compiling NIO Embedded.swift
[40/49] Compiling NIO EventLoopFuture.swift
[41/49] Compiling NIO FileHandle.swift
[42/49] Compiling NIO Heap.swift
[43/49] Compiling NIO ChannelHandler.swift
[44/49] Compiling NIO ChannelHandlers.swift
[45/49] Compiling NIO ChannelInvoker.swift
[46/49] Compiling NIO ChannelPipeline.swift
[47/49] Compiling NIO CircularBuffer.swift
[48/49] Compiling NIO Codec.swift
[49/49] Compiling NIO IntegerTypes.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
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for zlib
warning: you may be able to install openssl using your system-packager:
    brew install libressl
BUILD FAILURE 5.10 macosSpm