The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-profile-recorder, reference main (005d4a), with Swift 6.1 for macOS (SPM) on 29 Nov 2025 02:22:30 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

    },
    {
      "name" : "_ProfileRecorderSampleConversion",
      "targets" : [
        "_ProfileRecorderSampleConversion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swipr-mini-demo",
      "targets" : [
        "swipr-mini-demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swipr_sample_conv",
      "module_type" : "SwiftTarget",
      "name" : "swipr-sample-conv",
      "path" : "Sources/swipr-sample-conv",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swipr-sample-conv"
      ],
      "sources" : [
        "LLVMJSONOutputParserHandler.swift",
        "LLVMOutputParserHandler.swift",
        "LLVMStackFrameEncoderHandler.swift",
        "LLVMSymbolizer.swift",
        "MainFile.swift"
      ],
      "target_dependencies" : [
        "CProfileRecorderSwiftELF",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers",
        "ProfileRecorder"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swipr_mini_demo",
      "module_type" : "SwiftTarget",
      "name" : "swipr-mini-demo",
      "path" : "Sources/swipr-mini-demo",
      "product_dependencies" : [
        "ArgumentParser",
        "NIO",
        "Logging"
      ],
      "product_memberships" : [
        "swipr-mini-demo"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "ProfileRecorderHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_ProfileRecorderSampleConversion",
      "module_type" : "SwiftTarget",
      "name" : "_ProfileRecorderSampleConversion",
      "path" : "Sources/ProfileRecorderSampleConversion",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "Logging",
        "NIOExtras"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Coders.swift",
        "CoreSymbolication/CoreSymbolication.swift",
        "CoreSymbolication/CoreSymbolicationHelper.swift",
        "CoreSymbolication/CoreSymbolicationSymboliser.swift",
        "FakeSymbolizer.swift",
        "HelperFunctions.swift",
        "NIOTimeAmount+PrettyPrint.swift",
        "NativeELFSymboliser/ByteSwapping.swift",
        "NativeELFSymboliser/Dwarf.swift",
        "NativeELFSymboliser/Elf.swift",
        "NativeELFSymboliser/Image.swift",
        "NativeELFSymboliser/ImageSource.swift",
        "NativeELFSymboliser/MemoryReader.swift",
        "NativeELFSymboliser/Registers.swift",
        "NativeELFSymboliser/Utils.swift",
        "OutputFormatRendering/FlamegraphCollapsed.swift",
        "OutputFormatRendering/PerfScript.swift",
        "OutputFormatRendering/Pprof.swift",
        "OutputFormatRendering/RendererTypes.swift",
        "ProfileRecorderAddtions+Types.swift",
        "ProfileRecorderSampleConverter.swift",
        "SampleAggregator.swift",
        "Sampler+Conversion.swift",
        "Symboliser.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "CProfileRecorderSwiftELF",
        "CProfileRecorderDarwin",
        "ProfileRecorderPprofFormat",
        "ProfileRecorderHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderTests",
      "path" : "Tests/ProfileRecorderTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem"
      ],
      "sources" : [
        "ProfileRecorderTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderServerTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderServerTests",
      "path" : "Tests/ProfileRecorderServerTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem",
        "AsyncHTTPClient"
      ],
      "sources" : [
        "ProfileRecorderServerTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderServer",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderServer",
      "path" : "Sources/ProfileRecorderServer",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "_NIOFileSystem",
        "Logging"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers",
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderPprofFormat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderSampleConversionTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderSampleConversionTests",
      "path" : "Tests/ProfileRecorderSampleConversionTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem"
      ],
      "sources" : [
        "CachedSymbolizerTests.swift",
        "FlamegraphCollapsedTests.swift",
        "Helpers.swift",
        "PerfScriptTests.swift",
        "PprofTests.swift",
        "SampleConversionTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderPprofFormat",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderPprofFormat",
      "path" : "Sources/ProfileRecorderPprofFormat",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "profile.pb.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderHelpers",
      "path" : "Sources/ProfileRecorderHelpers",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem"
      ],
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Helpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorder",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorder",
      "path" : "Sources/ProfileRecorder",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem"
      ],
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "ProfileRecorderSampler.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers",
        "CProfileRecorderSampler"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderSwiftELF",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderSwiftELF",
      "path" : "Sources/CProfileRecorderSwiftELF",
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderSampler",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderSampler",
      "path" : "Sources/CProfileRecorderSampler",
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "fp_unwinder.c",
        "os_dep_darwin.c",
        "os_dep_linux.c",
        "sampler.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderDarwin",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderDarwin",
      "path" : "Sources/CProfileRecorderDarwin",
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/62] Write sources
[6/62] Copying PrivacyInfo.xcprivacy
[6/62] Write swipr-mini-demo-entitlement.plist
[7/62] Write swipr-sample-conv-entitlement.plist
[9/62] Write sources
[12/62] Copying PrivacyInfo.xcprivacy
[13/62] Write sources
[16/62] Copying PrivacyInfo.xcprivacy
[18/62] Write sources
[32/62] Compiling CNIOWindows shim.c
[33/62] Compiling CSystem shims.c
[34/62] Compiling CProfileRecorderDarwin empty.c
[34/62] Compiling CProfileRecorderSampler os_dep_linux.c
[36/62] Compiling CNIOWindows WSAStartup.c
[37/62] Compiling CNIOWASI CNIOWASI.c
[38/62] Compiling CProfileRecorderSwiftELF empty.c
[39/62] Write swift-version-2F0A5646E1D333AE.txt
[40/62] Compiling CNIOLinux liburing_shims.c
[41/62] Compiling CNIOLinux shim.c
[42/62] Compiling _AtomicsShims.c
[43/62] Compiling CNIOPosix event_loop_id.c
[44/68] Compiling CNIOLLHTTP c_nio_http.c
[45/96] Compiling CProfileRecorderSampler fp_unwinder.c
[46/205] Compiling CNIOLLHTTP c_nio_api.c
[47/205] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/205] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/205] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/205] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/205] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/205] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/205] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/205] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/205] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/205] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/205] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/206] Compiling CNIODarwin shim.c
[59/206] Write sources
[63/206] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/206] Compiling CProfileRecorderSampler sampler.c
[65/206] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/206] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/206] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/206] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/206] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/206] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/206] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/206] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/206] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/225] Compiling CProfileRecorderSampler os_dep_darwin.c
[75/225] Compiling Logging LogHandler.swift
[76/243] Compiling DequeModule Deque+Codable.swift
[77/243] Compiling DequeModule Deque+Collection.swift
[78/243] Compiling DequeModule Deque+Equatable.swift
[79/246] Compiling DequeModule Deque._UnsafeHandle.swift
[80/246] Compiling DequeModule Deque.swift
[81/246] Compiling Atomics DoubleWord.swift
[82/246] Compiling Atomics ManagedAtomic.swift
[83/247] Emitting module ArgumentParserToolInfo
[84/247] Compiling Atomics UnsafeAtomicLazyReference.swift
[85/247] Compiling Atomics IntegerOperations.swift
[86/247] Compiling Atomics ManagedAtomicLazyReference.swift
[87/247] Compiling Atomics UnsafeAtomic.swift
[88/247] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/247] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/247] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/247] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/247] Compiling Atomics Unmanaged extensions.swift
[93/247] Compiling SwiftProtobuf MathUtils.swift
[94/247] Compiling SwiftProtobuf Message+AnyAdditions.swift
[95/247] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[96/247] Compiling DequeModule Deque+Extras.swift
[97/247] Compiling DequeModule Deque+Hashable.swift
[98/247] Compiling DequeModule Deque+CustomReflectable.swift
[99/247] Compiling DequeModule Deque+Descriptions.swift
[100/247] Emitting module SystemPackage
[101/247] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/247] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/247] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/247] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/247] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/247] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/248] Compiling SystemPackage Util+StringArray.swift
[115/248] Compiling SystemPackage Util.swift
[116/248] Compiling SystemPackage UtilConsumers.swift
[119/248] Emitting module Logging
[120/248] Compiling Logging MetadataProvider.swift
[121/248] Compiling Logging Logging.swift
[122/248] Compiling Logging Locks.swift
[123/248] Compiling ArgumentParserToolInfo ToolInfo.swift
[124/248] Compiling SwiftProtobuf descriptor.pb.swift
[125/248] Compiling SwiftProtobuf JSONEncodingError.swift
[126/248] Compiling SwiftProtobuf JSONEncodingOptions.swift
[142/248] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[143/248] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[144/248] Compiling SwiftProtobuf JSONScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/248] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/248] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/294] Compiling c-nioatomics.c
[154/294] Emitting module Atomics
[154/294] Compiling c-atomics.c
[156/300] Compiling ArgumentParser InputKey.swift
[157/300] Compiling ArgumentParser InputOrigin.swift
[158/300] Compiling ArgumentParser Name.swift
[159/300] Compiling ArgumentParser Parsed.swift
[160/300] Compiling ArgumentParser ParsedValues.swift
[161/304] Compiling ArgumentParser SequenceExtensions.swift
[162/304] Compiling ArgumentParser StringExtensions.swift
[163/304] Compiling ArgumentParser SwiftExtensions.swift
[164/304] Compiling ArgumentParser Tree.swift
[165/304] Compiling ArgumentParser CodingKeyValidator.swift
[166/304] Emitting module ArgumentParser
[167/304] Compiling ArgumentParser CommandConfiguration.swift
[168/304] Compiling ArgumentParser CommandGroup.swift
[169/304] Compiling ArgumentParser EnumerableFlag.swift
[170/304] Compiling ArgumentParser ExpressibleByArgument.swift
[171/304] Compiling ArgumentParser ParsableArguments.swift
[172/304] Compiling NIOConcurrencyHelpers lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/304] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/304] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/304] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/304] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/304] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/368] Compiling NIOCore DispatchQueue+WithFuture.swift
[179/368] Compiling NIOCore EventLoop+Deprecated.swift
[180/368] Compiling NIOCore EventLoop+SerialExecutor.swift
[181/368] Compiling NIOCore EventLoop.swift
[182/368] Compiling NIOCore AddressedEnvelope.swift
[183/368] Compiling NIOCore AsyncAwaitSupport.swift
[184/368] Compiling NIOCore AsyncChannel.swift
[185/368] Compiling NIOCore AsyncChannelHandler.swift
[186/368] Compiling NIOCore AsyncChannelInboundStream.swift
[187/368] Compiling NIOCore ChannelPipeline.swift
[188/368] Compiling NIOCore CircularBuffer.swift
[189/368] Compiling NIOCore Codec.swift
[190/368] Compiling NIOCore ConvenienceOptionSupport.swift
[191/368] Compiling NIOCore DeadChannel.swift
[192/368] Compiling NIOCore Channel.swift
[193/368] Compiling NIOCore ChannelHandler.swift
[194/368] Compiling NIOCore ChannelHandlers.swift
[195/368] Compiling NIOCore ChannelInvoker.swift
[196/368] Compiling NIOCore ChannelOption.swift
[197/368] Compiling NIOCore IOData.swift
[198/368] Compiling NIOCore IPProtocol.swift
[199/368] Compiling NIOCore IntegerBitPacking.swift
[200/368] Compiling NIOCore IntegerTypes.swift
[201/368] Compiling NIOCore Interfaces.swift
[202/368] Compiling NIOCore ByteBuffer-conversions.swift
[203/368] Compiling NIOCore NIOLoopBound.swift
[204/368] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[205/368] Compiling NIOCore NIOScheduledCallback.swift
[206/368] Compiling NIOCore NIOSendable.swift
[207/368] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[208/368] Compiling NIOCore RecvByteBufferAllocator.swift
[209/368] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[210/368] Compiling NIOCore GlobalSingletons.swift
[211/368] Compiling NIOCore IO.swift
[212/368] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/368] Compiling NIOCore EventLoopFuture+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/368] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/368] Compiling NIOCore EventLoopFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/368] Compiling NIOCore FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/368] Compiling NIOCore FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/368] Compiling NIOCore FileRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/375] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[220/375] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[221/375] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[222/375] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[223/375] Compiling SwiftProtobuf HashVisitor.swift
[224/375] Compiling SwiftProtobuf Internal.swift
[225/375] Compiling SwiftProtobuf JSONDecoder.swift
[226/375] Compiling SwiftProtobuf JSONDecodingError.swift
[227/375] Compiling SwiftProtobuf JSONDecodingOptions.swift
[228/375] Compiling SwiftProtobuf JSONEncoder.swift
[248/384] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[264/384] Compiling NIOCore SocketAddresses.swift
[265/384] Compiling NIOCore SocketOptionProvider.swift
[266/384] Compiling NIOCore SystemCallHelpers.swift
[267/384] Compiling NIOCore TimeAmount+Duration.swift
[268/384] Emitting module SwiftProtobuf
[270/384] Compiling NIOCore ByteBuffer-core.swift
[271/384] Compiling NIOCore ByteBuffer-hex.swift
[272/384] Compiling NIOCore ByteBuffer-int.swift
[273/384] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[274/384] Compiling NIOCore ByteBuffer-multi-int.swift
[275/384] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[276/384] Compiling NIOCore ByteBuffer-views.swift
[278/384] Compiling NIOCore TypeAssistedChannelHandler.swift
[279/384] Compiling NIOCore UniversalBootstrapSupport.swift
[280/384] Compiling NIOCore Utilities.swift
[281/384] Compiling SwiftProtobuf TextFormatEncoder.swift
[282/384] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[283/384] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[284/384] Compiling SwiftProtobuf TextFormatScanner.swift
[285/384] Compiling SwiftProtobuf TimeUtils.swift
[286/384] Compiling SwiftProtobuf UnknownStorage.swift
[287/384] Compiling NIOCore Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/384] Compiling NIOCore MarkedCircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/384] Compiling NIOCore MulticastChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/384] Compiling NIOCore NIOAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[291/384] Compiling NIOCore NIOCloseOnErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/384] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/384] Compiling NIOCore NIODecodedAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/384] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/384] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/384] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/384] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/384] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[308/384] Compiling SwiftProtobuf duration.pb.swift
[309/384] Compiling SwiftProtobuf empty.pb.swift
[310/384] Compiling SwiftProtobuf field_mask.pb.swift
[311/384] Compiling SwiftProtobuf source_context.pb.swift
[312/384] Compiling SwiftProtobuf struct.pb.swift
[313/384] Compiling SwiftProtobuf timestamp.pb.swift
[314/384] Compiling SwiftProtobuf type.pb.swift
[315/384] Compiling SwiftProtobuf wrappers.pb.swift
[316/384] Compiling SwiftProtobuf resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[366/384] Compiling NIOCore AsyncChannelOutboundWriter.swift
[367/384] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/384] Emitting module NIOCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/440] Compiling NIOEmbedded AsyncTestingEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[380/440] Compiling NIOEmbedded AsyncTestingChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[381/440] Compiling NIOEmbedded Embedded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[382/440] Emitting module NIOEmbedded
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[383/440] Compiling NIOPosix ServerSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[384/440] Compiling NIOPosix Socket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[385/440] Compiling NIOPosix SocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[386/440] Compiling NIOPosix SocketProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[387/440] Compiling NIOPosix StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[388/445] Compiling NIOPosix BSDSocketAPICommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[389/445] Compiling NIOPosix BSDSocketAPIPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[390/445] Compiling NIOPosix BSDSocketAPIWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[391/445] Compiling NIOPosix BaseSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[392/445] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[393/445] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[394/445] Emitting module NIOPosix
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[395/445] Compiling NIOPosix PosixSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[396/445] Compiling NIOPosix RawSocketBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[397/445] Compiling NIOPosix Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[398/445] Compiling NIOPosix Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[399/445] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[400/445] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[401/445] Compiling NIOPosix Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[402/445] Compiling NIOPosix VsockAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[403/445] Compiling NIOPosix VsockChannelEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[404/445] Compiling NIOPosix Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[405/445] Compiling NIOPosix resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[406/445] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[407/445] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[408/445] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[409/445] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[410/445] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[411/445] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[412/445] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[413/445] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[414/445] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[415/445] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[416/445] Compiling NIOPosix Pool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[417/445] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[418/445] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[419/445] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[420/445] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[421/445] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[422/445] Compiling NIOPosix SelectorWSAPoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[423/445] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[424/445] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[425/445] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[426/445] Compiling NIOPosix NIOPosixSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[427/445] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[428/445] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[429/445] Compiling NIOPosix System.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[430/445] Compiling NIOPosix Thread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[431/445] Compiling NIOPosix ThreadPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[432/445] Compiling NIOPosix ThreadWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[433/445] Compiling NIOPosix UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[434/445] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[435/445] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[436/445] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[437/445] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[438/445] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[439/445] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[440/485] Compiling NIO Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[441/485] Emitting module NIO
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[442/507] Emitting module _NIOFileSystem
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[443/511] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[444/512] Compiling NIOHTTP1 ByteCollectionUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[445/512] Compiling NIOHTTP1 HTTPDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[446/512] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[447/512] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[448/512] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[449/512] Compiling NIOHTTP1 HTTPEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[450/512] Compiling NIOHTTP1 HTTPHeaderValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[451/512] Compiling NIOHTTP1 HTTPTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[452/512] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[454/512] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[455/512] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[456/512] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[457/512] Emitting module NIOFoundationCompat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[458/512] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[459/512] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[460/512] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[461/512] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[462/512] Compiling _NIOFileSystem OpenOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[463/512] Compiling _NIOFileSystem String+FileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[464/512] Compiling _NIOFileSystem resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[465/512] Compiling _NIOFileSystem Errno.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[466/512] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[467/512] Compiling _NIOFileSystem Mocking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[468/512] Compiling _NIOFileSystem Syscall.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[469/512] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[470/512] Compiling _NIOFileSystem BufferedStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[471/512] Compiling _NIOFileSystem Cancellation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[472/512] Compiling _NIOFileSystem TokenBucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[473/512] Compiling _NIOFileSystem UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[475/512] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[476/512] Compiling NIOHTTP1 HTTPPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[477/512] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[478/512] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[479/512] Compiling _NIOFileSystem FileType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[480/512] Compiling _NIOFileSystem IOStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[481/512] Compiling _NIOFileSystem BufferedOrAnyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[482/512] Compiling _NIOFileSystem Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[483/512] Compiling _NIOFileSystem FileChunks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[484/512] Compiling _NIOFileSystem FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[485/512] Compiling _NIOFileSystem FileHandleProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[496/512] Emitting module NIOHTTP1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[499/531] Compiling _NIOFileSystem ParallelDirCopy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[500/531] Compiling _NIOFileSystem ParallelRemoval.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[501/531] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[502/531] Compiling _NIOFileSystem CInterop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[503/531] Compiling _NIOFileSystem FileInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[504/531] Compiling _NIOFileSystem FileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[505/531] Compiling _NIOFileSystem FileSystemError+Syscall.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[506/531] Compiling _NIOFileSystem FileSystemError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[507/533] Compiling NIOExtras NIOExtrasError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[508/533] Compiling NIOExtras NIOLengthFieldBitLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[509/534] Compiling NIOExtras QuiescingHelper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[510/534] Compiling NIOExtras RequestResponseHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[511/534] Compiling NIOExtras LineBasedFrameDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[512/534] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[513/534] Compiling NIOExtras NIORequestIdentifiable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[514/534] Compiling NIOExtras PCAPRingBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[515/534] Compiling NIOExtras RequestResponseHandlers+State.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[516/534] Compiling NIOExtras RequestResponseWithIDHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[517/534] Compiling NIOFileSystem Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[518/534] Emitting module NIOFileSystem
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[519/534] Compiling NIOExtras DebugInboundEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[520/534] Compiling NIOExtras DebugOutboundEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[521/534] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[522/534] Compiling NIOExtras JSONRPCFraming.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[523/534] Emitting module NIOExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[524/534] Compiling NIOExtras FixedLengthFrameDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[525/534] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[526/534] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[527/534] Compiling NIOExtras LengthFieldPrepender.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[528/536] Emitting module ProfileRecorderHelpers
[529/536] Compiling ProfileRecorderHelpers Helpers.swift
[530/536] Compiling NIOExtras WritePCAPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[531/540] Emitting module ProfileRecorder
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorder/ProfileRecorderSampler.swift:22:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProfileRecorder' may lead to instability during execution
 20 | import Dispatch
 21 | #if canImport(CProfileRecorderSampler) // only on macOS & Linux
 22 | @_implementationOnly import CProfileRecorderSampler
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProfileRecorder' may lead to instability during execution
 23 | #endif
 24 |
[532/540] Compiling ProfileRecorder ProfileRecorderSampler.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorder/ProfileRecorderSampler.swift:22:22: warning: using '@_implementationOnly' without enabling library evolution for 'ProfileRecorder' may lead to instability during execution
 20 | import Dispatch
 21 | #if canImport(CProfileRecorderSampler) // only on macOS & Linux
 22 | @_implementationOnly import CProfileRecorderSampler
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'ProfileRecorder' may lead to instability during execution
 23 | #endif
 24 |
[533/540] Emitting module ProfileRecorderPprofFormat
[534/540] Compiling ProfileRecorderPprofFormat profile.pb.swift
[535/564] Compiling _ProfileRecorderSampleConversion Pprof.swift
[536/564] Compiling _ProfileRecorderSampleConversion RendererTypes.swift
[537/566] Compiling _ProfileRecorderSampleConversion FlamegraphCollapsed.swift
[538/566] Compiling _ProfileRecorderSampleConversion PerfScript.swift
[539/566] Compiling _ProfileRecorderSampleConversion ProfileRecorderAddtions+Types.swift
[540/566] Compiling _ProfileRecorderSampleConversion ProfileRecorderSampleConverter.swift
[541/566] Compiling _ProfileRecorderSampleConversion SampleAggregator.swift
[542/566] Compiling _ProfileRecorderSampleConversion Sampler+Conversion.swift
[543/566] Compiling _ProfileRecorderSampleConversion MemoryReader.swift
[544/566] Compiling _ProfileRecorderSampleConversion Registers.swift
[545/566] Compiling _ProfileRecorderSampleConversion Utils.swift
[546/566] Emitting module _ProfileRecorderSampleConversion
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:212:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 210 | typealias SWIPR_Elf64_Sym = CProfileRecorderSwiftELF.SWIPR_Elf64_Sym
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:213:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:214:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:215:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:217:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:218:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:219:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
 221 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:220:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 221 |
 222 | typealias SWIPR_Elf32_Rel  = CProfileRecorderSwiftELF.SWIPR_Elf32_Rel
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:227:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 225 | typealias SWIPR_Elf64_Rela = CProfileRecorderSwiftELF.SWIPR_Elf64_Rela
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:228:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:229:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:231:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:232:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
 234 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:233:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 234 |
 235 | typealias SWIPR_Elf32_Phdr = CProfileRecorderSwiftELF.SWIPR_Elf32_Phdr
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
 246 |
 247 | nonisolated(unsafe) let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 248 |
 249 | // .. Utilities ................................................................
[547/566] Compiling _ProfileRecorderSampleConversion CoreSymbolicationSymboliser.swift
[548/566] Compiling _ProfileRecorderSampleConversion FakeSymbolizer.swift
[549/566] Compiling _ProfileRecorderSampleConversion HelperFunctions.swift
[550/566] Compiling _ProfileRecorderSampleConversion Coders.swift
[551/566] Compiling _ProfileRecorderSampleConversion CoreSymbolication.swift
[552/566] Compiling _ProfileRecorderSampleConversion CoreSymbolicationHelper.swift
[553/566] Compiling _ProfileRecorderSampleConversion Symboliser.swift
[554/566] Compiling _ProfileRecorderSampleConversion Types.swift
[555/566] Compiling _ProfileRecorderSampleConversion NIOTimeAmount+PrettyPrint.swift
[556/566] Compiling _ProfileRecorderSampleConversion ByteSwapping.swift
[557/566] Compiling _ProfileRecorderSampleConversion Dwarf.swift
[558/566] Compiling _ProfileRecorderSampleConversion Elf.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:212:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 210 | typealias SWIPR_Elf64_Sym = CProfileRecorderSwiftELF.SWIPR_Elf64_Sym
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:213:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:214:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:215:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:217:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:218:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:219:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
 221 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:220:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 221 |
 222 | typealias SWIPR_Elf32_Rel  = CProfileRecorderSwiftELF.SWIPR_Elf32_Rel
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:227:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 225 | typealias SWIPR_Elf64_Rela = CProfileRecorderSwiftELF.SWIPR_Elf64_Rela
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:228:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:229:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:231:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:232:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
 234 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:233:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 234 |
 235 | typealias SWIPR_Elf32_Phdr = CProfileRecorderSwiftELF.SWIPR_Elf32_Phdr
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
 246 |
 247 | nonisolated(unsafe) let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 248 |
 249 | // .. Utilities ................................................................
[559/566] Compiling _ProfileRecorderSampleConversion Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:212:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 210 | typealias SWIPR_Elf64_Sym = CProfileRecorderSwiftELF.SWIPR_Elf64_Sym
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:213:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:214:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:215:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:217:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:218:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:219:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
 221 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:220:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 221 |
 222 | typealias SWIPR_Elf32_Rel  = CProfileRecorderSwiftELF.SWIPR_Elf32_Rel
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:227:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 225 | typealias SWIPR_Elf64_Rela = CProfileRecorderSwiftELF.SWIPR_Elf64_Rela
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:228:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:229:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:231:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:232:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
 234 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:233:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 234 |
 235 | typealias SWIPR_Elf32_Phdr = CProfileRecorderSwiftELF.SWIPR_Elf32_Phdr
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
 246 |
 247 | nonisolated(unsafe) let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 248 |
 249 | // .. Utilities ................................................................
[560/566] Compiling _ProfileRecorderSampleConversion ImageSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:212:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 210 | typealias SWIPR_Elf64_Sym = CProfileRecorderSwiftELF.SWIPR_Elf64_Sym
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:213:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 211 |
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:214:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 212 | nonisolated(unsafe) let ELF32_ST_BIND       = CProfileRecorderSwiftELF.ELF32_ST_BIND
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:215:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 213 | nonisolated(unsafe) let ELF32_ST_TYPE       = CProfileRecorderSwiftELF.ELF32_ST_TYPE
 214 | nonisolated(unsafe) let ELF32_ST_INFO       = CProfileRecorderSwiftELF.ELF32_ST_INFO
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:217:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 215 | nonisolated(unsafe) let ELF32_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF32_ST_VISIBILITY
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Binding' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Binding'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:218:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 216 |
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Type' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Type'), consider removing it
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:219:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 217 | nonisolated(unsafe) let ELF64_ST_BIND       = CProfileRecorderSwiftELF.ELF64_ST_BIND
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> SWIPR_Elf_Byte' (aka '@Sendable (SWIPR_Elf_Sym_Binding, SWIPR_Elf_Sym_Type) -> UInt8'), consider removing it
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
 221 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:220:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 218 | nonisolated(unsafe) let ELF64_ST_TYPE       = CProfileRecorderSwiftELF.ELF64_ST_TYPE
 219 | nonisolated(unsafe) let ELF64_ST_INFO       = CProfileRecorderSwiftELF.ELF64_ST_INFO
 220 | nonisolated(unsafe) let ELF64_ST_VISIBILITY = CProfileRecorderSwiftELF.ELF64_ST_VISIBILITY
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf_Byte) -> SWIPR_Elf_Sym_Visibility' (aka '@Sendable (UInt8) -> SWIPR_Elf_Sym_Visibility'), consider removing it
 221 |
 222 | typealias SWIPR_Elf32_Rel  = CProfileRecorderSwiftELF.SWIPR_Elf32_Rel
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:227:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 225 | typealias SWIPR_Elf64_Rela = CProfileRecorderSwiftELF.SWIPR_Elf64_Rela
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:228:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 226 |
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Word) -> SWIPR_Elf32_Byte' (aka '@Sendable (UInt32) -> UInt8'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:229:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 227 | nonisolated(unsafe) let ELF32_R_SYM  = CProfileRecorderSwiftELF.ELF32_R_SYM
 228 | nonisolated(unsafe) let ELF32_R_TYPE = CProfileRecorderSwiftELF.ELF32_R_TYPE
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf32_Byte, SWIPR_Elf32_Byte) -> SWIPR_Elf32_Word' (aka '@Sendable (UInt8, UInt8) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:231:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 229 | nonisolated(unsafe) let ELF32_R_INFO = CProfileRecorderSwiftELF.ELF32_R_INFO
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:232:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 230 |
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Xword) -> SWIPR_Elf64_Word' (aka '@Sendable (UInt64) -> UInt32'), consider removing it
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
 234 |
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:233:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 231 | nonisolated(unsafe) let ELF64_R_SYM  = CProfileRecorderSwiftELF.ELF64_R_SYM
 232 | nonisolated(unsafe) let ELF64_R_TYPE = CProfileRecorderSwiftELF.ELF64_R_TYPE
 233 | nonisolated(unsafe) let ELF64_R_INFO = CProfileRecorderSwiftELF.ELF64_R_INFO
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (SWIPR_Elf64_Word, SWIPR_Elf64_Word) -> SWIPR_Elf64_Xword' (aka '@Sendable (UInt32, UInt32) -> UInt64'), consider removing it
 234 |
 235 | typealias SWIPR_Elf32_Phdr = CProfileRecorderSwiftELF.SWIPR_Elf32_Phdr
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderSampleConversion/NativeELFSymboliser/Elf.swift:247:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 245 | typealias SWIPR_Elf64_Hash = CProfileRecorderSwiftELF.SWIPR_Elf64_Hash
 246 |
 247 | nonisolated(unsafe) let SWIPR_elf_hash = CProfileRecorderSwiftELF.SWIPR_elf_hash
     | `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '@Sendable (UnsafePointer<UInt8>?) -> UInt', consider removing it
 248 |
 249 | // .. Utilities ................................................................
[561/574] Emitting module swipr_sample_conv
[562/574] Compiling swipr_sample_conv LLVMJSONOutputParserHandler.swift
[563/574] Compiling swipr_sample_conv LLVMStackFrameEncoderHandler.swift
[564/574] Compiling swipr_sample_conv MainFile.swift
[565/574] Compiling swipr_sample_conv LLVMSymbolizer.swift
[566/574] Compiling swipr_sample_conv LLVMOutputParserHandler.swift
[566/574] Write Objects.LinkFileList
[568/574] Compiling ProfileRecorderServer Server.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileRecorderServer/Server.swift:338:48: warning: value 'remoteAddress' was defined but never used; consider replacing with boolean test
336 |                                     childGroup.addTask {
337 |                                         var logger = logger
338 |                                         if let remoteAddress = child.channel.remoteAddress {
    |                                                `- warning: value 'remoteAddress' was defined but never used; consider replacing with boolean test
339 |                                             logger[metadataKey: "peer"] = "\(child.channel.remoteAddress!)"
340 |                                         }
[569/574] Emitting module ProfileRecorderServer
[570/576] Emitting module swipr_mini_demo
[571/576] Compiling swipr_mini_demo Main.swift
[571/576] Write Objects.LinkFileList
[572/576] Linking swipr-sample-conv
[573/576] Applying swipr-sample-conv
[574/576] Linking swipr-mini-demo
[575/576] Applying swipr-mini-demo
Build complete! (127.18s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
Fetched https://github.com/apple/swift-nio.git from cache (2.26s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.07s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.09s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (3.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.0 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.23s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.24s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.72s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.89s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.04s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.37s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
[1/2568] Fetching swift-service-lifecycle
[695/8292] Fetching swift-service-lifecycle, swift-async-algorithms
[836/15317] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.82s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
[1097/12749] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.18s)
[2248/7025] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.32s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.51s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.59s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.59s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.06s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.49s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-profile-recorder",
  "name" : "swift-profile-recorder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ProfileRecorder",
      "targets" : [
        "ProfileRecorder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProfileRecorderServer",
      "targets" : [
        "ProfileRecorderServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swipr-sample-conv",
      "targets" : [
        "swipr-sample-conv"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "_ProfileRecorderSampleConversion",
      "targets" : [
        "_ProfileRecorderSampleConversion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swipr-mini-demo",
      "targets" : [
        "swipr-mini-demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swipr_sample_conv",
      "module_type" : "SwiftTarget",
      "name" : "swipr-sample-conv",
      "path" : "Sources/swipr-sample-conv",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swipr-sample-conv"
      ],
      "sources" : [
        "LLVMJSONOutputParserHandler.swift",
        "LLVMOutputParserHandler.swift",
        "LLVMStackFrameEncoderHandler.swift",
        "LLVMSymbolizer.swift",
        "MainFile.swift"
      ],
      "target_dependencies" : [
        "CProfileRecorderSwiftELF",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers",
        "ProfileRecorder"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swipr_mini_demo",
      "module_type" : "SwiftTarget",
      "name" : "swipr-mini-demo",
      "path" : "Sources/swipr-mini-demo",
      "product_dependencies" : [
        "ArgumentParser",
        "NIO",
        "Logging"
      ],
      "product_memberships" : [
        "swipr-mini-demo"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "ProfileRecorderHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_ProfileRecorderSampleConversion",
      "module_type" : "SwiftTarget",
      "name" : "_ProfileRecorderSampleConversion",
      "path" : "Sources/ProfileRecorderSampleConversion",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "Logging",
        "NIOExtras"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Coders.swift",
        "CoreSymbolication/CoreSymbolication.swift",
        "CoreSymbolication/CoreSymbolicationHelper.swift",
        "CoreSymbolication/CoreSymbolicationSymboliser.swift",
        "FakeSymbolizer.swift",
        "HelperFunctions.swift",
        "NIOTimeAmount+PrettyPrint.swift",
        "NativeELFSymboliser/ByteSwapping.swift",
        "NativeELFSymboliser/Dwarf.swift",
        "NativeELFSymboliser/Elf.swift",
        "NativeELFSymboliser/Image.swift",
        "NativeELFSymboliser/ImageSource.swift",
        "NativeELFSymboliser/MemoryReader.swift",
        "NativeELFSymboliser/Registers.swift",
        "NativeELFSymboliser/Utils.swift",
        "OutputFormatRendering/FlamegraphCollapsed.swift",
        "OutputFormatRendering/PerfScript.swift",
        "OutputFormatRendering/Pprof.swift",
        "OutputFormatRendering/RendererTypes.swift",
        "ProfileRecorderAddtions+Types.swift",
        "ProfileRecorderSampleConverter.swift",
        "SampleAggregator.swift",
        "Sampler+Conversion.swift",
        "Symboliser.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "CProfileRecorderSwiftELF",
        "CProfileRecorderDarwin",
        "ProfileRecorderPprofFormat",
        "ProfileRecorderHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderTests",
      "path" : "Tests/ProfileRecorderTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem"
      ],
      "sources" : [
        "ProfileRecorderTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderServerTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderServerTests",
      "path" : "Tests/ProfileRecorderServerTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem",
        "AsyncHTTPClient"
      ],
      "sources" : [
        "ProfileRecorderServerTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderServer",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderServer",
      "path" : "Sources/ProfileRecorderServer",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "_NIOFileSystem",
        "Logging"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers",
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderPprofFormat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderSampleConversionTests",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderSampleConversionTests",
      "path" : "Tests/ProfileRecorderSampleConversionTests",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "Logging",
        "_NIOFileSystem"
      ],
      "sources" : [
        "CachedSymbolizerTests.swift",
        "FlamegraphCollapsedTests.swift",
        "Helpers.swift",
        "PerfScriptTests.swift",
        "PprofTests.swift",
        "SampleConversionTests.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorder",
        "_ProfileRecorderSampleConversion",
        "ProfileRecorderHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProfileRecorderPprofFormat",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderPprofFormat",
      "path" : "Sources/ProfileRecorderPprofFormat",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "profile.pb.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorderHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorderHelpers",
      "path" : "Sources/ProfileRecorderHelpers",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem"
      ],
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "Helpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProfileRecorder",
      "module_type" : "SwiftTarget",
      "name" : "ProfileRecorder",
      "path" : "Sources/ProfileRecorder",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem"
      ],
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "ProfileRecorderSampler.swift"
      ],
      "target_dependencies" : [
        "ProfileRecorderHelpers",
        "CProfileRecorderSampler"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderSwiftELF",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderSwiftELF",
      "path" : "Sources/CProfileRecorderSwiftELF",
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderSampler",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderSampler",
      "path" : "Sources/CProfileRecorderSampler",
      "product_memberships" : [
        "ProfileRecorder",
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "fp_unwinder.c",
        "os_dep_darwin.c",
        "os_dep_linux.c",
        "sampler.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CProfileRecorderDarwin",
      "module_type" : "ClangTarget",
      "name" : "CProfileRecorderDarwin",
      "path" : "Sources/CProfileRecorderDarwin",
      "product_memberships" : [
        "ProfileRecorderServer",
        "swipr-sample-conv",
        "_ProfileRecorderSampleConversion",
        "swipr-mini-demo"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.