The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/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-custom-dump.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/pointfreeco/swift-identified-collections.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/supabase/supabase-swift.git
[1/4581] Fetching swift-custom-dump
[1009/17562] Fetching swift-custom-dump, supabase-swift
[3239/19611] Fetching swift-custom-dump, supabase-swift, swift-docc-plugin
[6626/20463] Fetching swift-custom-dump, supabase-swift, swift-docc-plugin, swift-concurrency-extras
[9775/21997] Fetching swift-custom-dump, supabase-swift, swift-docc-plugin, swift-concurrency-extras, swift-identified-collections
[21998/28246] Fetching swift-custom-dump, supabase-swift, swift-docc-plugin, swift-concurrency-extras, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.62s)
Fetched https://github.com/pointfreeco/swift-identified-collections.git from cache (0.62s)
Fetched https://github.com/supabase/supabase-swift.git from cache (0.62s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.63s)
Fetching https://github.com/pointfreeco/swift-case-paths.git
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.76s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.77s)
[1/4375] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.34s)
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.54s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.14s)
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.69s)
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.38s)
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.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
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.78s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.92s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (2.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.61s)
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.50s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.31s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (10.28s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.59s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[2411/3702] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.28s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.10s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.85s)
Computing version for https://github.com/supabase/supabase-swift.git
Computed https://github.com/supabase/supabase-swift.git at 2.29.1 (0.77s)
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.33s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
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.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.98s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
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-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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/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/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/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/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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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/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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/417] Write sources
[22/417] Write swift-version-24593BA9C3E375BF.txt
[23/417] Compiling _SwiftSyntaxCShims dummy.c
[24/436] Compiling e_rc2.cc
[25/436] Compiling a_octet.cc
[26/436] Compiling a_mbstr.cc
[26/436] Write sources
[41/436] Compiling a_strex.cc
[42/436] Compiling a_strnid.cc
[43/436] Compiling a_time.cc
[44/436] Compiling a_object.cc
[46/463] 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
[47/463] 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
[47/463] Compiling CCryptoBoringSSLShims shims.c
[48/463] Compiling fiat_p256_adx_sqr.S
[49/463] Compiling fiat_p256_adx_mul.S
[50/463] Compiling fiat_curve25519_adx_square.S
[51/463] Compiling fiat_curve25519_adx_mul.S
[52/463] Compiling md5-x86_64-linux.S
[53/463] Compiling md5-x86_64-apple.S
[54/463] Compiling md5-586-linux.S
[55/463] Compiling md5-586-apple.S
[56/463] Compiling err_data.cc
[57/463] Compiling chacha20_poly1305_x86_64-linux.S
[58/463] Compiling chacha20_poly1305_x86_64-apple.S
[59/463] Compiling chacha20_poly1305_armv8-win.S
[60/463] Compiling chacha20_poly1305_armv8-linux.S
[61/463] Compiling chacha20_poly1305_armv8-apple.S
[62/463] Compiling chacha-x86_64-linux.S
[63/463] Compiling chacha-x86_64-apple.S
[64/463] Compiling chacha-x86-linux.S
[65/463] Compiling chacha-x86-apple.S
[66/463] Compiling chacha-armv8-win.S
[67/463] Compiling chacha-armv8-linux.S
[68/463] Compiling chacha-armv8-apple.S
[70/463] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/463] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/464] 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
[72/465] Compiling chacha-armv4-linux.S
[74/465] 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
[75/466] 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
[76/466] 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
[77/467] Compiling aes128gcmsiv-x86_64-linux.S
[80/467] Compiling aes128gcmsiv-x86_64-apple.S
[82/467] Compiling x86_64-mont5-linux.S
[83/467] Wrapping AST for SwiftSyntax601 for debugging
[84/467] Compiling x86_64-mont5-apple.S
[85/467] Wrapping AST for SwiftSyntax600 for debugging
[86/467] Wrapping AST for SwiftSyntax510 for debugging
[87/467] Compiling x86_64-mont-linux.S
[88/467] Compiling x86_64-mont-apple.S
[89/467] Wrapping AST for SwiftSyntax509 for debugging
[90/467] Compiling x86-mont-linux.S
[91/467] Compiling vpaes-x86_64-linux.S
[92/467] Compiling x86-mont-apple.S
[93/467] Compiling vpaes-x86-linux.S
[94/467] Compiling vpaes-x86_64-apple.S
[95/467] Compiling vpaes-armv8-win.S
[96/467] Compiling vpaes-x86-apple.S
[97/507] Compiling vpaes-armv8-linux.S
[98/514] Compiling vpaes-armv8-apple.S
[99/529] Compiling vpaes-armv7-linux.S
[100/531] Compiling sha512-x86_64-linux.S
[101/531] Compiling sha512-x86_64-apple.S
[102/531] Compiling sha512-armv8-win.S
[103/531] Compiling sha512-armv8-apple.S
[104/531] Compiling sha512-armv8-linux.S
[105/531] Compiling sha512-armv4-linux.S
[106/531] Compiling sha512-586-linux.S
[107/531] Compiling sha512-586-apple.S
[108/531] Compiling sha256-x86_64-apple.S
[109/531] Compiling sha256-armv8-win.S
[110/531] Compiling sha256-x86_64-linux.S
[111/531] Compiling sha256-armv8-linux.S
[112/531] Compiling sha256-armv4-linux.S
[113/531] Compiling sha256-586-linux.S
[114/531] Compiling sha256-armv8-apple.S
[115/531] Compiling sha256-586-apple.S
[116/531] Compiling sha1-x86_64-linux.S
[117/531] Compiling sha1-x86_64-apple.S
[118/531] Compiling sha1-armv8-win.S
[119/531] Compiling sha1-586-linux.S
[120/531] Compiling sha1-armv8-apple.S
[121/531] Compiling sha1-armv4-large-linux.S
[122/531] Compiling sha1-armv8-linux.S
[123/531] Compiling sha1-586-apple.S
[124/531] Compiling rsaz-avx2-apple.S
[125/531] Compiling rdrand-x86_64-linux.S
[126/531] Compiling rdrand-x86_64-apple.S
[127/531] Compiling rsaz-avx2-linux.S
[128/531] Compiling p256_beeu-x86_64-asm-linux.S
[129/531] Compiling p256_beeu-x86_64-asm-apple.S
[130/531] Compiling p256_beeu-armv8-asm-linux.S
[131/531] Compiling p256_beeu-armv8-asm-win.S
[132/531] Compiling p256_beeu-armv8-asm-apple.S
[133/531] Compiling p256-x86_64-asm-linux.S
[134/531] Compiling p256-x86_64-asm-apple.S
[135/531] Compiling p256-armv8-asm-win.S
[136/531] Compiling p256-armv8-asm-linux.S
[137/531] Compiling p256-armv8-asm-apple.S
[138/531] Compiling ghashv8-armv8-linux.S
[139/531] Compiling ghashv8-armv7-linux.S
[140/531] Compiling ghash-x86_64-linux.S
[141/531] Compiling ghashv8-armv8-win.S
[142/531] Compiling ghashv8-armv8-apple.S
[143/531] Compiling ghash-x86-apple.S
[144/531] Compiling ghash-x86_64-apple.S
[145/531] Compiling ghash-x86-linux.S
[146/531] Compiling ghash-ssse3-x86_64-linux.S
[147/531] Compiling ghash-ssse3-x86_64-apple.S
[148/531] Compiling ghash-ssse3-x86-linux.S
[149/531] Compiling ghash-neon-armv8-linux.S
[150/531] Compiling ghash-ssse3-x86-apple.S
[151/531] Compiling ghash-neon-armv8-win.S
[152/531] Compiling ghash-neon-armv8-apple.S
[153/531] Compiling ghash-armv4-linux.S
[154/531] Compiling co-586-linux.S
[155/531] Compiling co-586-apple.S
[156/531] Compiling bn-armv8-win.S
[157/531] Compiling bsaes-armv7-linux.S
[158/531] Compiling bn-armv8-linux.S
[159/531] Compiling bn-armv8-apple.S
[160/531] Compiling bn-586-apple.S
[161/531] Compiling bn-586-linux.S
[161/531] Compiling armv8-mont-win.S
[163/531] Compiling armv8-mont-linux.S
[164/531] Compiling armv8-mont-apple.S
[165/531] Compiling armv4-mont-linux.S
[166/531] Compiling aesv8-gcm-armv8-win.S
[167/531] Compiling aesv8-gcm-armv8-apple.S
[169/531] Emitting module HTTPTypes
[170/531] 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
[171/531] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/531] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/531] Compiling HTTPTypes HTTPParsedFields.swift
[173/531] Compiling aesv8-gcm-armv8-linux.S
[175/532] 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
[176/532] 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
[177/535] Compiling HTTPTypes ISOLatin1String.swift
[178/535] Compiling HTTPTypes HTTPRequest.swift
[179/535] Compiling HTTPTypes HTTPResponse.swift
[179/535] Compiling aesv8-armv8-linux.S
[180/535] Compiling aesv8-armv8-win.S
[181/535] Compiling aesv8-armv8-apple.S
[182/535] Compiling aesv8-armv7-linux.S
[183/535] Compiling aesni-x86_64-linux.S
[184/535] Compiling aesni-x86_64-apple.S
[185/535] Compiling aesni-x86-linux.S
[186/535] Compiling aesni-x86-apple.S
[187/535] Compiling aesni-gcm-x86_64-linux.S
[188/535] Compiling aesni-gcm-x86_64-apple.S
[189/535] Compiling aes-gcm-avx10-x86_64-linux.S
[190/535] Compiling aes-gcm-avx10-x86_64-apple.S
[192/535] 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
[193/535] Compiling HTTPTypes NIOLock.swift
[194/535] 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/535] 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
[195/535] Compiling x_val.cc
[196/535] Compiling x_spki.cc
[197/535] Compiling x_x509a.cc
[198/535] Compiling x_x509.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
[202/535] 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
[203/535] 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
[204/535] 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
[205/535] 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
[206/535] 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
[207/535] 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
[208/535] 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
[209/535] 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
[210/535] 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
[211/535] 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
[212/535] 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
[213/535] 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
[214/535] 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
[215/535] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 x_sig.cc
[218/544] Compiling x_pubkey.cc
[219/544] Compiling x_req.cc
[220/544] Compiling x_name.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
[224/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/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
[231/544] 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
[232/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
[233/544] 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
[233/545] Compiling x_exten.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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/546] Compiling x_crl.cc
[250/546] Compiling x_attrib.cc
[251/546] Compiling x_all.cc
[253/561] 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
[254/561] 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
[255/561] 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
[256/562] 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
[257/562] 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
[258/562] 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
[259/562] 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
[260/562] 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
[261/562] 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
[262/562] 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
[263/562] 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
[264/562] 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
[265/562] 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/562] Compiling x509name.cc
[266/562] Compiling x509rset.cc
[267/562] Compiling x509spki.cc
[269/562] 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
[269/562] Compiling x_algor.cc
[272/571] 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
[273/571] 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
[274/572] 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/572] 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
[276/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
[278/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
[279/573] 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
[280/573] Compiling HTTPTypes HTTPField.swift
[281/573] Compiling HTTPTypes HTTPFields.swift
[282/573] Compiling HTTPTypes HTTPFieldName.swift
[283/574] 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 _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
[285/574] 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
[287/574] 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
[287/575] Compiling x509cset.cc
[289/575] Compiling x509_vfy.cc
[290/575] Compiling x509_vpm.cc
[291/629] Compiling x509_v3.cc
[293/629] 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
[294/630] 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
[295/630] 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
[296/630] Compiling Helpers RetryRequestInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/633] Compiling x509_txt.cc
[298/633] 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
[299/633] 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
[300/633] 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
[301/633] 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
[302/633] 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
[303/633] 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
[304/633] 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
[305/633] 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
[306/633] Compiling Helpers URLSession+AsyncAwait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[307/633] 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
[308/633] 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
[309/633] 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
[310/633] 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
[311/633] 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
[312/633] 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
[313/633] 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
[314/633] Compiling Helpers TaskLocalHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/633] 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
[316/633] 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
[317/633] 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
[318/633] 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
[319/633] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 x509_trs.cc
[325/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
[326/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
[327/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
[327/634] Compiling x509_set.cc
[328/634] Compiling x509_req.cc
[329/634] Compiling x509_obj.cc
[331/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[334/634] 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
[335/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
[338/637] Compiling x509_lu.cc
[339/637] Compiling x509_def.cc
[340/637] Compiling x509_ext.cc
[345/637] Compiling Helpers Version.swift
[346/637] Compiling Helpers _Clock.swift
[353/637] Emitting module Helpers
[353/637] Compiling x509_d2.cc
[363/638] Compiling x509_cmp.cc
[364/638] Compiling x509_att.cc
[366/638] Compiling v3_skey.cc
[367/638] Compiling v3_utl.cc
[368/651] Compiling x509.cc
[370/651] Compiling Storage BucketOptions.swift
[371/651] Compiling Storage Codable.swift
[372/689] Compiling Storage TransformOptions.swift
[373/689] Compiling Storage SupabaseStorage.swift
[373/689] Compiling v3_prn.cc
[375/689] Emitting module PostgREST
[376/690] Compiling PostgREST PostgrestTransformBuilder.swift
[376/690] Compiling v3_purp.cc
[378/690] Compiling Functions Types.swift
[379/690] Compiling PostgREST PostgrestFilterValue.swift
[380/690] Compiling PostgREST PostgrestQueryBuilder.swift
[381/690] Emitting module Storage
[382/690] Compiling Realtime RealtimeMessageV2.swift
[383/690] Compiling Realtime RealtimePostgresFilter.swift
[384/690] Compiling Realtime RealtimePostgresFilterValue.swift
[385/693] Compiling PostgREST PostgrestBuilder.swift
[386/693] Compiling Realtime CallbackManager.swift
[387/693] Compiling Realtime Defaults.swift
[387/693] Compiling v3_pmaps.cc
[389/693] Compiling PostgREST PostgrestFilterBuilder.swift
[390/693] Compiling PostgREST PostgrestClient.swift
[391/693] Compiling PostgREST Types.swift
[392/694] Compiling Realtime HeartbeatTimer.swift
[393/694] Compiling Realtime PhoenixTransport.swift
[394/694] Compiling Realtime Delegated.swift
[395/694] Compiling Realtime Deprecated.swift
[397/694] Emitting module Functions
[398/694] Compiling Functions FunctionsClient.swift
[400/695] 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
[401/695] Compiling Realtime PostgresAction.swift
[402/695] Compiling Realtime PostgresActionData.swift
[403/695] Compiling Realtime PresenceAction.swift
[404/695] Compiling Realtime Presence.swift
[405/695] Compiling Realtime Push.swift
[406/695] Compiling Realtime RealtimeChannel.swift
[407/695] Compiling Realtime RealtimeClient.swift
[408/695] Compiling Storage Types.swift
[409/696] Compiling v3_pcons.cc
[410/696] Compiling v3_ocsp.cc
[411/696] Compiling v3_ncons.cc
[412/696] Compiling v3_lib.cc
[414/696] Compiling Realtime Types.swift
[415/696] Compiling Realtime URLSessionWebSocket.swift
[416/696] Compiling Realtime WebSocket.swift
[416/696] Compiling v3_int.cc
[418/696] Compiling Realtime PushV2.swift
[419/696] Compiling Realtime RealtimeChannel+AsyncAwait.swift
[420/696] Compiling Realtime RealtimeChannelV2.swift
[421/696] Compiling Realtime RealtimeClientV2.swift
[422/696] Compiling Realtime RealtimeError.swift
[423/696] Compiling Realtime RealtimeJoinConfig.swift
[423/696] Compiling v3_info.cc
[431/696] Compiling Realtime RealtimeMessage.swift
[432/696] Compiling Realtime TimeoutTimer.swift
[437/696] Emitting module Realtime
[437/696] Compiling v3_ia5.cc
[438/697] Compiling v3_genn.cc
[439/697] Compiling v3_extku.cc
[441/697] Compiling v3_enum.cc
[442/697] Compiling v3_crld.cc
[443/697] Compiling v3_bcons.cc
[444/697] Compiling v3_cpols.cc
[445/697] Compiling v3_conf.cc
[446/697] Compiling v3_bitst.cc
[447/697] Compiling v3_alt.cc
[448/697] Compiling v3_akeya.cc
[449/697] Compiling v3_akey.cc
[450/697] Compiling t_x509a.cc
[451/697] Compiling t_x509.cc
[452/697] Compiling t_req.cc
[453/697] Compiling t_crl.cc
[454/697] Compiling policy.cc
[455/697] Compiling rsa_pss.cc
[456/697] Compiling i2d_pr.cc
[457/697] Compiling by_file.cc
[458/697] Compiling name_print.cc
[459/697] Compiling by_dir.cc
[460/697] Compiling a_sign.cc
[461/697] Compiling asn1_gen.cc
[462/697] Compiling a_verify.cc
[463/697] Compiling algorithm.cc
[464/697] Compiling voprf.cc
[465/697] Compiling a_digest.cc
[466/697] Compiling trust_token.cc
[467/697] Compiling thread.cc
[468/697] Compiling thread_pthread.cc
[469/697] Compiling thread_win.cc
[470/697] Compiling thread_none.cc
[471/697] Compiling pmbtoken.cc
[472/697] Compiling stack.cc
[473/697] Compiling wots.cc
[474/697] Compiling merkle.cc
[475/697] Compiling thash.cc
[476/697] Compiling fors.cc
[477/697] Compiling sha512.cc
[478/697] Compiling sha256.cc
[479/697] Compiling siphash.cc
[480/697] Compiling slhdsa.cc
[481/697] Compiling rsa_print.cc
[482/697] Compiling sha1.cc
[483/697] Compiling rsa_extra.cc
[484/697] Compiling rsa_crypt.cc
[485/697] Compiling rc4.cc
[486/697] Compiling refcount.cc
[487/697] Compiling windows.cc
[488/697] Compiling urandom.cc
[489/697] Compiling rsa_asn1.cc
[490/697] Compiling trusty.cc
[491/697] Compiling forkunsafe.cc
[492/697] Compiling passive.cc
[493/697] Compiling rand_extra.cc
[494/697] Compiling ios.cc
[495/697] Compiling poly1305_arm_asm.S
[496/697] Compiling getentropy.cc
[497/697] Compiling deterministic.cc
[498/697] Compiling fork_detect.cc
[499/697] Compiling poly1305.cc
[500/697] Compiling poly1305_arm.cc
[501/697] Compiling poly1305_vec.cc
[502/697] Compiling pool.cc
[503/697] Compiling pkcs8_x509.cc
[504/697] Compiling pkcs7.cc
[506/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
[507/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
[508/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
[509/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
[510/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
[511/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
[512/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
[513/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
[514/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
[515/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
[516/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
[517/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
[518/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
[519/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
[520/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
[521/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
[522/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
[523/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
[523/697] Compiling p5_pbev2.cc
[524/697] Compiling pkcs8.cc
[525/697] Compiling pem_x509.cc
[526/697] Compiling pem_xaux.cc
[527/697] Compiling pkcs7_x509.cc
[528/697] Compiling pem_pkey.cc
[529/697] Compiling pem_pk8.cc
[530/697] Compiling pem_oth.cc
[531/697] Compiling obj_xref.cc
[532/697] Compiling pem_info.cc
[533/697] Compiling pem_all.cc
[534/697] Compiling pem_lib.cc
[535/697] Compiling mldsa.cc
[536/697] Compiling obj.cc
[537/697] Compiling mem.cc
[538/697] Compiling poly_rq_mul.S
[539/697] Compiling mlkem.cc
[540/697] Compiling lhash.cc
[541/697] Compiling md4.cc
[542/697] Compiling fips_shared_support.cc
[543/697] Compiling md5.cc
[544/697] Compiling kyber.cc
[545/697] Compiling ex_data.cc
[546/697] Compiling sign.cc
[547/697] Compiling scrypt.cc
[548/697] Compiling hrss.cc
[549/697] Compiling hpke.cc
[550/697] Compiling pbkdf.cc
[551/697] Compiling print.cc
[552/697] Compiling p_x25519.cc
[553/697] Compiling p_x25519_asn1.cc
[554/697] Compiling p_rsa_asn1.cc
[555/697] Compiling p_rsa.cc
[556/697] Compiling p_hkdf.cc
[557/697] Compiling p_ed25519_asn1.cc
[558/697] Compiling p_ed25519.cc
[559/697] Compiling p_ec.cc
[560/697] Compiling p_ec_asn1.cc
[561/697] Compiling p_dh_asn1.cc
[562/697] Compiling evp_ctx.cc
[563/697] Compiling p_dsa_asn1.cc
[564/697] Compiling p_dh.cc
[565/697] Compiling evp.cc
[566/697] Compiling hash_to_curve.cc
[567/697] Compiling engine.cc
[568/697] Compiling err.cc
[569/697] Compiling ec_derive.cc
[570/697] Compiling ecdh_extra.cc
[571/697] Compiling evp_asn1.cc
[572/697] Compiling ecdsa_asn1.cc
[573/697] Compiling dsa_asn1.cc
[574/697] Compiling digest_extra.cc
[575/697] Compiling bcm.cc
[576/697] Compiling params.cc
[577/697] Compiling ec_asn1.cc
[578/697] Compiling dsa.cc
[579/697] Compiling x25519-asm-arm.S
[580/697] Compiling spake25519.cc
[581/697] Compiling dh_asn1.cc
[582/697] Compiling des.cc
[583/697] Compiling curve25519_64_adx.cc
[584/697] Compiling cpu_intel.cc
[585/697] Compiling crypto.cc
[586/697] Compiling cpu_arm_linux.cc
[587/697] Compiling cpu_aarch64_sysreg.cc
[588/697] Compiling curve25519.cc
[589/697] Compiling cpu_arm_freebsd.cc
[590/697] Compiling cpu_aarch64_win.cc
[591/697] Compiling cpu_aarch64_openbsd.cc
[592/697] Compiling conf.cc
[593/697] Compiling cpu_aarch64_linux.cc
[594/697] Compiling cpu_aarch64_apple.cc
[595/697] Compiling cpu_aarch64_fuchsia.cc
[596/697] Compiling tls_cbc.cc
[597/697] Compiling e_tls.cc
[598/697] Compiling e_rc4.cc
[599/697] Compiling derive_key.cc
[600/697] Compiling e_null.cc
[601/697] Compiling e_des.cc
[602/697] Compiling e_chacha20poly1305.cc
[603/697] Compiling e_aesgcmsiv.cc
[604/697] Compiling e_aesctrhmac.cc
[605/697] Compiling chacha.cc
[606/697] Compiling cipher_extra.cc
[607/697] Compiling unicode.cc
[608/697] Compiling asn1_compat.cc
[609/697] Compiling ber.cc
[610/697] Compiling cbs.cc
[611/697] Compiling cbb.cc
[612/697] Compiling buf.cc
[613/697] Compiling convert.cc
[614/697] Compiling bn_asn1.cc
[615/697] Compiling printf.cc
[617/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
[618/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
[619/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
[620/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
[621/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
[622/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
[623/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
[624/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
[625/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
[626/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
[627/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
[628/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
[629/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
[630/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
[631/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
[632/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
[633/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
[634/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[643/697] Compiling file.cc
[644/697] Compiling pair.cc
[645/697] Compiling blake2.cc
[646/697] Compiling hexdump.cc
[647/697] Compiling fd.cc
[648/697] Compiling errno.cc
[649/697] Compiling tasn_typ.cc
[650/697] Compiling base64.cc
[651/697] Compiling bio.cc
[652/697] Compiling tasn_utl.cc
[653/697] Compiling bio_mem.cc
[654/697] Compiling tasn_enc.cc
[655/697] Compiling tasn_new.cc
[656/697] Compiling f_string.cc
[657/697] Compiling posix_time.cc
[658/697] Compiling asn_pack.cc
[659/697] Compiling tasn_fre.cc
[660/697] Compiling f_int.cc
[661/697] Compiling tasn_dec.cc
[662/697] Compiling a_utctm.cc
[663/697] Compiling asn1_par.cc
[664/697] Compiling asn1_lib.cc
[665/697] Compiling a_type.cc
[666/697] Compiling a_i2d_fp.cc
[667/697] Write sources
[668/697] Compiling a_gentm.cc
[669/697] Compiling a_int.cc
[670/697] Compiling a_dup.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 EllipticCurve.swift
[677/705] Compiling CryptoBoringWrapper CryptoKitErrors_boring.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 HPKE.swift
[695/786] Compiling Crypto HPKE-Context.swift
[696/786] Compiling Crypto HPKE-KeySchedule.swift
[697/786] Compiling Crypto HPKE-Modes.swift
[698/786] Compiling Crypto Insecure.swift
[699/786] Compiling Crypto Insecure_HashFunctions.swift
[700/786] Compiling Crypto KEM.swift
[701/786] Compiling Crypto ECDH_boring.swift
[702/786] Compiling Crypto DH.swift
[703/786] Compiling Crypto ECDH.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 SymmetricKeys.swift
[715/786] Compiling Crypto HMAC.swift
[716/786] Compiling Crypto MACFunctions.swift
[717/786] Compiling Crypto MessageAuthenticationCode.swift
[718/786] Compiling Crypto AES.swift
[719/786] Compiling Crypto ECDSASignature_boring.swift
[720/786] Compiling Crypto ECDSA_boring.swift
[721/786] Compiling Crypto EdDSA_boring.swift
[722/786] Compiling Crypto ECDSA.swift
[723/786] Compiling Crypto Ed25519.swift
[724/786] Compiling Crypto PKCS8PrivateKey.swift
[725/786] Compiling Crypto SEC1PrivateKey.swift
[726/786] Compiling Crypto SubjectPublicKeyInfo.swift
[727/786] Compiling Crypto CryptoKitErrors.swift
[728/786] Compiling Crypto Digest_boring.swift
[729/786] Compiling Crypto Digest.swift
[730/786] Compiling Crypto Digests.swift
[731/786] Compiling Crypto HashFunctions.swift
[732/786] Compiling Crypto HashFunctions_SHA2.swift
[733/786] Compiling Crypto HPKE-AEAD.swift
[734/786] Compiling Crypto AES-GCM.swift
[735/786] Compiling Crypto AES-GCM_boring.swift
[736/786] Compiling Crypto ChaChaPoly_boring.swift
[737/786] Compiling Crypto ChaChaPoly.swift
[738/786] Compiling Crypto Cipher.swift
[739/786] Compiling Crypto Nonces.swift
[740/786] Compiling Crypto ASN1.swift
[741/786] Compiling Crypto ASN1Any.swift
[742/786] Compiling Crypto ASN1BitString.swift
[743/786] Compiling Crypto ASN1Boolean.swift
[744/786] Emitting module Crypto
[745/786] Compiling Crypto ASN1Identifier.swift
[746/786] Compiling Crypto ASN1Integer.swift
[747/786] Compiling Crypto ASN1Null.swift
[748/786] Compiling Crypto ASN1OctetString.swift
[749/786] Compiling Crypto ASN1Strings.swift
[750/786] Compiling Crypto ArraySliceBigint.swift
[751/786] Compiling Crypto GeneralizedTime.swift
[752/786] Compiling Crypto ObjectIdentifier.swift
[753/786] Compiling Crypto ECDSASignature.swift
[754/786] Compiling Crypto PEMDocument.swift
[755/786] Compiling Crypto Signature.swift
[756/786] Compiling Crypto CryptoKitErrors_boring.swift
[757/786] Compiling Crypto RNG_boring.swift
[758/786] Compiling Crypto SafeCompare_boring.swift
[759/786] Compiling Crypto Zeroization_boring.swift
[760/786] Compiling Crypto PrettyBytes.swift
[761/786] Compiling Crypto SafeCompare.swift
[762/786] Compiling Crypto SecureBytes.swift
[763/786] Compiling Crypto Zeroization.swift
[765/809] Compiling Auth EventEmitter.swift
[766/809] Compiling Auth FixedWidthInteger+Random.swift
[767/809] Compiling Auth Helpers.swift
[768/812] Emitting module Auth
[769/812] Compiling Auth CodeVerifierStorage.swift
[770/812] Compiling Auth Constants.swift
[771/812] Compiling Auth Dependencies.swift
[772/812] Compiling Auth Defaults.swift
[773/812] Compiling Auth Deprecated.swift
[774/812] Compiling Auth APIClient.swift
[775/812] Compiling Auth Keychain.swift
[776/812] Compiling Auth PKCE.swift
[777/812] Compiling Auth SessionManager.swift
[778/812] Compiling Auth AuthAdmin.swift
[779/812] Compiling Auth AuthClient.swift
[780/812] Compiling Auth AuthClientConfiguration.swift
[781/812] Compiling Auth SessionStorage.swift
[782/812] Compiling Auth URLOpener.swift
[783/812] Compiling Auth AuthLocalStorage.swift
[784/812] Compiling Auth AuthError.swift
[785/812] Compiling Auth AuthMFA.swift
[786/812] Compiling Auth AuthStateChangeListener.swift
[787/812] Compiling Auth KeychainLocalStorage.swift
[788/812] Compiling Auth WinCredLocalStorage.swift
[789/812] Compiling Auth Types.swift
[791/818] Compiling Supabase Types.swift
[792/818] Compiling Supabase Deprecated.swift
[793/818] Compiling Supabase SupabaseClient.swift
[794/818] Compiling Supabase Constants.swift
[795/818] Emitting module Supabase
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[809/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
[810/878] 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
[811/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
[812/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
[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 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
[815/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
[816/879] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/879] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/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
[819/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
[820/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
[821/879] 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
[822/879] 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
[823/879] 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
[824/879] 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
[825/879] 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
[826/884] 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
[827/884] 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
[828/884] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/884] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/885] 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
[831/885] Wrapping AST for SwiftDiagnostics for debugging
[833/886] Wrapping AST for SwiftBasicFormat for debugging
[835/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
[836/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
[837/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
[838/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
[839/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
[840/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
[841/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
[842/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
[843/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
[844/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
[845/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
[846/886] 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
[847/886] 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
[848/886] 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
[849/886] 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
[850/886] 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
[851/886] 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
[852/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
[853/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
[854/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
[855/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
[856/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
[857/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
[858/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[880/911] Compiling SwiftOperators OperatorError+Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/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
[882/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
[883/912] 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
[884/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
[885/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
[886/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
[887/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
[888/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
[889/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
[890/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
[891/913] 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
[892/913] Wrapping AST for SwiftOperators for debugging
[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] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/913] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[902/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
[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 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
[908/929] 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
[909/929] 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 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
[911/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
[912/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
[913/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
[914/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
[915/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
[916/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
[917/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
[918/930] 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
[919/930] 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
[920/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
[921/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
[922/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
[923/931] Wrapping AST for SwiftSyntaxBuilder for debugging
[925/948] 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
[926/948] 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
[927/948] 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
[928/948] 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
[929/948] 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
[930/948] 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
[931/948] 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
[932/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
[933/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
[934/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
[935/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
[936/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
[937/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
[938/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
[939/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
[940/950] 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
[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 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
[948/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
[949/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
[950/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
[951/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
[952/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
[953/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
[954/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
[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 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
[959/974] 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
[960/975] 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
[961/975] 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
[962/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
[963/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
[964/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
[965/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
[966/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
[967/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
[968/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
[969/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
[970/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
[971/976] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[973/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
[974/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
[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 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
[985/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
[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 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
[988/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
[989/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
[990/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
[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+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 |
[994/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[995/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 |
[996/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 |
[997/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 |
[998/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 |
[999/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 |
[1000/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 |
[1001/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 |
[1002/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 |
[1003/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/62] Emitting module SwiftSyntax510
[5/62] Compiling SwiftSyntax510 Empty.swift
[6/65] Emitting module SwiftSyntax600
[7/65] Compiling SwiftSyntax600 Empty.swift
[8/67] Emitting module SwiftSyntax601
[9/67] Compiling SwiftSyntax601 Empty.swift
[10/77] Compiling SwiftSyntax509 Empty.swift
[12/78] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[13/78] Compiling CryptoBoringWrapper RandomBytes.swift
[16/76] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/76] Emitting module HTTPTypes
[18/77] Emitting module SwiftSyntax509
[19/78] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/78] Compiling ConcurrencyExtras AsyncStream.swift
[21/78] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[22/78] Compiling ConcurrencyExtras LockIsolated.swift
[24/77] Compiling ConcurrencyExtras Locking.swift
[25/77] Compiling ConcurrencyExtras UncheckedBox.swift
[26/77] Compiling ConcurrencyExtras Result.swift
[27/77] Compiling ConcurrencyExtras Task.swift
[28/77] Compiling IssueReporting SwiftTesting.swift
[29/77] Compiling IssueReporting UncheckedSendable.swift
[30/77] Compiling IssueReporting Warn.swift
[31/77] Compiling ConcurrencyExtras AnyHashableSendable.swift
[36/77] Compiling ConcurrencyExtras ActorIsolated.swift
[37/77] Compiling IssueReporting XCTest.swift
[38/77] Compiling IssueReporting IsTesting.swift
[39/77] Compiling IssueReporting IssueReporter.swift
[40/79] Compiling HTTPTypes NIOLock.swift
[41/79] Compiling IssueReporting TestContext.swift
[42/79] Compiling IssueReporting Unimplemented.swift
[45/79] Emitting module CryptoBoringWrapper
[46/79] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[47/79] Emitting module ConcurrencyExtras
[48/80] Compiling HTTPTypes HTTPField.swift
[49/80] Compiling HTTPTypes ISOLatin1String.swift
[50/80] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[51/80] Compiling CryptoBoringWrapper EllipticCurve.swift
[52/80] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[53/80] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[54/80] Compiling IssueReporting BreakpointReporter.swift
[55/80] Compiling IssueReporting FatalErrorReporter.swift
[56/80] Compiling IssueReporting RuntimeWarningReporter.swift
[57/80] Compiling IssueReporting ReportIssue.swift
[60/81] Compiling HTTPTypes HTTPParsedFields.swift
[61/81] Emitting module IssueReporting
[62/81] Compiling HTTPTypes HTTPRequest.swift
[63/81] Compiling IssueReporting WithExpectedIssue.swift
[64/81] Compiling IssueReporting WithIssueContext.swift
[65/81] Compiling HTTPTypes HTTPResponse.swift
[67/82] Compiling HTTPTypes HTTPFieldName.swift
[68/82] Compiling HTTPTypes HTTPFields.swift
[70/233] Compiling CombineSchedulers ImmediateScheduler.swift
[71/233] Compiling CombineSchedulers Deprecations.swift
[72/242] Emitting module CombineSchedulers
[73/242] Compiling CombineSchedulers AnyScheduler.swift
[74/242] Compiling CombineSchedulers Concurrency.swift
[75/242] Compiling CombineSchedulers UIKit.swift
[76/242] Compiling CombineSchedulers UIScheduler.swift
[77/242] Compiling CombineSchedulers Lock.swift
[78/242] Compiling CombineSchedulers NSRecursiveLock.swift
[79/242] Compiling CombineSchedulers SwiftUI.swift
[80/242] Compiling CombineSchedulers TestScheduler.swift
[81/242] Compiling CombineSchedulers Timer.swift
[82/242] Compiling XCTestDynamicOverlay Exports.swift
[83/242] Compiling CombineSchedulers UnimplementedScheduler.swift
[84/243] Compiling Clocks Timer.swift
[85/244] Compiling Clocks AnyClock.swift
[86/244] Emitting module Clocks
[88/244] Compiling Clocks Lock.swift
[89/244] Compiling Clocks ImmediateClock.swift
[90/244] Compiling Clocks _AsyncTimerSequence.swift
[91/244] Compiling Clocks UnimplementedClock.swift
[92/244] Compiling XCTestDynamicOverlay Deprecations.swift
[93/244] Emitting module XCTestDynamicOverlay
[94/245] Compiling Clocks SwiftUI.swift
[95/245] Compiling Clocks TestClock.swift
[98/300] Emitting module CasePathsCore
[99/301] Compiling CasePathsCore KeyPath+Sendable.swift
[100/301] Compiling CasePathsCore TypeName.swift
[101/301] Compiling CasePathsCore UncheckedSendable.swift
[102/301] Compiling CasePathsCore Result+CasePathable.swift
[103/301] Compiling CasePathsCore Never+CasePathable.swift
[104/301] Compiling CasePathsCore Optional+CasePathable.swift
[105/301] Compiling Dependencies AppEntryPoint.swift
[106/301] Compiling Dependencies Deprecations.swift
[107/303] Compiling Dependencies UUID.swift
[108/303] Compiling Dependencies WithRandomNumberGenerator.swift
[111/303] Compiling Helpers Version.swift
[112/303] Compiling Helpers _Clock.swift
[113/306] Compiling SwiftSyntax TokenKind.swift
[114/306] Compiling SwiftSyntax Tokens.swift
[115/306] Compiling SwiftSyntax TriviaPieces.swift
[116/306] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[117/306] Compiling SwiftSyntax RawSyntaxNodesC.swift
[118/306] Compiling SwiftSyntax RawSyntaxNodesD.swift
[119/306] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[120/306] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[121/306] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[122/306] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[123/306] Compiling Dependencies Dependency.swift
[124/306] Compiling Dependencies DependencyContext.swift
[125/306] Compiling Dependencies DependencyKey.swift
[126/306] Compiling Dependencies DependencyValues.swift
[127/306] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[128/306] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[129/306] Compiling SwiftSyntax RawSyntaxValidation.swift
[130/306] Compiling Crypto MessageAuthenticationCode.swift
[131/306] Compiling Crypto AES.swift
[132/306] Compiling Crypto ECDSASignature_boring.swift
[133/306] Compiling Crypto ECDSA_boring.swift
[134/306] Compiling Crypto EdDSA_boring.swift
[135/306] Compiling Crypto ECDSA.swift
[136/306] Compiling Crypto Ed25519.swift
[137/316] Emitting module Helpers
[138/316] Compiling Dependencies OpenURL.swift
[139/316] Compiling Dependencies TimeZone.swift
[140/316] Compiling Dependencies URLSession.swift
[141/316] Compiling Dependencies Context.swift
[142/316] Compiling Dependencies Date.swift
[143/316] Compiling Dependencies FireAndForget.swift
[150/316] Compiling Dependencies PreviewTrait.swift
[151/316] Compiling Dependencies TestTrait.swift
[152/316] Compiling Dependencies WithDependencies.swift
[153/316] Compiling SwiftSyntax SyntaxCollection.swift
[154/316] Compiling SwiftSyntax SyntaxHashable.swift
[155/316] Compiling SwiftSyntax SyntaxIdentifier.swift
[156/316] Compiling SwiftSyntax SyntaxNodeFactory.swift
[157/316] Compiling SwiftSyntax SyntaxNodeStructure.swift
[158/316] Compiling Dependencies Locale.swift
[159/316] Compiling Dependencies MainQueue.swift
[160/316] Compiling Dependencies MainRunLoop.swift
[170/316] Compiling Dependencies Assert.swift
[171/316] Compiling Dependencies Calendar.swift
[172/316] Compiling Dependencies Clocks.swift
[174/316] Emitting module Dependencies
[184/316] Compiling SwiftSyntax SyntaxProtocol.swift
[185/316] Compiling SwiftSyntax SyntaxText.swift
[186/316] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[187/316] Compiling SwiftSyntax TokenDiagnostic.swift
[188/316] Compiling SwiftSyntax TokenSequence.swift
[189/316] Compiling SwiftSyntax TokenSyntax.swift
[190/316] Compiling SwiftSyntax Trivia.swift
[191/316] Compiling SwiftSyntax Utils.swift
[192/316] Compiling SwiftSyntax ChildNameForKeyPath.swift
[193/316] Compiling SwiftSyntax Keyword.swift
[194/316] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[195/316] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[196/316] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[197/316] Compiling SwiftSyntax SyntaxBaseNodes.swift
[198/316] Compiling SwiftSyntax SyntaxCollections.swift
[199/316] Compiling SwiftSyntax SyntaxEnum.swift
[200/316] Compiling SwiftSyntax SyntaxKind.swift
[201/316] Compiling SwiftSyntax SyntaxRewriter.swift
[202/316] Compiling SwiftSyntax SyntaxTraits.swift
[203/316] Compiling SwiftSyntax SyntaxVisitor.swift
[230/377] Compiling PostgREST PostgrestFilterValue.swift
[231/378] Compiling Storage TransformOptions.swift
[232/378] Compiling Storage SupabaseStorage.swift
[233/379] Compiling Realtime HeartbeatTimer.swift
[234/379] Compiling Realtime PhoenixTransport.swift
[235/379] Emitting module Crypto
[238/379] Compiling Realtime Presence.swift
[239/379] Compiling Realtime Push.swift
[240/379] Compiling Realtime RealtimeChannel.swift
[241/379] Compiling Realtime RealtimeClient.swift
[242/379] Compiling Realtime RealtimeMessage.swift
[243/379] Compiling Realtime TimeoutTimer.swift
[244/379] Compiling Realtime PushV2.swift
[245/379] Compiling Realtime RealtimeChannel+AsyncAwait.swift
[246/379] Compiling Functions Types.swift
[247/379] Compiling PostgREST PostgrestQueryBuilder.swift
[248/379] Compiling PostgREST PostgrestTransformBuilder.swift
[249/379] Compiling PostgREST PostgrestFilterBuilder.swift
[250/379] Emitting module Functions
[251/379] Compiling Functions FunctionsClient.swift
[252/380] Compiling PostgREST PostgrestBuilder.swift
[253/380] Emitting module PostgREST
[256/380] Compiling PostgREST PostgrestClient.swift
[257/380] Compiling SwiftSyntax SyntaxNodesQRS.swift
[258/380] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[259/380] Compiling Crypto RNG_boring.swift
[260/380] Compiling Crypto SafeCompare_boring.swift
[261/380] Compiling Crypto Zeroization_boring.swift
[262/380] Compiling Crypto PrettyBytes.swift
[263/380] Compiling Crypto SafeCompare.swift
[264/380] Compiling Crypto SecureBytes.swift
[265/380] Compiling Crypto Zeroization.swift
[266/381] Compiling PostgREST Types.swift
[269/382] Emitting module Storage
[271/382] Compiling Realtime RealtimeMessageV2.swift
[272/382] Compiling Realtime RealtimePostgresFilter.swift
[273/382] Compiling Realtime RealtimePostgresFilterValue.swift
[274/407] Compiling Auth CodeVerifierStorage.swift
[275/407] Compiling Auth Constants.swift
[276/407] Compiling Auth Dependencies.swift
[277/407] Compiling Auth EventEmitter.swift
[278/407] Compiling Auth FixedWidthInteger+Random.swift
[279/407] Compiling Auth Helpers.swift
[280/407] Compiling Auth Keychain.swift
[281/407] Compiling Auth PKCE.swift
[282/407] Compiling Auth SessionManager.swift
[283/407] Emitting module Realtime
[284/407] Compiling Storage Types.swift
[285/407] Compiling Realtime Types.swift
[286/407] Compiling Realtime URLSessionWebSocket.swift
[287/407] Compiling Realtime WebSocket.swift
[294/410] Compiling Auth SessionStorage.swift
[295/410] Compiling Auth URLOpener.swift
[296/410] Compiling Auth AuthLocalStorage.swift
[300/410] Compiling Auth Defaults.swift
[301/410] Compiling Auth Deprecated.swift
[302/410] Compiling Auth AuthStateChangeListener.swift
[303/410] Compiling Auth AuthAdmin.swift
[304/410] Compiling Auth AuthClient.swift
[305/410] Compiling Auth AuthClientConfiguration.swift
[306/410] Compiling Auth APIClient.swift
[321/411] Compiling Auth AuthError.swift
[322/411] Compiling Auth AuthMFA.swift
[337/412] Emitting module Auth
[341/412] Compiling Auth KeychainLocalStorage.swift
[342/412] Compiling Auth WinCredLocalStorage.swift
[343/412] Compiling Auth Types.swift
[345/418] Compiling Supabase Types.swift
[346/418] Emitting module Supabase
[347/418] Compiling Supabase Deprecated.swift
[348/418] Compiling Supabase Constants.swift
[349/418] Compiling Supabase SupabaseClient.swift
[351/419] Emitting module SwiftSyntax
[370/419] Compiling SwiftSyntax SyntaxNodesAB.swift
[371/419] Compiling SwiftSyntax SyntaxNodesC.swift
[372/419] Compiling SwiftSyntax SyntaxNodesD.swift
[373/419] Compiling SwiftSyntax SyntaxNodesEF.swift
[374/419] Compiling SwiftSyntax SyntaxNodesGHI.swift
[375/419] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[376/419] Compiling SwiftSyntax SyntaxNodesOP.swift
[407/436] Compiling SwiftDiagnostics Message.swift
[408/438] Compiling SwiftBasicFormat Syntax+Extensions.swift
[409/478] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[410/478] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[411/478] Compiling SwiftParser CharacterInfo.swift
[412/478] Compiling SwiftParser CollectionNodes+Parsable.swift
[413/478] Compiling SwiftParser Attributes.swift
[414/478] Compiling SwiftParser Availability.swift
[415/478] Emitting module SwiftDiagnostics
[416/478] Compiling SwiftDiagnostics Note.swift
[417/478] Compiling SwiftBasicFormat Indenter.swift
[418/478] Compiling SwiftBasicFormat InferIndentation.swift
[419/478] Compiling SwiftDiagnostics FixIt.swift
[420/478] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[421/478] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[422/478] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[424/478] Emitting module SwiftBasicFormat
[425/478] Compiling SwiftBasicFormat BasicFormat.swift
[427/478] Compiling SwiftParser LexemeSequence.swift
[428/478] Compiling SwiftParser Lexer.swift
[429/478] Compiling SwiftParser RegexLiteralLexer.swift
[430/478] Compiling SwiftParser UnicodeScalarExtensions.swift
[431/478] Compiling SwiftParser Lookahead.swift
[432/478] Compiling SwiftParser LoopProgressCondition.swift
[433/483] Emitting module SwiftParser
[434/483] Compiling SwiftParser TokenSpec.swift
[435/483] Compiling SwiftParser TokenSpecSet.swift
[436/483] Compiling SwiftParser TopLevel.swift
[437/483] Compiling SwiftParser TriviaParser.swift
[438/483] Compiling SwiftParser Types.swift
[439/483] Compiling SwiftParser SwiftParserCompatibility.swift
[440/483] Compiling SwiftParser SwiftVersion.swift
[441/483] Compiling SwiftParser SyntaxUtils.swift
[442/483] Compiling SwiftParser TokenConsumer.swift
[443/483] Compiling SwiftParser TokenPrecedence.swift
[444/483] Compiling SwiftParser Patterns.swift
[445/483] Compiling SwiftParser Recovery.swift
[446/483] Compiling SwiftParser Specifiers.swift
[447/483] Compiling SwiftParser Statements.swift
[448/483] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[449/483] Compiling SwiftParser StringLiterals.swift
[450/483] Compiling SwiftParser Modifiers.swift
[451/483] Compiling SwiftParser Names.swift
[452/483] Compiling SwiftParser Nominals.swift
[453/483] Compiling SwiftParser Parameters.swift
[454/483] Compiling SwiftParser ParseSourceFile.swift
[455/483] Compiling SwiftParser Parser.swift
[460/483] Compiling SwiftParser Declarations.swift
[461/483] Compiling SwiftParser Directives.swift
[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/506] Compiling SwiftOperators PrecedenceGroup.swift
[476/507] Compiling SwiftOperators OperatorTable.swift
[477/507] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[478/508] Compiling SwiftOperators OperatorTable+Semantics.swift
[479/508] Emitting module SwiftOperators
[480/508] Compiling SwiftOperators SyntaxSynthesis.swift
[481/508] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[482/508] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[483/508] Compiling SwiftParserDiagnostics MissingNodesError.swift
[484/508] Compiling SwiftParserDiagnostics MissingTokenError.swift
[485/508] Compiling SwiftOperators OperatorTable+Folding.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] Emitting module SwiftParserDiagnostics
[494/508] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[495/508] Compiling SwiftParserDiagnostics PresenceUtils.swift
[496/508] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[497/508] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.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 SyntaxExpressibleByStringInterpolationConformances.swift
[506/524] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[507/524] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[508/524] Emitting module SwiftSyntaxBuilder
[509/524] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[510/524] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[511/524] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[512/524] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[513/524] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[514/524] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[515/524] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[516/524] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[518/541] Compiling SwiftSyntaxMacros AccessorMacro.swift
[519/541] Compiling SwiftSyntaxMacros AttachedMacro.swift
[520/541] Compiling SwiftSyntaxMacros BodyMacro.swift
[521/541] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[522/541] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[523/543] Compiling SwiftSyntaxMacros MemberMacro.swift
[524/543] Compiling SwiftSyntaxMacros PeerMacro.swift
[525/543] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[526/543] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[527/543] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[528/543] Compiling SwiftSyntaxMacros Macro+Format.swift
[529/543] Compiling SwiftSyntaxMacros Macro.swift
[530/543] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[531/543] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[532/543] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[533/543] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[534/543] Emitting module SwiftSyntaxMacros
[535/543] Compiling SwiftSyntaxMacros PreambleMacro.swift
[536/543] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[538/552] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[539/553] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[540/553] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[541/553] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[542/553] Emitting module SwiftSyntaxMacroExpansion
[543/553] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[544/553] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[545/553] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[546/553] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[547/553] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[549/565] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[550/565] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[551/566] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[552/566] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[553/566] Emitting module SwiftCompilerPluginMessageHandling
[554/566] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[555/566] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[556/566] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[557/566] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[558/566] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[559/566] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[560/566] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[561/566] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[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 Exports.swift
[573/578] Compiling CasePaths LockIsolated.swift
[574/578] Compiling CasePaths Macros.swift
[575/578] Compiling CasePaths XCTestSupport.swift
[576/578] Compiling CasePaths Deprecations.swift
[577/578] Emitting module CasePaths
[578/578] Compiling CasePaths EnumReflection.swift
[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 |
[582/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 |
[583/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[584/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 |
[585/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 |
[586/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 |
[587/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 |
[588/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 |
[589/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 |
[590/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 |
[591/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 |
BUILD FAILURE 6.1 android