The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HiveMind 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/autoreleasefool/hive-mind.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/autoreleasefool/hive-mind
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a44009e Add non-affiliation notice
Cloned https://github.com/autoreleasefool/hive-mind.git
Revision (git rev-parse @):
a44009ed7a0e98a9c259b02bd724271b35ed537f
SUCCESS checkout https://github.com/autoreleasefool/hive-mind.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/autoreleasefool/hive-mind.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write sources
[2/38] Write HiveMind-entitlement.plist
[2/38] Write sources
[19/38] Compiling CNIOLinux ifaddrs-android.c
[20/38] Compiling CNIOZlib empty.c
[21/38] Compiling CNIOLinux shim.c
[22/38] Write swift-version--423B1241ED78D482.txt
/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.
[23/38] Compiling CNIOSHA1 c_nio_sha1.c
[24/41] Compiling CNIODarwin shim.c
[25/41] Compiling CBcrypt blf.c
[26/41] Compiling CNIOHTTPParser c_nio_http_parser.c
[27/41] Compiling CCryptoOpenSSL shim.c
[28/41] Compiling CNIOOpenSSL helpers.c
[29/45] Compiling CBcrypt bcrypt.c
[29/45] Write sources
[32/61] Compiling CBase32 base32.c
[33/61] Compiling CNIOOpenSSL shims.c
[35/61] Compiling COperatingSystem libc.swift
[36/61] Emitting module COperatingSystem
[37/61] Emitting module NIOPriorityQueue
[38/61] Compiling NIOPriorityQueue Heap.swift
[39/61] Compiling NIOPriorityQueue PriorityQueue.swift
[39/61] Compiling c-atomics.c
[41/64] Compiling NIOConcurrencyHelpers atomics.swift
[42/64] Emitting module NIOConcurrencyHelpers
[43/64] Compiling NIOConcurrencyHelpers lock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/114] 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 }
    ^
[45/120] Compiling NIO ByteBuffer-int.swift
[46/120] Compiling NIO ByteBuffer-views.swift
[47/120] Compiling NIO Channel.swift
[48/120] Compiling NIO ChannelHandler.swift
[49/120] Compiling NIO ChannelHandlers.swift
[50/120] Compiling NIO ChannelInvoker.swift
[51/120] Compiling NIO ChannelOption.swift
[52/120] Compiling NIO Heap.swift
[53/120] Compiling NIO IO.swift
[54/120] Compiling NIO IOData.swift
[55/120] Compiling NIO IntegerTypes.swift
[56/120] Compiling NIO Interfaces.swift
[57/120] Compiling NIO Linux.swift
[58/120] Compiling NIO LinuxCPUSet.swift
[59/120] Compiling Debugging SourceLocation.swift
[60/120] Compiling NIO RecvByteBufferAllocator.swift
[61/120] Compiling NIO Resolver.swift
[62/120] Compiling NIO Selectable.swift
[63/120] Compiling NIO Selector.swift
[64/120] Compiling NIO ServerSocket.swift
[65/120] Compiling NIO Socket.swift
[66/120] Compiling NIO SocketAddresses.swift
[67/120] Compiling NIO EventLoop.swift
[68/120] Compiling NIO EventLoopFuture.swift
[69/120] Compiling NIO FileDescriptor.swift
[70/120] Compiling NIO FileHandle.swift
[71/120] Compiling NIO FileRegion.swift
[72/120] Compiling NIO GetaddrinfoResolver.swift
[73/120] Compiling NIO HappyEyeballs.swift
[74/120] Compiling NIO MarkedCircularBuffer.swift
[75/120] Compiling NIO MulticastChannel.swift
[76/120] Compiling NIO NIOAny.swift
[77/120] Compiling NIO NonBlockingFileIO.swift
[78/120] Compiling NIO PendingDatagramWritesManager.swift
[79/120] Compiling NIO PendingWritesManager.swift
[80/120] Compiling NIO PriorityQueue.swift
[81/120] Compiling NIO ChannelPipeline.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 }
    ^
[82/120] 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 }
    ^
[83/120] 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 }
    ^
[84/120] Compiling NIO CompositeError.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/120] 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 }
    ^
[86/120] Compiling NIO DeadChannel.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 }
    ^
[87/120] Compiling NIO Embedded.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 }
    ^
[88/120] Compiling NIO SocketChannel.swift
[89/120] Compiling NIO SocketOptionProvider.swift
[90/120] Compiling NIO System.swift
[91/120] Compiling NIO Thread.swift
[92/120] Compiling NIO TypeAssistedChannelHandler.swift
[93/120] Compiling NIO Utilities.swift
[94/120] Compiling NIO AddressedEnvelope.swift
[95/120] Compiling NIO BaseSocket.swift
[96/120] Compiling NIO BaseSocketChannel.swift
[97/120] Compiling NIO BlockingIOThreadPool.swift
[98/120] Compiling NIO Bootstrap.swift
[99/120] Compiling NIO ByteBuffer-aux.swift
[100/120] Compiling NIO ByteBuffer-core.swift
error: fatalError
Fetching https://github.com/vapor/crypto.git from cache
Fetching https://github.com/vapor/http.git from cache
Fetching https://github.com/vapor/websocket.git from cache
Fetching https://github.com/vapor/core.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/autoreleasefool/hive-engine.git
[1/2523] Fetching hive-engine
Fetched https://github.com/vapor/websocket.git from cache (0.23s)
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetched https://github.com/vapor/core.git from cache (0.24s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.24s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.33s)
Fetched https://github.com/autoreleasefool/hive-engine.git from cache (0.33s)
Computing version for https://github.com/vapor/websocket.git
Fetched https://github.com/vapor/http.git from cache (0.33s)
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.04s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.16s)
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.17s)
Fetched https://github.com/apple/swift-nio.git from cache (0.33s)
Computing version for https://github.com/autoreleasefool/hive-engine.git
Computed https://github.com/autoreleasefool/hive-engine.git at 2.0.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.1 (0.03s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.2.0 (0.03s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.3.3 (0.02s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.9.0 (0.03s)
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.02s)
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.02s)
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.3.3
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.2.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.9.0
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.4.0
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/autoreleasefool/hive-engine.git
Working copy of https://github.com/autoreleasefool/hive-engine.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
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
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
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version--423B1241ED78D482.txt
[2/29] Compiling NIO DeadChannel.swift
[3/29] Compiling NIO CompositeError.swift
[4/29] Compiling NIO Embedded.swift
[5/29] 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 }
    ^
[6/45] Compiling NIO Codec.swift
[7/45] Compiling NIO CircularBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/45] Compiling NIO ChannelPipeline.swift
[9/45] 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 }
    ^
[10/61] Compiling Debugging Demangler.swift
[11/61] Compiling HiveEngine Unit+Spider.swift
[12/61] Compiling NIO HappyEyeballs.swift
[13/61] Compiling NIO Heap.swift
[14/61] Compiling NIO ByteBuffer-core.swift
[15/61] Compiling NIO ByteBuffer-int.swift
[16/61] Compiling NIO ChannelHandlers.swift
[17/61] Compiling NIO ChannelInvoker.swift
[18/61] Compiling NIO EventLoop.swift
[19/61] Compiling NIO EventLoopFuture.swift
[20/62] Compiling Debugging Debuggable.swift
[21/62] Emitting module Debugging
[22/62] Compiling NIO ByteBuffer-views.swift
[23/62] Compiling NIO Channel.swift
[24/62] Emitting module HiveEngine
[25/62] Compiling NIO FileRegion.swift
[26/62] Compiling NIO GetaddrinfoResolver.swift
[27/62] Compiling NIO IO.swift
[28/62] Compiling NIO IOData.swift
[29/62] Compiling NIO IntegerTypes.swift
[30/62] Compiling NIO Interfaces.swift
[35/64] Compiling NIO PendingWritesManager.swift
[36/64] Compiling NIO PriorityQueue.swift
[37/64] Compiling NIO RecvByteBufferAllocator.swift
[38/64] Compiling NIO Selector.swift
[47/64] Compiling NIO BaseSocket.swift
[48/64] Compiling NIO BaseSocketChannel.swift
[49/64] Compiling NIO BlockingIOThreadPool.swift
[50/64] Compiling NIO Bootstrap.swift
[51/64] Compiling NIO ChannelHandler.swift
[52/64] Compiling HiveEngine Unit.swift
[53/64] Compiling NIO SocketOptionProvider.swift
[54/64] Compiling NIO MarkedCircularBuffer.swift
[55/64] Compiling NIO NIOAny.swift
[56/64] Compiling NIO NonBlockingFileIO.swift
[57/64] Compiling NIO PendingDatagramWritesManager.swift
[58/64] Compiling NIO SocketAddresses.swift
[59/64] Compiling NIO SocketChannel.swift
[60/64] Compiling NIO System.swift
[61/64] Compiling NIO Thread.swift
error: fatalError
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
BUILD FAILURE 5.10 macosSpm