The Swift Package Index logo.Swift Package Index

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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/skelpo/jwtdataprovider
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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
[31/42] Compiling CNIOOpenSSL empty.c
[32/42] Compiling CNIOLinux shim.c
[33/42] Compiling CNIOZlib empty.c
[33/42] Write sources
[35/42] Write swift-version--423B1241ED78D482.txt
[36/49] Compiling libbcrypt blf.c
[37/49] Compiling libbcrypt bcrypt.c
[37/49] Compiling CNIODarwin shim.c
[39/49] Compiling CNIOHTTPParser c_nio_http_parser.c
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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/1/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.
[40/68] Compiling CNIOSHA1 c_nio_sha1.c
[42/68] Compiling COperatingSystem libc.swift
[43/68] Emitting module COperatingSystem
[44/68] Compiling NIOPriorityQueue PriorityQueue.swift
[45/68] Compiling NIOPriorityQueue Heap.swift
[46/68] Emitting module NIOPriorityQueue
[47/68] Emitting module JSON
[48/70] Compiling JSON Number.swift
[49/70] Compiling JSON Operator.swift
[50/70] Compiling JSON JSON.swift
[51/70] Compiling JSON JSONConvertible.swift
[52/70] Compiling JSON Error.swift
[53/70] Compiling JSON JSON+Codable.swift
[54/70] Compiling JSON JSON+ExpressibleByLiteral.swift
[55/70] Compiling JSON JSON+JSONConvertible.swift
[56/70] Compiling JSON _JSONSingleValueEncoder.swift
[57/70] Compiling JSON _JSONUnkeyedEncoder.swift
[58/70] Compiling JSON _JSONDecoder.swift
[59/70] Compiling JSON _JSONKeyedValueDecoder.swift
[60/70] Compiling JSON _JSONSingleValueDecoder.swift
[61/70] Compiling JSON _JSONUnkeyedDecoder.swift
[62/70] Compiling JSON _JSONEncoder.swift
[63/70] Compiling JSON _JSONKeyedEncoder.swift
[64/70] Compiling JSON JSON+Type.swift
[65/70] Compiling JSON JSONCoder.swift
[66/70] Compiling Debugging Demangler.swift
[67/70] Emitting module Debugging
[68/70] Compiling Debugging SourceLocation.swift
[69/70] Compiling Debugging Debuggable.swift
[69/70] Compiling c-atomics.c
[71/73] Compiling NIOConcurrencyHelpers lock.swift
[72/73] Compiling NIOConcurrencyHelpers atomics.swift
[73/73] Emitting module NIOConcurrencyHelpers
[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] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[81/119] Compiling NIO Resolver.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[82/119] Compiling NIO Selectable.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[83/119] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[84/119] Compiling NIO ServerSocket.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[85/119] Compiling NIO Socket.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[86/125] Compiling NIO MarkedCircularBuffer.swift
[87/125] Compiling NIO NIOAny.swift
[88/125] Compiling NIO NonBlockingFileIO.swift
[89/125] Compiling NIO PendingDatagramWritesManager.swift
[90/125] Compiling NIO PendingWritesManager.swift
[91/125] Compiling NIO PriorityQueue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/125] Compiling NIO ByteBuffer-int.swift
[93/125] Compiling NIO Channel.swift
[94/125] Compiling NIO ChannelHandler.swift
[95/125] Compiling NIO ChannelHandlers.swift
[96/125] Compiling NIO ChannelInvoker.swift
[97/125] Compiling NIO ChannelOption.swift
[98/125] Compiling NIO ChannelPipeline.swift
[99/125] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[100/125] Compiling NIO AddressedEnvelope.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[101/125] Compiling NIO BaseSocket.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[102/125] Compiling NIO BaseSocketChannel.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[103/125] Compiling NIO BlockingIOThreadPool.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[104/125] Compiling NIO Bootstrap.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[105/125] Compiling NIO ByteBuffer-aux.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[106/125] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[107/125] Compiling NIO CircularBuffer.swift
[108/125] Compiling NIO Codec.swift
[109/125] Compiling NIO CompositeError.swift
[110/125] Compiling NIO DeadChannel.swift
[111/125] Compiling NIO Embedded.swift
[112/125] Compiling NIO EventLoop.swift
[113/125] Compiling NIO EventLoopFuture.swift
[114/125] Compiling NIO FileDescriptor.swift
[115/125] Compiling NIO FileHandle.swift
[116/125] Compiling NIO FileRegion.swift
[117/125] Compiling NIO GetaddrinfoResolver.swift
[118/125] Compiling NIO HappyEyeballs.swift
[119/125] Compiling NIO Heap.swift
[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
Fetching https://github.com/vapor/vapor.git from cache
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetching https://github.com/vapor/core.git from cache
Fetching https://github.com/vapor/validation.git from cache
Fetching https://github.com/vapor/multipart.git from cache
Fetching https://github.com/vapor/http.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.19s)
Fetching https://github.com/vapor/database-kit.git from cache
Fetched https://github.com/vapor/validation.git from cache (0.25s)
Fetched https://github.com/vapor/http.git from cache (0.25s)
Fetching git@github.com:skelpo/JSON.git
Fetched https://github.com/vapor/core.git from cache (0.25s)
Fetching https://github.com/vapor/console.git from cache
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/vapor/multipart.git from cache (0.25s)
Fetching https://github.com/vapor/websocket.git from cache
Fetched https://github.com/vapor/vapor.git from cache (0.25s)
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetched https://github.com/vapor/database-kit.git from cache (0.16s)
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.17s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.17s)
Fetching https://github.com/apple/swift-nio.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/websocket.git from cache (0.20s)
Fetching https://github.com/vapor/jwt.git from cache
Fetched https://github.com/vapor/console.git from cache (0.20s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.16s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/routing.git from cache (0.18s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/service.git from cache (0.16s)
Fetching https://github.com/skelpo/JSON.git from cache
Fetched https://github.com/vapor/jwt.git from cache (0.18s)
Fetched https://github.com/apple/swift-nio.git from cache (0.27s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.19s)
Fetched https://github.com/skelpo/JSON.git from cache (0.15s)
Computing version for https://github.com/skelpo/JSON.git
Fetched https://github.com/vapor/template-kit.git from cache (0.16s)
Computed https://github.com/skelpo/JSON.git at 0.13.0 (0.32s)
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.31s)
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.02s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.1.6 (0.35s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.0 (0.44s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0 (0.02s)
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.02s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.1 (0.02s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.02s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.02s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.1 (0.02s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.5 (0.33s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.0.1 (0.51s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.2 (0.04s)
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.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.6.1 (0.69s)
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.05s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.05s)
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.0.1
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.1.6
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/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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.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.1.0
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/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/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.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.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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.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-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-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
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 Resolver.swift
[3/14] Compiling NIO Selectable.swift
[4/14] Compiling NIO Bootstrap.swift
[5/14] Compiling NIO ByteBuffer-aux.swift
[6/14] Compiling NIO AddressedEnvelope.swift
[7/14] Compiling NIO BaseSocket.swift
[8/14] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/1/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 {
                  ^
[9/18] Compiling NIO GetaddrinfoResolver.swift
[10/19] Compiling NIO Socket.swift
[11/20] Compiling NIO ServerSocket.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/20] Compiling NIO BaseSocketChannel.swift
[13/20] Compiling NIO BlockingIOThreadPool.swift
[14/20] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[15/21] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[16/21] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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 }
    ^
[17/28] Compiling NIO HappyEyeballs.swift
[18/31] Compiling NIO EventLoop.swift
[19/31] Compiling NIO Channel.swift
[20/37] Compiling NIO PendingDatagramWritesManager.swift
[21/40] Compiling NIO PendingWritesManager.swift
[22/43] Compiling NIO ChannelHandler.swift
[23/43] Compiling NIO ChannelHandlers.swift
[24/43] Compiling NIO ChannelInvoker.swift
[25/45] Compiling NIO IO.swift
[26/45] Compiling NIO Interfaces.swift
[27/45] Compiling NIO MarkedCircularBuffer.swift
[28/46] Compiling NIO SocketChannel.swift
[29/47] Compiling NIO CompositeError.swift
[30/47] Compiling NIO DeadChannel.swift
[31/47] Compiling NIO Embedded.swift
[32/48] Compiling NIO NIOAny.swift
[33/48] Compiling NIO NonBlockingFileIO.swift
[34/48] Compiling NIO PriorityQueue.swift
[35/49] Compiling NIO TypeAssistedChannelHandler.swift
[36/49] Compiling NIO Utilities.swift
[37/49] Compiling NIO IOData.swift
[38/49] Compiling NIO FileRegion.swift
[39/49] Compiling NIO ByteBuffer-int.swift
[40/49] Compiling NIO EventLoopFuture.swift
[41/49] Compiling NIO FileHandle.swift
[42/49] Compiling NIO Heap.swift
[43/49] Compiling NIO ChannelPipeline.swift
[44/49] Compiling NIO CircularBuffer.swift
[45/49] Compiling NIO Codec.swift
[46/49] Compiling NIO IntegerTypes.swift
[47/49] Compiling NIO SocketAddresses.swift
[48/49] Compiling NIO System.swift
[49/49] 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
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

Build Machine: Mac 7