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 Postman with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.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.43.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/postman-provider.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
warning: templates not found in /usr/share/git-core/templates
From https://github.com/vapor-community/postman-provider
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c22ad35 Merge pull request #2 from vapor-community/update-api
Cloned https://github.com/vapor-community/postman-provider.git
Revision (git rev-parse @):
c22ad3553a4fd078298c9580da92ee50eef51dca
SUCCESS checkout https://github.com/vapor-community/postman-provider.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/vapor-community/postman-provider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.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
[27/39] Write swift-version-6A63A117629E05AE.txt
[28/39] Write sources
[29/39] Compiling CNIOLinux shim.c
[30/39] Compiling CNIOZlib empty.c
[31/39] Compiling CNIOOpenSSL empty.c
[32/39] Write sources
[33/48] Compiling libbcrypt blf.c
[34/48] Compiling libbcrypt bcrypt.c
[35/48] Compiling CNIOHTTPParser c_nio_http_parser.c
[36/48] Compiling CNIOSHA1 c_nio_sha1.c
[37/48] Compiling CNIODarwin shim.c
[38/48] Compiling c-atomics.c
[40/51] Compiling COperatingSystem libc.swift
[41/51] Emitting module NIOPriorityQueue
[42/51] Compiling NIOPriorityQueue PriorityQueue.swift
[43/51] Emitting module COperatingSystem
[44/51] Compiling NIOPriorityQueue Heap.swift
[45/51] Compiling Debugging SourceLocation.swift
[46/51] Compiling NIOConcurrencyHelpers atomics.swift
[47/51] Emitting module NIOConcurrencyHelpers
[48/51] Compiling NIOConcurrencyHelpers lock.swift
[49/99] Compiling NIO FileDescriptor.swift
[50/99] Compiling NIO FileHandle.swift
[51/99] Compiling NIO FileRegion.swift
[52/99] Compiling NIO GetaddrinfoResolver.swift
[53/99] Compiling NIO HappyEyeballs.swift
[54/104] Compiling NIO Heap.swift
[55/104] Compiling NIO IO.swift
[56/104] Compiling NIO IOData.swift
[57/104] Compiling NIO IntegerTypes.swift
[58/104] Compiling NIO Interfaces.swift
[59/104] Compiling NIO Linux.swift
[60/104] Compiling NIO LinuxCPUSet.swift
[61/104] Compiling NIO MarkedCircularBuffer.swift
[62/104] Compiling NIO NIOAny.swift
[63/104] Compiling NIO NonBlockingFileIO.swift
[64/104] 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 |             }
[65/104] 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 |             }
[66/104] 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 |             }
[67/104] 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 |             }
[68/104] 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 |             }
[69/104] Compiling NIO PendingDatagramWritesManager.swift
[70/104] Compiling NIO PendingWritesManager.swift
[71/104] Compiling NIO PriorityQueue.swift
[72/104] Compiling NIO RecvByteBufferAllocator.swift
[73/104] Compiling NIO Resolver.swift
[74/104] Compiling NIO ChannelInvoker.swift
[75/104] Compiling NIO ChannelOption.swift
[76/104] Compiling NIO ChannelPipeline.swift
[77/104] Compiling NIO CircularBuffer.swift
[78/104] Compiling NIO Codec.swift
[79/104] Compiling NIO ByteBuffer-core.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[80/104] Compiling NIO ByteBuffer-int.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[81/104] Compiling NIO ByteBuffer-views.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[82/104] Compiling NIO Channel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[83/104] Compiling NIO ChannelHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[84/104] Compiling NIO ChannelHandlers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/104] Emitting module NIO
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ByteBuffer-core.swift:664:25: 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:25: 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 }
[86/104] Compiling NIO CompositeError.swift
[87/104] Compiling NIO DeadChannel.swift
[88/104] Compiling NIO Embedded.swift
[89/104] Compiling NIO EventLoop.swift
[90/104] Compiling NIO EventLoopFuture.swift
[91/104] Compiling NIO AddressedEnvelope.swift
[92/104] Compiling NIO BaseSocket.swift
[93/104] Compiling NIO BaseSocketChannel.swift
[94/104] Compiling NIO BlockingIOThreadPool.swift
[95/104] Compiling NIO Bootstrap.swift
[96/104] Compiling NIO ByteBuffer-aux.swift
[97/104] Compiling Debugging Demangler.swift
[98/104] Emitting module Debugging
[99/104] Compiling Debugging Debuggable.swift
[100/104] Compiling NIO SocketChannel.swift
[101/104] Compiling NIO System.swift
[102/104] Compiling NIO Thread.swift
[103/104] Compiling NIO TypeAssistedChannelHandler.swift
[104/104] Compiling NIO Utilities.swift
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
[16/934] Fetching swift-nio-zlib-support, service
[127/2779] Fetching swift-nio-zlib-support, service, multipart
[128/4061] Fetching swift-nio-zlib-support, service, multipart, template-kit
[317/24204] Fetching swift-nio-zlib-support, service, multipart, template-kit, core
[318/44894] Fetching swift-nio-zlib-support, service, multipart, template-kit, core, routing
[1956/57189] Fetching swift-nio-zlib-support, service, multipart, template-kit, core, routing, swift-nio-ssl
Fetched https://github.com/vapor/service.git from cache (3.01s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (3.01s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl-support.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.01s)
Fetching https://github.com/vapor/database-kit.git
[33160/43960] Fetching multipart, template-kit, core, routing
[37391/45141] Fetching multipart, template-kit, core, routing, database-kit
[37415/45157] Fetching multipart, template-kit, core, routing, database-kit, swift-nio-ssl-support
Fetched https://github.com/vapor/database-kit.git from cache (0.87s)
Fetching https://github.com/vapor/crypto.git
[38615/43976] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support
[38616/109775] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio
[38617/112561] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.97s)
Fetching https://github.com/vapor/console.git
[49801/109775] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio
[76240/115207] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio, console
Fetched https://github.com/vapor/console.git from cache (1.13s)
Fetching https://github.com/vapor/url-encoded-form.git
[77638/109775] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio
[78304/110156] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio, url-encoded-form
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.76s)
Fetching https://github.com/vapor/validation.git
[79612/109775] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio
[81789/110354] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio, validation
Fetched https://github.com/vapor/validation.git from cache (0.77s)
Fetching https://github.com/vapor/vapor.git
[83762/109775] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio
[91336/178602] Fetching multipart, template-kit, core, routing, swift-nio-ssl-support, swift-nio, vapor
Fetched https://github.com/vapor/vapor.git from cache (2.58s)
Fetching https://github.com/vapor/websocket.git
Computing version for https://github.com/vapor/vapor.git
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (7.36s)
Fetching https://github.com/vapor/http.git
Fetched https://github.com/apple/swift-nio.git from cache (7.36s)
[42628/46433] Fetching multipart, template-kit, core, routing, websocket
[45101/71900] Fetching multipart, template-kit, core, routing, websocket, http
Fetched https://github.com/vapor/websocket.git from cache (0.96s)
[42882/69427] Fetching multipart, template-kit, core, routing, http
Computed https://github.com/vapor/vapor.git at 3.0.7 (1.60s)
Fetched https://github.com/vapor/template-kit.git from cache (12.42s)
Fetched https://github.com/vapor/multipart.git from cache (12.42s)
Fetched https://github.com/vapor/core.git from cache (12.42s)
Fetched https://github.com/vapor/routing.git from cache (12.42s)
[20883/25467] Fetching http
Fetched https://github.com/vapor/http.git from cache (2.67s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.0.1 (0.62s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.0.0 (0.63s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.0.4 (0.61s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.0.1 (0.62s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.62s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.63s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.2 (0.62s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.0.7 (0.62s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.0 (0.62s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.2.0 (0.60s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.4.1 (0.65s)
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/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.2.0 (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.8.0 (0.63s)
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.62s)
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.60s)
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.0.7
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/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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.0.1
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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.4.1
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.0.7
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.4
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/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.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
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 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.