The Swift Package Index logo.Swift Package Index

Build Information

Failed to build my-home with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/my-home.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bouke/my-home
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at b80376c Update for Swift 5 (require >=4.2)
Cloned https://github.com/bouke/my-home.git
Revision (git rev-parse @):
b80376c1c5498c9bf956e10bdda4b15a2e816b58
SUCCESS checkout https://github.com/bouke/my-home.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bouke/my-home.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/29] Write sources
[1/29] Write my-home-entitlement.plist
[1/29] Write sources
[16/29] Compiling CNIOLinux shim.c
[16/29] Compiling CNIOZlib empty.c
[18/29] Write sources
[19/29] Compiling CNIOLinux ifaddrs-android.c
[20/29] Write swift-version--423B1241ED78D482.txt
[21/42] Compiling CNIODarwin shim.c
[22/42] Compiling CNIOHTTPParser c_nio_http_parser.c
[23/57] Compiling CQRCode qrcode.c
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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.
[24/57] Compiling CNIOSHA1 c_nio_sha1.c
[26/80] Emitting module COperatingSystem
[27/80] Compiling NIOPriorityQueue PriorityQueue.swift
[28/80] Compiling COperatingSystem libc.swift
[29/80] Compiling NIOPriorityQueue Heap.swift
[30/80] Emitting module NIOPriorityQueue
[30/80] Compiling c-atomics.c
[32/80] Compiling Regex String+Regex.swift
[33/84] Emitting module BigInt
[34/86] Compiling BigInt Strideable.swift
[35/86] Compiling BigInt StringConversion.swift
[36/86] Compiling NIOConcurrencyHelpers atomics.swift
[37/86] Emitting module NIOConcurrencyHelpers
[38/86] Compiling NIOConcurrencyHelpers lock.swift
[39/136] Compiling NIO Embedded.swift
[40/136] Compiling NIO RecvByteBufferAllocator.swift
[41/136] Compiling Regex RegexOptions.swift
[42/136] Compiling Regex PlatformTypes.swift
[43/136] Compiling Regex Regex.swift
[44/136] Compiling Regex MatchSequence.swift
[45/136] Compiling NIO FileDescriptor.swift
[46/136] Compiling NIO FileHandle.swift
[47/136] Compiling NIO FileRegion.swift
[48/136] Compiling Regex GroupRangeUtils.swift
[49/136] Emitting module Regex
[50/136] Compiling Regex Match.swift
[51/136] Compiling Regex Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/136] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[53/142] Emitting module Evergreen
[54/142] Compiling Evergreen Formatter.swift
[55/142] Compiling Evergreen Logger.swift
[56/142] Compiling Evergreen Handler.swift
[57/142] Compiling NIO ChannelOption.swift
[58/142] Compiling NIO EventLoop.swift
[59/142] Compiling NIO EventLoopFuture.swift
[60/142] Compiling NIO ByteBuffer-int.swift
[61/142] Compiling NIO ByteBuffer-views.swift
[62/142] Compiling NIO Channel.swift
[63/142] Compiling NIO ChannelHandler.swift
[64/142] Compiling NIO ChannelHandlers.swift
[65/142] Compiling NIO ChannelInvoker.swift
[66/142] Compiling NIO GetaddrinfoResolver.swift
[67/142] Compiling NIO HappyEyeballs.swift
[68/142] Compiling NIO ChannelPipeline.swift
[69/142] Compiling NIO CompositeError.swift
[70/142] Compiling NIO ContiguousCollection.swift
[71/142] Compiling NIO DeadChannel.swift
[72/142] Compiling ICY ICY.swift
[73/142] Emitting module ICY
[74/142] Compiling Cryptor StreamCryptor.swift
[75/142] Compiling Cryptor Updatable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[84/143] Compiling NIO CircularBuffer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[85/143] Compiling NIO Codec.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[90/143] Compiling NIO MarkedCircularBuffer.swift
[91/143] Compiling NIO MulticastChannel.swift
[92/143] Compiling NIO NIOAny.swift
[93/143] Compiling NIO NonBlockingFileIO.swift
[94/143] Compiling NIO PendingDatagramWritesManager.swift
[95/143] Compiling NIO PendingWritesManager.swift
[96/143] Compiling NIO PriorityQueue.swift
[97/143] Compiling NIO Heap.swift
[98/143] Compiling NIO IO.swift
[99/143] Compiling NIO IOData.swift
[100/143] Compiling NIO IntegerTypes.swift
[101/143] Compiling NIO Interfaces.swift
[102/143] Compiling NIO Linux.swift
[103/143] Compiling NIO LinuxCPUSet.swift
[105/143] Compiling NIO Resolver.swift
[106/143] Compiling NIO Selectable.swift
[107/143] Compiling NIO Selector.swift
[108/143] Compiling NIO ServerSocket.swift
[109/143] Compiling NIO Socket.swift
[110/143] Compiling NIO SocketAddresses.swift
[111/143] Compiling Cryptor SSLPointerTricks.swift
[118/143] Emitting module Cryptor
[119/143] Compiling Cryptor Status.swift
[120/143] Compiling Cryptor Utilities.swift
[121/153] Compiling NIO SocketChannel.swift
[122/153] Compiling NIO SocketOptionProvider.swift
[123/153] Compiling NIO System.swift
[124/153] Compiling NIO Thread.swift
[125/153] Compiling NIO TypeAssistedChannelHandler.swift
[126/153] Compiling NIO Utilities.swift
[127/153] Emitting module HKDF
[128/153] Compiling NIO AddressedEnvelope.swift
[129/153] Compiling NIO BaseSocket.swift
[130/153] Compiling NIO BaseSocketChannel.swift
[131/153] Compiling NIO BlockingIOThreadPool.swift
[132/153] Compiling NIO Bootstrap.swift
[133/153] Compiling NIO ByteBuffer-aux.swift
[134/153] Compiling NIO ByteBuffer-core.swift
[142/153] Compiling HKDF HKDF.swift
error: fatalError
[143/153] Compiling SRP AuthenticationFailure.swift
[144/153] Compiling SRP Cryptor+Extensions.swift
[145/153] Compiling SRP Data+Extensions.swift
[146/153] Emitting module SRP
[147/153] Compiling SRP SRP.swift
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/Boilertalk/BigInt.swift.git
Fetching https://github.com/Bouke/Evergreen.git
Fetching https://github.com/Bouke/CLibSodium.git
Fetching https://github.com/crossroadlabs/Regex.git from cache
Fetching https://github.com/Bouke/SRP.git from cache
Fetched https://github.com/Bouke/SRP.git from cache (0.18s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
[1/16] Fetching clibsodium
[2/525] Fetching clibsodium, evergreen
[58/699] Fetching clibsodium, evergreen, bigint.swift
Fetched https://github.com/Bouke/Evergreen.git from cache (0.28s)
Fetched https://github.com/Bouke/CLibSodium.git from cache (0.28s)
Fetching https://github.com/Bouke/HAP.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/Boilertalk/BigInt.swift.git from cache (0.28s)
Fetched https://github.com/crossroadlabs/Regex.git from cache (0.28s)
Fetching https://github.com/Bouke/HKDF.git from cache
Fetching https://github.com/Bouke/ICY.git
Fetched https://github.com/apple/swift-nio.git from cache (0.33s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.16s)
Fetched https://github.com/Bouke/HKDF.git from cache (0.17s)
[1/30] Fetching icy
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.21s)
Fetched https://github.com/Bouke/ICY.git from cache (0.22s)
[1/6552] Fetching hap
Fetched https://github.com/Bouke/HAP.git from cache (0.73s)
Computing version for https://github.com/Bouke/Evergreen.git
Computed https://github.com/Bouke/Evergreen.git at 2.0.0 (0.52s)
Computing version for https://github.com/Bouke/HAP.git
Computed https://github.com/Bouke/HAP.git at 0.6.0 (0.60s)
Computing version for https://github.com/Bouke/ICY.git
Computed https://github.com/Bouke/ICY.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.1 (0.05s)
Computing version for https://github.com/crossroadlabs/Regex.git
Computed https://github.com/crossroadlabs/Regex.git at 1.2.0 (0.46s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.32 (0.04s)
Computing version for https://github.com/Bouke/HKDF.git
Computed https://github.com/Bouke/HKDF.git at 3.1.0 (0.38s)
Computing version for https://github.com/Bouke/SRP.git
Computed https://github.com/Bouke/SRP.git at 3.1.0 (0.39s)
Computing version for https://github.com/Bouke/CLibSodium.git
Computed https://github.com/Bouke/CLibSodium.git at 2.0.0 (0.43s)
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.03s)
Computing version for https://github.com/Boilertalk/BigInt.swift.git
Computed https://github.com/Boilertalk/BigInt.swift.git at 1.0.0 (0.48s)
Creating working copy for https://github.com/Bouke/HAP.git
Working copy of https://github.com/Bouke/HAP.git resolved at 0.6.0
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.32
Creating working copy for https://github.com/Bouke/SRP.git
Working copy of https://github.com/Bouke/SRP.git resolved at 3.1.0
Creating working copy for https://github.com/Boilertalk/BigInt.swift.git
Working copy of https://github.com/Boilertalk/BigInt.swift.git resolved at 1.0.0
Creating working copy for https://github.com/Bouke/HKDF.git
Working copy of https://github.com/Bouke/HKDF.git resolved at 3.1.0
Creating working copy for https://github.com/Bouke/ICY.git
Working copy of https://github.com/Bouke/ICY.git resolved at 1.2.0
Creating working copy for https://github.com/crossroadlabs/Regex.git
Working copy of https://github.com/crossroadlabs/Regex.git resolved at 1.2.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.1
Creating working copy for https://github.com/Bouke/Evergreen.git
Working copy of https://github.com/Bouke/Evergreen.git resolved at 2.0.0
Creating working copy for https://github.com/Bouke/CLibSodium.git
Working copy of https://github.com/Bouke/CLibSodium.git resolved at 2.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
warning: 'clibsodium': ignoring declared target(s) 'CLibSodium' in the system package
warning: 'clibsodium': system packages are deprecated; use system library targets instead
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: you may be able to install libsodium using your system-packager:
    brew install libsodium
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version--423B1241ED78D482.txt
[2/19] Compiling SRP Group.swift
[3/19] Compiling SRP Data+Extensions.swift
[4/19] Compiling SRP SRP.swift
[5/19] Compiling SRP Cryptor+Extensions.swift
[6/19] Emitting module SRP
[7/19] Compiling SRP Client.swift
[8/19] Compiling SRP Server.swift
[9/19] Compiling NIO CompositeError.swift
[10/19] Compiling NIO Codec.swift
[11/21] Compiling NIO DeadChannel.swift
[12/21] Compiling NIO Embedded.swift
[13/21] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[14/22] Compiling NIO CircularBuffer.swift
[15/34] Compiling NIO ChannelPipeline.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/38] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[17/42] Compiling NIO ChannelHandler.swift
[18/42] Compiling NIO Bootstrap.swift
[19/49] Compiling NIO ChannelHandlers.swift
[20/52] Compiling NIO ByteBuffer-int.swift
[21/52] Compiling NIO ByteBuffer-views.swift
[22/52] Compiling NIO Channel.swift
[23/52] Compiling NIO ChannelInvoker.swift
[24/53] Compiling NIO HappyEyeballs.swift
[25/53] Compiling NIO Heap.swift
[26/53] Compiling NIO IO.swift
[27/53] Compiling NIO IOData.swift
[28/53] Compiling NIO SocketOptionProvider.swift
[29/53] Compiling NIO IntegerTypes.swift
[30/53] Compiling NIO Interfaces.swift
[31/53] Compiling NIO MarkedCircularBuffer.swift
[32/53] Compiling NIO NIOAny.swift
[33/53] Compiling NIO EventLoop.swift
[34/53] Compiling NIO EventLoopFuture.swift
[35/53] Compiling NIO FileRegion.swift
[36/53] Compiling NIO GetaddrinfoResolver.swift
[37/53] Compiling NIO RecvByteBufferAllocator.swift
[38/53] Compiling NIO Selector.swift
[39/53] Compiling NIO SocketAddresses.swift
[40/53] Compiling NIO NonBlockingFileIO.swift
[41/53] Compiling NIO PendingDatagramWritesManager.swift
[42/53] Compiling NIO PendingWritesManager.swift
[43/53] Compiling NIO PriorityQueue.swift
[44/53] Compiling NIO BaseSocket.swift
[45/53] Compiling NIO BaseSocketChannel.swift
[46/53] Compiling NIO BlockingIOThreadPool.swift
[47/53] Compiling NIO ByteBuffer-core.swift
[48/53] Compiling NIO SocketChannel.swift
[49/53] Compiling NIO System.swift
[50/53] Compiling NIO Thread.swift
error: fatalError
warning: 'clibsodium': ignoring declared target(s) 'CLibSodium' in the system package
warning: 'clibsodium': system packages are deprecated; use system library targets instead
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: you may be able to install libsodium using your system-packager:
    brew install libsodium
BUILD FAILURE 5.10 macosSpm