The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AsyncNetwork, reference 1.0.2 (394287), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 26 Nov 2024 14:11:01 UTC.

Swift 6 data race errors: 11

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncNetwork -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:58:13: warning: capture of 'self' with non-sendable type 'UDPReceiveObserver' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.closeHandler?(socket, error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:35:15: note: consider making struct 'UDPReceiveObserver' conform to the 'Sendable' protocol
public struct UDPReceiveObserver: SocketObserver {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:58:32: warning: capture of 'socket' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.closeHandler?(socket, error)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:64:13: warning: capture of 'self' with non-sendable type 'UDPReceiveObserver' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.receiveHandler?(socket, data, fromAddress)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:35:15: note: consider making struct 'UDPReceiveObserver' conform to the 'Sendable' protocol
public struct UDPReceiveObserver: SocketObserver {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:64:34: warning: capture of 'socket' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.receiveHandler?(socket, data, fromAddress)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift:64:48: warning: capture of 'fromAddress' with non-sendable type 'InternetAddress' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.receiveHandler?(socket, data, fromAddress)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift:35:15: note: consider making struct 'InternetAddress' conform to the 'Sendable' protocol
public struct InternetAddress {
              ^
                              : Sendable
SwiftCompile normal arm64 Compiling\ Errors.swift,\ InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift:76:16: warning: stored property 'type' of 'Sendable'-conforming struct 'SocketError' has non-sendable type 'ErrorReasons'; this is an error in the Swift 6 language mode
    public let type: ErrorReasons
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift:33:13: note: consider making enum 'ErrorReasons' conform to the 'Sendable' protocol
public enum ErrorReasons {
            ^
                         : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Errors.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/InternetAddress.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift:131:21: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            specPtr.assign(from: addr, count: 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift:131:21: note: use 'update(from:count:)' instead
            specPtr.assign(from: addr, count: 1)
                    ^~~~~~
                    update
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift:136:21: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            specPtr.assign(from: addr, count: 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift:136:21: note: use 'update(from:count:)' instead
            specPtr.assign(from: addr, count: 1)
                    ^~~~~~
                    update
SwiftCompile normal arm64 Compiling\ Socket.swift,\ SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'SocketReceiveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:48:15: note: consider making struct 'SocketReceiveOptions' conform to the 'Sendable' protocol
public struct SocketReceiveOptions: OptionSet {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: warning: static property 'none' produces an empty option set
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: note: use [] to silence this warning
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^                                 ~~~~~~~~~~~~~
                                                        ([])
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:55:23: warning: static property 'outOfBand' is not concurrency-safe because non-'Sendable' type 'SocketReceiveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let outOfBand   = SocketReceiveOptions(rawValue: Int32(MSG_OOB))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:48:15: note: consider making struct 'SocketReceiveOptions' conform to the 'Sendable' protocol
public struct SocketReceiveOptions: OptionSet {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:55:23: note: annotate 'outOfBand' with '@MainActor' if property should only be accessed from the main actor
    public static let outOfBand   = SocketReceiveOptions(rawValue: Int32(MSG_OOB))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let outOfBand   = SocketReceiveOptions(rawValue: Int32(MSG_OOB))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:57:23: warning: static property 'peek' is not concurrency-safe because non-'Sendable' type 'SocketReceiveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let peek        = SocketReceiveOptions(rawValue: Int32(MSG_PEEK))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:48:15: note: consider making struct 'SocketReceiveOptions' conform to the 'Sendable' protocol
public struct SocketReceiveOptions: OptionSet {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:57:23: note: annotate 'peek' with '@MainActor' if property should only be accessed from the main actor
    public static let peek        = SocketReceiveOptions(rawValue: Int32(MSG_PEEK))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let peek        = SocketReceiveOptions(rawValue: Int32(MSG_PEEK))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:59:23: warning: static property 'waitAll' is not concurrency-safe because non-'Sendable' type 'SocketReceiveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let waitAll     = SocketReceiveOptions(rawValue: Int32(MSG_WAITALL))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:48:15: note: consider making struct 'SocketReceiveOptions' conform to the 'Sendable' protocol
public struct SocketReceiveOptions: OptionSet {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:59:23: note: annotate 'waitAll' with '@MainActor' if property should only be accessed from the main actor
    public static let waitAll     = SocketReceiveOptions(rawValue: Int32(MSG_WAITALL))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let waitAll     = SocketReceiveOptions(rawValue: Int32(MSG_WAITALL))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:67:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'SocketSendOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none           = SocketSendOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:62:15: note: consider making struct 'SocketSendOptions' conform to the 'Sendable' protocol
public struct SocketSendOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:67:23: note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    public static let none           = SocketSendOptions(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none           = SocketSendOptions(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:67:23: warning: static property 'none' produces an empty option set
    public static let none           = SocketSendOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:67:23: note: use [] to silence this warning
    public static let none           = SocketSendOptions(rawValue: 0)
                      ^                                 ~~~~~~~~~~~~~
                                                        ([])
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:69:23: warning: static property 'outOfBand' is not concurrency-safe because non-'Sendable' type 'SocketSendOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let outOfBand      = SocketSendOptions(rawValue: Int32(MSG_OOB))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:62:15: note: consider making struct 'SocketSendOptions' conform to the 'Sendable' protocol
public struct SocketSendOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:69:23: note: annotate 'outOfBand' with '@MainActor' if property should only be accessed from the main actor
    public static let outOfBand      = SocketSendOptions(rawValue: Int32(MSG_OOB))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let outOfBand      = SocketSendOptions(rawValue: Int32(MSG_OOB))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:71:23: warning: static property 'dontRoute' is not concurrency-safe because non-'Sendable' type 'SocketSendOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dontRoute      = SocketSendOptions(rawValue: Int32(MSG_DONTROUTE))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:62:15: note: consider making struct 'SocketSendOptions' conform to the 'Sendable' protocol
public struct SocketSendOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:71:23: note: annotate 'dontRoute' with '@MainActor' if property should only be accessed from the main actor
    public static let dontRoute      = SocketSendOptions(rawValue: Int32(MSG_DONTROUTE))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dontRoute      = SocketSendOptions(rawValue: Int32(MSG_DONTROUTE))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:97:12: warning: 'public' modifier is redundant for static method declared in a public extension
    static public func create(withAddress address: InternetAddress, withConfig config: SocketConfig, options: SocketOptions = [.reusePort]) throws -> Socket {
           ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: warning: static property 'reusePort' is not concurrency-safe because non-'Sendable' type 'SocketOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:36:15: note: consider making struct 'SocketOptions' conform to the 'Sendable' protocol
public struct SocketOptions: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: note: annotate 'reusePort' with '@MainActor' if property should only be accessed from the main actor
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:137:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func bind() throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:142:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func close() throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:148:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func receivefrom(maxBytes: Int = kMaxBufferSize, options: SocketReceiveOptions = .none) throws -> (data: [UInt8], sender: InternetAddress) {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:189:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func send(data: [UInt8], toHost host: InternetAddress?, sendOptions: SocketSendOptions = .none) throws -> Int{
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:208:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func send(data: [UInt8], toResolvedHost dest: SockAddressStorage, sendOptions: SocketSendOptions = .none) throws -> Int {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: warning: static property 'enableBroadcast' is not concurrency-safe because non-'Sendable' type 'SocketOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:36:15: note: consider making struct 'SocketOptions' conform to the 'Sendable' protocol
public struct SocketOptions: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: note: annotate 'enableBroadcast' with '@MainActor' if property should only be accessed from the main actor
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:160:45: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
                                            UnsafeMutableRawPointer(mutating: data),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:160:79: note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
                                            UnsafeMutableRawPointer(mutating: data),
                                                                              ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:160:79: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
                                            UnsafeMutableRawPointer(mutating: data),
                                                                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Socket.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketConfig.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Shims.swift,\ SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift:151:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var mcastJoinValue: Int32 {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift:161:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var mcastLeaveValue: Int32 {
    ^~~~~~~

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/Shims.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SockAddressStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/MulticastGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift:149:21: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            specPtr.assign(from: addr, count: 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift:149:21: note: use 'update(from:count:)' instead
            specPtr.assign(from: addr, count: 1)
                    ^~~~~~
                    update
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift:154:21: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            specPtr.assign(from: addr, count: 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift:154:21: note: use 'update(from:count:)' instead
            specPtr.assign(from: addr, count: 1)
                    ^~~~~~
                    update
SwiftCompile normal arm64 Compiling\ AsyncUDP+Multicast.swift,\ AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift:40:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func join(group: MulticastGroup) throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift:101:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func leave(group: MulticastGroup) throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift:152:5: warning: 'fileprivate' modifier is redundant for instance method declared in a fileprivate extension
    fileprivate func preMulticastCheck() throws {
    ^~~~~~~~~~~~

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Multicast.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncUDP+Receive.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:39:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func beginReceiving() throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:78:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func receiveOnce() throws {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:124:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func suspendReceive() {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:138:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func resumeReceive() {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:151:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func doReceive() {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:224:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func doReceiveEOF() {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:228:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func notifyRecieveDelegate(data: Data, fromAddress address: InternetAddress) {
    ^~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:56:21: warning: capture of 'self' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.doReceive()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift:102:21: warning: capture of 'self' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.doReceive()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'SocketReceiveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:48:15: note: consider making struct 'SocketReceiveOptions' conform to the 'Sendable' protocol
public struct SocketReceiveOptions: OptionSet {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none        = SocketReceiveOptions(rawValue: 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UDPSendObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/UDPSendObserver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:69:13: warning: capture of 'self' with non-sendable type 'UDPSendObserver' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.didNotSendHandler?(socket, tag, error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:35:15: note: consider making struct 'UDPSendObserver' conform to the 'Sendable' protocol
public struct UDPSendObserver: SocketObserver {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:69:37: warning: capture of 'socket' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.didNotSendHandler?(socket, tag, error)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:75:13: warning: capture of 'self' with non-sendable type 'UDPSendObserver' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.didSendHandler?(socket, tag)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:35:15: note: consider making struct 'UDPSendObserver' conform to the 'Sendable' protocol
public struct UDPSendObserver: SocketObserver {
              ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift:75:34: warning: capture of 'socket' with non-sendable type 'AsyncUDP' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.didSendHandler?(socket, tag)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift:56:14: note: class 'AsyncUDP' does not conform to the 'Sendable' protocol
public class AsyncUDP {
             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncNetwork (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftCompile normal arm64 Compiling\ SocketObserver.swift,\ SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/InternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Shims.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SockAddressStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketConfig.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketObserver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Multicast.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Receive.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP+Send.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDP.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/AsyncUDPSendPacket.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/MulticastGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPReceiveObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/UDP/UDPSendObserver.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncNetwork -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketObserver.o -index-unit-output-path /AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/SocketOptions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: warning: static property 'reusePort' is not concurrency-safe because non-'Sendable' type 'SocketOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:36:15: note: consider making struct 'SocketOptions' conform to the 'Sendable' protocol
public struct SocketOptions: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: note: annotate 'reusePort' with '@MainActor' if property should only be accessed from the main actor
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reusePort        = SocketOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: warning: static property 'enableBroadcast' is not concurrency-safe because non-'Sendable' type 'SocketOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:36:15: note: consider making struct 'SocketOptions' conform to the 'Sendable' protocol
public struct SocketOptions: OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: note: annotate 'enableBroadcast' with '@MainActor' if property should only be accessed from the main actor
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncNetwork/Socket/SocketOptions.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let enableBroadcast  = SocketOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling MulticastGroup.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriver\ Compilation\ Requirements AsyncNetwork normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncNetwork -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncNetwork-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-Swift.h (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AsyncNetwork-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftmodule (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftdoc (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.abi.json (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftsourceinfo (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift, SocketConfig.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling Shims.swift, SockAddressStorage.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, InternetAddress.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncUDPSendPacket.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling UDPReceiveObserver.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling UDPSendObserver.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling SocketObserver.swift, SocketOptions.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncUDP+Send.swift, AsyncUDP.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncUDP+Multicast.swift, AsyncUDP+Receive.swift (in target 'AsyncNetwork' from project 'AsyncNetwork')
SwiftDriver\ Compilation AsyncNetwork normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncNetwork -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.o normal (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncNetwork.build/Debug/AsyncNetwork.build/Objects-normal/arm64/AsyncNetwork_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.o (in target 'AsyncNetwork' from project 'AsyncNetwork')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AsyncNetwork.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncNetwork",
  "name" : "AsyncNetwork",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncNetwork",
      "targets" : [
        "AsyncNetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4"
  ],
  "targets" : [
    {
      "c99name" : "AsyncNetwork",
      "module_type" : "SwiftTarget",
      "name" : "AsyncNetwork",
      "path" : "Sources/AsyncNetwork",
      "product_memberships" : [
        "AsyncNetwork"
      ],
      "sources" : [
        "Errors.swift",
        "InternetAddress.swift",
        "Shims.swift",
        "Socket/SockAddressStorage.swift",
        "Socket/Socket.swift",
        "Socket/SocketConfig.swift",
        "Socket/SocketObserver.swift",
        "Socket/SocketOptions.swift",
        "UDP/AsyncUDP+Multicast.swift",
        "UDP/AsyncUDP+Receive.swift",
        "UDP/AsyncUDP+Send.swift",
        "UDP/AsyncUDP.swift",
        "UDP/AsyncUDPSendPacket.swift",
        "UDP/MulticastGroup.swift",
        "UDP/UDPReceiveObserver.swift",
        "UDP/UDPSendObserver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.