The Swift Package Index logo.Swift Package Index

Build Information

Failed to build supabase-client-dependency, reference 0.4.2 (a494ce), with Swift 6.1 for Android on 29 May 2025 09:42:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m-housh/supabase-client-dependency.git
Reference: 0.4.2
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/m-housh/supabase-client-dependency
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at a494cea Fixes login method to be a discardable result (#14)
Cloned https://github.com/m-housh/supabase-client-dependency.git
Revision (git rev-parse @):
a494cead64f99287516fc2dfe2b83a86ddf5f84d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m-housh/supabase-client-dependency.git at 0.4.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/m-housh/supabase-client-dependency.git
https://github.com/m-housh/supabase-client-dependency.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections.git"
    },
    {
      "identity" : "supabase-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/supabase/supabase-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "supabase-client-dependency",
  "name" : "supabase-client-dependency",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SupabaseDependencies",
      "targets" : [
        "SupabaseDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SupabaseDependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "SupabaseDependenciesTests",
      "path" : "Tests/SupabaseDependenciesTests",
      "sources" : [
        "AuthControllerTests.swift",
        "DatabaseClientTests.swift",
        "TestModels.swift"
      ],
      "target_dependencies" : [
        "SupabaseDependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SupabaseDependencies",
      "module_type" : "SwiftTarget",
      "name" : "SupabaseDependencies",
      "path" : "Sources/SupabaseDependencies",
      "product_dependencies" : [
        "CasePaths",
        "ConcurrencyExtras",
        "Dependencies",
        "Supabase"
      ],
      "product_memberships" : [
        "SupabaseDependencies"
      ],
      "sources" : [
        "AuthController/AuthController+mock.swift",
        "AuthController/AuthController.swift",
        "AuthController/Credentials.swift",
        "AuthController/Internal/AuthClient+Extensions.swift",
        "DatabaseRouter/DatabaseRoute+Filter.swift",
        "DatabaseRouter/DatabaseRoute+Order.swift",
        "DatabaseRouter/DatabaseRoute.swift",
        "DatabaseRouter/DatabaseRouter+Override.swift",
        "DatabaseRouter/DatabaseRouter.swift",
        "DatabaseRouter/Protocols/RouteCollection.swift",
        "Interface.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatabaseRouterIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseRouterIntegrationTests",
      "path" : "Tests/DatabaseRouterIntegrationTests",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "IdentifiedCollections"
      ],
      "sources" : [
        "AuthControllerIntegrationTests.swift",
        "DatabaseClientIntegrationTests.swift",
        "TestModels.swift"
      ],
      "target_dependencies" : [
        "SupabaseDependencies"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/supabase/supabase-swift.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-identified-collections.git
[1/852] Fetching swift-concurrency-extras
[223/13833] Fetching swift-concurrency-extras, supabase-swift
[379/18414] Fetching swift-concurrency-extras, supabase-swift, swift-custom-dump
[2152/20463] Fetching swift-concurrency-extras, supabase-swift, swift-custom-dump, swift-docc-plugin
[6054/21997] Fetching swift-concurrency-extras, supabase-swift, swift-custom-dump, swift-docc-plugin, swift-identified-collections
[17989/28246] Fetching swift-concurrency-extras, supabase-swift, swift-custom-dump, swift-docc-plugin, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.53s)
[20916/23665] Fetching swift-concurrency-extras, supabase-swift, swift-docc-plugin, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections.git from cache (0.54s)
[19507/22131] Fetching swift-concurrency-extras, supabase-swift, swift-docc-plugin, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.54s)
[18780/21279] Fetching supabase-swift, swift-docc-plugin, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths.git
[21280/25654] Fetching supabase-swift, swift-docc-plugin, swift-dependencies, swift-case-paths
Fetched https://github.com/supabase/supabase-swift.git from cache (0.87s)
[12017/12673] Fetching swift-docc-plugin, swift-dependencies, swift-case-paths
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.87s)
[10362/10624] Fetching swift-dependencies, swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.87s)
[3850/4375] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.47s)
Computing version for https://github.com/pointfreeco/swift-identified-collections.git
Computed https://github.com/pointfreeco/swift-identified-collections.git at 1.1.1 (1.89s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.17s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (1.86s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (2.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.54s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.76s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Computing version for https://github.com/pointfreeco/swift-case-paths.git
Computed https://github.com/pointfreeco/swift-case-paths.git at 1.7.0 (2.33s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.35s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (6.21s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.75s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[1447/3702] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.23s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.30s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (2.19s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.82s)
Computing version for https://github.com/supabase/supabase-swift.git
Computed https://github.com/supabase/supabase-swift.git at 2.29.1 (0.85s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-crypto.git
[1/904] Fetching swift-http-types
[905/14840] Fetching swift-http-types, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (1.78s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.81s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.95s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.18s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.83s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-identified-collections.git
Working copy of https://github.com/pointfreeco/swift-identified-collections.git resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/supabase/supabase-swift.git
Working copy of https://github.com/supabase/supabase-swift.git resolved at 2.29.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths.git
Working copy of https://github.com/pointfreeco/swift-case-paths.git resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/417] Write sources
[37/417] Compiling _SwiftSyntaxCShims dummy.c
[38/417] Compiling fiat_p256_adx_sqr.S
[39/417] Compiling fiat_p256_adx_mul.S
[40/417] Compiling fiat_curve25519_adx_mul.S
[41/417] Compiling md5-x86_64-apple.S
[42/417] Compiling md5-x86_64-linux.S
[43/417] Compiling fiat_curve25519_adx_square.S
[44/417] Compiling md5-586-linux.S
[45/417] Compiling md5-586-apple.S
[46/417] Compiling chacha20_poly1305_x86_64-linux.S
[47/417] Compiling chacha20_poly1305_x86_64-apple.S
[48/417] Write swift-version-24593BA9C3E375BF.txt
[49/417] Compiling chacha20_poly1305_armv8-win.S
[50/417] Compiling chacha20_poly1305_armv8-linux.S
[51/417] Compiling chacha20_poly1305_armv8-apple.S
[52/417] Compiling chacha-x86_64-apple.S
[53/417] Compiling chacha-x86_64-linux.S
[54/417] Compiling chacha-x86-linux.S
[55/417] Compiling CCryptoBoringSSLShims shims.c
[56/428] Compiling err_data.cc
[57/452] Compiling chacha-x86-apple.S
[58/452] Compiling chacha-armv8-win.S
[60/452] 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
[60/462] Compiling chacha-armv8-linux.S
[61/463] Compiling chacha-armv8-apple.S
[62/463] Compiling chacha-armv4-linux.S
[63/463] Compiling aes128gcmsiv-x86_64-linux.S
[64/463] Compiling aes128gcmsiv-x86_64-apple.S
[65/463] Compiling x86_64-mont5-linux.S
[66/463] Compiling x86_64-mont5-apple.S
[67/463] Compiling x86_64-mont-linux.S
[68/463] Compiling x86_64-mont-apple.S
[69/463] Compiling x86-mont-linux.S
[70/463] Compiling x86-mont-apple.S
[71/463] Compiling vpaes-x86_64-linux.S
[72/463] Compiling vpaes-x86_64-apple.S
[73/463] Compiling vpaes-x86-linux.S
[74/463] Compiling vpaes-x86-apple.S
[75/463] Compiling vpaes-armv8-win.S
[76/463] Compiling vpaes-armv8-linux.S
[77/463] Compiling vpaes-armv8-apple.S
[78/463] Compiling vpaes-armv7-linux.S
[79/463] Compiling sha512-x86_64-linux.S
[80/463] Compiling sha512-x86_64-apple.S
[81/463] Compiling sha512-armv8-win.S
[82/463] Compiling sha512-armv8-linux.S
[83/463] Compiling sha512-armv8-apple.S
[84/463] Compiling sha512-armv4-linux.S
[85/463] Compiling sha512-586-linux.S
[86/463] Compiling sha512-586-apple.S
[87/463] Compiling sha256-x86_64-linux.S
[88/463] Compiling sha256-x86_64-apple.S
[89/463] Compiling sha256-armv8-win.S
[90/463] Compiling sha256-armv8-linux.S
[91/463] Compiling sha256-armv8-apple.S
[92/463] Compiling sha256-armv4-linux.S
[93/463] Compiling sha256-586-linux.S
[95/463] 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
[95/464] Compiling sha256-586-apple.S
[97/464] 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
[98/464] 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
[99/465] 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
[100/465] 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
[101/466] 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
[102/466] 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
[102/467] Compiling sha1-x86_64-linux.S
[105/467] Compiling sha1-x86_64-apple.S
[108/467] Compiling sha1-armv8-win.S
[109/467] Compiling sha1-armv8-linux.S
[110/467] Wrapping AST for SwiftSyntax600 for debugging
[111/467] Compiling sha1-armv8-apple.S
[112/467] Wrapping AST for SwiftSyntax510 for debugging
[113/467] Compiling sha1-armv4-large-linux.S
[114/467] Wrapping AST for SwiftSyntax601 for debugging
[115/467] Wrapping AST for SwiftSyntax509 for debugging
[116/467] Compiling sha1-586-linux.S
[117/467] Compiling rsaz-avx2-linux.S
[118/467] Compiling rsaz-avx2-apple.S
[119/467] Compiling sha1-586-apple.S
[120/467] Compiling rdrand-x86_64-linux.S
[121/467] Compiling rdrand-x86_64-apple.S
[122/531] Compiling p256_beeu-x86_64-asm-linux.S
[123/531] Compiling p256_beeu-armv8-asm-win.S
[124/531] Compiling p256_beeu-x86_64-asm-apple.S
[125/531] Compiling p256_beeu-armv8-asm-linux.S
[126/531] Compiling p256_beeu-armv8-asm-apple.S
[127/531] Compiling p256-x86_64-asm-linux.S
[128/531] Compiling p256-x86_64-asm-apple.S
[129/531] Compiling p256-armv8-asm-win.S
[130/531] Compiling p256-armv8-asm-linux.S
[131/531] Compiling p256-armv8-asm-apple.S
[132/531] Compiling ghashv8-armv8-win.S
[133/531] Compiling ghashv8-armv8-linux.S
[134/531] Compiling ghashv8-armv8-apple.S
[135/531] Compiling ghashv8-armv7-linux.S
[136/531] Compiling ghash-x86_64-linux.S
[137/531] Compiling ghash-x86_64-apple.S
[138/531] Compiling ghash-x86-linux.S
[139/531] Compiling ghash-ssse3-x86_64-linux.S
[140/531] Compiling ghash-x86-apple.S
[141/531] Compiling ghash-ssse3-x86_64-apple.S
[142/531] Compiling ghash-ssse3-x86-linux.S
[143/531] Compiling ghash-ssse3-x86-apple.S
[144/531] Compiling ghash-neon-armv8-win.S
[145/531] Compiling ghash-neon-armv8-apple.S
[146/531] Compiling ghash-neon-armv8-linux.S
[147/531] Compiling ghash-armv4-linux.S
[148/531] Compiling co-586-linux.S
[149/531] Compiling co-586-apple.S
[150/531] Compiling bsaes-armv7-linux.S
[151/531] Compiling bn-armv8-win.S
[152/531] Compiling bn-armv8-apple.S
[153/531] Compiling bn-armv8-linux.S
[154/531] Compiling armv8-mont-win.S
[155/531] Compiling bn-586-apple.S
[156/531] Compiling bn-586-linux.S
[157/531] Compiling armv8-mont-apple.S
[158/531] Compiling armv8-mont-linux.S
[159/531] Compiling aesv8-gcm-armv8-win.S
[160/531] Compiling armv4-mont-linux.S
[161/531] Compiling aesv8-armv8-win.S
[162/531] Compiling aesv8-armv8-linux.S
[163/531] Compiling aesv8-gcm-armv8-linux.S
[164/531] Compiling aesv8-gcm-armv8-apple.S
[165/531] Compiling aesv8-armv8-apple.S
[166/531] Compiling aesni-x86_64-linux.S
[167/531] Compiling aesv8-armv7-linux.S
[168/531] Compiling aesni-x86_64-apple.S
[169/531] Compiling aesni-x86-linux.S
[170/531] Compiling aesni-x86-apple.S
[171/531] Compiling aesni-gcm-x86_64-linux.S
[172/531] Compiling aesni-gcm-x86_64-apple.S
[173/531] Compiling aes-gcm-avx10-x86_64-linux.S
[174/531] Compiling aes-gcm-avx10-x86_64-apple.S
[176/531] 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
[177/533] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/533] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/533] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/533] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/533] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/533] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/533] Compiling SwiftSyntax 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
[184/533] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/533] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/542] Compiling x_x509.cc
[186/542] Compiling x_val.cc
[187/542] Compiling x_x509a.cc
[188/542] Compiling x_spki.cc
[190/542] Compiling HTTPTypes HTTPParsedFields.swift
[191/543] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/543] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/543] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/544] 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
[195/544] 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
[196/544] Compiling HTTPTypes ISOLatin1String.swift
[197/544] Compiling HTTPTypes HTTPResponse.swift
[198/544] Compiling HTTPTypes HTTPRequest.swift
[199/544] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/544] Compiling x_pubkey.cc
[201/544] Compiling HTTPTypes NIOLock.swift
[201/544] Compiling x_req.cc
[202/544] Compiling x_sig.cc
[203/544] Compiling x_name.cc
[204/544] Compiling x_exten.cc
[205/544] Compiling x_crl.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[209/544] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/544] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/544] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/544] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/544] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/544] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/544] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/544] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/544] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/544] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/544] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/544] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[223/544] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/544] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/544] Compiling x_attrib.cc
[225/544] Compiling x_all.cc
[226/544] Compiling x_algor.cc
[228/544] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[233/544] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[239/544] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/544] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[255/546] Compiling x509rset.cc
[256/546] Compiling x509spki.cc
[257/549] Compiling x509name.cc
[259/569] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/569] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/570] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/570] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/570] Compiling x509cset.cc
[264/570] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/570] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/570] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/570] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/570] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/570] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/570] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/570] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/570] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/570] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/571] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/571] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/572] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/572] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/573] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/573] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/573] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/573] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/574] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/574] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[286/576] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/584] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/584] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/584] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/585] Compiling x509_vpm.cc
[292/585] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/585] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/585] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/585] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/585] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/608] Compiling x509_vfy.cc
[298/608] Compiling HTTPTypes HTTPField.swift
[299/608] Compiling HTTPTypes HTTPFieldName.swift
[300/608] Emitting module HTTPTypes
[301/608] Compiling HTTPTypes HTTPFields.swift
[302/609] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[303/609] Compiling x509_v3.cc
[305/609] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[306/609] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[306/610] Compiling x509_txt.cc
[309/623] Compiling Helpers Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/623] Compiling Helpers DateFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[311/623] Compiling Helpers EventEmitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[312/623] Compiling Helpers HTTPRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/623] Compiling Helpers HTTPResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/623] Compiling Helpers LoggerInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[315/623] Compiling Helpers AnyJSON+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[316/623] Compiling Helpers AnyJSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[317/623] Compiling Helpers AsyncValueSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/623] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[319/623] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[320/623] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[321/634] Compiling Helpers FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[322/634] Compiling Helpers HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/634] Compiling Helpers HTTPFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/634] Compiling Helpers JWT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[325/634] Compiling Helpers HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[326/634] Compiling Helpers PostgrestError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[327/634] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[327/634] Compiling x509_trs.cc
[328/634] Compiling x509_set.cc
[330/634] Compiling Helpers SupabaseLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[331/634] Compiling Helpers Task+withTimeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[332/634] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[333/634] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/634] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[335/634] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[336/634] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[336/635] Compiling x509_obj.cc
[338/635] Compiling x509_req.cc
[339/635] Compiling x509_lu.cc
[340/635] Compiling x509_ext.cc
[341/635] Compiling x509_def.cc
[342/635] Compiling x509_d2.cc
[343/635] Compiling x509_att.cc
[344/635] Compiling x509.cc
[346/635] Compiling Helpers TaskLocalHelpers.swift
[347/635] Compiling Helpers URLSession+AsyncAwait.swift
[347/637] Compiling x509_cmp.cc
[349/637] Emitting module Helpers
[350/637] Compiling Helpers Version.swift
[351/637] Compiling Helpers _Clock.swift
[351/637] Compiling v3_utl.cc
[365/637] Compiling Helpers RetryRequestInterceptor.swift
[371/638] Compiling v3_skey.cc
[372/638] Compiling v3_purp.cc
[373/676] Compiling v3_prn.cc
[374/676] Compiling v3_ocsp.cc
[375/676] Compiling v3_pmaps.cc
[377/684] Compiling PostgREST Defaults.swift
[378/684] Compiling PostgREST Deprecated.swift
[378/689] Compiling v3_pcons.cc
[380/689] Compiling Storage SupabaseStorage.swift
[381/689] Compiling Storage TransformOptions.swift
[382/689] Compiling Storage Deprecated.swift
[383/689] Compiling Storage Helpers.swift
[384/689] Compiling Realtime RealtimeMessageV2.swift
[385/689] Compiling Realtime RealtimePostgresFilter.swift
[386/689] Compiling Realtime RealtimePostgresFilterValue.swift
[387/692] Compiling PostgREST PostgrestTransformBuilder.swift
[388/693] Compiling Functions Types.swift
[389/693] Emitting module Storage
[392/693] Emitting module PostgREST
[393/693] Compiling PostgREST PostgrestBuilder.swift
[394/693] Compiling PostgREST PostgrestQueryBuilder.swift
[395/693] Compiling PostgREST PostgrestFilterValue.swift
[395/693] Compiling v3_ncons.cc
[397/693] Emitting module Functions
[398/693] Compiling Functions FunctionsClient.swift
[399/694] Compiling PostgREST PostgrestClient.swift
[400/694] Compiling PostgREST PostgrestFilterBuilder.swift
[401/694] Emitting module Realtime
[402/694] Compiling PostgREST Types.swift
[403/695] Compiling Storage MultipartFormData.swift
[404/695] Compiling Storage StorageApi.swift
[405/695] Compiling v3_lib.cc
[407/695] Compiling v3_int.cc
[409/695] Compiling Realtime Types.swift
[410/695] Compiling Realtime URLSessionWebSocket.swift
[411/695] Compiling Realtime WebSocket.swift
[412/695] Compiling Storage StorageBucketApi.swift
[413/695] Compiling Storage StorageError.swift
[414/695] Compiling Storage StorageFileApi.swift
[415/695] Compiling Storage StorageHTTPClient.swift
[416/695] Compiling Storage Types.swift
[418/696] 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
[419/696] Compiling Realtime PostgresAction.swift
[420/696] Compiling Realtime PostgresActionData.swift
[421/696] Compiling Realtime PresenceAction.swift
[422/696] Compiling Realtime PushV2.swift
[423/696] Compiling Realtime RealtimeChannel+AsyncAwait.swift
[424/696] Compiling Realtime RealtimeChannelV2.swift
[425/696] Compiling Realtime RealtimeClientV2.swift
[426/696] Compiling Realtime RealtimeError.swift
[427/696] Compiling Realtime RealtimeJoinConfig.swift
[427/696] Compiling v3_info.cc
[428/696] Compiling v3_genn.cc
[436/696] Compiling Realtime Delegated.swift
[437/696] Compiling Realtime Deprecated.swift
[441/697] Compiling v3_extku.cc
[442/697] Compiling v3_ia5.cc
[444/697] Compiling v3_enum.cc
[445/697] Compiling v3_crld.cc
[446/697] Compiling v3_bitst.cc
[447/697] Compiling v3_cpols.cc
[448/697] Compiling v3_conf.cc
[449/697] Compiling v3_bcons.cc
[450/697] Compiling v3_alt.cc
[451/697] Compiling v3_akeya.cc
[452/697] Compiling v3_akey.cc
[453/697] Compiling t_x509a.cc
[454/697] Compiling t_x509.cc
[455/697] Compiling t_req.cc
[456/697] Compiling t_crl.cc
[457/697] Compiling i2d_pr.cc
[458/697] Compiling policy.cc
[459/697] Compiling rsa_pss.cc
[460/697] Compiling name_print.cc
[461/697] Compiling by_file.cc
[462/697] Compiling by_dir.cc
[463/697] Compiling a_sign.cc
[464/697] Compiling asn1_gen.cc
[465/697] Compiling a_verify.cc
[466/697] Compiling algorithm.cc
[467/697] Compiling a_digest.cc
[468/697] Compiling thread_none.cc
[469/697] Compiling trust_token.cc
[470/697] Compiling voprf.cc
[471/697] Compiling thread_win.cc
[472/697] Compiling pmbtoken.cc
[473/697] Compiling thread_pthread.cc
[474/697] Compiling thread.cc
[475/697] Compiling thash.cc
[476/697] Compiling stack.cc
[477/697] Compiling wots.cc
[478/697] Compiling fors.cc
[479/697] Compiling siphash.cc
[480/697] Compiling slhdsa.cc
[481/697] Compiling merkle.cc
[482/697] Compiling sha1.cc
[483/697] Compiling sha256.cc
[484/697] Compiling sha512.cc
[485/697] Compiling rsa_crypt.cc
[486/697] Compiling refcount.cc
[487/697] Compiling rsa_print.cc
[488/697] Compiling rc4.cc
[489/697] Compiling rsa_extra.cc
[490/697] Compiling windows.cc
[491/697] Compiling rsa_asn1.cc
[492/697] Compiling ios.cc
[493/697] Compiling urandom.cc
[494/697] Compiling trusty.cc
[495/697] Compiling rand_extra.cc
[496/697] Compiling passive.cc
[497/697] Compiling poly1305_arm_asm.S
[498/697] Compiling getentropy.cc
[499/697] Compiling deterministic.cc
[500/697] Compiling forkunsafe.cc
[501/697] Compiling poly1305_vec.cc
[502/697] Compiling fork_detect.cc
[503/697] Compiling poly1305_arm.cc
[504/697] Compiling pool.cc
[505/697] Compiling poly1305.cc
[506/697] Compiling pkcs8_x509.cc
[507/697] Compiling pkcs8.cc
[508/697] Compiling pkcs7_x509.cc
[509/697] Compiling p5_pbev2.cc
[510/697] Compiling pkcs7.cc
[511/697] Compiling pem_x509.cc
[512/697] Compiling pem_xaux.cc
[513/697] Compiling pem_pkey.cc
[514/697] Compiling pem_pk8.cc
[515/697] Compiling pem_oth.cc
[516/697] Compiling pem_lib.cc
[517/697] Compiling pem_info.cc
[518/697] Compiling obj_xref.cc
[519/697] Compiling pem_all.cc
[520/697] Compiling obj.cc
[521/697] Compiling mlkem.cc
[522/697] Compiling mldsa.cc
[523/697] Compiling mem.cc
[525/697] 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
[526/697] 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
[527/697] 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
[528/697] 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
[529/697] 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
[530/697] 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
[531/697] 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
[532/697] 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
[533/697] 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
[534/697] 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
[535/697] 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
[536/697] 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
[537/697] 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
[538/697] 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
[539/697] 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
[540/697] 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
[541/697] 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
[542/697] 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
[542/697] Compiling poly_rq_mul.S
[543/697] Compiling fips_shared_support.cc
[544/697] Compiling md5.cc
[545/697] Compiling lhash.cc
[546/697] Compiling md4.cc
[547/697] Compiling kyber.cc
[548/697] Compiling ex_data.cc
[549/697] Compiling hrss.cc
[550/697] Compiling hpke.cc
[551/697] Compiling sign.cc
[552/697] Compiling scrypt.cc
[553/697] Compiling pbkdf.cc
[554/697] Compiling print.cc
[555/697] Compiling p_rsa_asn1.cc
[556/697] Compiling p_x25519_asn1.cc
[557/697] Compiling p_rsa.cc
[558/697] Compiling p_x25519.cc
[559/697] Compiling p_ed25519.cc
[560/697] Compiling p_hkdf.cc
[561/697] Compiling p_ed25519_asn1.cc
[562/697] Compiling p_ec.cc
[563/697] Compiling p_ec_asn1.cc
[564/697] Compiling p_dsa_asn1.cc
[565/697] Compiling p_dh_asn1.cc
[566/697] Compiling p_dh.cc
[567/697] Compiling evp_ctx.cc
[568/697] Compiling engine.cc
[569/697] Compiling evp_asn1.cc
[570/697] Compiling evp.cc
[571/697] Compiling err.cc
[572/697] Compiling hash_to_curve.cc
[573/697] Compiling ecdsa_asn1.cc
[574/697] Compiling ec_derive.cc
[575/697] Compiling ecdh_extra.cc
[576/697] Compiling ec_asn1.cc
[577/697] Compiling digest_extra.cc
[578/697] Compiling dsa.cc
[579/697] Compiling dsa_asn1.cc
[580/697] Compiling params.cc
[581/697] Compiling x25519-asm-arm.S
[582/697] Compiling bcm.cc
[583/697] Compiling des.cc
[584/697] Compiling dh_asn1.cc
[585/697] Compiling crypto.cc
[586/697] Compiling curve25519_64_adx.cc
[587/697] Compiling spake25519.cc
[588/697] Compiling cpu_intel.cc
[589/697] Compiling cpu_arm_linux.cc
[590/697] Compiling cpu_aarch64_win.cc
[591/697] Compiling cpu_aarch64_apple.cc
[592/697] Compiling cpu_aarch64_openbsd.cc
[593/697] Compiling curve25519.cc
[594/697] Compiling cpu_aarch64_fuchsia.cc
[595/697] Compiling cpu_arm_freebsd.cc
[596/697] Compiling cpu_aarch64_linux.cc
[597/697] Compiling cpu_aarch64_sysreg.cc
[598/697] Compiling e_rc4.cc
[599/697] Compiling tls_cbc.cc
[600/697] Compiling conf.cc
[601/697] Compiling e_tls.cc
[602/697] Compiling e_des.cc
[603/697] Compiling e_rc2.cc
[604/697] Compiling e_chacha20poly1305.cc
[605/697] Compiling e_null.cc
[606/697] Compiling e_aesgcmsiv.cc
[607/697] Compiling derive_key.cc
[608/697] Compiling e_aesctrhmac.cc
[609/697] Compiling cipher_extra.cc
[610/697] Compiling chacha.cc
[611/697] Compiling unicode.cc
[612/697] Compiling cbs.cc
[613/697] Compiling ber.cc
[614/697] Compiling cbb.cc
[615/697] Compiling asn1_compat.cc
[616/697] Compiling buf.cc
[617/697] Compiling pair.cc
[618/697] Compiling printf.cc
[619/697] Compiling bn_asn1.cc
[620/697] Compiling convert.cc
[621/697] Compiling blake2.cc
[622/697] Compiling hexdump.cc
[623/697] Compiling file.cc
[624/697] Compiling errno.cc
[625/697] Compiling fd.cc
[626/697] Compiling bio_mem.cc
[627/697] Compiling bio.cc
[628/697] Compiling base64.cc
[629/697] Compiling tasn_typ.cc
[630/697] Compiling tasn_utl.cc
[631/697] Compiling tasn_fre.cc
[632/697] Compiling tasn_enc.cc
[633/697] Compiling tasn_new.cc
[634/697] Compiling f_int.cc
[635/697] Compiling tasn_dec.cc
[636/697] Compiling posix_time.cc
[637/697] Compiling f_string.cc
[638/697] Compiling asn_pack.cc
[639/697] Compiling asn1_par.cc
[640/697] Compiling a_type.cc
[641/697] Compiling asn1_lib.cc
[642/697] Compiling a_octet.cc
[643/697] Compiling a_utctm.cc
[644/697] Compiling a_strnid.cc
[645/697] Compiling a_time.cc
[646/697] Compiling a_strex.cc
[647/697] Compiling a_i2d_fp.cc
[648/697] Compiling a_mbstr.cc
[649/697] Compiling a_gentm.cc
[650/697] Compiling a_object.cc
[652/697] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[653/697] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[654/697] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[655/697] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[656/697] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[657/697] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[658/697] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[659/697] 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
[660/697] 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
[661/697] 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
[662/697] 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
[663/697] 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
[664/697] 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
[665/697] 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
[666/697] 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
[667/697] 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
[668/697] 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
[669/697] 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
[669/697] Compiling a_dup.cc
[670/697] Compiling a_int.cc
[671/697] Compiling a_d2i_fp.cc
[672/697] Compiling a_bool.cc
[673/697] Compiling a_bitstr.cc
[675/705] Compiling CryptoBoringWrapper RandomBytes.swift
[676/705] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[677/705] Compiling CryptoBoringWrapper EllipticCurve.swift
[678/705] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[679/705] Emitting module CryptoBoringWrapper
[680/705] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[681/705] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[682/705] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[684/777] Compiling Crypto HPKE-Ciphersuite.swift
[685/777] Compiling Crypto HPKE-KDF.swift
[686/777] Compiling Crypto HPKE-KexKeyDerivation.swift
[687/777] Compiling Crypto HPKE-LabeledExtract.swift
[688/777] Compiling Crypto HPKE-Utils.swift
[689/777] Compiling Crypto DHKEM.swift
[690/777] Compiling Crypto HPKE-KEM-Curve25519.swift
[691/777] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[692/777] Compiling Crypto HPKE-KEM.swift
[693/777] Compiling Crypto HPKE-Errors.swift
[694/786] Compiling Crypto SymmetricKeys.swift
[695/786] Compiling Crypto HMAC.swift
[696/786] Compiling Crypto MACFunctions.swift
[697/786] Compiling Crypto MessageAuthenticationCode.swift
[698/786] Compiling Crypto AES.swift
[699/786] Compiling Crypto ECDSASignature_boring.swift
[700/786] Compiling Crypto ECDSA_boring.swift
[701/786] Compiling Crypto EdDSA_boring.swift
[702/786] Compiling Crypto ECDSA.swift
[703/786] Compiling Crypto Ed25519.swift
[704/786] Compiling Crypto HKDF.swift
[705/786] Compiling Crypto AESWrap.swift
[706/786] Compiling Crypto AESWrap_boring.swift
[707/786] Compiling Crypto Ed25519_boring.swift
[708/786] Compiling Crypto NISTCurvesKeys_boring.swift
[709/786] Compiling Crypto X25519Keys_boring.swift
[710/786] Compiling Crypto Curve25519.swift
[711/786] Compiling Crypto Ed25519Keys.swift
[712/786] Compiling Crypto NISTCurvesKeys.swift
[713/786] Compiling Crypto X25519Keys.swift
[714/786] Compiling Crypto AES-GCM.swift
[715/786] Compiling Crypto AES-GCM_boring.swift
[716/786] Compiling Crypto ChaChaPoly_boring.swift
[717/786] Compiling Crypto ChaChaPoly.swift
[718/786] Compiling Crypto Cipher.swift
[719/786] Compiling Crypto Nonces.swift
[720/786] Compiling Crypto ASN1.swift
[721/786] Compiling Crypto ASN1Any.swift
[722/786] Compiling Crypto ASN1BitString.swift
[723/786] Compiling Crypto ASN1Boolean.swift
[724/786] Emitting module Crypto
[725/786] Compiling Crypto PKCS8PrivateKey.swift
[726/786] Compiling Crypto SEC1PrivateKey.swift
[727/786] Compiling Crypto SubjectPublicKeyInfo.swift
[728/786] Compiling Crypto CryptoKitErrors.swift
[729/786] Compiling Crypto Digest_boring.swift
[730/786] Compiling Crypto Digest.swift
[731/786] Compiling Crypto Digests.swift
[732/786] Compiling Crypto HashFunctions.swift
[733/786] Compiling Crypto HashFunctions_SHA2.swift
[734/786] Compiling Crypto HPKE-AEAD.swift
[735/786] Compiling Crypto HPKE.swift
[736/786] Compiling Crypto HPKE-Context.swift
[737/786] Compiling Crypto HPKE-KeySchedule.swift
[738/786] Compiling Crypto HPKE-Modes.swift
[739/786] Compiling Crypto Insecure.swift
[740/786] Compiling Crypto Insecure_HashFunctions.swift
[741/786] Compiling Crypto KEM.swift
[742/786] Compiling Crypto ECDH_boring.swift
[743/786] Compiling Crypto DH.swift
[744/786] Compiling Crypto ECDH.swift
[745/786] Compiling Crypto Signature.swift
[746/786] Compiling Crypto CryptoKitErrors_boring.swift
[747/786] Compiling Crypto RNG_boring.swift
[748/786] Compiling Crypto SafeCompare_boring.swift
[749/786] Compiling Crypto Zeroization_boring.swift
[750/786] Compiling Crypto PrettyBytes.swift
[751/786] Compiling Crypto SafeCompare.swift
[752/786] Compiling Crypto SecureBytes.swift
[753/786] Compiling Crypto Zeroization.swift
[754/786] Compiling Crypto ASN1Identifier.swift
[755/786] Compiling Crypto ASN1Integer.swift
[756/786] Compiling Crypto ASN1Null.swift
[757/786] Compiling Crypto ASN1OctetString.swift
[758/786] Compiling Crypto ASN1Strings.swift
[759/786] Compiling Crypto ArraySliceBigint.swift
[760/786] Compiling Crypto GeneralizedTime.swift
[761/786] Compiling Crypto ObjectIdentifier.swift
[762/786] Compiling Crypto ECDSASignature.swift
[763/786] Compiling Crypto PEMDocument.swift
[765/809] Compiling Auth EventEmitter.swift
[766/809] Compiling Auth FixedWidthInteger+Random.swift
[767/809] Compiling Auth Helpers.swift
[768/812] Compiling Auth SessionStorage.swift
[769/812] Compiling Auth URLOpener.swift
[770/812] Compiling Auth AuthLocalStorage.swift
[771/812] Compiling Auth Defaults.swift
[772/812] Compiling Auth Deprecated.swift
[773/812] Compiling Auth APIClient.swift
[774/812] Compiling Auth CodeVerifierStorage.swift
[775/812] Compiling Auth Constants.swift
[776/812] Compiling Auth Dependencies.swift
[777/812] Compiling Auth Keychain.swift
[778/812] Compiling Auth PKCE.swift
[779/812] Compiling Auth SessionManager.swift
[780/812] Compiling Auth AuthError.swift
[781/812] Compiling Auth AuthMFA.swift
[782/812] Compiling Auth AuthStateChangeListener.swift
[783/812] Emitting module Auth
[784/812] Compiling Auth AuthAdmin.swift
[785/812] Compiling Auth AuthClient.swift
[786/812] Compiling Auth AuthClientConfiguration.swift
[787/812] Compiling Auth KeychainLocalStorage.swift
[788/812] Compiling Auth WinCredLocalStorage.swift
[789/812] Compiling Auth Types.swift
[791/818] Compiling Supabase Constants.swift
[792/818] Compiling Supabase Deprecated.swift
[793/818] Emitting module Supabase
[794/818] Compiling Supabase Types.swift
[795/818] Compiling Supabase SupabaseClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[806/820] Wrapping AST for SwiftSyntax for debugging
[808/878] 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
[809/879] 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
[810/879] 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
[811/879] 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
[812/879] 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
[813/879] 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
[814/879] 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
[815/879] 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
[816/879] 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
[817/879] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/879] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/879] 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
[820/879] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/879] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/879] 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
[823/879] 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
[825/880] 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
[826/880] 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
[826/881] Wrapping AST for SwiftDiagnostics for debugging
[828/881] Wrapping AST for SwiftBasicFormat 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
[834/881] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/881] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/886] 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
[837/886] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[838/886] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/886] 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
[840/886] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/886] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[842/886] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/886] Compiling SwiftParser 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
[844/886] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/886] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/886] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/886] 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
[848/886] 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
[849/886] 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
[850/886] 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
[851/886] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[852/886] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[853/886] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[854/886] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[855/886] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[856/886] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[857/886] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/886] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/886] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[860/886] Compiling SwiftParser 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
[861/886] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[862/886] Compiling SwiftParser CollectionNodes+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
[863/886] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[864/886] 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
[865/886] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[866/886] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[867/886] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[868/886] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/886] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[870/886] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[871/886] 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
[872/886] 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
[873/886] 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
[874/886] 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
[875/886] 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
[876/887] Wrapping AST for SwiftParser for debugging
[878/910] 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
[879/911] 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
[880/912] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/912] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[882/912] 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
[883/912] 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
[884/912] 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
[885/912] 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
[886/912] 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
[887/912] 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
[888/912] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[891/912] 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
[892/912] 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
[893/912] 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
[894/913] 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
[895/913] Wrapping AST for SwiftOperators 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
[899/913] 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
[900/913] 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
[901/913] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[902/913] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[903/913] 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
[904/913] 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
[905/914] Wrapping AST for SwiftParserDiagnostics for debugging
[907/929] 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
[908/929] 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
[909/930] 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
[910/930] 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
[911/930] 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
[912/930] 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
[913/930] 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
[914/930] 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
[915/930] 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
[916/930] 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
[917/930] 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
[918/930] 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
[919/930] 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
[920/930] 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
[921/930] 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
[922/930] 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
[923/931] Wrapping AST for SwiftSyntaxBuilder for debugging
[925/948] 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
[926/950] 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
[927/950] 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
[928/950] 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
[929/950] 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
[930/950] 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
[931/950] 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
[932/950] 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
[933/950] 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
[934/950] 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
[935/950] 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
[936/950] 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
[937/950] 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
[938/950] 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
[939/950] 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
[940/950] 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
[941/950] 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
[942/950] 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
[943/950] 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
[944/951] Wrapping AST for SwiftSyntaxMacros for debugging
[946/960] 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
[947/961] 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
[948/961] 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
[949/961] 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
[950/961] 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
[951/961] 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
[952/961] 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
[953/961] 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
[954/961] 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
[955/961] 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
[956/962] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[958/974] 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
[959/974] 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
[960/975] 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
[961/975] 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
[962/975] 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
[963/975] 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
[964/975] 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
[965/975] 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
[966/975] 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
[967/975] 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
[968/975] 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
[969/975] 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
[970/975] 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
[971/976] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[973/978] 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
[974/978] 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
[975/979] Wrapping AST for SwiftCompilerPlugin for debugging
[977/982] Compiling CasePathsMacros 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
[978/982] Emitting module CasePathsMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[979/982] Compiling CasePathsMacros CasePathableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[980/983] Wrapping AST for CasePathsMacros for debugging
[981/983] Write Objects.LinkFileList
[982/983] Linking CasePathsMacros-tool
[984/990] Compiling CasePaths 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
[985/990] Compiling CasePaths Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[986/990] Compiling CasePaths LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[987/990] Compiling CasePaths XCTestSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[988/990] Compiling CasePaths Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[989/990] Emitting module CasePaths
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[990/990] Compiling CasePaths EnumReflection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[992/1002] Compiling SupabaseDependencies RouteCollection.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[993/1003] Compiling SupabaseDependencies DatabaseRouter.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[994/1003] Compiling SupabaseDependencies DatabaseRouter+Override.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[995/1003] Compiling SupabaseDependencies AuthController+mock.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[996/1003] Compiling SupabaseDependencies AuthController.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[997/1003] Compiling SupabaseDependencies DatabaseRoute+Filter.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[998/1003] Compiling SupabaseDependencies DatabaseRoute+Order.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[999/1003] Compiling SupabaseDependencies Credentials.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[1000/1003] Compiling SupabaseDependencies AuthClient+Extensions.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[1001/1003] Compiling SupabaseDependencies DatabaseRoute.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1002/1003] Emitting module SupabaseDependencies
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[1003/1003] Compiling SupabaseDependencies Interface.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write swift-version-24593BA9C3E375BF.txt
[4/75] Compiling SwiftSyntax509 Empty.swift
[5/75] Emitting module SwiftSyntax509
[6/76] Emitting module SwiftSyntax510
[7/76] Compiling SwiftSyntax510 Empty.swift
[8/77] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/78] Compiling SwiftSyntax601 Empty.swift
[11/78] Emitting module SwiftSyntax601
[12/78] Emitting module SwiftSyntax600
[13/78] Compiling SwiftSyntax600 Empty.swift
[14/79] Compiling IssueReporting AppHostWarning.swift
[15/79] Compiling IssueReporting Deprecations.swift
[16/79] Compiling ConcurrencyExtras LockIsolated.swift
[18/79] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[21/79] Emitting module ConcurrencyExtras
[22/78] Compiling ConcurrencyExtras Task.swift
[23/78] Compiling ConcurrencyExtras Result.swift
[24/78] Emitting module IssueReporting
[25/79] Compiling ConcurrencyExtras UncheckedSendable.swift
[26/78] Compiling IssueReporting FailureObserver.swift
[27/78] Compiling IssueReporting LockIsolated.swift
[28/78] Compiling IssueReporting Rethrows.swift
[29/78] Emitting module CryptoBoringWrapper
[30/78] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[32/78] Compiling IssueReporting ErrorReporting.swift
[35/78] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[36/79] Compiling CryptoBoringWrapper RandomBytes.swift
[37/79] Compiling HTTPTypes ISOLatin1String.swift
[38/80] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[39/80] Compiling IssueReporting BreakpointReporter.swift
[40/80] Compiling IssueReporting FatalErrorReporter.swift
[41/80] Compiling CryptoBoringWrapper EllipticCurve.swift
[42/80] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[43/81] Compiling IssueReporting RuntimeWarningReporter.swift
[44/81] Compiling IssueReporting ReportIssue.swift
[45/81] Compiling IssueReporting TestContext.swift
[46/81] Compiling IssueReporting Unimplemented.swift
[47/81] Compiling IssueReporting XCTest.swift
[48/81] Compiling IssueReporting IsTesting.swift
[49/81] Compiling IssueReporting IssueReporter.swift
[51/81] Emitting module HTTPTypes
[52/81] Compiling HTTPTypes HTTPParsedFields.swift
[54/81] Compiling HTTPTypes HTTPRequest.swift
[55/81] Compiling HTTPTypes HTTPResponse.swift
[56/81] Compiling HTTPTypes HTTPField.swift
[57/81] Compiling HTTPTypes HTTPFieldName.swift
[58/81] Compiling HTTPTypes HTTPFields.swift
[59/81] Compiling IssueReporting WithExpectedIssue.swift
[60/81] Compiling IssueReporting WithIssueContext.swift
[61/107] Compiling Crypto ChaChaPoly.swift
[62/107] Compiling Crypto Cipher.swift
[63/109] Compiling Crypto Nonces.swift
[64/127] Compiling Crypto Digest.swift
[65/127] Compiling Crypto Digests.swift
[66/127] Compiling Crypto HashFunctions.swift
[67/204] Compiling HTTPTypes NIOLock.swift
[70/239] Compiling CombineSchedulers UIScheduler.swift
[71/242] Compiling CombineSchedulers ImmediateScheduler.swift
[72/242] Compiling CombineSchedulers Deprecations.swift
[73/242] Compiling CombineSchedulers UIKit.swift
[74/242] Compiling CombineSchedulers SwiftUI.swift
[75/242] Compiling CombineSchedulers TestScheduler.swift
[76/242] Compiling CombineSchedulers Timer.swift
[77/242] Compiling CombineSchedulers Lock.swift
[78/242] Compiling CombineSchedulers NSRecursiveLock.swift
[79/242] Compiling XCTestDynamicOverlay Exports.swift
[80/242] Emitting module CombineSchedulers
[81/242] Compiling CombineSchedulers AnyScheduler.swift
[82/242] Compiling CombineSchedulers Concurrency.swift
[83/242] Compiling Clocks Timer.swift
[84/242] Compiling Clocks Lock.swift
[85/243] Compiling Clocks _AsyncTimerSequence.swift
[86/243] Compiling Clocks ImmediateClock.swift
[87/243] Compiling Clocks AnyClock.swift
[88/243] Emitting module Clocks
[89/243] Compiling CombineSchedulers UnimplementedScheduler.swift
[90/244] Compiling Clocks UnimplementedClock.swift
[92/244] Emitting module XCTestDynamicOverlay
[93/244] Compiling XCTestDynamicOverlay Deprecations.swift
[94/244] Compiling Clocks SwiftUI.swift
[95/245] Compiling Clocks TestClock.swift
[98/300] Compiling CasePathsCore UncheckedSendable.swift
[99/301] Emitting module CasePathsCore
[100/301] Compiling Dependencies AppEntryPoint.swift
[101/301] Compiling Dependencies Deprecations.swift
[102/303] Compiling CasePathsCore TypeName.swift
[103/303] Compiling CasePathsCore KeyPath+Sendable.swift
[104/303] Compiling CasePathsCore Never+CasePathable.swift
[105/303] Compiling CasePathsCore Optional+CasePathable.swift
[106/303] Compiling Dependencies Dependency.swift
[107/303] Compiling Dependencies DependencyContext.swift
[108/303] Compiling Dependencies DependencyKey.swift
[110/303] Compiling Helpers Version.swift
[111/303] Compiling Helpers _Clock.swift
[112/306] Compiling CasePathsCore Result+CasePathable.swift
[113/306] Compiling Dependencies FireAndForget.swift
[114/306] Compiling Dependencies Assert.swift
[115/306] Compiling Dependencies Calendar.swift
[119/306] Compiling Dependencies DependencyValues.swift
[122/307] Compiling Dependencies PreviewTrait.swift
[123/307] Compiling Dependencies TestTrait.swift
[124/307] Compiling Dependencies WithDependencies.swift
[125/307] Compiling Crypto X25519Keys_boring.swift
[126/307] Compiling Crypto Curve25519.swift
[127/307] Compiling Crypto Ed25519Keys.swift
[128/307] Compiling Crypto NISTCurvesKeys.swift
[129/307] Compiling Crypto X25519Keys.swift
[130/307] Compiling Crypto SymmetricKeys.swift
[131/307] Compiling Crypto HMAC.swift
[132/307] Compiling Crypto MACFunctions.swift
[133/307] Compiling Crypto MessageAuthenticationCode.swift
[134/307] Compiling Crypto AES.swift
[136/307] Compiling Crypto ECDSASignature_boring.swift
[137/307] Compiling Dependencies Context.swift
[138/307] Compiling SwiftSyntax RawSyntaxNodesC.swift
[139/307] Compiling Dependencies Date.swift
[140/307] Compiling SwiftSyntax RawSyntaxNodesD.swift
[141/307] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[142/307] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[143/307] Compiling Dependencies Clocks.swift
[144/307] Compiling Dependencies OpenURL.swift
[145/307] Compiling Dependencies TimeZone.swift
[146/316] Compiling Dependencies UUID.swift
[147/316] Compiling Dependencies WithRandomNumberGenerator.swift
[149/316] Compiling Dependencies Locale.swift
[150/316] Compiling Dependencies MainQueue.swift
[151/316] Compiling Dependencies MainRunLoop.swift
[160/316] Compiling Dependencies URLSession.swift
[162/316] Emitting module Helpers
[165/316] Emitting module Dependencies
[201/326] Emitting module Crypto
[203/326] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[204/326] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[205/326] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[206/326] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[207/326] Compiling SwiftSyntax RawSyntaxValidation.swift
[208/326] Compiling SwiftSyntax SyntaxEnum.swift
[209/326] Compiling SwiftSyntax SyntaxKind.swift
[210/326] Compiling SwiftSyntax SyntaxRewriter.swift
[211/326] Compiling SwiftSyntax SyntaxTraits.swift
[212/326] Compiling SwiftSyntax SyntaxVisitor.swift
[213/326] Compiling SwiftSyntax Convenience.swift
[214/326] Compiling SwiftSyntax CustomTraits.swift
[215/326] Compiling SwiftSyntax EditorPlaceholder.swift
[216/326] Compiling SwiftSyntax SyntaxNodesAB.swift
[217/326] Compiling SwiftSyntax SyntaxNodesC.swift
[218/326] Compiling SwiftSyntax SyntaxNodesD.swift
[219/326] Compiling SwiftSyntax SyntaxNodesEF.swift
[220/326] Compiling SwiftSyntax SyntaxNodesGHI.swift
[221/326] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[222/326] Compiling SwiftSyntax SyntaxNodesOP.swift
[223/326] Compiling SwiftSyntax TokenKind.swift
[224/326] Compiling SwiftSyntax Tokens.swift
[225/326] Compiling SwiftSyntax TriviaPieces.swift
[226/326] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[227/326] Compiling SwiftSyntax AbsolutePosition.swift
[228/326] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[229/326] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[230/326] Compiling SwiftSyntax Assert.swift
[231/326] Compiling SwiftSyntax BumpPtrAllocator.swift
[232/326] Compiling SwiftSyntax CommonAncestor.swift
[241/377] Compiling Storage BucketOptions.swift
[242/377] Compiling Storage Codable.swift
[245/379] Compiling Storage SupabaseStorage.swift
[246/379] Compiling Storage TransformOptions.swift
[247/379] Emitting module Functions
[248/379] Emitting module PostgREST
[249/379] Compiling PostgREST PostgrestFilterValue.swift
[250/379] Compiling PostgREST PostgrestQueryBuilder.swift
[251/379] Compiling PostgREST PostgrestTransformBuilder.swift
[252/379] Compiling Functions Types.swift
[253/379] Compiling PostgREST PostgrestFilterBuilder.swift
[254/379] Compiling Functions FunctionsClient.swift
[255/380] Compiling PostgREST PostgrestClient.swift
[256/380] Compiling PostgREST PostgrestBuilder.swift
[257/380] Compiling Realtime RealtimeMessageV2.swift
[258/380] Compiling Realtime RealtimePostgresFilter.swift
[259/380] Compiling Realtime RealtimePostgresFilterValue.swift
[262/383] Compiling Storage Deprecated.swift
[263/383] Compiling Storage Helpers.swift
[265/383] Emitting module Storage
[266/383] Compiling PostgREST Types.swift
[270/384] Compiling Storage MultipartFormData.swift
[271/384] Compiling Storage StorageApi.swift
[272/384] Compiling Storage Types.swift
[273/384] Emitting module Realtime
[274/384] Compiling SwiftSyntax SyntaxNodesQRS.swift
[275/384] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[276/384] Compiling Crypto RNG_boring.swift
[277/384] Compiling Crypto SafeCompare_boring.swift
[278/384] Compiling Crypto Zeroization_boring.swift
[279/384] Compiling Crypto PrettyBytes.swift
[280/384] Compiling Crypto SafeCompare.swift
[281/384] Compiling Crypto SecureBytes.swift
[282/384] Compiling Crypto Zeroization.swift
[284/385] Compiling Realtime Types.swift
[285/385] Compiling Realtime URLSessionWebSocket.swift
[286/385] Compiling Realtime WebSocket.swift
[287/407] Compiling Auth AuthClientConfiguration.swift
[288/407] Compiling Auth CodeVerifierStorage.swift
[289/407] Compiling Auth AuthAdmin.swift
[290/407] Compiling Auth AuthClient.swift
[292/408] Compiling Auth SessionStorage.swift
[293/408] Compiling Auth URLOpener.swift
[294/408] Compiling Auth AuthLocalStorage.swift
[295/408] Compiling Auth Keychain.swift
[296/408] Compiling Auth PKCE.swift
[297/408] Compiling Auth SessionManager.swift
[298/408] Compiling Auth EventEmitter.swift
[299/408] Compiling Auth FixedWidthInteger+Random.swift
[300/408] Compiling Auth Helpers.swift
[305/411] Compiling Auth Constants.swift
[306/411] Compiling Auth Dependencies.swift
[313/411] Compiling Auth Defaults.swift
[314/411] Compiling Auth Deprecated.swift
[315/411] Compiling Auth APIClient.swift
[320/411] Compiling Auth AuthMFA.swift
[321/411] Compiling Auth AuthStateChangeListener.swift
[325/412] Compiling Auth AuthError.swift
[328/412] Emitting module Auth
[332/412] Compiling Auth KeychainLocalStorage.swift
[333/412] Compiling Auth WinCredLocalStorage.swift
[334/412] Compiling Auth Types.swift
[336/418] Emitting module SwiftSyntax
[337/418] Compiling Supabase Types.swift
[338/418] Compiling Supabase SupabaseClient.swift
[339/418] Compiling Supabase Constants.swift
[340/418] Compiling Supabase Deprecated.swift
[341/418] Emitting module Supabase
[407/477] Compiling SwiftDiagnostics Message.swift
[408/478] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[409/478] Compiling SwiftBasicFormat Syntax+Extensions.swift
[410/478] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[411/478] Compiling SwiftParser Attributes.swift
[412/478] Compiling SwiftParser Availability.swift
[413/478] Compiling SwiftDiagnostics FixIt.swift
[414/478] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[415/478] Compiling SwiftDiagnostics Note.swift
[416/478] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[417/478] Compiling SwiftParser CharacterInfo.swift
[418/478] Compiling SwiftParser CollectionNodes+Parsable.swift
[419/478] Emitting module SwiftDiagnostics
[420/478] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[421/479] Compiling SwiftBasicFormat Indenter.swift
[422/479] Compiling SwiftBasicFormat InferIndentation.swift
[423/479] Compiling SwiftParser SwiftParserCompatibility.swift
[424/479] Compiling SwiftParser SwiftVersion.swift
[425/479] Compiling SwiftParser SyntaxUtils.swift
[426/479] Compiling SwiftParser TokenConsumer.swift
[427/479] Compiling SwiftParser TokenPrecedence.swift
[429/483] Emitting module SwiftBasicFormat
[430/483] Compiling SwiftBasicFormat BasicFormat.swift
[432/483] Compiling SwiftParser LexemeSequence.swift
[433/483] Compiling SwiftParser Lexer.swift
[434/483] Compiling SwiftParser RegexLiteralLexer.swift
[435/483] Compiling SwiftParser UnicodeScalarExtensions.swift
[436/483] Compiling SwiftParser Lookahead.swift
[437/483] Compiling SwiftParser LoopProgressCondition.swift
[438/483] Compiling SwiftParser TokenSpec.swift
[439/483] Compiling SwiftParser TokenSpecSet.swift
[440/483] Compiling SwiftParser TopLevel.swift
[441/483] Compiling SwiftParser TriviaParser.swift
[442/483] Compiling SwiftParser Types.swift
[443/483] Compiling SwiftParser Modifiers.swift
[444/483] Compiling SwiftParser Names.swift
[445/483] Compiling SwiftParser Nominals.swift
[446/483] Compiling SwiftParser Parameters.swift
[447/483] Compiling SwiftParser ParseSourceFile.swift
[448/483] Compiling SwiftParser Parser.swift
[449/483] Compiling SwiftParser Patterns.swift
[450/483] Compiling SwiftParser Recovery.swift
[451/483] Compiling SwiftParser Specifiers.swift
[452/483] Compiling SwiftParser Statements.swift
[453/483] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[454/483] Compiling SwiftParser StringLiterals.swift
[459/483] Compiling SwiftParser Declarations.swift
[460/483] Compiling SwiftParser Directives.swift
[461/483] Emitting module SwiftParser
[462/483] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[463/483] Compiling SwiftParser Expressions.swift
[464/483] Compiling SwiftParser IncrementalParseTransition.swift
[465/483] Compiling SwiftParser IsValidIdentifier.swift
[466/483] Compiling SwiftParser Cursor.swift
[467/483] Compiling SwiftParser Lexeme.swift
[468/483] Compiling SwiftParser ExperimentalFeatures.swift
[469/483] Compiling SwiftParser IsLexerClassified.swift
[470/483] Compiling SwiftParser LayoutNodes+Parsable.swift
[471/483] Compiling SwiftParser Parser+TokenSpecSet.swift
[472/483] Compiling SwiftParser TokenSpecStaticMembers.swift
[474/506] Compiling SwiftOperators PrecedenceGraph.swift
[475/507] Compiling SwiftOperators PrecedenceGroup.swift
[476/507] Compiling SwiftParserDiagnostics MissingNodesError.swift
[477/507] Compiling SwiftParserDiagnostics MissingTokenError.swift
[478/507] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[479/508] Compiling SwiftOperators OperatorTable.swift
[480/508] Compiling SwiftOperators SyntaxSynthesis.swift
[481/508] Emitting module SwiftOperators
[482/508] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[483/508] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[484/508] Compiling SwiftOperators OperatorTable+Folding.swift
[485/508] Compiling SwiftOperators OperatorTable+Semantics.swift
[486/508] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[488/508] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[489/508] Compiling SwiftParserDiagnostics Utils.swift
[490/508] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[491/508] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[492/508] Compiling SwiftParserDiagnostics PresenceUtils.swift
[493/508] Emitting module SwiftParserDiagnostics
[496/508] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[497/508] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[501/523] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[502/523] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[503/524] Compiling SwiftSyntaxBuilder Indenter.swift
[504/524] Compiling SwiftSyntaxBuilder ListBuilder.swift
[505/524] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[506/524] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[507/524] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[508/524] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[509/524] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[510/524] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[511/524] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[512/524] Emitting module SwiftSyntaxBuilder
[513/524] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[514/524] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[515/524] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[516/524] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[518/541] Compiling SwiftSyntaxMacros Macro.swift
[519/541] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[520/543] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[521/543] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[522/543] Compiling SwiftSyntaxMacros MemberMacro.swift
[523/543] Compiling SwiftSyntaxMacros PeerMacro.swift
[524/543] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[525/543] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[526/543] Emitting module SwiftSyntaxMacros
[527/543] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[528/543] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[529/543] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[530/543] Compiling SwiftSyntaxMacros AccessorMacro.swift
[531/543] Compiling SwiftSyntaxMacros AttachedMacro.swift
[532/543] Compiling SwiftSyntaxMacros BodyMacro.swift
[533/543] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[534/543] Compiling SwiftSyntaxMacros Macro+Format.swift
[535/543] Compiling SwiftSyntaxMacros PreambleMacro.swift
[536/543] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[538/552] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[539/553] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[540/553] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[541/553] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[542/553] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[543/553] Emitting module SwiftSyntaxMacroExpansion
[544/553] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[545/553] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[546/553] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[547/553] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[549/565] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[550/565] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[551/565] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[552/566] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[553/566] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[554/566] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[555/566] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[556/566] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[557/566] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[558/566] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[559/566] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[560/566] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[561/566] Emitting module SwiftCompilerPluginMessageHandling
[563/568] Emitting module SwiftCompilerPlugin
[564/568] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[566/571] Compiling CasePathsMacros Plugin.swift
[567/571] Emitting module CasePathsMacros
[568/571] Compiling CasePathsMacros CasePathableMacro.swift
[569/571] Write Objects.LinkFileList
[570/571] Linking CasePathsMacros-tool
[572/578] Compiling CasePaths LockIsolated.swift
[573/578] Compiling CasePaths Macros.swift
[574/578] Compiling CasePaths XCTestSupport.swift
[575/578] Compiling CasePaths Exports.swift
[576/578] Compiling CasePaths Deprecations.swift
[577/578] Compiling CasePaths EnumReflection.swift
[578/578] Emitting module CasePaths
[580/590] Compiling SupabaseDependencies RouteCollection.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[581/591] Compiling SupabaseDependencies DatabaseRouter.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[582/591] Emitting module SupabaseDependencies
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[583/591] Compiling SupabaseDependencies DatabaseRoute+Filter.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[584/591] Compiling SupabaseDependencies DatabaseRoute+Order.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[585/591] Compiling SupabaseDependencies DatabaseRoute.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[586/591] Compiling SupabaseDependencies DatabaseRouter+Override.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[587/591] Compiling SupabaseDependencies Interface.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[588/591] Compiling SupabaseDependencies AuthController+mock.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[589/591] Compiling SupabaseDependencies AuthController.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[590/591] Compiling SupabaseDependencies Credentials.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
[591/591] Compiling SupabaseDependencies AuthClient+Extensions.swift
/host/spi-builder-workspace/Sources/SupabaseDependencies/DatabaseRouter/DatabaseRouter.swift:5:8: error: no such module 'OSLog'
  3 | import Dependencies
  4 | import Foundation
  5 | import OSLog
    |        `- error: no such module 'OSLog'
  6 | import PostgREST
  7 |
BUILD FAILURE 6.1 android