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 0.3.10 (005d4a), with Swift 6.1 for macOS (SPM) on 30 Nov 2025 17:25:31 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

        "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
[7/62] Write swipr-mini-demo-entitlement.plist
[7/62] Copying PrivacyInfo.xcprivacy
[7/62] Write swipr-sample-conv-entitlement.plist
[10/62] Copying PrivacyInfo.xcprivacy
[10/62] Write sources
[16/62] Copying PrivacyInfo.xcprivacy
[16/62] Write sources
[32/62] Compiling CSystem shims.c
[32/62] Compiling CNIOWindows shim.c
[34/62] Compiling CNIOWindows WSAStartup.c
[35/62] Write swift-version-2F0A5646E1D333AE.txt
[36/62] Compiling CProfileRecorderDarwin empty.c
[37/62] Compiling CProfileRecorderSwiftELF empty.c
[38/62] Compiling CProfileRecorderSampler os_dep_linux.c
[39/62] Compiling CNIOWASI CNIOWASI.c
[40/62] Compiling CNIOLinux shim.c
[41/96] Compiling CNIOPosix event_loop_id.c
[42/96] Compiling _AtomicsShims.c
[43/188] Compiling CNIOLinux liburing_shims.c
[44/188] Compiling CProfileRecorderSampler fp_unwinder.c
[45/188] Compiling CNIOLLHTTP c_nio_http.c
[46/205] Compiling CNIOLLHTTP c_nio_api.c
[47/205] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/205] Compiling CProfileRecorderSampler os_dep_darwin.c
[49/205] Compiling CProfileRecorderSampler sampler.c
[50/205] Write sources
[52/224] Compiling CNIODarwin shim.c
[54/224] 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
[55/224] 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
[55/224] Write sources
[57/226] 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
[58/226] Compiling Atomics ManagedAtomicLazyReference.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
[59/226] Compiling Atomics UnsafeAtomic.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
[60/226] Compiling Atomics DoubleWord.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
[61/226] Compiling Atomics ManagedAtomic.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
[62/226] 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
[63/227] 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
[66/227] Compiling Atomics AtomicValue.swift
[67/227] Compiling Atomics AtomicMemoryOrderings.swift
[70/227] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/227] Compiling Atomics IntegerOperations.swift
[72/228] 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
[73/228] 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
[74/228] Compiling Atomics PointerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/228] Compiling Atomics Primitives.native.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/228] Compiling Atomics AtomicInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/228] Compiling Atomics AtomicOptionalWrappable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/228] Compiling Atomics AtomicBool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/228] Compiling Atomics IntegerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/228] 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
[83/228] Compiling Atomics OptionalRawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/228] Compiling Atomics RawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/228] Compiling Atomics Unmanaged extensions.swift
[86/244] Compiling DequeModule Deque+Equatable.swift
[87/244] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/244] Compiling DequeModule Deque+Codable.swift
[89/247] Compiling Logging MetadataProvider.swift
[90/247] Compiling Logging Locks.swift
[91/247] Emitting module Logging
[92/247] Compiling DequeModule Deque+Descriptions.swift
[93/247] Compiling DequeModule Deque._UnsafeHandle.swift
[94/247] Compiling DequeModule Deque.swift
[97/247] Compiling Atomics AtomicReference.swift
[98/247] Compiling Atomics AtomicStorage.swift
[101/247] Compiling SwiftProtobuf ExtensibleMessage.swift
[102/247] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[103/247] Compiling SwiftProtobuf ExtensionFields.swift
[104/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
[105/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
[106/247] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/248] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[109/248] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[110/248] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[111/248] Compiling SwiftProtobuf ExtensionMap.swift
[112/248] Compiling SwiftProtobuf FieldTag.swift
[113/248] Compiling SwiftProtobuf FieldTypes.swift
[114/248] Emitting module SystemPackage
[115/248] Compiling Logging Logging.swift
[116/248] Compiling Logging LogHandler.swift
[117/248] Emitting module ArgumentParserToolInfo
[118/248] Compiling ArgumentParserToolInfo ToolInfo.swift
[119/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
[120/248] Compiling DequeModule Deque+Collection.swift
[121/248] Compiling DequeModule Deque+Extras.swift
[122/248] Compiling DequeModule Deque+Hashable.swift
[123/248] Compiling DequeModule Deque+Testing.swift
[124/248] Compiling DequeModule Deque._Storage.swift
[126/248] Compiling SystemPackage Util+StringArray.swift
[127/248] Compiling SystemPackage Util.swift
[128/248] Compiling SystemPackage UtilConsumers.swift
[129/294] Compiling ArgumentParser FishCompletionsGenerator.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
[130/294] Compiling ArgumentParser ZshCompletionsGenerator.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
[131/294] Compiling ArgumentParser InputOrigin.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
[132/294] Compiling ArgumentParser Name.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
[133/294] Compiling ArgumentParser MessageInfo.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
[134/294] Compiling ArgumentParser UsageGenerator.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
[135/294] Compiling ArgumentParser Argument.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
[136/294] Compiling ArgumentParser InputKey.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
[137/294] 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
[138/294] 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
[139/294] Compiling ArgumentParser BashCompletionsGenerator.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
[140/294] Compiling ArgumentParser CompletionsGenerator.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
[141/294] 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
[142/294] 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
[151/294] Compiling ArgumentParser Platform.swift
[152/294] Compiling ArgumentParser ParserError.swift
[153/294] Emitting module Atomics
[153/294] Compiling c-nioatomics.c
[158/294] Compiling ArgumentParser Parsed.swift
[159/294] Compiling ArgumentParser ParsedValues.swift
[159/298] Compiling c-atomics.c
[161/304] Compiling ArgumentParser ArgumentDiscussion.swift
[162/304] Compiling ArgumentParser ArgumentHelp.swift
[163/304] Compiling ArgumentParser ArgumentVisibility.swift
[164/304] Compiling ArgumentParser CompletionKind.swift
[165/304] Compiling ArgumentParser Errors.swift
[166/304] Compiling ArgumentParser SequenceExtensions.swift
[167/304] Compiling ArgumentParser StringExtensions.swift
[168/304] Compiling ArgumentParser SwiftExtensions.swift
[169/304] Compiling ArgumentParser Tree.swift
[170/304] Compiling ArgumentParser CodingKeyValidator.swift
[171/304] Compiling ArgumentParser CommandConfiguration.swift
[172/304] Compiling ArgumentParser CommandGroup.swift
[173/304] Compiling ArgumentParser EnumerableFlag.swift
[174/304] Compiling ArgumentParser ExpressibleByArgument.swift
[175/304] Compiling ArgumentParser ParsableArguments.swift
[176/304] Emitting module ArgumentParser
[177/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
[178/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
[179/304] Compiling ArgumentParser NonsenseFlagsValidator.swift
[180/304] Compiling ArgumentParser ParsableArgumentsValidation.swift
[181/304] Compiling ArgumentParser PositionalArgumentsValidator.swift
[182/304] Compiling ArgumentParser UniqueNamesValidator.swift
[183/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
[184/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
[185/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
[186/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
[187/304] Compiling ArgumentParser Flag.swift
[188/304] Compiling ArgumentParser NameSpecification.swift
[189/304] Compiling ArgumentParser Option.swift
[190/304] Compiling ArgumentParser OptionGroup.swift
[191/304] Compiling ArgumentParser AsyncParsableCommand.swift
[197/368] Emitting module SwiftProtobuf
[198/377] Compiling NIOCore NIOLoopBound.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
[199/377] Compiling NIOCore NIOPooledRecvBufferAllocator.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
[200/377] Compiling NIOCore NIOScheduledCallback.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
[201/377] Compiling NIOCore NIOSendable.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
[202/377] Compiling NIOCore NIOSplitLinesMessageDecoder.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
[203/377] Compiling NIOCore RecvByteBufferAllocator.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
[204/377] Compiling NIOCore SingleStepByteToMessageDecoder.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
[205/384] Compiling NIOCore MarkedCircularBuffer.swift
[206/384] Compiling NIOCore MulticastChannel.swift
[207/384] Compiling NIOCore NIOAny.swift
[208/384] Compiling NIOCore NIOCloseOnErrorHandler.swift
[209/384] Compiling NIOCore NIOCoreSendableMetatype.swift
[210/384] Compiling NIOCore NIODecodedAsyncSequence.swift
[211/384] Compiling NIOCore Codec.swift
[212/384] Compiling NIOCore ConvenienceOptionSupport.swift
[213/384] Compiling NIOCore DeadChannel.swift
[214/384] Compiling NIOCore DispatchQueue+WithFuture.swift
[215/384] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[216/384] Compiling NIOCore ByteBuffer-multi-int.swift
[217/384] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[218/384] Compiling NIOCore ByteBuffer-views.swift
[219/384] Compiling NIOCore Linux.swift
[220/384] Compiling NIOCore AsyncChannelOutboundWriter.swift
[221/384] Compiling NIOCore NIOAsyncSequenceProducer.swift
[222/384] Compiling NIOCore GlobalSingletons.swift
[223/384] Compiling NIOCore IO.swift
[224/384] Compiling NIOCore IOData.swift
[225/384] Compiling NIOCore IPProtocol.swift
[226/384] Compiling NIOCore IntegerBitPacking.swift
[227/384] Compiling NIOCore IntegerTypes.swift
[228/384] Compiling NIOCore Interfaces.swift
[229/384] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[240/384] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[241/384] Compiling NIOCore BSDSocketAPI.swift
[242/384] Compiling NIOCore ByteBuffer-aux.swift
[243/384] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[244/384] Compiling NIOCore ByteBuffer-conversions.swift
[245/384] Compiling NIOCore AddressedEnvelope.swift
[246/384] Compiling NIOCore AsyncAwaitSupport.swift
[247/384] Compiling NIOCore AsyncChannel.swift
[248/384] Compiling NIOCore AsyncChannelHandler.swift
[249/384] Compiling NIOCore AsyncChannelInboundStream.swift
[255/384] Compiling NIOCore EventLoop+Deprecated.swift
[256/384] Compiling NIOCore EventLoop+SerialExecutor.swift
[257/384] Compiling NIOCore EventLoop.swift
[258/384] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[259/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[282/384] 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
[283/384] 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
[284/384] 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
[285/384] 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
[286/384] 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
[287/384] 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
[288/384] Compiling NIOCore Channel.swift
[289/384] Compiling NIOCore ChannelHandler.swift
[290/384] Compiling NIOCore ChannelHandlers.swift
[291/384] Compiling NIOCore ChannelInvoker.swift
[292/384] Compiling NIOCore ChannelOption.swift
[293/384] Compiling NIOCore ChannelPipeline.swift
[294/384] Compiling NIOCore CircularBuffer.swift
[295/384] Compiling NIOCore ByteBuffer-core.swift
[296/384] Compiling NIOCore ByteBuffer-hex.swift
[297/384] Compiling NIOCore ByteBuffer-int.swift
[307/384] Compiling NIOCore SocketAddresses.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
[308/384] Compiling NIOCore 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
[309/384] Compiling NIOCore SystemCallHelpers.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
[310/384] Compiling NIOCore TimeAmount+Duration.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
[311/384] Compiling NIOCore TypeAssistedChannelHandler.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
[312/384] Compiling NIOCore UniversalBootstrapSupport.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
[313/384] Compiling NIOCore 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[335/384] Compiling SwiftProtobuf duration.pb.swift
[336/384] Compiling SwiftProtobuf empty.pb.swift
[337/384] Compiling SwiftProtobuf field_mask.pb.swift
[338/384] Compiling SwiftProtobuf source_context.pb.swift
[339/384] Compiling SwiftProtobuf struct.pb.swift
[340/384] Compiling SwiftProtobuf timestamp.pb.swift
[341/384] Compiling SwiftProtobuf type.pb.swift
[342/384] Compiling SwiftProtobuf wrappers.pb.swift
[343/384] Compiling SwiftProtobuf resource_bundle_accessor.swift
[346/384] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[347/384] Compiling SwiftProtobuf ProtobufMap.swift
[348/384] Compiling SwiftProtobuf SelectiveVisitor.swift
[349/384] Compiling SwiftProtobuf SimpleExtensionMap.swift
[350/384] Compiling SwiftProtobuf StringUtils.swift
[351/384] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[352/384] Compiling SwiftProtobuf SwiftProtobufError.swift
[353/384] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[354/384] Compiling SwiftProtobuf Varint.swift
[355/384] Compiling SwiftProtobuf Version.swift
[356/384] Compiling SwiftProtobuf Visitor.swift
[357/384] Compiling SwiftProtobuf WireFormat.swift
[358/384] Compiling SwiftProtobuf ZigZag.swift
[359/384] Compiling SwiftProtobuf any.pb.swift
[360/384] Compiling SwiftProtobuf api.pb.swift
[361/384] Compiling SwiftProtobuf descriptor.pb.swift
[371/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[379/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
[380/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
[381/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
[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 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
[384/440] 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
[385/440] 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
[386/440] 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
[387/440] 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
[388/440] 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
[389/440] 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
[390/440] 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
[391/440] 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
[392/440] 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
[393/440] 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
[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 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
[402/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
[403/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
[404/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
[405/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
[406/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
[407/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
[408/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
[409/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
[410/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
[411/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
[412/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
[413/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
[414/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
[415/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
[416/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
[417/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
[418/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
[419/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
[420/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
[421/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
[422/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
[423/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
[424/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
[425/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
[426/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
[427/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
[428/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
[429/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
[430/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
[431/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
[432/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
[433/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
[434/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
[435/445] 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
[436/445] 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
[437/445] 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
[438/445] 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
[439/445] 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
[440/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
[441/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
[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 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
[444/511] 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
[445/511] 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
[446/511] 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
[447/511] 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
[448/511] 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
[449/511] 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
[450/511] Compiling _NIOFileSystem BufferedReader.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/511] Compiling _NIOFileSystem BufferedWriter.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/511] Compiling _NIOFileSystem ByteBuffer+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
[453/511] 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
[454/511] 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
[455/511] 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
[456/511] 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
[457/511] 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
[458/511] 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
[459/511] 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
[460/511] 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
[461/511] 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
[462/511] 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
[463/511] 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
[464/511] 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
[465/511] Compiling _NIOFileSystem ByteCount.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/511] Compiling _NIOFileSystem Convenience.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/511] Compiling _NIOFileSystem DirectoryEntries.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/511] Compiling _NIOFileSystem DirectoryEntry.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/511] 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
[470/511] 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
[471/511] 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
[472/511] 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
[473/511] 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
[474/511] 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
[475/511] 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
[476/511] 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
[477/511] 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
[478/511] 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
[479/511] 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
[480/511] 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
[481/511] Compiling _NIOFileSystem 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
[482/511] Compiling _NIOFileSystem SystemFileHandle.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/511] Compiling _NIOFileSystem 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
[484/511] Compiling _NIOFileSystem NIOFilePath.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/511] 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
[486/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[493/511] 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
[494/511] 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
[495/511] 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
[496/511] 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
[497/511] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[502/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[507/533] 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
[508/533] 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
[509/533] 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/533] 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 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
[512/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
[513/534] 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
[514/534] 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
[515/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
[516/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
[517/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
[518/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
[519/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
[520/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
[521/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
[522/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
[523/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
[524/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
[525/536] 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
[526/536] 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
[527/536] 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
[528/536] Compiling ProfileRecorderHelpers Helpers.swift
[529/536] Emitting module ProfileRecorderHelpers
[530/540] 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] Compiling ProfileRecorderPprofFormat profile.pb.swift
[534/540] Emitting module ProfileRecorderPprofFormat
[535/564] Compiling _ProfileRecorderSampleConversion SampleAggregator.swift
[536/564] Compiling _ProfileRecorderSampleConversion Sampler+Conversion.swift
[537/566] Compiling _ProfileRecorderSampleConversion MemoryReader.swift
[538/566] Compiling _ProfileRecorderSampleConversion Registers.swift
[539/566] Compiling _ProfileRecorderSampleConversion Utils.swift
[540/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 ................................................................
[541/566] Compiling _ProfileRecorderSampleConversion ProfileRecorderAddtions+Types.swift
[542/566] Compiling _ProfileRecorderSampleConversion ProfileRecorderSampleConverter.swift
[543/566] Compiling _ProfileRecorderSampleConversion Coders.swift
[544/566] Compiling _ProfileRecorderSampleConversion CoreSymbolication.swift
[545/566] Compiling _ProfileRecorderSampleConversion CoreSymbolicationHelper.swift
[546/566] Compiling _ProfileRecorderSampleConversion Symboliser.swift
[547/566] Compiling _ProfileRecorderSampleConversion Types.swift
[548/566] Compiling _ProfileRecorderSampleConversion FlamegraphCollapsed.swift
[549/566] Compiling _ProfileRecorderSampleConversion PerfScript.swift
[550/566] Compiling _ProfileRecorderSampleConversion CoreSymbolicationSymboliser.swift
[551/566] Compiling _ProfileRecorderSampleConversion FakeSymbolizer.swift
[552/566] Compiling _ProfileRecorderSampleConversion HelperFunctions.swift
[553/566] Compiling _ProfileRecorderSampleConversion Pprof.swift
[554/566] Compiling _ProfileRecorderSampleConversion RendererTypes.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] Compiling swipr_sample_conv LLVMSymbolizer.swift
[562/574] Compiling swipr_sample_conv LLVMJSONOutputParserHandler.swift
[563/574] Compiling swipr_sample_conv LLVMStackFrameEncoderHandler.swift
[564/574] Compiling swipr_sample_conv LLVMOutputParserHandler.swift
[565/574] Emitting module swipr_sample_conv
[566/574] Compiling swipr_sample_conv MainFile.swift
[566/574] Write Objects.LinkFileList
[568/574] Emitting module ProfileRecorderServer
[569/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 |                                         }
[570/576] Compiling swipr_mini_demo Main.swift
[571/576] Emitting module swipr_mini_demo
[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! (100.07s)
Fetching https://github.com/apple/swift-nio-extras.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-atomics.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (2.88s)
Fetched https://github.com/apple/swift-log.git from cache (2.90s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.90s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.92s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.93s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.97s)
Fetched https://github.com/apple/swift-nio.git from cache (3.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (3.51s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
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.50s)
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-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.97s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.14s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
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.65s)
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.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.23s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.02s)
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.56s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.44s)
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.49s)
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-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/2568] Fetching swift-service-lifecycle
[207/9594] Fetching swift-service-lifecycle, swift-certificates
[689/15381] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.78s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.78s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.78s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.19s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.20s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.20s)
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.68s)
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.49s)
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.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.46s)
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.44s)
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.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.19s)
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 (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.03s)
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.46s)
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.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-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/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-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-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-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-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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
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-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-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-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-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-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-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/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-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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.