Build Information
Failed to build FluentTestTools with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LiveUI/FluentTestTools.git
Reference: master
Initialized empty Git repository in /Users/admin/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: 6.0
Building package at path: $workDir
https://github.com/LiveUI/FluentTestTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/41] Write sources
[29/41] Compiling CNIOZlib empty.c
[30/41] Write sources
[32/41] Compiling CNIOLinux shim.c
[33/41] Compiling CNIOOpenSSL empty.c
[34/41] Write swift-version-6F35C1178C84523A.txt
[35/50] Compiling CNIODarwin shim.c
[36/50] Compiling libbcrypt bcrypt.c
[37/50] Compiling CNIOSHA1 c_nio_sha1.c
[38/50] Compiling CNIOHTTPParser c_nio_http_parser.c
[39/50] Compiling libbcrypt blf.c
[41/50] Emitting module NIOPriorityQueue
[41/50] Compiling c-atomics.c
[43/53] Compiling COperatingSystem libc.swift
[44/53] Emitting module COperatingSystem
[45/53] Emitting module NIOConcurrencyHelpers
[46/53] Compiling NIOConcurrencyHelpers lock.swift
[47/53] Compiling NIOConcurrencyHelpers atomics.swift
[48/53] Compiling NIOPriorityQueue Heap.swift
[49/53] Compiling NIOPriorityQueue PriorityQueue.swift
[50/101] Compiling NIO Linux.swift
[51/101] Compiling NIO LinuxCPUSet.swift
[52/101] Compiling NIO MarkedCircularBuffer.swift
[53/101] Compiling NIO NIOAny.swift
[54/101] Compiling NIO NonBlockingFileIO.swift
[55/106] Compiling NIO Selectable.swift
/Users/admin/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)?'
585 | selectorEvent = selectorEvent.intersection(registration.interested)
586 |
587 | guard selectorEvent != .none else {
| `- error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
588 | continue
589 | }
[56/106] Compiling NIO Selector.swift
/Users/admin/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)?'
585 | selectorEvent = selectorEvent.intersection(registration.interested)
586 |
587 | guard selectorEvent != .none else {
| `- error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
588 | continue
589 | }
[57/106] Compiling NIO ServerSocket.swift
/Users/admin/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)?'
585 | selectorEvent = selectorEvent.intersection(registration.interested)
586 |
587 | guard selectorEvent != .none else {
| `- error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
588 | continue
589 | }
[58/106] Compiling NIO Socket.swift
/Users/admin/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)?'
585 | selectorEvent = selectorEvent.intersection(registration.interested)
586 |
587 | guard selectorEvent != .none else {
| `- error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
588 | continue
589 | }
[59/106] Compiling NIO SocketAddresses.swift
/Users/admin/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)?'
585 | selectorEvent = selectorEvent.intersection(registration.interested)
586 |
587 | guard selectorEvent != .none else {
| `- error: cannot convert value of type 'SelectorEventSet' to expected argument type '(any Any.Type)?'
588 | continue
589 | }
[60/106] Compiling NIO PendingDatagramWritesManager.swift
[61/106] Compiling NIO PendingWritesManager.swift
[62/106] Compiling NIO PriorityQueue.swift
[63/106] Compiling NIO RecvByteBufferAllocator.swift
[64/106] Compiling NIO Resolver.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/106] Compiling NIO FileDescriptor.swift
[66/106] Compiling NIO FileHandle.swift
[67/106] Compiling NIO FileRegion.swift
[68/106] Compiling NIO GetaddrinfoResolver.swift
[69/106] Compiling NIO HappyEyeballs.swift
[70/106] Emitting module NIO
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[71/106] Compiling NIO ChannelInvoker.swift
[72/106] Compiling NIO ChannelOption.swift
[73/106] Compiling NIO ChannelPipeline.swift
[74/106] Compiling NIO CircularBuffer.swift
[75/106] Compiling NIO Codec.swift
[76/106] Compiling NIO CompositeError.swift
[77/106] Compiling NIO DeadChannel.swift
[78/106] Compiling NIO Embedded.swift
[79/106] Compiling NIO EventLoop.swift
[80/106] Compiling NIO EventLoopFuture.swift
[81/106] Compiling NIO Heap.swift
[82/106] Compiling NIO IO.swift
[83/106] Compiling NIO IOData.swift
[84/106] Compiling NIO IntegerTypes.swift
[85/106] Compiling NIO Interfaces.swift
[86/106] Compiling NIO AddressedEnvelope.swift
[87/106] Compiling NIO BaseSocket.swift
[88/106] Compiling NIO BaseSocketChannel.swift
[89/106] Compiling NIO BlockingIOThreadPool.swift
[90/106] Compiling NIO Bootstrap.swift
[91/106] Compiling NIO ByteBuffer-aux.swift
[92/106] Compiling NIO ByteBuffer-core.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[93/106] Compiling NIO ByteBuffer-int.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[94/106] Compiling NIO ByteBuffer-views.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[95/106] Compiling NIO Channel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[96/106] Compiling NIO ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[97/106] Compiling NIO ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:1: error: type 'StaticString' does not conform to protocol 'Collection'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: type 'StaticString' does not conform to protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/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'
662 | }
663 |
664 | extension StaticString: Collection {
| `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
665 | public typealias Element = UInt8
666 | public typealias SubSequence = ArraySlice<UInt8>
Swift.Collection:3:12: note: 'subscript(_:)' declared here
1 | extension Collection {
2 | @available(*, unavailable)
3 | public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: 'subscript(_:)' declared here
4 | }
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
12 | associatedtype SubSequence : Collection = Slice<Self> where Self.Element == Self.SubSequence.Element, Self.SubSequence == Self.SubSequence.SubSequence
13 | subscript(position: Self.Index) -> Self.Element { get }
14 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
| `- note: requirement 'subscript(_:)' declared here
15 | associatedtype Indices : Collection = DefaultIndices<Self> where Self.Indices == Self.Indices.SubSequence
16 | var indices: Self.Indices { get }
[98/106] Compiling NIO SocketChannel.swift
[99/106] Compiling NIO System.swift
[100/106] Compiling NIO Thread.swift
[101/106] Compiling NIO TypeAssistedChannelHandler.swift
[102/106] Compiling NIO Utilities.swift
Fetching https://github.com/vapor/http.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/LiveUI/VaporTestTools.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/apple/swift-nio-ssl-support.git
[6/579] Fetching validation
[19/916] Fetching validation, vaportesttools
[43/3702] Fetching validation, vaportesttools, crypto
[45/3718] Fetching validation, vaportesttools, crypto, swift-nio-ssl-support
[241/29185] Fetching validation, vaportesttools, crypto, swift-nio-ssl-support, http
[410/49875] Fetching validation, vaportesttools, crypto, swift-nio-ssl-support, http, routing
Fetched https://github.com/vapor/crypto.git from cache (1.13s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/validation.git from cache (1.13s)
Fetching https://github.com/vapor/service.git
[7596/46510] Fetching vaportesttools, swift-nio-ssl-support, http, routing
[30246/112095] Fetching vaportesttools, swift-nio-ssl-support, http, routing, swift-nio
[49791/113014] Fetching vaportesttools, swift-nio-ssl-support, http, routing, swift-nio, service
Fetched https://github.com/vapor/http.git from cache (1.89s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (1.89s)
Fetching https://github.com/vapor/url-encoded-form.git
[33998/87210] Fetching swift-nio-ssl-support, routing, swift-nio, service
[59010/155904] Fetching swift-nio-ssl-support, routing, swift-nio, service, vapor
[63725/156285] Fetching swift-nio-ssl-support, routing, swift-nio, service, vapor, url-encoded-form
[73723/168553] Fetching swift-nio-ssl-support, routing, swift-nio, service, vapor, url-encoded-form, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.02s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (2.02s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetched https://github.com/vapor/vapor.git from cache (3.08s)
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/service.git from cache (3.08s)
Fetching https://github.com/vapor/fluent.git
Fetched https://github.com/vapor/routing.git from cache (4.52s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
Fetched https://github.com/apple/swift-nio.git from cache (4.52s)
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (4.52s)
Fetching https://github.com/vapor/multipart.git
[1/1282] Fetching template-kit
[53/3755] Fetching template-kit, websocket
Fetched https://github.com/vapor/template-kit.git from cache (1.01s)
Fetched https://github.com/vapor/websocket.git from cache (1.01s)
Fetching https://github.com/vapor/sql.git
Fetching https://github.com/vapor/core.git
[1/5398] Fetching console
[109/18742] Fetching console, fluent
[434/19923] Fetching console, fluent, database-kit
[1002/19938] Fetching console, fluent, database-kit, swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.64s)
[1055/19923] Fetching console, fluent, database-kit
[3822/21768] Fetching console, fluent, database-kit, multipart
Fetched https://github.com/vapor/database-kit.git from cache (0.89s)
[11069/20587] Fetching console, fluent, multipart
[17374/26364] Fetching console, fluent, multipart, sql
[17490/46507] Fetching console, fluent, multipart, sql, core
Fetched https://github.com/vapor/fluent.git from cache (1.66s)
Fetched https://github.com/vapor/console.git from cache (1.66s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
[2461/27765] Fetching multipart, sql, core
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.5 (0.73s)
Computing version for https://github.com/vapor/fluent.git
Fetched https://github.com/vapor/core.git from cache (1.71s)
Fetched https://github.com/vapor/sql.git from cache (1.71s)
[517/1845] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (2.60s)
Computed https://github.com/vapor/fluent.git at 3.0.0 (0.75s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.0.6 (0.69s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.0.2 (0.67s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.67s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.2.0 (0.66s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.2 (0.67s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.4.1 (0.71s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.1 (0.71s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0 (0.68s)
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.69s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.1 (0.69s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.68s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.2 (0.69s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.7 (0.67s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.2.0 (0.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.8.0 (0.70s)
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.69s)
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.67s)
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.67s)
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.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/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/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.2.0
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.0.7
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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.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.2.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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.6
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/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/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/service.git
Working copy of https://github.com/vapor/service.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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.8.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
BUILD FAILURE 6.0 macosSpm