Build Information
Failed to build DNSClient, reference 2.7.0 (b869f3), with Swift 6.1 for Android on 19 Feb 2026 23:00:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/DNSClient.git
Reference: 2.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/orlandos-nl/DNSClient
* tag 2.7.0 -> FETCH_HEAD
HEAD is now at b869f31 Merge pull request #48 from camunro/feature/rfc2782_order
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
b869f3175a66eb518924b66e2598faeee5862af6
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at 2.7.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/DNSClient.git
https://github.com/orlandos-nl/DNSClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "DNSClient",
"name" : "DNSClient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "DNSClient",
"targets" : [
"DNSClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DNSServer",
"module_type" : "SwiftTarget",
"name" : "DNSServer",
"path" : "Sources/DNSServer",
"product_dependencies" : [
"NIO"
],
"sources" : [
"DNSServer.swift",
"DNSServerDelegate.swift",
"DNSServerTCPHandler.swift",
"DNSServerUDPHandler.swift"
],
"target_dependencies" : [
"DNSProtocol"
],
"type" : "library"
},
{
"c99name" : "DNSProtocol",
"module_type" : "SwiftTarget",
"name" : "DNSProtocol",
"path" : "Sources/DNSProtocol",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"DNSClient"
],
"sources" : [
"ByteBuffer+DNS.swift",
"DNSEncoder.swift",
"Errors.swift",
"Message.swift",
"MessageOptions.swift",
"PTRRecord.swift",
"SRVRecord.swift"
],
"type" : "library"
},
{
"c99name" : "DNSClientTests",
"module_type" : "SwiftTarget",
"name" : "DNSClientTests",
"path" : "Tests/DNSClientTests",
"product_dependencies" : [
"NIO"
],
"sources" : [
"DNSServerTests.swift",
"DNSTCPClientTests.swift",
"DNSUDPClientTests.swift",
"SRVAdditionalDataTests.swift",
"SRVConnectTests.swift",
"SRVDotTargetTests.swift",
"SRVOrderingTests.swift",
"SRVResolveTests+Encoding.swift",
"SRVResolveTests.swift"
],
"target_dependencies" : [
"DNSClient",
"DNSServer"
],
"type" : "test"
},
{
"c99name" : "DNSClient",
"module_type" : "SwiftTarget",
"name" : "DNSClient",
"path" : "Sources/DNSClient",
"product_dependencies" : [
"NIOTransportServices",
"NIO"
],
"product_memberships" : [
"DNSClient"
],
"sources" : [
"Client.swift",
"DNSClient+Connect.swift",
"DNSClient+Query.swift",
"DNSDecoder.swift",
"DNSEncoder.swift",
"Errors.swift",
"MulticastDNSClient.swift",
"PTR.swift",
"ResolvConf/ConfigParser.swift"
],
"target_dependencies" : [
"DNSProtocol"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/2809] Fetching swift-nio-transport-services
[2754/85042] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (10.47s)
Fetched https://github.com/apple/swift-nio.git from cache (10.58s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (11.39s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/19726] Fetching swift-collections
[1382/25289] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.34s)
Fetched https://github.com/apple/swift-collections.git from cache (2.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.32s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Building for debugging...
[0/28] Write sources
[15/28] Compiling CNIOWindows WSAStartup.c
[16/28] Compiling CNIOWASI CNIOWASI.c
[16/28] Compiling _AtomicsShims.c
[18/28] Compiling CNIOWindows shim.c
[19/28] Compiling CNIOPosix event_loop_id.c
[20/28] Write sources
[21/28] Compiling CNIOOpenBSD shim.c
[22/28] Compiling CNIOLinux liburing_shims.c
[23/28] Compiling CNIODarwin shim.c
[24/28] Compiling CNIOLinux shim.c
[25/28] Write swift-version-24593BA9C3E375BF.txt
[27/68] Emitting module _NIODataStructures
[27/68] Compiling c-nioatomics.c
[29/68] Emitting module _NIOBase64
[30/68] Compiling _NIOBase64 Base64.swift
[31/69] Compiling _NIODataStructures Heap.swift
[32/69] Compiling Atomics AtomicStorage.swift
[33/69] Compiling Atomics AtomicValue.swift
[34/71] Compiling Atomics AtomicOptionalWrappable.swift
[35/71] Compiling Atomics AtomicReference.swift
[36/73] Compiling Atomics AtomicMemoryOrderings.swift
[37/73] Compiling Atomics DoubleWord.swift
[38/73] Compiling c-atomics.c
[40/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/73] Compiling Atomics IntegerConformances.swift
[42/73] Emitting module InternalCollectionsUtilities
[43/73] Compiling Atomics OptionalRawRepresentable.swift
[44/73] Compiling Atomics RawRepresentable.swift
[45/73] Compiling _NIODataStructures _TinyArray.swift
[46/73] Compiling _NIODataStructures PriorityQueue.swift
[47/73] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[48/73] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[49/74] Emitting module Atomics
[53/74] Compiling Atomics ManagedAtomic.swift
[54/74] Compiling Atomics ManagedAtomicLazyReference.swift
[58/74] Compiling Atomics AtomicInteger.swift
[63/74] Compiling Atomics PointerConformances.swift
[64/74] Compiling Atomics Primitives.native.swift
[74/82] Compiling Atomics IntegerOperations.swift
[75/82] Compiling Atomics Unmanaged extensions.swift
[76/83] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[78/98] Compiling DequeModule Deque+CustomReflectable.swift
[79/98] Compiling DequeModule Deque+Descriptions.swift
[80/100] Compiling NIOConcurrencyHelpers lock.swift
[81/100] Compiling DequeModule _DequeBuffer.swift
[82/100] Compiling DequeModule _DequeBufferHeader.swift
[83/100] Emitting module NIOConcurrencyHelpers
[84/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/100] Compiling DequeModule Deque+Extras.swift
[86/100] Compiling DequeModule Deque+Hashable.swift
[87/100] Compiling DequeModule Deque+Equatable.swift
[88/100] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/100] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[90/100] Compiling NIOConcurrencyHelpers atomics.swift
[91/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/101] Compiling DequeModule _DequeSlot.swift
[93/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/101] Compiling DequeModule Deque+Codable.swift
[96/101] Compiling DequeModule Deque+Collection.swift
[97/101] Compiling DequeModule Deque._UnsafeHandle.swift
[98/101] Compiling DequeModule Deque.swift
[99/101] Compiling DequeModule Deque+Testing.swift
[100/101] Compiling DequeModule Deque._Storage.swift
[101/101] Emitting module DequeModule
[103/166] Compiling NIOCore AddressedEnvelope.swift
[104/166] Compiling NIOCore AsyncAwaitSupport.swift
[105/166] Compiling NIOCore AsyncChannel.swift
[106/166] Compiling NIOCore AsyncChannelHandler.swift
[107/166] Compiling NIOCore AsyncChannelInboundStream.swift
[108/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[109/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[110/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[111/166] Compiling NIOCore NIOAsyncWriter.swift
[112/174] Compiling NIOCore IPProtocol.swift
[113/174] Compiling NIOCore IntegerBitPacking.swift
[114/174] Compiling NIOCore IntegerTypes.swift
[115/174] Compiling NIOCore Interfaces.swift
[116/174] Compiling NIOCore Linux.swift
[117/174] Compiling NIOCore MarkedCircularBuffer.swift
[118/174] Compiling NIOCore MulticastChannel.swift
[119/174] Compiling NIOCore NIOAny.swift
[120/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/174] Compiling NIOCore BSDSocketAPI.swift
[123/174] Compiling NIOCore ByteBuffer-aux.swift
[124/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[125/174] Compiling NIOCore ByteBuffer-conversions.swift
[126/174] Compiling NIOCore ByteBuffer-core.swift
[127/174] Compiling NIOCore ByteBuffer-hex.swift
[128/174] Compiling NIOCore ByteBuffer-int.swift
[129/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/174] Compiling NIOCore SocketAddresses.swift
[132/174] Compiling NIOCore SocketOptionProvider.swift
[133/174] Compiling NIOCore SystemCallHelpers.swift
[134/174] Compiling NIOCore TimeAmount+Duration.swift
[135/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/174] Compiling NIOCore UniversalBootstrapSupport.swift
[137/174] Compiling NIOCore Utilities.swift
[138/174] Compiling NIOCore CircularBuffer.swift
[139/174] Compiling NIOCore Codec.swift
[140/174] Compiling NIOCore ConvenienceOptionSupport.swift
[141/174] Compiling NIOCore DeadChannel.swift
[142/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/174] Compiling NIOCore EventLoop+Deprecated.swift
[144/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/174] Compiling NIOCore EventLoop.swift
[146/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[147/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[148/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[149/174] Compiling NIOCore EventLoopFuture.swift
[150/174] Compiling NIOCore FileDescriptor.swift
[151/174] Compiling NIOCore FileHandle.swift
[152/174] Compiling NIOCore FileRegion.swift
[153/174] Compiling NIOCore GlobalSingletons.swift
[154/174] Compiling NIOCore IO.swift
[155/174] Compiling NIOCore IOData.swift
[156/174] Compiling NIOCore NIOCoreSendableMetatype.swift
[157/174] Compiling NIOCore NIODecodedAsyncSequence.swift
[158/174] Compiling NIOCore NIOLoopBound.swift
[159/174] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[160/174] Compiling NIOCore NIOScheduledCallback.swift
[161/174] Compiling NIOCore NIOSendable.swift
[162/174] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[163/174] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[164/174] Compiling NIOCore RecvByteBufferAllocator.swift
[165/174] Compiling NIOCore ByteBuffer-multi-int.swift
[166/174] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/174] Compiling NIOCore ByteBuffer-views.swift
[168/174] Compiling NIOCore Channel.swift
[169/174] Compiling NIOCore ChannelHandler.swift
[170/174] Compiling NIOCore ChannelHandlers.swift
[171/174] Compiling NIOCore ChannelInvoker.swift
[172/174] Compiling NIOCore ChannelOption.swift
[173/174] Compiling NIOCore ChannelPipeline.swift
[174/174] Emitting module NIOCore
[176/229] Emitting module NIOEmbedded
[177/229] Compiling NIOEmbedded AsyncTestingChannel.swift
[178/229] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/229] Compiling NIOEmbedded Embedded.swift
[181/230] Compiling NIOPosix HappyEyeballs.swift
[182/230] Compiling NIOPosix IO.swift
[183/230] Compiling NIOPosix IntegerBitPacking.swift
[184/230] Compiling NIOPosix IntegerTypes.swift
[185/230] Compiling NIOPosix Linux.swift
[186/230] Compiling NIOPosix LinuxCPUSet.swift
[187/230] Compiling NIOPosix LinuxUring.swift
[188/236] Emitting module NIOPosix
[189/236] Compiling NIOPosix BSDSocketAPICommon.swift
[190/236] Compiling NIOPosix BSDSocketAPIPosix.swift
[191/236] Compiling NIOPosix BSDSocketAPIWindows.swift
[192/236] Compiling NIOPosix BaseSocket.swift
[193/236] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[194/236] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[195/236] Compiling NIOPosix BaseSocketChannel.swift
[196/236] Compiling NIOPosix ThreadPosix.swift
[197/236] Compiling NIOPosix ThreadWindows.swift
[198/236] Compiling NIOPosix Utilities.swift
[199/236] Compiling NIOPosix VsockAddress.swift
[200/236] Compiling NIOPosix VsockChannelEvents.swift
[201/236] Compiling NIOPosix Windows.swift
[202/236] Compiling NIOPosix SelectableChannel.swift
[203/236] Compiling NIOPosix SelectableEventLoop.swift
[204/236] Compiling NIOPosix SelectorEpoll.swift
[205/236] Compiling NIOPosix SelectorGeneric.swift
[206/236] Compiling NIOPosix SelectorKqueue.swift
[207/236] Compiling NIOPosix SelectorUring.swift
[208/236] Compiling NIOPosix SelectorWSAPoll.swift
[209/236] Compiling NIOPosix ServerSocket.swift
[210/236] Compiling NIOPosix Socket.swift
[211/236] Compiling NIOPosix SocketChannel.swift
[212/236] Compiling NIOPosix SocketProtocols.swift
[213/236] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[214/236] Compiling NIOPosix System.swift
[215/236] Compiling NIOPosix Thread.swift
[216/236] Compiling NIOPosix PipePair.swift
[217/236] Compiling NIOPosix Pool.swift
[218/236] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[219/236] Compiling NIOPosix PosixSingletons.swift
[220/236] Compiling NIOPosix RawSocketBootstrap.swift
[221/236] Compiling NIOPosix Resolver.swift
[222/236] Compiling NIOPosix Selectable.swift
[223/236] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/236] Compiling NIOPosix Bootstrap.swift
[225/236] Compiling NIOPosix ControlMessage.swift
[226/236] Compiling NIOPosix DatagramVectorReadManager.swift
[227/236] Compiling NIOPosix Errors+Any.swift
[228/236] Compiling NIOPosix FileDescriptor.swift
[229/236] Compiling NIOPosix GetaddrinfoResolver.swift
[230/236] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/236] Compiling NIOPosix NIOPosixSendableMetatype.swift
[232/236] Compiling NIOPosix NIOThreadPool.swift
[233/236] Compiling NIOPosix NonBlockingFileIO.swift
[234/236] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/236] Compiling NIOPosix PendingWritesManager.swift
[236/236] Compiling NIOPosix PipeChannel.swift
[238/239] Compiling NIO Exports.swift
[239/239] Emitting module NIO
[241/259] Compiling NIOTLS TLSEvents.swift
[242/259] Emitting module NIOTLS
[243/259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[244/259] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[245/259] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[246/259] Compiling NIOTLS SNIHandler.swift
[248/260] Compiling DNSProtocol PTRRecord.swift
[249/260] Compiling DNSProtocol MessageOptions.swift
[250/260] Compiling DNSProtocol DNSEncoder.swift
[251/260] Emitting module DNSProtocol
[252/260] Compiling DNSProtocol ByteBuffer+DNS.swift
[253/260] Compiling DNSProtocol SRVRecord.swift
[254/260] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[255/260] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[256/260] Compiling DNSProtocol Message.swift
/host/spi-builder-workspace/Sources/DNSProtocol/Message.swift:494:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
492 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
493 | public func socketAddress(port: Int) throws -> SocketAddress {
494 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
495 | let host = String(cString: text)
496 |
[257/260] Compiling DNSProtocol Errors.swift
[258/260] Emitting module NIOFoundationCompat
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/48] Compiling Atomics IntegerConformances.swift
[3/48] Compiling Atomics PointerConformances.swift
[4/48] Compiling Atomics Primitives.native.swift
[5/50] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[6/50] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[7/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/50] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[9/50] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/52] Compiling Atomics ManagedAtomic.swift
[16/52] Compiling Atomics ManagedAtomicLazyReference.swift
[17/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/52] Compiling _NIODataStructures _TinyArray.swift
[20/52] Compiling _NIODataStructures PriorityQueue.swift
[23/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[26/52] Compiling _NIOBase64 Base64.swift
[27/52] Emitting module _NIOBase64
[34/53] Emitting module _NIODataStructures
[35/53] Compiling _NIODataStructures Heap.swift
[36/54] Emitting module NIOConcurrencyHelpers
[37/54] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/54] Compiling Atomics IntegerOperations.swift
[39/54] Compiling Atomics Unmanaged extensions.swift
[40/54] Compiling NIOConcurrencyHelpers atomics.swift
[41/54] Compiling NIOConcurrencyHelpers lock.swift
[42/54] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[45/55] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/55] Emitting module InternalCollectionsUtilities
[53/71] Compiling DequeModule _DequeBuffer.swift
[54/71] Compiling DequeModule _DequeBufferHeader.swift
[55/73] Compiling DequeModule Deque+Testing.swift
[56/73] Compiling DequeModule Deque._Storage.swift
[57/73] Compiling DequeModule Deque+Extras.swift
[58/73] Compiling DequeModule Deque+Hashable.swift
[59/73] Compiling DequeModule Deque+CustomReflectable.swift
[60/73] Compiling DequeModule Deque+Descriptions.swift
[61/73] Compiling DequeModule Deque+Equatable.swift
[62/73] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/73] Compiling DequeModule Deque._UnsafeHandle.swift
[64/73] Compiling DequeModule Deque.swift
[65/73] Compiling DequeModule _DequeSlot.swift
[66/73] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/73] Compiling DequeModule Deque+Codable.swift
[68/73] Compiling DequeModule Deque+Collection.swift
[72/73] Emitting module Atomics
[74/74] Emitting module DequeModule
[76/139] Compiling NIOCore NIOCoreSendableMetatype.swift
[77/139] Compiling NIOCore NIODecodedAsyncSequence.swift
[78/139] Compiling NIOCore NIOLoopBound.swift
[79/139] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[80/139] Compiling NIOCore NIOScheduledCallback.swift
[81/139] Compiling NIOCore NIOSendable.swift
[82/139] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[83/139] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[84/139] Compiling NIOCore RecvByteBufferAllocator.swift
[85/147] Compiling NIOCore IPProtocol.swift
[86/147] Compiling NIOCore IntegerBitPacking.swift
[87/147] Compiling NIOCore IntegerTypes.swift
[88/147] Compiling NIOCore Interfaces.swift
[89/147] Compiling NIOCore Linux.swift
[90/147] Compiling NIOCore MarkedCircularBuffer.swift
[91/147] Compiling NIOCore MulticastChannel.swift
[92/147] Compiling NIOCore NIOAny.swift
[93/147] Compiling NIOCore NIOCloseOnErrorHandler.swift
[94/147] Compiling NIOCore EventLoopFuture+Deprecated.swift
[95/147] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[96/147] Compiling NIOCore EventLoopFuture.swift
[97/147] Compiling NIOCore FileDescriptor.swift
[98/147] Compiling NIOCore FileHandle.swift
[99/147] Compiling NIOCore FileRegion.swift
[100/147] Compiling NIOCore GlobalSingletons.swift
[101/147] Compiling NIOCore IO.swift
[102/147] Compiling NIOCore IOData.swift
[103/147] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[104/147] Compiling NIOCore SocketAddresses.swift
[105/147] Compiling NIOCore SocketOptionProvider.swift
[106/147] Compiling NIOCore SystemCallHelpers.swift
[107/147] Compiling NIOCore TimeAmount+Duration.swift
[108/147] Compiling NIOCore TypeAssistedChannelHandler.swift
[109/147] Compiling NIOCore UniversalBootstrapSupport.swift
[110/147] Compiling NIOCore Utilities.swift
[111/147] Compiling NIOCore CircularBuffer.swift
[112/147] Compiling NIOCore Codec.swift
[113/147] Compiling NIOCore ConvenienceOptionSupport.swift
[114/147] Compiling NIOCore DeadChannel.swift
[115/147] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/147] Compiling NIOCore EventLoop+Deprecated.swift
[117/147] Compiling NIOCore EventLoop+SerialExecutor.swift
[118/147] Compiling NIOCore EventLoop.swift
[119/147] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/147] Compiling NIOCore BSDSocketAPI.swift
[122/147] Compiling NIOCore ByteBuffer-aux.swift
[123/147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/147] Compiling NIOCore ByteBuffer-conversions.swift
[125/147] Compiling NIOCore ByteBuffer-core.swift
[126/147] Compiling NIOCore ByteBuffer-hex.swift
[127/147] Compiling NIOCore ByteBuffer-int.swift
[128/147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[129/147] Compiling NIOCore AddressedEnvelope.swift
[130/147] Compiling NIOCore AsyncAwaitSupport.swift
[131/147] Compiling NIOCore AsyncChannel.swift
[132/147] Compiling NIOCore AsyncChannelHandler.swift
[133/147] Compiling NIOCore AsyncChannelInboundStream.swift
[134/147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[135/147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[136/147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[137/147] Compiling NIOCore NIOAsyncWriter.swift
[138/147] Compiling NIOCore ByteBuffer-multi-int.swift
[139/147] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[140/147] Compiling NIOCore ByteBuffer-views.swift
[141/147] Compiling NIOCore Channel.swift
[142/147] Compiling NIOCore ChannelHandler.swift
[143/147] Compiling NIOCore ChannelHandlers.swift
[144/147] Compiling NIOCore ChannelInvoker.swift
[145/147] Compiling NIOCore ChannelOption.swift
[146/147] Compiling NIOCore ChannelPipeline.swift
[147/147] Emitting module NIOCore
[149/202] Compiling NIOEmbedded AsyncTestingChannel.swift
[150/202] Emitting module NIOEmbedded
[151/202] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[152/202] Compiling NIOEmbedded Embedded.swift
[153/203] Compiling NIOPosix PipePair.swift
[154/203] Compiling NIOPosix Pool.swift
[155/203] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[156/203] Compiling NIOPosix PosixSingletons.swift
[157/203] Compiling NIOPosix RawSocketBootstrap.swift
[158/203] Compiling NIOPosix Resolver.swift
[159/203] Compiling NIOPosix Selectable.swift
[161/209] Compiling NIOPosix ThreadPosix.swift
[162/209] Compiling NIOPosix ThreadWindows.swift
[163/209] Compiling NIOPosix Utilities.swift
[164/209] Compiling NIOPosix VsockAddress.swift
[165/209] Compiling NIOPosix VsockChannelEvents.swift
[166/209] Compiling NIOPosix Windows.swift
[167/209] Compiling NIOPosix SelectableChannel.swift
[168/209] Compiling NIOPosix SelectableEventLoop.swift
[169/209] Compiling NIOPosix SelectorEpoll.swift
[170/209] Compiling NIOPosix SelectorGeneric.swift
[171/209] Compiling NIOPosix SelectorKqueue.swift
[172/209] Compiling NIOPosix SelectorUring.swift
[173/209] Compiling NIOPosix SelectorWSAPoll.swift
[174/209] Compiling NIOPosix ServerSocket.swift
[175/209] Compiling NIOPosix Socket.swift
[176/209] Compiling NIOPosix SocketChannel.swift
[177/209] Compiling NIOPosix SocketProtocols.swift
[178/209] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[179/209] Compiling NIOPosix System.swift
[180/209] Compiling NIOPosix Thread.swift
[181/209] Emitting module NIOPosix
[182/209] Compiling NIOPosix BaseStreamSocketChannel.swift
[183/209] Compiling NIOPosix Bootstrap.swift
[184/209] Compiling NIOPosix ControlMessage.swift
[185/209] Compiling NIOPosix DatagramVectorReadManager.swift
[186/209] Compiling NIOPosix Errors+Any.swift
[187/209] Compiling NIOPosix FileDescriptor.swift
[188/209] Compiling NIOPosix GetaddrinfoResolver.swift
[189/209] Compiling NIOPosix HappyEyeballs.swift
[190/209] Compiling NIOPosix IO.swift
[191/209] Compiling NIOPosix IntegerBitPacking.swift
[192/209] Compiling NIOPosix IntegerTypes.swift
[193/209] Compiling NIOPosix Linux.swift
[194/209] Compiling NIOPosix LinuxCPUSet.swift
[195/209] Compiling NIOPosix LinuxUring.swift
[196/209] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[197/209] Compiling NIOPosix NIOPosixSendableMetatype.swift
[198/209] Compiling NIOPosix NIOThreadPool.swift
[199/209] Compiling NIOPosix NonBlockingFileIO.swift
[200/209] Compiling NIOPosix PendingDatagramWritesManager.swift
[201/209] Compiling NIOPosix PendingWritesManager.swift
[202/209] Compiling NIOPosix PipeChannel.swift
[203/209] Compiling NIOPosix BSDSocketAPICommon.swift
[204/209] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/209] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/209] Compiling NIOPosix BaseSocket.swift
[207/209] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[208/209] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[209/209] Compiling NIOPosix BaseSocketChannel.swift
[211/212] Emitting module NIO
[212/212] Compiling NIO Exports.swift
[214/232] Compiling NIOTLS TLSEvents.swift
[215/232] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[216/232] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[217/232] Compiling DNSProtocol PTRRecord.swift
[218/232] Compiling DNSProtocol SRVRecord.swift
[219/232] Compiling DNSProtocol DNSEncoder.swift
[220/232] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[221/232] Emitting module NIOTLS
[222/232] Compiling DNSProtocol MessageOptions.swift
[223/232] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[224/232] Compiling DNSProtocol Errors.swift
[225/232] Compiling DNSProtocol Message.swift
/host/spi-builder-workspace/Sources/DNSProtocol/Message.swift:494:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
492 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
493 | public func socketAddress(port: Int) throws -> SocketAddress {
494 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
495 | let host = String(cString: text)
496 |
[226/232] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[227/232] Compiling NIOTLS SNIHandler.swift
[228/232] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[229/233] Emitting module NIOFoundationCompat
[230/233] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[231/234] Emitting module DNSProtocol
[232/234] Compiling DNSProtocol ByteBuffer+DNS.swift
BUILD FAILURE 6.1 android