Build Information
Failed to build DNSClient, reference main (85e87b), with Swift 6.1 for Android on 9 Oct 2025 23:39:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85e87bd Merge pull request #43 from camunro/add-contributing-file-clean
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
85e87bdd3aff90f5f7f4b5bb5460f9cb04af9814
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at main
========================================
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.19.0",
"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" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DNSClient",
"targets" : [
"DNSClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DNSClientTests",
"module_type" : "SwiftTarget",
"name" : "DNSClientTests",
"path" : "Tests/DNSClientTests",
"product_dependencies" : [
"NIO"
],
"sources" : [
"DNSTCPClientTests.swift",
"DNSUDPClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DNSClient"
],
"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",
"Helpers.swift",
"Messages/Message.swift",
"Messages/MessageOptions.swift",
"PTR.swift",
"ResolvConf/ConfigParser.swift",
"SRV.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2771] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
[1/79133] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.42s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (8.12s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.03s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5049] Fetching swift-system
[1264/23202] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.21s)
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.58s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
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.25.2
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.3
Building for debugging...
[0/25] Write sources
[14/25] Compiling _AtomicsShims.c
[15/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling CNIOWindows shim.c
[17/25] Compiling CNIOWASI CNIOWASI.c
[18/25] Compiling CNIOPosix event_loop_id.c
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIODarwin shim.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/65] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/67] Compiling Atomics AtomicStorage.swift
[26/67] Compiling Atomics AtomicValue.swift
[27/69] Compiling Atomics AtomicOptionalWrappable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/69] Compiling Atomics AtomicReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/69] Emitting module _NIOBase64
[30/69] Compiling _NIOBase64 Base64.swift
[31/70] Compiling Atomics AtomicInteger.swift
[35/70] Compiling Atomics AtomicMemoryOrderings.swift
[36/70] Compiling Atomics DoubleWord.swift
[37/70] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/70] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/70] Compiling Atomics UnsafeAtomic.swift
[42/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/70] Compiling _NIODataStructures _TinyArray.swift
[44/70] Compiling Atomics Primitives.native.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/70] Compiling Atomics OptionalRawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/70] Compiling Atomics RawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/70] Compiling Atomics IntegerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/70] Compiling Atomics PointerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/70] Compiling Atomics AtomicBool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/70] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/71] Compiling _NIODataStructures Heap.swift
[59/71] Emitting module _NIODataStructures
[59/72] Compiling c-nioatomics.c
[60/72] Compiling Atomics IntegerOperations.swift
[61/72] Compiling Atomics Unmanaged extensions.swift
[69/72] Emitting module Atomics
[73/88] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/88] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/90] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/90] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/90] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/90] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/90] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/90] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/90] Compiling c-atomics.c
[84/90] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/90] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/90] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/90] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/92] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/92] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/96] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/97] Compiling NIOConcurrencyHelpers lock.swift
[95/97] Emitting module NIOConcurrencyHelpers
[96/97] Compiling NIOConcurrencyHelpers atomics.swift
[97/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[99/159] Compiling NIOCore NIOAny.swift
[100/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[101/159] Compiling NIOCore NIOCoreSendableMetatype.swift
[102/159] Compiling NIOCore NIOLoopBound.swift
[103/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[104/159] Compiling NIOCore NIOScheduledCallback.swift
[105/159] Compiling NIOCore NIOSendable.swift
[106/159] Compiling NIOCore RecvByteBufferAllocator.swift
[107/167] Compiling NIOCore IOData.swift
[108/167] Compiling NIOCore IPProtocol.swift
[109/167] Compiling NIOCore IntegerBitPacking.swift
[110/167] Compiling NIOCore IntegerTypes.swift
[111/167] Compiling NIOCore Interfaces.swift
[112/167] Compiling NIOCore Linux.swift
[113/167] Compiling NIOCore MarkedCircularBuffer.swift
[114/167] Compiling NIOCore MulticastChannel.swift
[115/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[116/167] Compiling NIOCore SocketAddresses.swift
[117/167] Compiling NIOCore SocketOptionProvider.swift
[118/167] Compiling NIOCore SystemCallHelpers.swift
[119/167] Compiling NIOCore TimeAmount+Duration.swift
[120/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[121/167] Compiling NIOCore UniversalBootstrapSupport.swift
[122/167] Compiling NIOCore Utilities.swift
[123/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/167] Compiling NIOCore EventLoopFuture.swift
[126/167] Compiling NIOCore FileDescriptor.swift
[127/167] Compiling NIOCore FileHandle.swift
[128/167] Compiling NIOCore FileRegion.swift
[129/167] Compiling NIOCore GlobalSingletons.swift
[130/167] Compiling NIOCore IO.swift
[131/167] Emitting module NIOCore
[132/167] Compiling NIOCore CircularBuffer.swift
[133/167] Compiling NIOCore Codec.swift
[134/167] Compiling NIOCore ConvenienceOptionSupport.swift
[135/167] Compiling NIOCore DeadChannel.swift
[136/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[137/167] Compiling NIOCore EventLoop+Deprecated.swift
[138/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[139/167] Compiling NIOCore EventLoop.swift
[140/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/167] Compiling NIOCore ByteBuffer-multi-int.swift
[142/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[143/167] Compiling NIOCore ByteBuffer-views.swift
[144/167] Compiling NIOCore Channel.swift
[145/167] Compiling NIOCore ChannelHandler.swift
[146/167] Compiling NIOCore ChannelHandlers.swift
[147/167] Compiling NIOCore ChannelInvoker.swift
[148/167] Compiling NIOCore ChannelOption.swift
[149/167] Compiling NIOCore ChannelPipeline.swift
[150/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/167] Compiling NIOCore BSDSocketAPI.swift
[152/167] Compiling NIOCore ByteBuffer-aux.swift
[153/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/167] Compiling NIOCore ByteBuffer-conversions.swift
[155/167] Compiling NIOCore ByteBuffer-core.swift
[156/167] Compiling NIOCore ByteBuffer-hex.swift
[157/167] Compiling NIOCore ByteBuffer-int.swift
[158/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/167] Compiling NIOCore AddressedEnvelope.swift
[160/167] Compiling NIOCore AsyncAwaitSupport.swift
[161/167] Compiling NIOCore AsyncChannel.swift
[162/167] Compiling NIOCore AsyncChannelHandler.swift
[163/167] Compiling NIOCore AsyncChannelInboundStream.swift
[164/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[165/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[167/167] Compiling NIOCore NIOAsyncWriter.swift
[169/222] Emitting module NIOEmbedded
[170/222] Compiling NIOEmbedded Embedded.swift
[171/222] Compiling NIOEmbedded AsyncTestingChannel.swift
[172/222] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/223] Compiling NIOPosix IO.swift
[175/223] Compiling NIOPosix IntegerBitPacking.swift
[176/223] Compiling NIOPosix IntegerTypes.swift
[177/223] Compiling NIOPosix Linux.swift
[178/223] Compiling NIOPosix LinuxCPUSet.swift
[179/223] Compiling NIOPosix LinuxUring.swift
[180/223] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[181/229] Compiling NIOPosix ThreadWindows.swift
[182/229] Compiling NIOPosix UnsafeTransfer.swift
[183/229] Compiling NIOPosix Utilities.swift
[184/229] Compiling NIOPosix VsockAddress.swift
[185/229] Compiling NIOPosix VsockChannelEvents.swift
[186/229] Compiling NIOPosix Windows.swift
[187/229] Emitting module NIOPosix
[188/229] Compiling NIOPosix BSDSocketAPICommon.swift
[189/229] Compiling NIOPosix BSDSocketAPIPosix.swift
[190/229] Compiling NIOPosix BSDSocketAPIWindows.swift
[191/229] Compiling NIOPosix BaseSocket.swift
[192/229] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[193/229] Compiling NIOPosix BaseSocketChannel.swift
[194/229] Compiling NIOPosix BaseStreamSocketChannel.swift
[195/229] Compiling NIOPosix Bootstrap.swift
[196/229] Compiling NIOPosix ControlMessage.swift
[197/229] Compiling NIOPosix DatagramVectorReadManager.swift
[198/229] Compiling NIOPosix Errors+Any.swift
[199/229] Compiling NIOPosix FileDescriptor.swift
[200/229] Compiling NIOPosix GetaddrinfoResolver.swift
[201/229] Compiling NIOPosix HappyEyeballs.swift
[202/229] Compiling NIOPosix Pool.swift
[203/229] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[204/229] Compiling NIOPosix PosixSingletons.swift
[205/229] Compiling NIOPosix RawSocketBootstrap.swift
[206/229] Compiling NIOPosix Resolver.swift
[207/229] Compiling NIOPosix Selectable.swift
[208/229] Compiling NIOPosix SelectableChannel.swift
[209/229] Compiling NIOPosix SelectableEventLoop.swift
[210/229] Compiling NIOPosix SelectorEpoll.swift
[211/229] Compiling NIOPosix SelectorGeneric.swift
[212/229] Compiling NIOPosix SelectorKqueue.swift
[213/229] Compiling NIOPosix SelectorUring.swift
[214/229] Compiling NIOPosix SelectorWSAPoll.swift
[215/229] Compiling NIOPosix ServerSocket.swift
[216/229] Compiling NIOPosix Socket.swift
[217/229] Compiling NIOPosix SocketChannel.swift
[218/229] Compiling NIOPosix SocketProtocols.swift
[219/229] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[220/229] Compiling NIOPosix System.swift
[221/229] Compiling NIOPosix Thread.swift
[222/229] Compiling NIOPosix ThreadPosix.swift
[223/229] Compiling NIOPosix NIOPosixSendableMetatype.swift
[224/229] Compiling NIOPosix NIOThreadPool.swift
[225/229] Compiling NIOPosix NonBlockingFileIO.swift
[226/229] Compiling NIOPosix PendingDatagramWritesManager.swift
[227/229] Compiling NIOPosix PendingWritesManager.swift
[228/229] Compiling NIOPosix PipeChannel.swift
[229/229] Compiling NIOPosix PipePair.swift
[231/232] Emitting module NIO
[232/232] Compiling NIO Exports.swift
[234/244] Compiling NIOTLS TLSEvents.swift
[235/244] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[236/244] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[237/244] Compiling NIOTLS SNIHandler.swift
[238/244] Emitting module NIOTLS
[239/244] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[241/245] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[242/245] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[243/245] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[244/245] Emitting module NIOFoundationCompat
[245/245] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[247/268] Compiling NIOTransportServices AcceptHandler.swift
[248/268] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[249/268] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[250/268] Emitting module NIOTransportServices
[251/270] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[252/270] Compiling NIOTransportServices NIOTSErrors.swift
[253/270] Compiling NIOTransportServices NIOTSEventLoop.swift
[254/270] Compiling NIOTransportServices NIOTSBootstraps.swift
[255/270] Compiling NIOTransportServices NIOTSChannelOptions.swift
[256/270] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[257/270] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[258/270] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[259/270] Compiling NIOTransportServices NIOTSListenerChannel.swift
[260/270] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[261/270] Compiling NIOTransportServices NIOTSSingletons.swift
[262/270] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[263/270] Compiling NIOTransportServices StateManagedChannel.swift
[264/270] Compiling NIOTransportServices StateManagedListenerChannel.swift
[265/270] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[266/270] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[267/270] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[268/270] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[269/270] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[270/270] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[272/283] Compiling DNSClient ConfigParser.swift
[273/283] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 | #else
131 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:143:32: error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:144:32: error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:145:32: error: value of type 'in6_addr' has no member '__u6_addr'
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
147 | ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:146:32: error: value of type 'in6_addr' has no member '__u6_addr'
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
147 | ipv6Addr.__u6_addr.__u6_addr8.15
148 | ).reversed()
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:147:32: error: value of type 'in6_addr' has no member '__u6_addr'
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
147 | ipv6Addr.__u6_addr.__u6_addr8.15
| `- error: value of type 'in6_addr' has no member '__u6_addr'
148 | ).reversed()
149 | .map { "\($0)" }
[274/284] Compiling DNSClient DNSEncoder.swift
[275/284] Compiling DNSClient Errors.swift
[276/284] Compiling DNSClient MessageOptions.swift
[277/284] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 | func socketAddress(port: Int) throws -> SocketAddress {
453 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 | let host = String(cString: text)
455 |
[278/284] Compiling DNSClient Message.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 | func socketAddress(port: Int) throws -> SocketAddress {
453 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 | let host = String(cString: text)
455 |
[279/284] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
91 | if let remoteAddress = remoteAddress {
92 | return channel.pipeline.addHandlers(
93 | EnvelopeInboundChannel(),
| `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
2 | import NIOConcurrencyHelpers
3 |
4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
| `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
93 | EnvelopeInboundChannel(),
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
| `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
96 | DNSEncoder()
97 | )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
| `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
4 | typealias OutboundIn = ByteBuffer
5 | typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
96 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
97 | )
98 | } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
97 | )
98 | } else {
99 | return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 | }
101 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 | .channelInitializer { channel in
119 | return channel.pipeline.addHandlers(
120 | EnvelopeInboundChannel(),
| `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
2 | import NIOConcurrencyHelpers
3 |
4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
| `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 | EnvelopeInboundChannel(),
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
| `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 | DNSEncoder()
124 | )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
| `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
4 | typealias OutboundIn = ByteBuffer
5 | typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
123 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 | )
125 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | .channelInitializer { channel in
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
157 | MessageToByteHandler(UInt16FrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 | dnsDecoder,
159 | DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
159 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 | )
161 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
[280/284] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
91 | if let remoteAddress = remoteAddress {
92 | return channel.pipeline.addHandlers(
93 | EnvelopeInboundChannel(),
| `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
2 | import NIOConcurrencyHelpers
3 |
4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
| `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
93 | EnvelopeInboundChannel(),
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
| `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
96 | DNSEncoder()
97 | )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
| `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
4 | typealias OutboundIn = ByteBuffer
5 | typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
94 | context.decoder,
95 | EnvelopeOutboundChannel(address: remoteAddress),
96 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
97 | )
98 | } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
97 | )
98 | } else {
99 | return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 | }
101 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 | .channelInitializer { channel in
119 | return channel.pipeline.addHandlers(
120 | EnvelopeInboundChannel(),
| `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
2 | import NIOConcurrencyHelpers
3 |
4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
| `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 | EnvelopeInboundChannel(),
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
| `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 | DNSEncoder()
124 | )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
| `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
4 | typealias OutboundIn = ByteBuffer
5 | typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
123 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 | )
125 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | .channelInitializer { channel in
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
157 | MessageToByteHandler(UInt16FrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 | dnsDecoder,
159 | DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
159 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 | )
161 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
[281/284] Emitting module DNSClient
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 | .channelInitializer { channel in
119 | return channel.pipeline.addHandlers(
120 | EnvelopeInboundChannel(),
| `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
2 | import NIOConcurrencyHelpers
3 |
4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
| `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 | EnvelopeInboundChannel(),
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
| `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 | DNSEncoder()
124 | )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
| `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
4 | typealias OutboundIn = ByteBuffer
5 | typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 | dnsDecoder,
122 | EnvelopeOutboundChannel(address: address),
123 | DNSEncoder()
| `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 | )
125 | }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
48 | }
49 |
50 | public final class DNSEncoder: ChannelOutboundHandler {
| `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
51 | public typealias OutboundIn = Message
52 | public typealias OutboundOut = ByteBuffer
[282/284] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[283/284] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[284/284] Compiling DNSClient SRV.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/47] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[3/47] Compiling NIOConcurrencyHelpers lock.swift
[4/47] Compiling Atomics UnsafeAtomic.swift
[5/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/49] Compiling _NIODataStructures PriorityQueue.swift
[9/49] Compiling _NIODataStructures _TinyArray.swift
[10/49] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[11/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/49] Compiling InternalCollectionsUtilities Debugging.swift
[13/49] Compiling InternalCollectionsUtilities Descriptions.swift
[16/49] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/51] Compiling Atomics IntegerOperations.swift
[19/51] Compiling Atomics Unmanaged extensions.swift
[20/51] Emitting module NIOConcurrencyHelpers
[21/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/51] Compiling NIOConcurrencyHelpers atomics.swift
[24/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/52] Emitting module _NIODataStructures
[32/52] Compiling _NIODataStructures Heap.swift
[33/52] Compiling _NIOBase64 Base64.swift
[34/52] Emitting module _NIOBase64
[35/54] Emitting module InternalCollectionsUtilities
[37/54] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/54] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[41/54] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/54] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/54] Compiling InternalCollectionsUtilities Integer rank.swift
[45/54] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/54] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/54] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/70] Emitting module Atomics
[50/70] Compiling DequeModule Deque+Equatable.swift
[51/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/70] Compiling DequeModule Deque+CustomReflectable.swift
[53/70] Compiling DequeModule Deque+Descriptions.swift
[54/70] Compiling DequeModule Deque+Extras.swift
[55/70] Compiling DequeModule Deque+Hashable.swift
[56/72] Compiling DequeModule _DequeBuffer.swift
[57/72] Compiling DequeModule _DequeBufferHeader.swift
[58/72] Compiling DequeModule _DequeSlot.swift
[59/72] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/72] Compiling DequeModule Deque._UnsafeHandle.swift
[61/72] Compiling DequeModule Deque.swift
[62/72] Compiling DequeModule Deque+Testing.swift
[63/72] Compiling DequeModule Deque._Storage.swift
[71/73] Compiling DequeModule Deque+Codable.swift
[72/73] Compiling DequeModule Deque+Collection.swift
[73/73] Emitting module DequeModule
[75/135] Compiling NIOCore NIOAny.swift
[76/135] Compiling NIOCore NIOCloseOnErrorHandler.swift
[77/135] Compiling NIOCore NIOCoreSendableMetatype.swift
[78/135] Compiling NIOCore NIOLoopBound.swift
[79/135] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[80/135] Compiling NIOCore NIOScheduledCallback.swift
[81/135] Compiling NIOCore NIOSendable.swift
[82/135] Compiling NIOCore RecvByteBufferAllocator.swift
[83/135] Compiling NIOCore EventLoopFuture+Deprecated.swift
[84/135] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[85/135] Compiling NIOCore EventLoopFuture.swift
[86/135] Compiling NIOCore FileDescriptor.swift
[87/135] Compiling NIOCore FileHandle.swift
[88/135] Compiling NIOCore FileRegion.swift
[89/135] Compiling NIOCore GlobalSingletons.swift
[90/135] Compiling NIOCore IO.swift
[91/143] Compiling NIOCore IOData.swift
[92/143] Compiling NIOCore IPProtocol.swift
[93/143] Compiling NIOCore IntegerBitPacking.swift
[94/143] Compiling NIOCore IntegerTypes.swift
[95/143] Compiling NIOCore Interfaces.swift
[96/143] Compiling NIOCore Linux.swift
[97/143] Compiling NIOCore MarkedCircularBuffer.swift
[98/143] Compiling NIOCore MulticastChannel.swift
[99/143] Compiling NIOCore CircularBuffer.swift
[100/143] Compiling NIOCore Codec.swift
[101/143] Compiling NIOCore ConvenienceOptionSupport.swift
[102/143] Compiling NIOCore DeadChannel.swift
[103/143] Compiling NIOCore DispatchQueue+WithFuture.swift
[104/143] Compiling NIOCore EventLoop+Deprecated.swift
[105/143] Compiling NIOCore EventLoop+SerialExecutor.swift
[106/143] Compiling NIOCore EventLoop.swift
[107/143] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[108/143] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[109/143] Compiling NIOCore SocketAddresses.swift
[110/143] Compiling NIOCore SocketOptionProvider.swift
[111/143] Compiling NIOCore SystemCallHelpers.swift
[112/143] Compiling NIOCore TimeAmount+Duration.swift
[113/143] Compiling NIOCore TypeAssistedChannelHandler.swift
[114/143] Compiling NIOCore UniversalBootstrapSupport.swift
[115/143] Compiling NIOCore Utilities.swift
[116/143] Compiling NIOCore ByteBuffer-multi-int.swift
[117/143] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[118/143] Compiling NIOCore ByteBuffer-views.swift
[119/143] Compiling NIOCore Channel.swift
[120/143] Compiling NIOCore ChannelHandler.swift
[121/143] Compiling NIOCore ChannelHandlers.swift
[122/143] Compiling NIOCore ChannelInvoker.swift
[123/143] Compiling NIOCore ChannelOption.swift
[124/143] Compiling NIOCore ChannelPipeline.swift
[125/143] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[126/143] Compiling NIOCore BSDSocketAPI.swift
[127/143] Compiling NIOCore ByteBuffer-aux.swift
[128/143] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[129/143] Compiling NIOCore ByteBuffer-conversions.swift
[130/143] Compiling NIOCore ByteBuffer-core.swift
[131/143] Compiling NIOCore ByteBuffer-hex.swift
[132/143] Compiling NIOCore ByteBuffer-int.swift
[133/143] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[134/143] Compiling NIOCore AddressedEnvelope.swift
[135/143] Compiling NIOCore AsyncAwaitSupport.swift
[136/143] Compiling NIOCore AsyncChannel.swift
[137/143] Compiling NIOCore AsyncChannelHandler.swift
[138/143] Compiling NIOCore AsyncChannelInboundStream.swift
[139/143] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/143] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/143] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/143] Compiling NIOCore NIOAsyncWriter.swift
[143/143] Emitting module NIOCore
[145/198] Compiling NIOEmbedded AsyncTestingChannel.swift
[146/198] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[147/198] Emitting module NIOEmbedded
[148/198] Compiling NIOEmbedded Embedded.swift
[150/199] Compiling NIOPosix IO.swift
[151/199] Compiling NIOPosix IntegerBitPacking.swift
[152/199] Compiling NIOPosix IntegerTypes.swift
[153/199] Compiling NIOPosix Linux.swift
[154/199] Compiling NIOPosix LinuxCPUSet.swift
[155/199] Compiling NIOPosix LinuxUring.swift
[156/199] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[157/205] Compiling NIOPosix ThreadWindows.swift
[158/205] Compiling NIOPosix UnsafeTransfer.swift
[159/205] Compiling NIOPosix Utilities.swift
[160/205] Compiling NIOPosix VsockAddress.swift
[161/205] Compiling NIOPosix VsockChannelEvents.swift
[162/205] Compiling NIOPosix Windows.swift
[163/205] Emitting module NIOPosix
[164/205] Compiling NIOPosix Pool.swift
[165/205] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[166/205] Compiling NIOPosix PosixSingletons.swift
[167/205] Compiling NIOPosix RawSocketBootstrap.swift
[168/205] Compiling NIOPosix Resolver.swift
[169/205] Compiling NIOPosix Selectable.swift
[170/205] Compiling NIOPosix SelectableChannel.swift
[171/205] Compiling NIOPosix Socket.swift
[172/205] Compiling NIOPosix SocketChannel.swift
[173/205] Compiling NIOPosix SocketProtocols.swift
[174/205] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[175/205] Compiling NIOPosix System.swift
[176/205] Compiling NIOPosix Thread.swift
[177/205] Compiling NIOPosix ThreadPosix.swift
[178/205] Compiling NIOPosix SelectableEventLoop.swift
[179/205] Compiling NIOPosix SelectorEpoll.swift
[180/205] Compiling NIOPosix SelectorGeneric.swift
[181/205] Compiling NIOPosix SelectorKqueue.swift
[182/205] Compiling NIOPosix SelectorUring.swift
[183/205] Compiling NIOPosix SelectorWSAPoll.swift
[184/205] Compiling NIOPosix ServerSocket.swift
[185/205] Compiling NIOPosix Bootstrap.swift
[186/205] Compiling NIOPosix ControlMessage.swift
[187/205] Compiling NIOPosix DatagramVectorReadManager.swift
[188/205] Compiling NIOPosix Errors+Any.swift
[189/205] Compiling NIOPosix FileDescriptor.swift
[190/205] Compiling NIOPosix GetaddrinfoResolver.swift
[191/205] Compiling NIOPosix HappyEyeballs.swift
[192/205] Compiling NIOPosix BSDSocketAPICommon.swift
[193/205] Compiling NIOPosix BSDSocketAPIPosix.swift
[194/205] Compiling NIOPosix BSDSocketAPIWindows.swift
[195/205] Compiling NIOPosix BaseSocket.swift
[196/205] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[197/205] Compiling NIOPosix BaseSocketChannel.swift
[198/205] Compiling NIOPosix BaseStreamSocketChannel.swift
[199/205] Compiling NIOPosix NIOPosixSendableMetatype.swift
[200/205] Compiling NIOPosix NIOThreadPool.swift
[201/205] Compiling NIOPosix NonBlockingFileIO.swift
[202/205] Compiling NIOPosix PendingDatagramWritesManager.swift
[203/205] Compiling NIOPosix PendingWritesManager.swift
[204/205] Compiling NIOPosix PipeChannel.swift
[205/205] Compiling NIOPosix PipePair.swift
[207/208] Emitting module NIO
[208/208] Compiling NIO Exports.swift
[210/220] Compiling NIOTLS TLSEvents.swift
[211/220] Emitting module NIOTLS
[212/220] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[213/220] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[214/220] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[215/220] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[216/220] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[217/220] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[218/220] Compiling NIOTLS SNIHandler.swift
[219/221] Emitting module NIOFoundationCompat
[220/221] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[223/244] Compiling NIOTransportServices NIOTSBootstraps.swift
[224/244] Compiling NIOTransportServices NIOTSChannelOptions.swift
[225/244] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[226/246] Compiling NIOTransportServices StateManagedChannel.swift
[227/246] Compiling NIOTransportServices StateManagedListenerChannel.swift
[228/246] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[229/246] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[230/246] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[231/246] Compiling NIOTransportServices NIOTSListenerChannel.swift
[232/246] Compiling NIOTransportServices AcceptHandler.swift
[233/246] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[234/246] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[235/246] Emitting module NIOTransportServices
[236/246] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[237/246] Compiling NIOTransportServices NIOTSErrors.swift
[238/246] Compiling NIOTransportServices NIOTSEventLoop.swift
[239/246] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[240/246] Compiling NIOTransportServices NIOTSSingletons.swift
[241/246] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[242/246] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[243/246] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[244/246] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[245/246] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[246/246] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[248/259] Compiling DNSClient MessageOptions.swift
[249/259] Compiling DNSClient ConfigParser.swift
[250/260] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 | #else
131 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 | let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 | ipv6Addr.__u6_addr.__u6_addr8.0,
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 | ipv6Addr.__u6_addr.__u6_addr8.1,
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 | ipv6Addr.__u6_addr.__u6_addr8.2,
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 | ipv6Addr.__u6_addr.__u6_addr8.3,
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 | ipv6Addr.__u6_addr.__u6_addr8.4,
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 | ipv6Addr.__u6_addr.__u6_addr8.5,
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 | ipv6Addr.__u6_addr.__u6_addr8.6,
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 | ipv6Addr.__u6_addr.__u6_addr8.7,
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 | ipv6Addr.__u6_addr.__u6_addr8.8,
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:143:32: error: value of type 'in6_addr' has no member '__u6_addr'
141 | ipv6Addr.__u6_addr.__u6_addr8.9,
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:144:32: error: value of type 'in6_addr' has no member '__u6_addr'
142 | ipv6Addr.__u6_addr.__u6_addr8.10,
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:145:32: error: value of type 'in6_addr' has no member '__u6_addr'
143 | ipv6Addr.__u6_addr.__u6_addr8.11,
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
147 | ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:146:32: error: value of type 'in6_addr' has no member '__u6_addr'
144 | ipv6Addr.__u6_addr.__u6_addr8.12,
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
| `- error: value of type 'in6_addr' has no member '__u6_addr'
147 | ipv6Addr.__u6_addr.__u6_addr8.15
148 | ).reversed()
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:147:32: error: value of type 'in6_addr' has no member '__u6_addr'
145 | ipv6Addr.__u6_addr.__u6_addr8.13,
146 | ipv6Addr.__u6_addr.__u6_addr8.14,
147 | ipv6Addr.__u6_addr.__u6_addr8.15
| `- error: value of type 'in6_addr' has no member '__u6_addr'
148 | ).reversed()
149 | .map { "\($0)" }
[251/260] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 | func socketAddress(port: Int) throws -> SocketAddress {
453 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 | let host = String(cString: text)
455 |
[252/260] Compiling DNSClient Message.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 | /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 | func socketAddress(port: Int) throws -> SocketAddress {
453 | let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
| `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 | let host = String(cString: text)
455 |
[253/260] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[254/260] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
| `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
61 | }
62 | let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
57 | let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
58 | #else
59 | let ipAddress = address.withUnsafeBytes { buffer in
| `- error: generic parameter 'R' could not be inferred
60 | return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
61 | }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
| `- note: in call to function 'withUnsafeBytes'
3 |
[255/260] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | .channelInitializer { channel in
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
157 | MessageToByteHandler(UInt16FrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 | dnsDecoder,
159 | DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[256/260] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | .channelInitializer { channel in
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | MessageToByteHandler(UInt16FrameEncoder()),
158 | dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 | return channel.pipeline.addHandlers(
156 | ByteToMessageHandler(UInt16FrameDecoder()),
157 | MessageToByteHandler(UInt16FrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 | dnsDecoder,
159 | DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[257/260] Compiling DNSClient DNSEncoder.swift
[258/260] Compiling DNSClient Errors.swift
[259/260] Compiling DNSClient SRV.swift
[260/260] Emitting module DNSClient
BUILD FAILURE 6.1 android