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 Rosalind, reference 0.5.108 (59b087), with Swift 6.1 for Linux on 25 Aug 2025 08:01:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/Rosalind.git
Reference: 0.5.108
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tuist/Rosalind
 * tag               0.5.108    -> FETCH_HEAD
HEAD is now at 59b087b [Release] Rosalind 0.5.108
Cloned https://github.com/tuist/Rosalind.git
Revision (git rev-parse @):
59b087b62266b7f32e7e93ab2f7c2d39cc476480
SUCCESS checkout https://github.com/tuist/Rosalind.git at 0.5.108
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/Rosalind.git
https://github.com/tuist/Rosalind.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.13",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.14.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.38.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Rosalind.swift",
        "RosalindReport.swift",
        "ShasumCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/FileSystem.git
Fetching https://github.com/p-x9/MachOKit
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/Kolos65/Mockable
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/tuist/Command.git
[1/5730] Fetching machokit
[976/7745] Fetching machokit, filesystem
[2629/9572] Fetching machokit, filesystem, mockable
[3206/25848] Fetching machokit, filesystem, mockable, swift-crypto
Fetched https://github.com/tuist/FileSystem.git from cache (0.94s)
Fetched https://github.com/Kolos65/Mockable from cache (0.92s)
Fetching https://github.com/tuist/Path.git
[6707/22006] Fetching machokit, swift-crypto
Fetched https://github.com/p-x9/MachOKit from cache (1.07s)
[1140/16276] Fetching swift-crypto
[1141/31617] Fetching swift-crypto, swift-snapshot-testing
[2243/31986] Fetching swift-crypto, swift-snapshot-testing, path
Fetched https://github.com/tuist/Path.git from cache (0.50s)
[2396/31617] Fetching swift-crypto, swift-snapshot-testing
Fetched https://github.com/apple/swift-crypto.git from cache (4.09s)
[13550/15341] Fetching swift-snapshot-testing
[15342/17316] Fetching swift-snapshot-testing, command
Fetched https://github.com/tuist/Command.git from cache (5.63s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.74s)
Computing version for https://github.com/Kolos65/Mockable
Computed https://github.com/Kolos65/Mockable at 0.4.0 (6.96s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5505] Fetching xctest-dynamic-overlay
[2644/77289] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (9.74s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.86s)
Computing version for https://github.com/p-x9/MachOKit
warning: 'machokit': /Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
   | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
78 |     public static var allCases: [Self] {
79 |         [
Computed https://github.com/p-x9/MachOKit at 0.38.0 (11.12s)
Fetching https://github.com/p-x9/swift-fileio.git
[1/209] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.40s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (6.42s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (1.72s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.76s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.13.0 (1.83s)
Fetching https://github.com/apple/swift-log
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.64s)
Computing version for https://github.com/tuist/FileSystem.git
Computed https://github.com/tuist/FileSystem.git at 0.11.13 (1.60s)
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/apple/swift-nio
[1/4875] Fetching zipfoundation
[1074/82533] Fetching zipfoundation, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (9.45s)
Fetched https://github.com/apple/swift-nio from cache (9.63s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (11.61s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.99s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.12s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (1.93s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (1.83s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1808] Fetching swift-atomics
[580/6708] Fetching swift-atomics, swift-system
[2520/24062] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.19s)
Fetched https://github.com/apple/swift-system.git from cache (2.21s)
Fetched https://github.com/apple/swift-collections.git from cache (2.26s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.12.0 (3.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.10s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.18s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (16.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.47s)
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/p-x9/MachOKit
Working copy of https://github.com/p-x9/MachOKit resolved at 0.38.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/tuist/FileSystem.git
Working copy of https://github.com/tuist/FileSystem.git resolved at 0.11.13
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.13.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
Creating working copy for https://github.com/Kolos65/Mockable
Working copy of https://github.com/Kolos65/Mockable resolved at 0.4.0
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
   | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
78 |     public static var allCases: [Self] {
79 |         [
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/472] Compiling CNIOWASI CNIOWASI.c
[1/472] Compiling CNIODarwin shim.c
[1/472] Write sources
[30/472] Compiling CNIOWindows WSAStartup.c
[30/472] Write sources
[43/472] Compiling CNIOLinux liburing_shims.c
[44/472] Compiling _SwiftSyntaxCShims dummy.c
[45/472] Compiling CNIOPosix event_loop_id.c
[46/472] Compiling _AtomicsShims.c
[47/472] Compiling CNIOWindows shim.c
[48/472] Compiling CSystem shims.c
[49/472] Compiling fiat_p256_adx_sqr.S
[50/472] Compiling fiat_curve25519_adx_square.S
[51/472] Compiling MachOKitC mach-o-linux.c
[52/472] Compiling fiat_p256_adx_mul.S
[53/472] Compiling md5-x86_64-linux.S
[54/472] Compiling fiat_curve25519_adx_mul.S
[55/472] Compiling md5-x86_64-apple.S
[56/472] Compiling md5-586-apple.S
[57/472] Compiling md5-586-linux.S
[58/472] Compiling chacha20_poly1305_x86_64-linux.S
[59/472] Compiling chacha20_poly1305_x86_64-apple.S
[60/472] Write swift-version-24593BA9C3E375BF.txt
[61/472] Compiling CNIOLinux shim.c
[62/472] Compiling chacha20_poly1305_armv8-win.S
[63/472] Compiling chacha20_poly1305_armv8-linux.S
[64/472] Compiling chacha20_poly1305_armv8-apple.S
[65/490] Compiling CCryptoBoringSSLShims shims.c
[66/531] Compiling err_data.cc
[68/533] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/533] Compiling c-nioatomics.c
[70/533] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/533] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/536] Emitting module _NIOBase64
[73/536] Compiling _NIOBase64 Base64.swift
[74/537] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/538] Emitting module ZIPFoundation
[76/538] Emitting module SystemPackage
[77/544] Compiling SystemPackage FilePathSyntax.swift
[78/544] Compiling SystemPackage FilePathTemp.swift
[79/544] Compiling SystemPackage FilePathTempPosix.swift
[80/544] Compiling SystemPackage FilePathTempWindows.swift
[81/544] Compiling _NIODataStructures PriorityQueue.swift
[82/544] Compiling _NIODataStructures _TinyArray.swift
[83/544] Compiling SystemPackage Errno.swift
[84/544] Compiling SystemPackage ErrnoWindows.swift
[85/544] Compiling SystemPackage FileDescriptor.swift
[86/544] Compiling SystemPackage FileHelpers.swift
[87/544] Compiling SystemPackage FileOperations.swift
[91/544] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/544] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/554] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/554] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/557] Compiling Logging LogHandler.swift
[97/557] Compiling c-atomics.c
[99/557] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/557] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/558] Emitting module Logging
[103/642] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[104/643] Compiling SwiftSyntax RawSyntaxTokenView.swift
[105/643] Compiling SwiftSyntax SourceEdit.swift
[106/643] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[107/643] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[108/643] Compiling SwiftSyntax AbsolutePosition.swift
[111/643] Compiling SwiftSyntax Assert.swift
[112/643] Compiling SwiftSyntax BumpPtrAllocator.swift
[113/643] Emitting module _NIODataStructures
[114/643] Compiling _NIODataStructures Heap.swift
[115/644] Compiling SwiftSyntax SyntaxArena.swift
[116/644] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[117/644] Compiling SwiftSyntax SyntaxChildren.swift
[118/644] Compiling SwiftSyntax SyntaxCollection.swift
[119/644] Compiling Logging MetadataProvider.swift
[121/644] Compiling SwiftSyntax SourceLocation.swift
[122/644] Compiling SwiftSyntax SourcePresence.swift
[123/644] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[124/644] Compiling SwiftSyntax Syntax.swift
[125/644] Compiling SwiftSyntax SyntaxHashable.swift
[126/644] Compiling SwiftSyntax SyntaxIdentifier.swift
[127/644] Compiling SwiftSyntax SyntaxNodeFactory.swift
[128/644] Compiling SwiftSyntax SyntaxNodeStructure.swift
[129/644] Compiling SwiftSyntax CommonAncestor.swift
[130/644] Compiling SwiftSyntax Convenience.swift
[131/644] Compiling SwiftSyntax CustomTraits.swift
[132/644] Compiling SwiftSyntax EditorPlaceholder.swift
[133/644] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[134/644] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/644] Compiling SwiftSyntax Identifier.swift
[136/644] Compiling SwiftSyntax MemoryLayout.swift
[137/644] Emitting module Path
[138/644] Compiling Path Path.swift
[139/664] Compiling SwiftSyntax SyntaxProtocol.swift
[140/664] Compiling SwiftSyntax SyntaxText.swift
[141/664] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[142/664] Compiling SwiftSyntax TokenDiagnostic.swift
[144/665] Compiling IssueReporting AppHostWarning.swift
[145/665] Compiling IssueReporting Deprecations.swift
[147/665] Compiling NIOConcurrencyHelpers NIOLock.swift
[148/665] Compiling NIOConcurrencyHelpers lock.swift
[149/665] Emitting module InternalCollectionsUtilities
[150/665] Compiling IssueReporting Warn.swift
[151/665] Compiling IssueReporting ErrorReporting.swift
[152/665] Compiling IssueReporting Rethrows.swift
[153/665] Compiling IssueReporting XCTest.swift
[154/666] Compiling IssueReporting RuntimeWarningReporter.swift
[155/666] Compiling IssueReporting ReportIssue.swift
[158/666] Compiling IssueReporting SwiftTesting.swift
[159/666] Compiling IssueReporting UncheckedSendable.swift
[164/666] Compiling IssueReporting TestContext.swift
[165/666] Compiling IssueReporting Unimplemented.swift
[166/666] Compiling IssueReporting BreakpointReporter.swift
[167/674] Compiling IssueReporting FailureObserver.swift
[168/674] Compiling IssueReporting LockIsolated.swift
[171/674] Compiling Logging Locks.swift
[172/674] Compiling Logging Logging.swift
[173/682] Emitting module NIOConcurrencyHelpers
[174/682] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[175/682] Compiling NIOConcurrencyHelpers atomics.swift
[175/683] Wrapping AST for _NIODataStructures for debugging
[179/683] Compiling IssueReporting IsTesting.swift
[180/683] Compiling IssueReporting IssueReporter.swift
[180/683] Wrapping AST for _NIOBase64 for debugging
[182/698] Wrapping AST for SystemPackage for debugging
[183/698] Wrapping AST for SwiftSyntax601 for debugging
[185/698] Compiling IssueReporting FatalErrorReporter.swift
[186/699] Wrapping AST for SwiftSyntax600 for debugging
[188/699] Compiling DequeModule Deque+CustomReflectable.swift
[189/699] Compiling DequeModule Deque+Descriptions.swift
[190/701] Compiling DequeModule _DequeBuffer.swift
[191/701] Compiling DequeModule _DequeBufferHeader.swift
[192/701] Wrapping AST for SwiftSyntax510 for debugging
[193/701] Wrapping AST for SwiftSyntax509 for debugging
[194/701] Wrapping AST for NIOConcurrencyHelpers for debugging
[195/701] Wrapping AST for Path for debugging
[197/701] Compiling DequeModule Deque+Equatable.swift
[198/701] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[199/701] Compiling DequeModule Deque+Extras.swift
[200/701] Compiling DequeModule Deque+Hashable.swift
[200/701] Wrapping AST for ZIPFoundation for debugging
[201/701] Wrapping AST for Logging for debugging
[202/701] Wrapping AST for IssueReportingPackageSupport for debugging
[203/701] Compiling chacha-x86_64-linux.S
[204/701] Compiling chacha-x86_64-apple.S
[205/701] Compiling chacha-x86-apple.S
[206/701] Wrapping AST for InternalCollectionsUtilities for debugging
[207/701] Compiling chacha-x86-linux.S
[208/701] Compiling chacha-armv8-apple.S
[209/701] Compiling chacha-armv8-win.S
[210/701] Compiling chacha-armv8-linux.S
[212/701] Compiling DequeModule _DequeSlot.swift
[213/701] Compiling DequeModule _UnsafeWrappedBuffer.swift
[213/701] Compiling chacha-armv4-linux.S
[214/701] Compiling aes128gcmsiv-x86_64-apple.S
[215/701] Compiling aes128gcmsiv-x86_64-linux.S
[216/701] Compiling x86_64-mont5-linux.S
[217/701] Compiling x86_64-mont5-apple.S
[218/701] Compiling x86_64-mont-linux.S
[219/701] Compiling x86_64-mont-apple.S
[220/701] Compiling DequeModule Deque+Testing.swift
[221/701] Compiling DequeModule Deque._Storage.swift
[223/701] Compiling DequeModule Deque._UnsafeHandle.swift
[224/701] Compiling DequeModule Deque.swift
[224/701] Compiling x86-mont-linux.S
[225/701] Compiling x86-mont-apple.S
[226/701] Compiling vpaes-x86_64-apple.S
[227/701] Compiling vpaes-x86_64-linux.S
[228/701] Compiling vpaes-x86-linux.S
[229/701] Compiling vpaes-armv8-win.S
[230/701] Compiling vpaes-x86-apple.S
[231/701] Compiling vpaes-armv8-apple.S
[232/701] Compiling vpaes-armv8-linux.S
[234/701] Compiling DequeModule Deque+Codable.swift
[235/701] Compiling DequeModule Deque+Collection.swift
[235/701] Compiling vpaes-armv7-linux.S
[236/701] Compiling sha512-x86_64-apple.S
[237/701] Compiling sha512-armv8-win.S
[238/701] Compiling sha512-x86_64-linux.S
[239/701] Compiling sha512-armv8-apple.S
[240/701] Compiling sha512-armv8-linux.S
[241/701] Compiling sha512-armv4-linux.S
[242/701] Compiling sha512-586-linux.S
[243/701] Compiling sha512-586-apple.S
[244/701] Compiling sha256-x86_64-linux.S
[245/701] Compiling sha256-x86_64-apple.S
[246/701] Compiling sha256-armv8-win.S
[247/701] Compiling sha256-armv8-linux.S
[249/701] Emitting module DequeModule
[249/701] Compiling sha256-armv8-apple.S
[250/702] Compiling sha256-armv4-linux.S
[251/702] Compiling sha256-586-linux.S
[252/702] Compiling sha256-586-apple.S
[253/702] Compiling sha1-x86_64-apple.S
[254/702] Compiling sha1-armv8-win.S
[255/702] Compiling sha1-armv8-linux.S
[257/702] Compiling sha1-x86_64-linux.S
[258/702] Compiling sha1-armv8-apple.S
[259/702] Compiling sha1-armv4-large-linux.S
[260/702] Compiling sha1-586-linux.S
[261/702] Compiling sha1-586-apple.S
[262/702] Compiling rsaz-avx2-linux.S
[263/702] Compiling rsaz-avx2-apple.S
[264/702] Compiling rdrand-x86_64-linux.S
[265/702] Wrapping AST for DequeModule for debugging
[266/702] Compiling rdrand-x86_64-apple.S
[267/702] Compiling p256_beeu-x86_64-asm-apple.S
[268/702] Compiling p256_beeu-x86_64-asm-linux.S
[269/702] Compiling p256_beeu-armv8-asm-win.S
[270/702] Compiling p256_beeu-armv8-asm-linux.S
[271/702] Compiling p256-x86_64-asm-linux.S
[272/702] Compiling p256_beeu-armv8-asm-apple.S
[273/702] Compiling p256-x86_64-asm-apple.S
[274/702] Compiling p256-armv8-asm-win.S
[275/702] Compiling p256-armv8-asm-apple.S
[276/702] Compiling p256-armv8-asm-linux.S
[277/702] Compiling ghashv8-armv8-win.S
[278/702] Compiling ghashv8-armv8-apple.S
[279/702] Compiling ghashv8-armv8-linux.S
[280/702] Compiling ghashv8-armv7-linux.S
[281/702] Compiling ghash-x86-linux.S
[282/702] Compiling ghash-x86_64-linux.S
[283/702] Compiling ghash-x86-apple.S
[285/702] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[286/702] Compiling FileIO system.swift
[286/702] Compiling ghash-x86_64-apple.S
[287/702] Compiling ghash-ssse3-x86_64-apple.S
[288/702] Compiling ghash-ssse3-x86_64-linux.S
[289/702] Compiling ghash-ssse3-x86-apple.S
[290/702] Compiling ghash-neon-armv8-win.S
[291/702] Compiling ghash-ssse3-x86-linux.S
[293/702] Compiling FileIO FileIO.swift
[293/702] Compiling ghash-neon-armv8-apple.S
[294/702] Compiling ghash-neon-armv8-linux.S
[295/702] Compiling co-586-linux.S
[296/702] Compiling ghash-armv4-linux.S
[297/702] Compiling co-586-apple.S
[298/702] Compiling bsaes-armv7-linux.S
[299/702] Compiling bn-armv8-win.S
[300/702] Compiling bn-armv8-linux.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[307/704] Compiling bn-armv8-apple.S
[308/704] Compiling bn-586-apple.S
[310/704] Compiling Glob Pattern.swift
[310/704] Compiling bn-586-linux.S
[311/704] Compiling armv8-mont-win.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[318/704] Compiling armv8-mont-linux.S
[319/704] Compiling armv4-mont-linux.S
[320/704] Compiling armv8-mont-apple.S
[322/704] Compiling FileIO ConcatenatedStreamedFile.swift
[323/704] Compiling Glob Pattern+Options.swift
[324/704] Compiling Glob Pattern+Parser.swift
[324/704] Compiling aesv8-gcm-armv8-win.S
[325/704] Compiling aesv8-gcm-armv8-linux.S
[326/704] Compiling aesv8-armv8-win.S
[327/704] Compiling aesv8-gcm-armv8-apple.S
[328/704] Compiling aesv8-armv8-linux.S
[329/704] Compiling aesv8-armv8-apple.S
[330/704] Compiling aesv8-armv7-linux.S
[331/704] Compiling aesni-x86_64-linux.S
[332/704] Compiling aesni-x86_64-apple.S
[334/704] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[334/704] Compiling aesni-x86-linux.S
[335/704] Compiling aesni-x86-apple.S
[337/704] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[338/704] Emitting module FileIO
[338/704] Compiling aesni-gcm-x86_64-linux.S
[339/704] Compiling aesni-gcm-x86_64-apple.S
[340/704] Compiling aes-gcm-avx2-x86_64-linux.S
[341/704] Compiling aes-gcm-avx512-x86_64-apple.S
[342/704] Compiling aes-gcm-avx512-x86_64-linux.S
[343/704] Compiling aes-gcm-avx2-x86_64-apple.S
[345/704] Emitting module Glob
[346/704] Compiling Glob InvalidPattern.swift
[347/704] Compiling Glob Pattern+Match.swift
[348/704] Compiling Glob GlobSearch.swift
[349/705] Compiling FileIO MemoryMappedFile.swift
[350/705] Compiling FileIO StreamedFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[358/706] Compiling xwing.cc
[359/706] Wrapping AST for Glob for debugging
[361/706] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/706] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/707] Wrapping AST for FileIO for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[391/716] Compiling x_sig.cc
[392/716] Compiling x_x509a.cc
[393/716] Compiling x_x509.cc
[394/716] Wrapping AST for IssueReporting for debugging
[395/716] Compiling x_val.cc
[396/716] Compiling x_spki.cc
[397/716] Compiling x_pubkey.cc
[398/716] Compiling x_req.cc
[399/716] Compiling x_exten.cc
[400/716] Compiling x_crl.cc
[401/716] Compiling x_attrib.cc
[402/716] Compiling x_name.cc
[403/716] Compiling x_all.cc
[404/716] Compiling x_algor.cc
[405/716] Compiling x509spki.cc
[406/716] Compiling x509rset.cc
[407/716] Compiling x509name.cc
[408/716] Compiling x509_vpm.cc
[409/716] Compiling x509cset.cc
[410/716] Compiling x509_v3.cc
[411/716] Compiling x509_vfy.cc
[412/716] Compiling x509_txt.cc
[413/716] Compiling x509_set.cc
[414/716] Compiling x509_trs.cc
[415/716] Compiling x509_req.cc
[416/716] Compiling x509_obj.cc
[417/716] Compiling x509_ext.cc
[418/716] Compiling x509_def.cc
[419/716] Compiling x509_lu.cc
[420/716] Compiling x509_d2.cc
[421/716] Compiling x509.cc
[422/716] Compiling x509_cmp.cc
[423/716] Compiling x509_att.cc
[424/716] Compiling v3_utl.cc
[425/716] Compiling v3_skey.cc
[426/716] Compiling v3_purp.cc
[427/716] Compiling v3_pcons.cc
[428/716] Compiling v3_prn.cc
[429/716] Compiling v3_pmaps.cc
[430/716] Compiling v3_ocsp.cc
[431/716] Compiling v3_lib.cc
[432/716] Compiling v3_info.cc
[433/716] Compiling v3_ncons.cc
[434/716] Compiling v3_genn.cc
[435/716] Compiling v3_int.cc
[436/716] Compiling v3_ia5.cc
[438/716] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/716] Compiling v3_extku.cc
[439/716] Compiling v3_enum.cc
[440/716] Compiling v3_crld.cc
[441/716] Compiling v3_cpols.cc
[442/716] Compiling v3_conf.cc
[443/716] Compiling v3_bcons.cc
[444/716] Compiling v3_bitst.cc
[445/716] Compiling v3_akeya.cc
[446/716] Compiling v3_alt.cc
[447/716] Compiling v3_akey.cc
[448/716] Compiling t_x509a.cc
[449/716] Compiling t_x509.cc
[450/716] Compiling t_crl.cc
[451/716] Compiling t_req.cc
[452/716] Compiling rsa_pss.cc
[453/716] Compiling i2d_pr.cc
[454/716] Compiling name_print.cc
[455/716] Compiling policy.cc
[456/716] Compiling by_file.cc
[457/716] Compiling by_dir.cc
[458/716] Compiling asn1_gen.cc
[459/716] Compiling a_verify.cc
[460/716] Compiling algorithm.cc
[461/716] Compiling a_sign.cc
[462/716] Compiling a_digest.cc
[463/716] Compiling thread_win.cc
[464/716] Compiling pmbtoken.cc
[465/716] Compiling thread_pthread.cc
[466/716] Compiling thread.cc
[467/716] Compiling thread_none.cc
[468/716] Compiling voprf.cc
[469/716] Compiling stack.cc
[470/716] Compiling trust_token.cc
[471/716] Compiling sha512.cc
[472/716] Compiling sha1.cc
[473/716] Compiling siphash.cc
[474/716] Compiling sha256.cc
[475/716] Compiling slhdsa.cc
[476/716] Compiling rsa_extra.cc
[477/716] Compiling spake2plus.cc
[478/716] Compiling rsa_print.cc
[479/716] Compiling trusty.cc
[480/716] Compiling rsa_crypt.cc
[481/716] Compiling refcount.cc
[482/716] Compiling rc4.cc
[483/716] Compiling urandom.cc
[484/716] Compiling rand.cc
[485/716] Compiling windows.cc
[486/716] Compiling rsa_asn1.cc
[487/716] Compiling getentropy.cc
[488/716] Compiling deterministic.cc
[489/716] Compiling poly1305_arm_asm.S
[490/716] Compiling ios.cc
[491/716] Compiling passive.cc
[492/716] Compiling forkunsafe.cc
[493/716] Compiling fork_detect.cc
[494/716] Compiling poly1305_arm.cc
[495/716] Compiling poly1305.cc
[496/716] Compiling pool.cc
[497/716] Compiling poly1305_vec.cc
[498/716] Compiling pkcs8.cc
[499/716] Compiling pkcs8_x509.cc
[500/716] Compiling pem_x509.cc
[501/716] Compiling pem_pk8.cc
[502/716] Compiling pkcs7.cc
[503/716] Compiling p5_pbev2.cc
[504/716] Compiling pem_xaux.cc
[505/716] Compiling pkcs7_x509.cc
[506/716] Compiling obj_xref.cc
[507/716] Compiling pem_pkey.cc
[508/716] Compiling pem_oth.cc
[509/716] Compiling pem_lib.cc
[510/716] Compiling mlkem.cc
[511/716] Compiling mldsa.cc
[512/716] Compiling pem_all.cc
[513/716] Compiling mem.cc
[514/716] Compiling pem_info.cc
[515/716] Compiling lhash.cc
[516/716] Compiling poly_rq_mul.S
[517/716] Compiling md5.cc
[518/716] Compiling fips_shared_support.cc
[519/716] Compiling obj.cc
[520/716] Compiling md4.cc
[521/716] Compiling fuzzer_mode.cc
[522/716] Compiling sign.cc
[523/716] Compiling kyber.cc
[524/716] Compiling ex_data.cc
[525/716] Compiling hrss.cc
[526/716] Compiling scrypt.cc
[527/716] Compiling hpke.cc
[528/716] Compiling pbkdf.cc
[529/716] Compiling print.cc
[530/716] Compiling p_x25519.cc
[531/716] Compiling p_hkdf.cc
[532/716] Compiling p_x25519_asn1.cc
[533/716] Compiling p_ed25519.cc
[534/716] Compiling p_rsa_asn1.cc
[535/716] Compiling p_rsa.cc
[536/716] Compiling p_ec.cc
[537/716] Compiling p_ed25519_asn1.cc
[538/716] Compiling p_dsa_asn1.cc
[539/716] Compiling p_dh_asn1.cc
[540/716] Compiling p_dh.cc
[541/716] Compiling p_ec_asn1.cc
[542/716] Compiling evp.cc
[543/716] Compiling evp_ctx.cc
[544/716] Compiling evp_asn1.cc
[545/716] Compiling err.cc
[546/716] Compiling engine.cc
[547/716] Compiling ecdsa_p1363.cc
[548/716] Compiling ecdh.cc
[549/716] Compiling ec_derive.cc
[550/716] Compiling hash_to_curve.cc
[551/716] Compiling ecdsa_asn1.cc
[552/716] Compiling ec_asn1.cc
[553/716] Compiling dh_asn1.cc
[554/716] Compiling digest_extra.cc
[555/716] Compiling params.cc
[556/716] Compiling dsa.cc
[557/716] Compiling dsa_asn1.cc
[558/716] Compiling x25519-asm-arm.S
[559/716] Compiling des.cc
[560/716] Compiling crypto.cc
[561/716] Compiling cpu_intel.cc
[562/716] Compiling cpu_arm_freebsd.cc
[563/716] Compiling cpu_arm_linux.cc
[564/716] Compiling spake25519.cc
[565/716] Compiling curve25519.cc
[566/716] Compiling cpu_aarch64_win.cc
[567/716] Compiling cpu_aarch64_sysreg.cc
[569/716] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[570/716] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[571/716] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[572/716] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[573/716] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[574/716] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[575/716] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[576/716] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[577/716] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[577/716] Compiling curve25519_64_adx.cc
[579/716] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[580/716] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[581/716] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[582/716] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[583/716] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[584/716] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[585/716] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[586/716] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[587/716] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[587/716] Compiling cpu_aarch64_openbsd.cc
[588/716] Compiling conf.cc
[589/716] Compiling cpu_aarch64_linux.cc
[590/716] Compiling get_cipher.cc
[591/716] Compiling cpu_aarch64_fuchsia.cc
[592/716] Compiling cpu_aarch64_apple.cc
[593/716] Compiling tls_cbc.cc
[594/716] Compiling bcm.cc
[595/716] Compiling e_tls.cc
[596/716] Compiling e_rc2.cc
[597/716] Compiling e_rc4.cc
[598/716] Compiling e_null.cc
[599/716] Compiling e_des.cc
[600/716] Compiling e_chacha20poly1305.cc
[601/716] Compiling cms.cc
[602/716] Compiling e_aesctrhmac.cc
[603/716] Compiling e_aeseax.cc
[604/716] Compiling e_aesgcmsiv.cc
[605/716] Compiling derive_key.cc
[606/716] Compiling chacha.cc
[607/716] Compiling buf.cc
[608/716] Compiling unicode.cc
[609/716] Compiling sqrt.cc
[610/716] Compiling ber.cc
[611/716] Compiling asn1_compat.cc
[612/716] Compiling cbb.cc
[613/716] Compiling exponentiation.cc
[614/716] Compiling cbs.cc
[615/716] Compiling div.cc
[616/716] Compiling bn_asn1.cc
[617/716] Compiling file.cc
[618/716] Compiling blake2.cc
[619/716] Compiling hexdump.cc
[620/716] Compiling printf.cc
[621/716] Compiling pair.cc
[622/716] Compiling convert.cc
[623/716] Compiling fd.cc
[624/716] Compiling errno.cc
[625/716] Compiling base64.cc
[626/716] Compiling bio_mem.cc
[627/716] Compiling bio.cc
[628/716] Compiling tasn_typ.cc
[629/716] Compiling tasn_fre.cc
[630/716] Compiling tasn_utl.cc
[631/716] Compiling f_string.cc
[632/716] Compiling posix_time.cc
[633/716] Compiling tasn_new.cc
[634/716] Compiling tasn_enc.cc
[635/716] Compiling f_int.cc
[636/716] Compiling asn_pack.cc
[637/716] Compiling tasn_dec.cc
[638/716] Compiling asn1_par.cc
[639/716] Compiling asn1_lib.cc
[640/716] Compiling a_octet.cc
[641/716] Compiling a_strnid.cc
[642/716] Compiling a_utctm.cc
[643/716] Compiling a_type.cc
[644/716] Compiling a_time.cc
[645/716] Compiling a_strex.cc
[646/716] Compiling a_i2d_fp.cc
[647/716] Compiling a_object.cc
[648/716] Compiling a_gentm.cc
[649/716] Compiling a_dup.cc
[649/716] Write sources
[651/716] Compiling a_mbstr.cc
[652/716] Compiling a_d2i_fp.cc
[653/734] Compiling aes.cc
[654/734] Compiling a_int.cc
[656/734] Compiling Atomics AtomicStorage.swift
[657/734] Compiling Atomics AtomicValue.swift
[658/736] Compiling Atomics AtomicMemoryOrderings.swift
[659/736] Compiling Atomics DoubleWord.swift
[660/736] Compiling Atomics UnsafeAtomic.swift
[661/736] Compiling Atomics UnsafeAtomicLazyReference.swift
[662/736] Compiling Atomics ManagedAtomic.swift
[663/736] Compiling Atomics ManagedAtomicLazyReference.swift
[663/736] Compiling a_bool.cc
[664/736] Compiling a_bitstr.cc
[666/736] Compiling Atomics IntegerOperations.swift
[667/736] Compiling Atomics Unmanaged extensions.swift
[668/736] Compiling Atomics AtomicInteger.swift
[669/736] Compiling Atomics AtomicOptionalWrappable.swift
[670/736] Compiling Atomics AtomicReference.swift
[671/744] Compiling CryptoBoringWrapper RandomBytes.swift
[672/744] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[673/744] Compiling CryptoBoringWrapper EllipticCurve.swift
[674/744] Emitting module CryptoBoringWrapper
[675/744] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[676/744] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[677/744] Emitting module Atomics
[678/744] Compiling Atomics OptionalRawRepresentable.swift
[679/744] Compiling Atomics RawRepresentable.swift
[680/744] Compiling Atomics AtomicBool.swift
[681/744] Compiling Atomics IntegerConformances.swift
[682/744] Compiling Atomics PointerConformances.swift
[683/744] Compiling Atomics Primitives.native.swift
[684/745] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[685/745] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[688/746] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[689/746] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[690/746] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[691/746] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[692/746] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[693/746] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[694/746] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[695/746] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[696/746] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[704/746] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[705/746] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[705/746] Wrapping AST for Atomics for debugging
[706/746] Wrapping AST for CryptoBoringWrapper for debugging
[708/878] Compiling Crypto HPKE-Modes.swift
[709/878] Compiling Crypto Insecure.swift
[710/878] Compiling Crypto Insecure_HashFunctions.swift
[711/878] Compiling Crypto KEM.swift
[712/878] Compiling Crypto ECDH_boring.swift
[713/878] Compiling Crypto DH.swift
[714/878] Compiling Crypto ECDH.swift
[715/878] Compiling Crypto HKDF.swift
[716/886] Compiling Crypto HPKE-AEAD.swift
[717/886] Compiling Crypto HPKE-Ciphersuite.swift
[718/886] Compiling Crypto HPKE-KDF.swift
[719/886] Compiling Crypto HPKE-KexKeyDerivation.swift
[720/886] Compiling Crypto HPKE-LabeledExtract.swift
[721/886] Compiling Crypto HPKE-Utils.swift
[722/886] Compiling Crypto DHKEM.swift
[723/886] Compiling Crypto HPKE-KEM-Curve25519.swift
[724/886] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[725/886] Compiling Crypto HPKE-KEM.swift
[726/896] Compiling Crypto PKCS8PrivateKey.swift
[727/896] Compiling Crypto SEC1PrivateKey.swift
[728/896] Compiling Crypto SubjectPublicKeyInfo.swift
[729/896] Compiling Crypto CryptoError_boring.swift
[730/896] Compiling Crypto CryptoKitErrors.swift
[731/896] Compiling Crypto Digest_boring.swift
[732/896] Compiling Crypto Digest.swift
[733/896] Compiling Crypto Digests.swift
[734/896] Compiling Crypto HashFunctions.swift
[735/896] Compiling Crypto HashFunctions_SHA2.swift
[736/896] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[737/896] Compiling NIOCore SocketAddresses.swift
[738/896] Compiling NIOCore SocketOptionProvider.swift
[739/896] Compiling NIOCore SystemCallHelpers.swift
[740/896] Compiling NIOCore TimeAmount+Duration.swift
[741/896] Compiling NIOCore TypeAssistedChannelHandler.swift
[742/896] Compiling NIOCore UniversalBootstrapSupport.swift
[743/896] Compiling NIOCore Utilities.swift
[744/896] Compiling Crypto EdDSA_boring.swift
[745/896] Compiling Crypto ECDSA.swift
[746/896] Compiling Crypto AESWrap.swift
[747/896] Compiling Crypto AESWrap_boring.swift
[748/896] Compiling Crypto Ed25519_boring.swift
[749/896] Compiling Crypto NISTCurvesKeys_boring.swift
[750/896] Compiling Crypto X25519Keys_boring.swift
[751/896] Compiling Crypto Curve25519.swift
[752/896] Compiling Crypto Ed25519Keys.swift
[753/896] Compiling Crypto NISTCurvesKeys.swift
[758/896] Compiling Crypto HPKE-Errors.swift
[759/896] Compiling Crypto HPKE.swift
[760/896] Compiling Crypto HPKE-Context.swift
[761/896] Compiling Crypto HPKE-KeySchedule.swift
[790/896] Compiling Crypto AES-GCM.swift
[791/896] Compiling Crypto AES-GCM_boring.swift
[792/896] Compiling Crypto ChaChaPoly_boring.swift
[793/896] Compiling Crypto ChaChaPoly.swift
[794/896] Compiling Crypto Cipher.swift
[795/896] Compiling Crypto Nonces.swift
[796/896] Compiling Crypto ASN1.swift
[797/896] Compiling Crypto ASN1Any.swift
[798/896] Compiling Crypto ASN1BitString.swift
[799/896] Compiling Crypto ASN1Boolean.swift
[800/896] Emitting module Crypto
[801/896] Compiling Crypto ASN1Identifier.swift
[802/896] Compiling Crypto ASN1Integer.swift
[803/896] Compiling Crypto ASN1Null.swift
[804/896] Compiling Crypto ASN1OctetString.swift
[805/896] Compiling Crypto ASN1Strings.swift
[806/896] Compiling Crypto ArraySliceBigint.swift
[807/896] Compiling Crypto GeneralizedTime.swift
[808/896] Compiling Crypto ObjectIdentifier.swift
[809/896] Compiling Crypto ECDSASignature.swift
[810/896] Compiling Crypto PEMDocument.swift
[811/896] Compiling Crypto Ed25519.swift
[812/896] Compiling Crypto Signature.swift
[813/896] Compiling Crypto CryptoKitErrors_boring.swift
[814/896] Compiling Crypto RNG_boring.swift
[815/896] Compiling Crypto SafeCompare_boring.swift
[816/896] Compiling Crypto Zeroization_boring.swift
[817/896] Compiling Crypto PrettyBytes.swift
[818/896] Compiling Crypto SafeCompare.swift
[819/896] Compiling Crypto SecureBytes.swift
[820/896] Compiling Crypto Zeroization.swift
[848/897] Wrapping AST for Crypto for debugging
[850/1061] Compiling MachOKit FileType.swift
[851/1061] Compiling MachOKit MachHeader+Flags+Bit.swift
[852/1061] Compiling MachOKit MachHeader+Flags.swift
[853/1061] Compiling MachOKit MachHeader.swift
[854/1061] Compiling MachOKit Magic.swift
[855/1061] Compiling MachOKit BuildVersionCommand.swift
[856/1061] Compiling MachOKit DylibCommand.swift
[857/1061] Compiling MachOKit DylibUseCommand.swift
[858/1061] Compiling MachOKit DylinkerCommand.swift
[859/1061] Emitting module NIOCore
[860/1062] Wrapping AST for NIOCore for debugging
[862/1110] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[863/1110] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[864/1110] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[865/1110] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[866/1110] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[867/1110] Compiling MachOKit CodeSignCodeDirectory.swift
[868/1110] Compiling MachOKit CodeSignBlobIndex.swift
[869/1110] Compiling MachOKit CodeSignExecSegmentFlags.swift
[870/1110] Compiling MachOKit CodeSignGenericBlob.swift
[871/1110] Compiling MachOKit CodeSignHashType.swift
[872/1110] Compiling MachOKit CodeSignMagic.swift
[873/1110] Compiling MachOKit CodeSignSlot.swift
[874/1110] Compiling MachOKit CodeSignSpecialSlotType.swift
[875/1110] Compiling MachOKit CodeSignSuperBlob.swift
[876/1110] Compiling MachOKit CFString.swift
[877/1110] Compiling MachOKit DataInCodeEntry.swift
[878/1110] Compiling MachOKit DependedDylib.swift
[879/1110] Compiling MachOKit DyldCacheDynamicData.swift
[880/1110] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[881/1110] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[882/1110] Compiling MachOKit DyldCacheImageInfo.swift
[883/1110] Compiling MachOKit DyldCacheImageTextInfo.swift
[884/1110] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[885/1133] Compiling MachOKit OldObjCOptimization.swift
[886/1133] Compiling MachOKit ProgramOffset.swift
[887/1133] Compiling MachOKit ProgramsTrieNodeContent.swift
[888/1133] Compiling MachOKit DyldCacheSlideInfo.swift
[889/1133] Compiling MachOKit DyldCacheSlideInfo1.swift
[890/1133] Compiling MachOKit DyldCacheSlideInfo2.swift
[891/1133] Compiling MachOKit DyldCacheSlideInfo3.swift
[892/1133] Compiling MachOKit DyldCacheSlideInfo4.swift
[893/1133] Compiling MachOKit DyldCacheSlideInfo5.swift
[894/1133] Compiling MachOKit SwiftOptimization.swift
[895/1133] Compiling MachOKit DyldChainedFixupPointer.swift
[896/1133] Compiling MachOKit DyldChainedFixupPointerContent.swift
[897/1133] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[898/1133] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[899/1133] Compiling MachOKit DyldChainedFixupsHeader.swift
[900/1133] Compiling MachOKit DyldChainedImport.swift
[901/1133] Compiling MachOKit DyldChainedImportFormat.swift
[902/1133] Compiling MachOKit DyldChainedPage.swift
[903/1133] Compiling MachOKit DyldChainedStartsInImage.swift
[904/1133] Compiling MachOKit DyldChainedStartsInSegment.swift
[905/1133] Compiling MachOKit DyldChainedStartsOffsets.swift
[906/1133] Compiling MachOKit DyldChainedSymbolsFormat.swift
[907/1133] Compiling MachOKit Endian.swift
[908/1156] Compiling NIOPosix Socket.swift
[909/1156] Compiling NIOPosix SocketChannel.swift
[910/1156] Compiling NIOPosix SocketProtocols.swift
[911/1156] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[912/1156] Compiling NIOPosix System.swift
[913/1156] Compiling NIOPosix Thread.swift
[914/1162] Compiling NIOPosix Pool.swift
[915/1162] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[916/1162] Compiling NIOPosix PosixSingletons.swift
[917/1162] Compiling NIOPosix RawSocketBootstrap.swift
[918/1162] Compiling NIOPosix Resolver.swift
[919/1162] Compiling NIOPosix Selectable.swift
[920/1162] Compiling NIOPosix SelectableChannel.swift
[921/1162] Compiling NIOPosix SelectableEventLoop.swift
[922/1162] Compiling NIOPosix SelectorEpoll.swift
[923/1162] Compiling NIOPosix SelectorGeneric.swift
[924/1162] Compiling NIOPosix SelectorKqueue.swift
[925/1162] Compiling NIOPosix SelectorUring.swift
[926/1162] Compiling NIOPosix ServerSocket.swift
[927/1162] Emitting module NIOPosix
[928/1162] Compiling NIOPosix ThreadPosix.swift
[929/1162] Compiling NIOPosix ThreadWindows.swift
[930/1162] Compiling NIOPosix UnsafeTransfer.swift
[931/1162] Compiling NIOPosix Utilities.swift
[932/1162] Compiling NIOPosix VsockAddress.swift
[933/1162] Compiling NIOPosix VsockChannelEvents.swift
[934/1162] Compiling NIOPosix Bootstrap.swift
[935/1162] Compiling NIOPosix ControlMessage.swift
[936/1162] Compiling NIOPosix DatagramVectorReadManager.swift
[937/1162] Compiling NIOPosix Errors+Any.swift
[938/1162] Compiling NIOPosix FileDescriptor.swift
[939/1162] Compiling NIOPosix GetaddrinfoResolver.swift
[940/1162] Compiling NIOPosix HappyEyeballs.swift
[941/1162] Compiling NIOPosix BSDSocketAPICommon.swift
[942/1162] Compiling NIOPosix BSDSocketAPIPosix.swift
[943/1162] Compiling NIOPosix BSDSocketAPIWindows.swift
[944/1162] Compiling NIOPosix BaseSocket.swift
[945/1162] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[946/1162] Compiling NIOPosix BaseSocketChannel.swift
[947/1162] Compiling NIOPosix BaseStreamSocketChannel.swift
[948/1162] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[949/1162] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[950/1162] Compiling MachOKit DyldCacheMappingFlags.swift
[951/1162] Compiling MachOKit DyldCacheMappingInfo.swift
[952/1162] Compiling MachOKit DyldCachePrewarming.swift
[953/1162] Compiling MachOKit DyldCachePrewarmingEntry.swift
[954/1162] Compiling MachOKit DyldCacheTproMappingInfo.swift
[955/1162] Compiling MachOKit DyldSubCacheEntry.swift
[956/1162] Compiling MachOKit DylibIndex.swift
[957/1162] Compiling MachOKit DylibsTrieNodeContent.swift
[958/1162] Compiling MachOKit LoaderRef.swift
[959/1162] Compiling MachOKit ObjCBinaryInfo.swift
[960/1162] Compiling MachOKit PrebuiltLoader.swift
[961/1162] Compiling MachOKit PrebuiltLoaderProtocol.swift
[962/1162] Compiling MachOKit PrebuiltLoaderSet.swift
[963/1162] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[964/1162] Compiling MachOKit SectionLocations.swift
[965/1162] Compiling MachOKit ObjCHeaderInfoRO.swift
[966/1162] Compiling MachOKit ObjCHeaderInfoRW.swift
[967/1162] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[968/1162] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[969/1162] Compiling MachOKit ObjCImageInfo.swift
[970/1162] Compiling MachOKit ObjCOptimization.swift
[976/1162] Compiling MachOKit VMProtection.swift
[977/1162] Compiling MachOKit Version.swift
[978/1162] Compiling MachOKit NoteCommand.swift
[979/1162] Compiling MachOKit RpathCommand.swift
[980/1162] Compiling MachOKit SegmentCommand+Flags.swift
[981/1162] Compiling MachOKit SegmentCommand.swift
[982/1162] Compiling MachOKit SourceVersionCommand.swift
[983/1162] Compiling MachOKit TargetTripleCommand.swift
[984/1162] Compiling MachOKit ThreadCommand.swift
[985/1162] Compiling MachOKit UUIDCommand.swift
[986/1162] Compiling MachOKit VersionMinCommand.swift
[987/1162] Compiling MachOKit MachOFile+BindOperations.swift
[988/1162] Compiling MachOKit MachOFile+CodeSign.swift
[989/1162] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[990/1162] Compiling MachOKit MachOFile+ExportTrie.swift
[991/1162] Compiling MachOKit MachOFile+FunctionStarts.swift
[992/1162] Compiling MachOKit MachOFile+LoadCommands.swift
[993/1162] Compiling MachOKit MachOFile+RebaseOperations.swift
[994/1162] Compiling NIOPosix PendingDatagramWritesManager.swift
[995/1162] Compiling NIOPosix PendingWritesManager.swift
[996/1162] Compiling NIOPosix PipeChannel.swift
[997/1162] Compiling NIOPosix PipePair.swift
[1018/1162] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1019/1162] Compiling NIOPosix NIOThreadPool.swift
[1020/1162] Compiling NIOPosix NonBlockingFileIO.swift
[1025/1162] Compiling NIOPosix IO.swift
[1026/1162] Compiling NIOPosix IntegerBitPacking.swift
[1027/1162] Compiling NIOPosix IntegerTypes.swift
[1028/1162] Compiling NIOPosix Linux.swift
[1029/1162] Compiling NIOPosix LinuxCPUSet.swift
[1030/1162] Compiling NIOPosix LinuxUring.swift
[1031/1162] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1033/1163] Compiling MachOKit ExportSymbolFlags.swift
[1034/1163] Compiling MachOKit ExportSymbolKind.swift
[1035/1163] Compiling MachOKit ExportTrieEntry.swift
[1036/1163] Compiling MachOKit ExportedSymbol.swift
[1037/1163] Compiling MachOKit FunctionStart.swift
[1038/1163] Compiling MachOKit IndirectSymbol.swift
[1039/1163] Compiling MachOKit Rebase.swift
[1040/1163] Compiling MachOKit RebaseOpcode.swift
[1041/1163] Compiling MachOKit RebaseOperation.swift
[1042/1163] Compiling MachOKit RebaseType.swift
[1043/1163] Compiling MachOKit Relocation.swift
[1044/1163] Compiling MachOKit RelocationInfo.swift
[1045/1163] Compiling MachOKit RelocationLength.swift
[1046/1163] Compiling MachOKit RelocationType.swift
[1047/1163] Compiling MachOKit ScatteredRelocationInfo.swift
[1048/1163] Compiling MachOKit StringTableEntry.swift
[1049/1163] Compiling MachOKit Nlist.swift
[1050/1163] Compiling MachOKit Stab.swift
[1051/1163] Compiling MachOKit SymbolDescription.swift
[1052/1163] Compiling MachOKit SymbolFlags.swift
[1053/1163] Compiling MachOKit SymbolLibraryOrdinalType.swift
[1054/1163] Compiling MachOKit SymbolReferenceFlag.swift
[1055/1163] Compiling MachOKit SymbolType.swift
[1056/1163] Compiling MachOKit MachOFile+Strings.swift
[1057/1163] Compiling MachOKit MachOFile+Symbols.swift
[1058/1163] Compiling MachOKit MachOFile.swift
[1059/1163] Compiling MachOKit MachOImage+BindOperations.swift
[1060/1163] Compiling MachOKit MachOImage+CodeSign.swift
[1061/1163] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[1062/1163] Compiling MachOKit MachOImage+ExportTrie.swift
[1063/1163] Compiling MachOKit MachOImage+FunctionStarts.swift
[1064/1163] Compiling MachOKit MachOImage+LoadCommands.swift
[1065/1163] Compiling MachOKit MachOImage+RebaseOperations.swift
[1066/1163] Compiling MachOKit MachOImage+Strings.swift
[1067/1163] Compiling MachOKit MachOImage+Symbols.swift
[1068/1163] Compiling MachOKit MachOImage+static.swift
[1069/1163] Compiling MachOKit MachOImage.swift
[1070/1163] Compiling MachOKit MachOKit.swift
[1071/1163] Compiling MachOKit BindOpcode.swift
[1072/1163] Compiling MachOKit BindOperation.swift
[1073/1163] Compiling MachOKit BindOperationsKind.swift
[1074/1163] Compiling MachOKit BindSpecial.swift
[1075/1163] Compiling MachOKit BindType.swift
[1076/1163] Compiling MachOKit ClassicBindType.swift
[1077/1163] Compiling MachOKit BindingSymbol.swift
[1078/1163] Compiling MachOKit ClassicBindingSymbol.swift
[1079/1163] Compiling MachOKit CodeSignProtocol.swift
[1080/1163] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[1081/1163] Compiling MachOKit DyldCacheRepresentable.swift
[1082/1163] Compiling MachOKit DyldChainedFixupsProtocol.swift
[1083/1163] Compiling MachOKit DyldChainedImportProtocol.swift
[1084/1163] Compiling MachOKit LayoutWrapper.swift
[1085/1163] Compiling MachOKit LoadCommandWrapper.swift
[1086/1163] Compiling MachOKit LoadCommandsProtocol.swift
[1087/1163] Compiling MachOKit MachORepresentable.swift
[1088/1163] Compiling MachOKit StringTable.swift
[1089/1163] Compiling MachOKit SymbolProtocol.swift
[1090/1163] Compiling MachOKit _DyldCacheFileRepresentable.swift
[1091/1163] Compiling MachOKit BitFlags.swift
[1092/1163] Compiling MachOKit DataSequence.swift
[1093/1163] Compiling MachOKit MemorySequence.swift
[1094/1163] Compiling MachOKit SwiftDemangle.swift
[1095/1163] Compiling MachOKit DataTrieTree.swift
[1096/1163] Compiling MachOKit MemoryTrieTree.swift
[1097/1163] Compiling MachOKit TrieNode.swift
[1098/1163] Compiling MachOKit TrieNodeContent.swift
[1099/1163] Compiling MachOKit TrieTreeProtocol.swift
[1100/1163] Compiling MachOKit exported.swift
[1101/1163] Compiling MachOKit global.swift
[1126/1163] Emitting module MachOKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1137/1165] Wrapping AST for NIOPosix for debugging
[1138/1165] Wrapping AST for MachOKit for debugging
[1139/1201] Wrapping AST for SwiftSyntax for debugging
[1141/1259] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1142/1260] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1143/1260] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1144/1260] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1145/1260] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1146/1260] Compiling SwiftDiagnostics 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
[1147/1260] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1148/1260] Compiling SwiftParser IncrementalParseTransition.swift
[1149/1260] Compiling SwiftParser IsValidIdentifier.swift
[1150/1260] Compiling SwiftParser Cursor.swift
[1151/1260] Compiling SwiftParser Lexeme.swift
[1152/1260] Compiling SwiftParser LexemeSequence.swift
[1153/1265] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1154/1265] Emitting module _NIOFileSystem
[1155/1265] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1156/1265] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1157/1265] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1158/1265] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1159/1265] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1160/1265] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1161/1265] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1162/1265] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1167/1266] Compiling SwiftParser Declarations.swift
[1168/1266] Wrapping AST for SwiftDiagnostics for debugging
[1170/1266] Compiling SwiftParser TriviaParser.swift
[1171/1266] Compiling SwiftParser Types.swift
[1172/1266] Compiling SwiftParser Modifiers.swift
[1173/1266] Compiling SwiftParser Names.swift
[1174/1266] Compiling SwiftParser Nominals.swift
[1175/1266] Compiling _NIOFileSystem Utilities.swift
[1176/1266] Compiling _NIOFileSystem NIOFilePath.swift
[1177/1266] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1178/1266] Compiling _NIOFileSystem OpenOptions.swift
[1179/1266] Compiling _NIOFileSystem String+FileSystem.swift
[1180/1266] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1181/1266] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1182/1267] Compiling SwiftParser Parameters.swift
[1183/1267] Compiling SwiftParser ParseSourceFile.swift
[1184/1267] Compiling SwiftParser Parser.swift
[1185/1267] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1186/1267] Compiling SwiftParser Expressions.swift
[1187/1267] Wrapping AST for SwiftBasicFormat for debugging
[1189/1267] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1190/1272] Compiling SwiftParser TokenConsumer.swift
[1191/1272] Compiling SwiftParser TokenPrecedence.swift
[1192/1272] Compiling SwiftParser TokenSpec.swift
[1193/1272] Compiling SwiftParser TokenSpecSet.swift
[1194/1272] Compiling SwiftParser TopLevel.swift
[1195/1272] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1196/1272] Compiling SwiftParser StringLiterals.swift
[1197/1272] Compiling SwiftParser SwiftParserCompatibility.swift
[1198/1272] Compiling SwiftParser SwiftVersion.swift
[1199/1272] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1205/1272] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1222/1272] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1223/1272] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1224/1272] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1225/1272] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1245/1273] Wrapping AST for _NIOFileSystem for debugging
[1247/1275] Emitting module NIOFileSystem
[1248/1275] Compiling NIOFileSystem Exports.swift
[1249/1276] Wrapping AST for NIOFileSystem for debugging
[1251/1279] Compiling FileSystem AsyncSequence+Extras.swift
[1252/1279] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1279] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1254/1279] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1255/1279] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/1279] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1257/1279] Emitting module FileSystem
[1258/1280] Wrapping AST for SwiftParser for debugging
[1260/1303] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1261/1304] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/1305] Compiling SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1263/1305] Compiling SwiftOperators OperatorError+Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1264/1305] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/1305] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1266/1305] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1267/1305] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1268/1305] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1269/1305] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1270/1305] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1271/1305] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1272/1305] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1273/1305] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1274/1305] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1275/1305] Compiling FileSystem FileSystem.swift
[1278/1307] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1279/1307] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1279/1307] Wrapping AST for FileSystem for debugging
[1280/1307] Write Objects.LinkFileList
[1281/1307] Wrapping AST for SwiftOperators for debugging
[1283/1307] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1283/1307] Archiving libFileSystem.a
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1287/1307] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1290/1307] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1291/1307] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1292/1308] Wrapping AST for SwiftParserDiagnostics for debugging
[1294/1323] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1295/1323] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1296/1324] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1297/1324] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1298/1324] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1299/1324] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1300/1324] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1301/1324] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1302/1324] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1303/1324] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1304/1324] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1305/1324] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1306/1324] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1307/1324] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1308/1324] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1309/1324] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1310/1325] Wrapping AST for SwiftSyntaxBuilder for debugging
[1312/1342] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1313/1344] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1314/1344] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1315/1344] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1316/1344] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1317/1344] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1318/1344] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1319/1344] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1320/1344] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1321/1344] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1322/1344] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1323/1344] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1324/1344] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1325/1344] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1326/1344] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1327/1344] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1328/1344] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1329/1344] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1330/1344] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1331/1345] Wrapping AST for SwiftSyntaxMacros for debugging
[1333/1354] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1334/1355] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1335/1355] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1336/1355] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1337/1355] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1338/1355] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1339/1355] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1340/1355] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1341/1355] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1342/1355] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1343/1356] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1345/1368] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1346/1368] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1347/1369] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1348/1369] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1349/1369] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1350/1369] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1351/1369] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1352/1369] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1353/1369] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1354/1369] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1355/1369] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1356/1369] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1357/1369] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1358/1370] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1360/1372] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1361/1372] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1362/1373] Wrapping AST for SwiftCompilerPlugin for debugging
[1364/1407] Compiling MockableMacro MockableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1365/1407] Compiling MockableMacro MockableMacroError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1366/1407] Compiling MockableMacro MockableMacroWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1367/1407] Compiling MockableMacro Plugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1368/1411] Emitting module MockableMacro
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1369/1411] Compiling MockableMacro ProtocolDeclSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1370/1411] Compiling MockableMacro String+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1371/1411] Compiling MockableMacro TokenSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1372/1411] Compiling MockableMacro VariableDeclSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1373/1411] Compiling MockableMacro Buildable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1374/1411] Compiling MockableMacro FunctionRequirement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1375/1411] Compiling MockableMacro InitializerRequirement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1376/1411] Compiling MockableMacro Requirements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1377/1411] Compiling MockableMacro VariableRequirement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1378/1411] Compiling MockableMacro Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1379/1411] Compiling MockableMacro Messages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1380/1411] Compiling MockableMacro Namespace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1381/1411] Compiling MockableMacro TokenFinder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1382/1411] Compiling MockableMacro AttributeSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1383/1411] Compiling MockableMacro DeclModifierListSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1384/1411] Compiling MockableMacro FunctionDeclSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1385/1411] Compiling MockableMacro FunctionParameterSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1386/1411] Compiling MockableMacro GenericArgumentSyntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1387/1411] Compiling MockableMacro Function+Buildable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1388/1411] Compiling MockableMacro Variable+Buildable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1389/1411] Compiling MockableMacro BuilderFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1390/1411] Compiling MockableMacro Caseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1391/1411] Compiling MockableMacro Function+Caseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1392/1411] Compiling MockableMacro MockFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1393/1411] Compiling MockableMacro Function+Mockable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1394/1411] Compiling MockableMacro Initializer+Mockable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1395/1411] Compiling MockableMacro Mockable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1396/1411] Compiling MockableMacro Variable+Mockable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1397/1411] Compiling MockableMacro Variable+Caseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1398/1411] Compiling MockableMacro ConformanceFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1399/1411] Compiling MockableMacro EnumFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1400/1411] Compiling MockableMacro Factory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1401/1411] Compiling MockableMacro MemberFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1402/1412] Wrapping AST for MockableMacro for debugging
[1403/1412] Write Objects.LinkFileList
[1404/1412] Linking MockableMacro-tool
[1406/1441] Compiling Mockable ThrowingFunctionActionBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1407/1441] Compiling Mockable ThrowingFunctionReturnBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1408/1441] Compiling Mockable ThrowingFunctionVerifyBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1409/1441] Compiling Mockable MockableService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1410/1445] Compiling Mockable Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1411/1445] Compiling Mockable FunctionActionBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1412/1445] Compiling Mockable FunctionReturnBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1413/1445] Compiling Mockable FunctionVerifyBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1414/1445] Compiling Mockable MockerScope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1415/1445] Compiling Mockable Count.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1416/1445] Compiling Mockable GenericValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1417/1445] Compiling Mockable Parameter+Match.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1418/1445] Compiling Mockable CaseIdentifiable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1419/1445] Compiling Mockable Matchable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1420/1445] Compiling Mockable MemberAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1421/1445] Compiling Mockable MemberReturn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1422/1445] Emitting module Mockable
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1423/1445] Compiling Mockable PropertyActionBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1424/1445] Compiling Mockable PropertyReturnBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1425/1445] Compiling Mockable PropertyVerifyBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1426/1445] Compiling Mockable Async+Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1427/1445] Compiling Mockable Parameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1428/1445] Compiling Mockable ReturnValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1429/1445] Compiling Mockable TimeoutDuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1430/1445] Compiling Mockable Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1431/1445] Compiling Mockable AsyncSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1432/1445] Compiling Mockable LockedValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1433/1445] Compiling Mockable MockableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1434/1445] Compiling Mockable Matcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1435/1445] Compiling Mockable Mocked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1436/1445] Compiling Mockable Mocker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1437/1445] Compiling Mockable MockerFallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1438/1445] Compiling Mockable MockerPolicy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1439/1446] Wrapping AST for Mockable for debugging
[1441/1452] Compiling Command FileHandle+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
[1442/1452] Compiling Command ThreadSafe.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1443/1452] Compiling Command Command.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1444/1452] Compiling Command AsyncThrowingStream+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
[1445/1452] Compiling Command CommandRunner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1446/1452] Emitting module Command
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1447/1453] Wrapping AST for Command for debugging
[1448/1462] Write Objects.LinkFileList
[1449/1462] Archiving libCommand.a
[1451/1462] Compiling Rosalind Sequence+Concurrency.swift
[1452/1463] Compiling Rosalind Rosalind.swift
[1453/1463] Compiling Rosalind RosalindReport.swift
[1454/1463] Compiling Rosalind PoolLock.swift
[1455/1463] Compiling Rosalind FileHandle+Read.swift
[1456/1463] Compiling Rosalind AppBundle.swift
[1457/1463] Compiling Rosalind AppBundleLoader.swift
[1458/1463] Emitting module Rosalind
[1459/1463] Compiling Rosalind AssetUtilController.swift
[1460/1463] Compiling Rosalind ShasumCalculator.swift
[1461/1464] Wrapping AST for Rosalind for debugging
[1462/1464] Write Objects.LinkFileList
[1463/1464] Archiving libRosalind.a
Build complete! (406.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.13",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.14.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.38.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Rosalind.swift",
        "RosalindReport.swift",
        "ShasumCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.