The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FluentTestTools 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/LiveUI/FluentTestTools.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LiveUI/FluentTestTools
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d2e2adc upgrade of test tools
Cloned https://github.com/LiveUI/FluentTestTools.git
Revision (git rev-parse @):
d2e2adcc1d0c375328383cf5d89bc76778f5e78d
SUCCESS checkout https://github.com/LiveUI/FluentTestTools.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/LiveUI/FluentTestTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/41] Write sources
[30/41] Compiling CNIOOpenSSL empty.c
[30/41] Compiling CNIOZlib empty.c
[30/41] Compiling CNIOLinux shim.c
[30/41] Write sources
[34/41] Write swift-version--423B1241ED78D482.txt
[35/48] Compiling CNIODarwin shim.c
/Users/builder/builds/UKfvDsi8u/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_loop(ctxt, input, len)
^
4 warnings generated.
[36/48] Compiling CNIOSHA1 c_nio_sha1.c
[37/48] Compiling libbcrypt blf.c
[38/48] Compiling libbcrypt bcrypt.c
[39/48] Compiling CNIOHTTPParser c_nio_http_parser.c
[41/50] Compiling NIOPriorityQueue PriorityQueue.swift
[42/50] Emitting module COperatingSystem
[43/50] Compiling COperatingSystem libc.swift
[44/50] Emitting module NIOPriorityQueue
[45/50] Compiling NIOPriorityQueue Heap.swift
[46/50] Compiling Debugging SourceLocation.swift
[46/50] Compiling c-atomics.c
[48/53] Emitting module NIOConcurrencyHelpers
[49/53] Compiling NIOConcurrencyHelpers lock.swift
[50/53] Compiling NIOConcurrencyHelpers atomics.swift
[51/53] Emitting module Debugging
[52/53] Compiling Debugging Debuggable.swift
[53/53] Compiling Debugging Demangler.swift
[54/100] Compiling NIO IO.swift
[55/100] Compiling NIO IOData.swift
[56/100] Compiling NIO IntegerTypes.swift
[57/100] Compiling NIO Interfaces.swift
[58/100] Compiling NIO Linux.swift
[59/100] Compiling NIO LinuxCPUSet.swift
[60/106] Compiling NIO AddressedEnvelope.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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/106] Compiling NIO BaseSocket.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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/106] Compiling NIO BaseSocketChannel.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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/106] Compiling NIO BlockingIOThreadPool.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[64/106] Compiling NIO Bootstrap.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[65/106] Compiling NIO ByteBuffer-aux.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[66/106] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[67/106] Compiling NIO ByteBuffer-int.swift
[68/106] Compiling NIO ByteBuffer-views.swift
[69/106] Compiling NIO Channel.swift
[70/106] Compiling NIO ChannelHandler.swift
[71/106] Compiling NIO ChannelHandlers.swift
[72/106] Compiling NIO ChannelInvoker.swift
[73/106] Compiling NIO ChannelOption.swift
[74/106] Compiling NIO MarkedCircularBuffer.swift
[75/106] Compiling NIO NIOAny.swift
[76/106] Compiling NIO NonBlockingFileIO.swift
[77/106] Compiling NIO PendingDatagramWritesManager.swift
[78/106] Compiling NIO PendingWritesManager.swift
[79/106] Compiling NIO PriorityQueue.swift
[80/106] Compiling NIO EventLoopFuture.swift
[81/106] Compiling NIO FileDescriptor.swift
[82/106] Compiling NIO FileHandle.swift
[83/106] Compiling NIO FileRegion.swift
[84/106] Compiling NIO GetaddrinfoResolver.swift
[85/106] Compiling NIO HappyEyeballs.swift
[86/106] Compiling NIO Heap.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/106] Compiling NIO ChannelPipeline.swift
[88/106] Compiling NIO CircularBuffer.swift
[89/106] Compiling NIO Codec.swift
[90/106] Compiling NIO CompositeError.swift
[91/106] Compiling NIO DeadChannel.swift
[92/106] Compiling NIO Embedded.swift
[93/106] Compiling NIO EventLoop.swift
[94/106] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[95/106] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[96/106] Compiling NIO Resolver.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[97/106] Compiling NIO Selectable.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[98/106] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[99/106] Compiling NIO ServerSocket.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[100/106] Compiling NIO Socket.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[101/106] Compiling NIO SocketAddresses.swift
[102/106] Compiling NIO SocketChannel.swift
[103/106] Compiling NIO System.swift
[104/106] Compiling NIO Thread.swift
[105/106] Compiling NIO TypeAssistedChannelHandler.swift
[106/106] Compiling NIO Utilities.swift
error: fatalError
Fetching https://github.com/vapor/http.git from cache
Fetching https://github.com/vapor/database-kit.git from cache
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetching https://github.com/vapor/crypto.git from cache
Fetching https://github.com/vapor/sql.git from cache
Fetching https://github.com/vapor/websocket.git from cache
Fetched https://github.com/vapor/database-kit.git from cache (0.15s)
Fetching https://github.com/vapor/service.git from cache
Fetched https://github.com/vapor/http.git from cache (0.19s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/sql.git from cache (0.19s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.19s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.19s)
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetched https://github.com/vapor/websocket.git from cache (0.20s)
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/service.git from cache (0.15s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.19s)
Fetching https://github.com/LiveUI/VaporTestTools.git from cache
Fetched https://github.com/vapor/template-kit.git from cache (0.25s)
Fetching https://github.com/vapor/fluent.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.25s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/routing.git from cache (0.27s)
Fetching https://github.com/vapor/vapor.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.17s)
Fetching https://github.com/vapor/console.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.31s)
Fetching https://github.com/vapor/multipart.git from cache
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (0.16s)
Fetching https://github.com/vapor/validation.git from cache
Fetched https://github.com/vapor/core.git from cache (0.18s)
Fetched https://github.com/vapor/fluent.git from cache (0.18s)
Fetched https://github.com/vapor/console.git from cache (0.19s)
Fetched https://github.com/vapor/multipart.git from cache (0.18s)
Fetched https://github.com/vapor/validation.git from cache (0.17s)
Fetched https://github.com/vapor/vapor.git from cache (0.27s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.5 (0.32s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.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.0.6 (0.03s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.0.2 (0.02s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.05s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.2.0 (0.05s)
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/vapor/core.git
Computed https://github.com/vapor/core.git at 3.4.1 (0.03s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.1 (0.03s)
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.3 (0.04s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.1 (0.05s)
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.2 (0.04s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.7 (0.05s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.2.0 (0.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.8.0 (0.08s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.2.0 (0.06s)
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)
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)
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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.2
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.0.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.2.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.2.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.0.7
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/LiveUI/VaporTestTools.git
Working copy of https://github.com/LiveUI/VaporTestTools.git resolved at 0.1.5
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.8.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.2.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.0.2
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.0.0
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.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
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/14] Compiling NIO AddressedEnvelope.swift
[3/14] Compiling NIO BaseSocket.swift
[4/14] Compiling NIO Bootstrap.swift
[5/14] Compiling NIO ByteBuffer-aux.swift
[6/14] Compiling NIO Resolver.swift
[7/14] Compiling NIO Selectable.swift
[8/14] Compiling NIO ServerSocket.swift
[9/14] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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/14] Compiling NIO ByteBuffer-core.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[11/14] Compiling NIO RecvByteBufferAllocator.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664: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 }
    ^
[12/36] Compiling NIO Socket.swift
[13/40] Compiling NIO BaseSocketChannel.swift
[14/40] Compiling NIO BlockingIOThreadPool.swift
[15/40] Compiling NIO Selector.swift
/Users/builder/builds/UKfvDsi8u/2/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 {
                  ^
[16/48] Compiling NIO ChannelInvoker.swift
[17/48] Compiling NIO ChannelPipeline.swift
[18/48] Compiling NIO CircularBuffer.swift
[19/48] Compiling NIO Codec.swift
[20/49] Compiling NIO MarkedCircularBuffer.swift
[21/49] Compiling NIO NIOAny.swift
[22/49] Compiling NIO NonBlockingFileIO.swift
[23/49] Compiling NIO PendingDatagramWritesManager.swift
[24/50] Compiling NIO System.swift
[25/50] Compiling NIO Thread.swift
[26/50] Compiling NIO TypeAssistedChannelHandler.swift
[27/50] Compiling NIO Utilities.swift
[28/50] Compiling NIO ByteBuffer-int.swift
[29/50] Compiling NIO ByteBuffer-views.swift
[30/50] Compiling NIO Channel.swift
[31/50] Compiling NIO ChannelHandler.swift
[32/50] Compiling NIO ChannelHandlers.swift
[33/50] Compiling NIO IO.swift
[34/50] Compiling NIO IOData.swift
[35/50] Compiling NIO IntegerTypes.swift
[36/50] Compiling NIO Interfaces.swift
[37/50] Compiling NIO DeadChannel.swift
[38/50] Compiling NIO Embedded.swift
[39/50] Compiling NIO EventLoop.swift
[40/50] Compiling NIO EventLoopFuture.swift
[41/50] Compiling NIO FileRegion.swift
[42/50] Compiling NIO GetaddrinfoResolver.swift
[43/50] Compiling NIO HappyEyeballs.swift
[44/50] Compiling NIO Heap.swift
[45/50] Compiling NIO CompositeError.swift
[46/50] Compiling NIO FileHandle.swift
[47/50] Compiling NIO PendingWritesManager.swift
[48/50] Compiling NIO PriorityQueue.swift
[49/50] Compiling NIO SocketAddresses.swift
[50/50] Compiling NIO SocketChannel.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: you may be able to install openssl using your system-packager:
    brew install libressl
warning: couldn't find pc file for zlib
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7