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

Successful build of Core with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/core.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vapor/core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 89c6989 Fix compilation error in Xcode 13
Cloned https://github.com/vapor/core.git
Revision (git rev-parse @):
89c6989fd8b1e08acfd198afba1c38971bb814b2
SUCCESS checkout https://github.com/vapor/core.git at main
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.02s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git (0.17s)
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.01s)
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.14.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "core",
      "name": "Core",
      "url": "https://github.com/vapor/core.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/core",
      "dependencies": [
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "1.14.4",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-nio-zlib-support",
              "name": "swift-nio-zlib-support",
              "url": "https://github.com/apple/swift-nio-zlib-support.git",
              "version": "1.0.0",
              "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio-zlib-support",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/core.git (0.21s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.02s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git (0.18s)
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.01s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at main
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.14.4
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: '.resolve-product-dependencies': dependency 'core' is not used by any target
Found 1 product dependencies
  - swift-nio
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling CNIOLinux shim.c
[1/5] Compiling CNIOLinux ifaddrs-android.c
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102: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/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:187: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/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:199: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/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:234: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.
[2/14] Compiling CNIOSHA1 c_nio_sha1.c
[3/14] Compiling CNIODarwin shim.c
[5/14] Emitting module COperatingSystem
[6/14] Compiling COperatingSystem libc.swift
[7/14] Emitting module NIOPriorityQueue
[8/14] Compiling NIOPriorityQueue PriorityQueue.swift
[9/14] Compiling NIOPriorityQueue Heap.swift
[9/14] Compiling c-atomics.c
[11/17] Compiling NIOConcurrencyHelpers lock.swift
[12/17] Compiling NIOConcurrencyHelpers atomics.swift
[13/17] Emitting module NIOConcurrencyHelpers
[14/67] Compiling Debugging SourceLocation.swift
[15/67] Compiling NIO ByteBuffer-int.swift
[16/67] Compiling NIO ByteBuffer-views.swift
[17/67] Compiling NIO Channel.swift
[18/67] Compiling NIO ChannelHandler.swift
[19/67] Compiling NIO ChannelHandlers.swift
[20/67] Compiling NIO ChannelInvoker.swift
[21/67] Compiling NIO ChannelOption.swift
[22/73] Compiling Debugging Demangler.swift
[23/73] Emitting module NIO
[24/73] Emitting module Debugging
[25/73] Compiling Debugging Debuggable.swift
[26/73] Compiling NIO MarkedCircularBuffer.swift
[27/73] Compiling NIO MulticastChannel.swift
[28/73] Compiling NIO NIOAny.swift
[29/73] Compiling NIO NonBlockingFileIO.swift
[30/73] Compiling NIO PendingDatagramWritesManager.swift
[31/73] Compiling NIO PendingWritesManager.swift
[32/73] Compiling NIO PriorityQueue.swift
[33/73] Compiling NIO Heap.swift
[34/73] Compiling NIO IO.swift
[35/73] Compiling NIO IOData.swift
[36/73] Compiling NIO IntegerTypes.swift
[37/73] Compiling NIO Interfaces.swift
[38/73] Compiling NIO Linux.swift
[39/73] Compiling NIO LinuxCPUSet.swift
[40/73] Compiling NIO EventLoop.swift
[41/73] Compiling NIO EventLoopFuture.swift
[42/73] Compiling NIO FileDescriptor.swift
[43/73] Compiling NIO FileHandle.swift
[44/73] Compiling NIO FileRegion.swift
[45/73] Compiling NIO GetaddrinfoResolver.swift
[46/73] Compiling NIO HappyEyeballs.swift
[47/73] Compiling NIO SocketChannel.swift
[48/73] Compiling NIO SocketOptionProvider.swift
[49/73] Compiling NIO System.swift
[50/73] Compiling NIO Thread.swift
[51/73] Compiling NIO TypeAssistedChannelHandler.swift
[52/73] Compiling NIO Utilities.swift
[53/73] Compiling NIO RecvByteBufferAllocator.swift
[54/73] Compiling NIO Resolver.swift
[55/73] Compiling NIO Selectable.swift
[56/73] Compiling NIO Selector.swift
[57/73] Compiling NIO ServerSocket.swift
[58/73] Compiling NIO Socket.swift
[59/73] Compiling NIO SocketAddresses.swift
[60/73] Compiling NIO AddressedEnvelope.swift
[61/73] Compiling NIO BaseSocket.swift
[62/73] Compiling NIO BaseSocketChannel.swift
[63/73] Compiling NIO BlockingIOThreadPool.swift
[64/73] Compiling NIO Bootstrap.swift
[65/73] Compiling NIO ByteBuffer-aux.swift
[66/73] Compiling NIO ByteBuffer-core.swift
[67/73] Compiling NIO ChannelPipeline.swift
[68/73] Compiling NIO CircularBuffer.swift
[69/73] Compiling NIO Codec.swift
[70/73] Compiling NIO CompositeError.swift
[71/73] Compiling NIO ContiguousCollection.swift
[72/73] Compiling NIO DeadChannel.swift
[73/73] Compiling NIO Embedded.swift
[74/102] Emitting module NIOFoundationCompat
[75/102] Compiling Bits Bytes.swift
[76/103] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[77/103] Compiling Async FutureType.swift
[78/103] Compiling Async QueueHandler.swift
[79/103] Compiling Async Future+Map.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:16:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func map<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> T) -> Future<T> {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:32:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func flatMap<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> Future<T>) -> Future<T> {
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:8:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to instance: @escaping @autoclosure () -> T) -> Future<T> {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:19:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to future: Future<T>) -> Future<T> {
                          ^
[80/103] Compiling Async Future+Transform.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:16:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func map<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> T) -> Future<T> {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:32:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func flatMap<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> Future<T>) -> Future<T> {
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:8:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to instance: @escaping @autoclosure () -> T) -> Future<T> {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:19:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to future: Future<T>) -> Future<T> {
                          ^
[81/103] Compiling Bits Byte+Control.swift
[82/103] Compiling Bits Byte+Digit.swift
[83/103] Compiling Async Exports.swift
[84/103] Compiling Async Future+DoCatch.swift
[85/103] Compiling Bits ByteBuffer+require.swift
[86/103] Compiling Bits ByteBuffer+string.swift
[87/103] Emitting module Async
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:16:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func map<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> T) -> Future<T> {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Map.swift:32:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func flatMap<T>(to type: T.Type = T.self, _ callback: @escaping (Expectation) throws -> Future<T>) -> Future<T> {
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:8:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to instance: @escaping @autoclosure () -> T) -> Future<T> {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Async/Future+Transform.swift:19:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func transform<T>(to future: Future<T>) -> Future<T> {
                          ^
[88/103] Compiling Async Collection+Future.swift
[89/103] Compiling Async Deprecated.swift
[90/103] Compiling Async Future+Variadic.swift
[91/103] Compiling Async Future+Void.swift
[92/104] Compiling Bits Data+Bytes.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:68: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                   ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:75: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                          ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:68: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                   ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:75: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                          ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
[97/104] Emitting module Bits
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:68: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                   ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:6:80: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func readNullTerminatedString(encoding: String.Encoding = .utf8) -> String? {
                                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:75: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                          ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bits/ByteBuffer+string.swift:23:87: note: The missing import of module 'Foundation' will be added implicitly
    public mutating func requireReadNullTerminatedString(encoding: String.Encoding = .utf8) throws -> String {
                                                                                      ^
[100/104] Compiling Bits Data+Strings.swift
[103/104] Compiling Async Worker.swift
[104/104] Compiling Bits Deprecated.swift
[105/127] Compiling Core NotFound.swift
[106/127] Compiling Core OptionalType.swift
[107/127] Compiling Core Process+Execute.swift
[108/130] Compiling Core Future+Unwrap.swift
[109/130] Compiling Core FutureEncoder.swift
[110/130] Compiling Core HeaderValue.swift
[111/130] Compiling Core Data+Hex.swift
[112/130] Compiling Core DataCoders.swift
[113/130] Compiling Core Deprecated.swift
[114/130] Compiling Core BasicKey.swift
[115/130] Compiling Core CaseInsensitiveString.swift
[116/130] Compiling Core Decodable+Reflectable.swift
[117/130] Compiling Core ReflectionDecodable.swift
[118/130] Compiling Core Reflectable.swift
[119/130] Compiling Core String+Utilities.swift
[120/130] Compiling Core Thread+Async.swift
[121/130] Compiling Core ReflectionDecoders.swift
[122/130] Compiling Core CoreError.swift
[123/130] Compiling Core Data+Base64URL.swift
[124/130] Compiling Core LosslessDataConvertible.swift
[125/130] Compiling Core MediaType.swift
[126/130] Compiling Core NestedData.swift
[127/130] Emitting module Core
[128/130] Compiling Core DirectoryConfig.swift
[129/130] Compiling Core Exports.swift
[130/130] Compiling Core File.swift
Build complete! (9.87s)
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
Build complete.
Done.