This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 APIErrorMiddleware, reference 0.3.5 (c8cd6b), with Swift 6.0 for macOS (SPM) on 6 Jul 2024 06:45:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.45.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/apierrormiddleware.git
Reference: 0.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skelpo/apierrormiddleware
 * tag               0.3.5      -> FETCH_HEAD
HEAD is now at c8cd6bd Merge pull request #4 from Cellane/patch-3
Cloned https://github.com/skelpo/apierrormiddleware.git
Revision (git rev-parse @):
c8cd6bd0a26cd000c8625e839312e3ad77ccdc3b
SUCCESS checkout https://github.com/skelpo/apierrormiddleware.git at 0.3.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/skelpo/apierrormiddleware.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/39] Write sources
[26/39] Write swift-version--14728B76ED507284.txt
[27/39] Write sources
[28/39] Compiling CNIOZlib empty.c
[29/39] Compiling CNIOOpenSSL empty.c
[29/39] Compiling CNIOLinux shim.c
[31/39] Write sources
[33/48] Compiling CNIODarwin shim.c
[34/48] Compiling libbcrypt bcrypt.c
[35/48] Compiling libbcrypt blf.c
[36/48] Compiling CNIOSHA1 c_nio_sha1.c
[37/48] Compiling CNIOHTTPParser c_nio_http_parser.c
[38/48] Compiling c-atomics.c
[40/51] Compiling COperatingSystem libc.swift
[41/51] Emitting module COperatingSystem
[42/51] Emitting module NIOConcurrencyHelpers
[43/51] Compiling NIOConcurrencyHelpers atomics.swift
[44/51] Compiling NIOConcurrencyHelpers lock.swift
[45/51] Compiling NIOPriorityQueue Heap.swift
[46/51] Compiling NIOPriorityQueue PriorityQueue.swift
[47/51] Emitting module NIOPriorityQueue
[48/98] Compiling NIO FileDescriptor.swift
[49/98] Compiling NIO FileHandle.swift
[50/98] Compiling NIO FileRegion.swift
[51/98] Compiling NIO GetaddrinfoResolver.swift
[52/98] Compiling NIO HappyEyeballs.swift
[53/103] Compiling NIO Heap.swift
[54/103] Compiling NIO IO.swift
[55/103] Compiling NIO IOData.swift
[56/103] Compiling NIO IntegerTypes.swift
[57/103] Compiling NIO Interfaces.swift
[58/103] Compiling Debugging SourceLocation.swift
[59/103] Compiling NIO PendingDatagramWritesManager.swift
[60/103] Compiling NIO PendingWritesManager.swift
[61/103] Compiling NIO PriorityQueue.swift
[62/103] Compiling NIO RecvByteBufferAllocator.swift
[63/103] Compiling NIO Resolver.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/103] Emitting module NIO
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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 }
[65/103] Compiling NIO ChannelInvoker.swift
[66/103] Compiling NIO ChannelOption.swift
[67/103] Compiling NIO ChannelPipeline.swift
[68/103] Compiling NIO CircularBuffer.swift
[69/103] Compiling NIO Codec.swift
[70/103] Compiling NIO CompositeError.swift
[71/103] Compiling NIO DeadChannel.swift
[72/103] Compiling NIO Embedded.swift
[73/103] Compiling NIO EventLoop.swift
[74/103] Compiling NIO EventLoopFuture.swift
[75/103] 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 |             }
[76/103] 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 |             }
[77/103] 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 |             }
[78/103] 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 |             }
[79/103] 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 |             }
[80/103] Compiling NIO Linux.swift
[81/103] Compiling NIO LinuxCPUSet.swift
[82/103] Compiling NIO MarkedCircularBuffer.swift
[83/103] Compiling NIO NIOAny.swift
[84/103] Compiling NIO NonBlockingFileIO.swift
[85/103] Compiling NIO AddressedEnvelope.swift
[86/103] Compiling NIO BaseSocket.swift
[87/103] Compiling NIO BaseSocketChannel.swift
[88/103] Compiling NIO BlockingIOThreadPool.swift
[89/103] Compiling NIO Bootstrap.swift
[90/103] Compiling NIO ByteBuffer-aux.swift
[91/103] Compiling NIO ByteBuffer-core.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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 }
[92/103] Compiling NIO ByteBuffer-int.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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/103] Compiling NIO Channel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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/103] Compiling NIO ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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/103] Compiling NIO ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: type 'StaticString' does not conform to protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: type 'StaticString' does not conform to protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     public typealias SubSequence = ArraySlice<UInt8>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:658:25: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
656 | }
657 |
658 | extension StaticString: Collection {
    |                         `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
659 |     public typealias Element = UInt8
660 |     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/103] Compiling Debugging Demangler.swift
[97/103] Emitting module Debugging
[98/103] Compiling Debugging Debuggable.swift
[99/103] Compiling NIO SocketChannel.swift
[100/103] Compiling NIO System.swift
[101/103] Compiling NIO Thread.swift
[102/103] Compiling NIO TypeAssistedChannelHandler.swift
[103/103] Compiling NIO Utilities.swift
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/apple/swift-nio-zlib-support.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/919] Fetching service
[20/934] Fetching service, swift-nio-zlib-support
[228/2779] Fetching service, swift-nio-zlib-support, multipart
[302/23469] Fetching service, swift-nio-zlib-support, multipart, routing
[303/43612] Fetching service, swift-nio-zlib-support, multipart, routing, core
[304/43993] Fetching service, swift-nio-zlib-support, multipart, routing, core, url-encoded-form
[449/45275] Fetching service, swift-nio-zlib-support, multipart, routing, core, url-encoded-form, template-kit
Fetched https://github.com/vapor/template-kit.git from cache (1.03s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.03s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/service.git from cache (1.03s)
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/apple/swift-nio-ssl-support.git
[3591/42693] Fetching swift-nio-zlib-support, multipart, routing, core
[37320/42709] Fetching swift-nio-zlib-support, multipart, routing, core, swift-nio-ssl-support
[37324/43288] Fetching swift-nio-zlib-support, multipart, routing, core, swift-nio-ssl-support, validation
[41943/109340] Fetching swift-nio-zlib-support, multipart, routing, core, swift-nio-ssl-support, validation, swift-nio
Fetched https://github.com/vapor/routing.git from cache (2.70s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (2.70s)
Fetching https://github.com/vapor/websocket.git
Fetched https://github.com/vapor/multipart.git from cache (2.70s)
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/core.git from cache (2.70s)
Fetching https://github.com/vapor/database-kit.git
[2565/66647] Fetching swift-nio-ssl-support, validation, swift-nio
[38234/67828] Fetching swift-nio-ssl-support, validation, swift-nio, database-kit
[39685/70301] Fetching swift-nio-ssl-support, validation, swift-nio, database-kit, websocket
[39859/95768] Fetching swift-nio-ssl-support, validation, swift-nio, database-kit, websocket, http
Fetched https://github.com/vapor/database-kit.git from cache (0.93s)
Fetching https://github.com/vapor/crypto.git
[45840/94587] Fetching swift-nio-ssl-support, validation, swift-nio, websocket, http
Fetched https://github.com/vapor/websocket.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio-ssl.git
[44536/92114] Fetching swift-nio-ssl-support, validation, swift-nio, http
[50132/161033] Fetching swift-nio-ssl-support, validation, swift-nio, http, vapor
[99489/163819] Fetching swift-nio-ssl-support, validation, swift-nio, http, vapor, crypto
Fetched https://github.com/vapor/http.git from cache (1.82s)
Fetching https://github.com/vapor/console.git
[94267/138352] Fetching swift-nio-ssl-support, validation, swift-nio, vapor, crypto
[126625/150652] Fetching swift-nio-ssl-support, validation, swift-nio, vapor, crypto, swift-nio-ssl
Fetched https://github.com/vapor/crypto.git from cache (1.05s)
[132110/147866] Fetching swift-nio-ssl-support, validation, swift-nio, vapor, swift-nio-ssl
Fetched https://github.com/apple/swift-nio.git from cache (4.15s)
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (4.15s)
Fetched https://github.com/vapor/validation.git from cache (4.15s)
[71871/81219] Fetching vapor, swift-nio-ssl
[72364/86651] Fetching vapor, swift-nio-ssl, console
Fetched https://github.com/vapor/vapor.git from cache (2.63s)
Computing version for https://github.com/vapor/vapor.git
[8336/17732] Fetching swift-nio-ssl, console
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.93s)
[5324/5432] Fetching console
Fetched https://github.com/vapor/console.git from cache (1.16s)
Computed https://github.com/vapor/vapor.git at 3.0.3 (0.74s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.1 (0.68s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0 (0.67s)
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.67s)
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/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.66s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.62s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.1 (0.64s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.6 (0.65s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.0.1 (0.64s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.1.2 (0.64s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.2.1 (0.67s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.0.2 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.1.1 (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.7.2 (0.68s)
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.65s)
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.64s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.2.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/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/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.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.0.6
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.3
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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.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
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/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/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.7.2
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.1
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
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.