The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftTailwind, reference 1.1.2+tw.4.2.1 (53a2e6), with Swift 6.1 for Android on 17 Mar 2026 10:13:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/SwiftTailwind.git
Reference: 1.1.2+tw.4.2.1
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/laosb/SwiftTailwind
 * tag               1.1.2+tw.4.2.1 -> FETCH_HEAD
HEAD is now at 53a2e6b chore: Update TailwindCSSCLI to version 4.2.1
Cloned https://github.com/laosb/SwiftTailwind.git
Revision (git rev-parse @):
53a2e6bfb61b880ddf4dc14c98851f37d3919053
SUCCESS checkout https://github.com/laosb/SwiftTailwind.git at 1.1.2+tw.4.2.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/laosb/SwiftTailwind.git
https://github.com/laosb/SwiftTailwind.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftTailwind",
  "name" : "SwiftTailwind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "TailwindCSS",
      "targets" : [
        "TailwindCSS"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "TailwindCSSCLIArtifactBundler",
      "targets" : [
        "TailwindCSSCLIArtifactBundler"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TailwindCSSCLIArtifactBundler",
      "module_type" : "SwiftTarget",
      "name" : "TailwindCSSCLIArtifactBundler",
      "path" : "Sources/TailwindCSSCLIArtifactBundler",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto"
      ],
      "product_memberships" : [
        "TailwindCSSCLIArtifactBundler"
      ],
      "sources" : [
        "ArtifactBundleBuilder+File Operations.swift",
        "ArtifactBundleBuilder+computeChecksum.swift",
        "ArtifactBundleBuilder+expandingTriple.swift",
        "ArtifactBundleBuilder.swift",
        "ArtifactBundleError.swift",
        "Models.swift",
        "TailwindCSSCLIArtifactBundler.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TailwindCSSCLI",
      "module_type" : "BinaryTarget",
      "name" : "TailwindCSSCLI",
      "path" : "remote/archive/tailwindcss.artifactbundleindex",
      "product_memberships" : [
        "TailwindCSS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TailwindCSS",
      "module_type" : "PluginTarget",
      "name" : "TailwindCSS",
      "path" : "Plugins/TailwindCSS",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "TailwindCSS"
      ],
      "sources" : [
        "TailwindCSSBuildPlugin.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "TailwindCSSCLI"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftTailwindTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTailwindTests",
      "path" : "Tests/SwiftTailwindTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftTailwindExample"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTailwindExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTailwindExample",
      "path" : "Sources/SwiftTailwindExample",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftTailwindExample/Views/Test.html",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Example.swift",
        "NotIncluded.swift",
        "Views/Template.swift"
      ],
      "target_dependencies" : [
        "TailwindCSS"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17237] Fetching swift-argument-parser
[3794/34483] Fetching swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.42s)
[2070/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.25s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (4.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (6.20s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.57s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Downloading binary artifact https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
[911/45394230] Downloading https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip
Downloaded https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.2.1-e8c826ef1e50a546d990602bf922a21515b536e20affd34a35761055a7415216/tailwindcss-v4.2.1-x86_64-unknown-linux-gnu.artifactbundle.zip (6.04s)
[1/1] Compiling plugin TailwindCSS
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/392] Write sources
[7/392] Copying Test.html
[7/392] Write sources
[10/392] Compiling CXKCPShims shims.c
[11/392] Compiling SimpleFIPS202.c
[12/392] Compiling KeccakSponge.c
≈ tailwindcss v4.2.1
Done in 368ms
[13/392] Building Tailwind CSS
[14/392] Compiling KeccakHash.c
[14/392] Copying TailwindCSS.bundle
[16/392] Compiling aes.cc
[17/392] Compiling a_dup.cc
[18/392] Compiling fiat_p256_adx_sqr.S
[19/392] Compiling KeccakP-1600-opt64.c
[20/392] Compiling fiat_p256_adx_mul.S
[21/392] Compiling CCryptoBoringSSLShims shims.c
[22/392] Compiling fiat_curve25519_adx_square.S
[23/392] Compiling md5-x86_64-linux.S
[24/392] Compiling fiat_curve25519_adx_mul.S
[25/392] Compiling md5-x86_64-apple.S
[26/392] Compiling md5-586-linux.S
[27/392] Compiling md5-586-apple.S
[28/392] Compiling chacha20_poly1305_x86_64-linux.S
[29/392] Compiling chacha20_poly1305_x86_64-apple.S
[30/392] Compiling chacha20_poly1305_armv8-win.S
[31/392] Compiling chacha20_poly1305_armv8-apple.S
[32/392] Compiling a_gentm.cc
[33/392] Compiling chacha-x86_64-linux.S
[34/392] Compiling chacha20_poly1305_armv8-linux.S
[35/392] Compiling chacha-x86_64-apple.S
[36/392] Compiling chacha-x86-linux.S
[37/392] Compiling chacha-x86-apple.S
[38/392] Compiling chacha-armv8-win.S
[39/392] Write swift-version-24593BA9C3E375BF.txt
[40/392] Compiling a_bool.cc
[41/392] Compiling chacha-armv8-linux.S
[42/392] Compiling chacha-armv8-apple.S
[43/392] Compiling chacha-armv4-linux.S
[44/392] Compiling aes128gcmsiv-x86_64-linux.S
[45/392] Compiling aes128gcmsiv-x86_64-apple.S
[46/392] Compiling x86_64-mont5-linux.S
[47/392] Compiling x86_64-mont5-apple.S
[48/392] Compiling x86_64-mont-linux.S
[49/392] Compiling x86_64-mont-apple.S
[50/392] Compiling x86-mont-linux.S
[51/392] Compiling x86-mont-apple.S
[52/392] Compiling vpaes-x86_64-linux.S
[53/392] Compiling a_bitstr.cc
[54/392] Compiling vpaes-x86-linux.S
[55/392] Compiling vpaes-x86_64-apple.S
[56/392] Compiling vpaes-x86-apple.S
[57/399] Compiling vpaes-armv8-win.S
[58/399] Compiling vpaes-armv8-linux.S
[59/399] Compiling vpaes-armv8-apple.S
[60/399] Compiling vpaes-armv7-linux.S
[61/399] Compiling sha512-x86_64-linux.S
[62/399] Compiling sha512-x86_64-apple.S
[63/399] Compiling sha512-armv8-win.S
[64/399] Compiling sha512-armv8-apple.S
[65/399] Compiling sha512-armv4-linux.S
[66/399] Compiling sha512-armv8-linux.S
[67/399] Compiling sha512-586-apple.S
[68/399] Compiling sha512-586-linux.S
[69/399] Compiling err_data.cc
[70/399] Compiling sha256-x86_64-linux.S
[71/399] Compiling sha256-armv8-win.S
[72/399] Compiling sha256-x86_64-apple.S
[73/399] Compiling sha256-armv8-apple.S
[74/399] Compiling sha256-armv8-linux.S
[75/399] Compiling sha256-586-linux.S
[76/399] Compiling sha1-x86_64-apple.S
[77/399] Compiling sha1-x86_64-linux.S
[78/399] Compiling sha256-586-apple.S
[79/399] Compiling sha256-armv4-linux.S
[80/399] Compiling sha1-armv8-apple.S
[81/399] Compiling sha1-armv8-win.S
[82/399] Compiling sha1-586-linux.S
[83/399] Compiling sha1-586-apple.S
[84/399] Compiling sha1-armv4-large-linux.S
[85/399] Compiling sha1-armv8-linux.S
[86/399] Compiling rsaz-avx2-linux.S
[87/399] Compiling rdrand-x86_64-apple.S
[88/399] Compiling rsaz-avx2-apple.S
[89/399] Compiling rdrand-x86_64-linux.S
[90/399] Compiling p256_beeu-x86_64-asm-apple.S
[91/399] Compiling p256_beeu-armv8-asm-linux.S
[92/399] Compiling p256_beeu-x86_64-asm-linux.S
[93/399] Compiling p256_beeu-armv8-asm-win.S
[94/399] Compiling p256-x86_64-asm-linux.S
[95/399] Compiling p256_beeu-armv8-asm-apple.S
[96/399] Compiling p256-x86_64-asm-apple.S
[97/399] Compiling p256-armv8-asm-win.S
[98/399] Compiling p256-armv8-asm-apple.S
[99/399] Compiling ghashv8-armv8-win.S
[100/399] Compiling ghashv8-armv8-linux.S
[101/399] Compiling p256-armv8-asm-linux.S
[102/399] Compiling ghashv8-armv8-apple.S
[103/399] Compiling ghashv8-armv7-linux.S
[104/399] Compiling ghash-x86_64-linux.S
[105/399] Compiling ghash-x86_64-apple.S
[106/399] Compiling ghash-x86-apple.S
[107/399] Compiling ghash-ssse3-x86_64-linux.S
[108/399] Compiling ghash-x86-linux.S
[109/399] Compiling ghash-ssse3-x86_64-apple.S
[110/399] Compiling ghash-ssse3-x86-linux.S
[111/399] Compiling ghash-ssse3-x86-apple.S
[112/399] Compiling ghash-neon-armv8-win.S
[113/399] Compiling co-586-linux.S
[114/399] Compiling co-586-apple.S
[115/399] Compiling ghash-neon-armv8-apple.S
[116/399] Compiling ghash-neon-armv8-linux.S
[117/399] Compiling ghash-armv4-linux.S
[118/399] Compiling bsaes-armv7-linux.S
[119/399] Compiling bn-586-linux.S
[120/399] Compiling bn-armv8-win.S
[121/399] Compiling bn-armv8-linux.S
[122/399] Compiling bn-armv8-apple.S
[123/399] Compiling bn-586-apple.S
[124/399] Compiling armv8-mont-win.S
[125/399] Compiling aesv8-gcm-armv8-win.S
[126/399] Compiling armv8-mont-apple.S
[127/399] Compiling armv4-mont-linux.S
[128/399] Compiling aesv8-gcm-armv8-linux.S
[129/399] Compiling armv8-mont-linux.S
[130/399] Compiling aesv8-armv8-win.S
[131/399] Compiling aesv8-gcm-armv8-apple.S
[132/399] Compiling aesv8-armv8-linux.S
[133/399] Compiling aesv8-armv8-apple.S
[134/399] Compiling aesv8-armv7-linux.S
[135/399] Compiling aesni-x86_64-linux.S
[136/399] Compiling aesni-x86-apple.S
[137/399] Compiling aesni-gcm-x86_64-linux.S
[138/399] Compiling aesni-x86_64-apple.S
[138/399] Compiling aesni-x86-linux.S
[140/399] Compiling aesni-gcm-x86_64-apple.S
[141/399] Compiling aes-gcm-avx512-x86_64-linux.S
[142/399] Compiling aes-gcm-avx512-x86_64-apple.S
[143/399] Compiling aes-gcm-avx2-x86_64-linux.S
[144/399] Compiling aes-gcm-avx2-x86_64-apple.S
[145/399] Compiling xwing.cc
[146/399] Compiling x_spki.cc
[147/399] Compiling x_sig.cc
[148/399] Compiling x_x509a.cc
[149/399] Compiling x_req.cc
[150/399] Compiling x_x509.cc
[151/399] Compiling x_pubkey.cc
[152/399] Compiling x_name.cc
[153/399] Compiling x_exten.cc
[154/399] Compiling x_crl.cc
[155/399] Compiling x_attrib.cc
[156/399] Compiling x_all.cc
[158/399] Emitting module ArgumentParserToolInfo
[159/399] Compiling ArgumentParserToolInfo ToolInfo.swift
[161/400] Compiling SwiftTailwindExample NotIncluded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/400] Compiling x509spki.cc
[162/400] Compiling x509rset.cc
[163/400] Compiling x_algor.cc
[164/400] Compiling x509cset.cc
[165/400] Compiling x509name.cc
[166/446] Compiling x509_vpm.cc
[167/446] Compiling x509_trs.cc
[168/446] Compiling x509_v3.cc
[169/446] Compiling x509_vfy.cc
[170/446] Compiling x509_txt.cc
[171/446] Compiling x509_set.cc
[172/446] Compiling x509_req.cc
[173/446] Compiling x509_obj.cc
[174/446] Compiling x509_def.cc
[175/446] Compiling x509_lu.cc
[176/446] Compiling x509_ext.cc
[177/446] Compiling x509_d2.cc
[178/446] Compiling x509_cmp.cc
[179/446] Compiling v3_utl.cc
[180/446] Compiling x509.cc
[181/446] Compiling v3_skey.cc
[182/446] Compiling x509_att.cc
[184/446] Emitting module SwiftTailwindExample
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/446] Compiling SwiftTailwindExample Example.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/446] Compiling SwiftTailwindExample Template.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/446] Compiling SwiftTailwindExample resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/447] Compiling v3_purp.cc
[189/447] Compiling v3_prn.cc
[190/447] Compiling v3_ocsp.cc
[191/447] Compiling v3_pcons.cc
[192/447] Compiling v3_int.cc
[193/447] Compiling v3_pmaps.cc
[194/447] Compiling v3_ncons.cc
[195/447] Compiling v3_lib.cc
[197/447] Compiling ArgumentParser ParentCommand.swift
[198/447] Compiling ArgumentParser AsyncParsableCommand.swift
[199/447] Compiling ArgumentParser CommandConfiguration.swift
[200/447] Compiling ArgumentParser CommandGroup.swift
[201/447] Compiling ArgumentParser EnumerableFlag.swift
[202/447] Compiling ArgumentParser ExpressibleByArgument.swift
[203/447] Compiling ArgumentParser ParsableArguments.swift
[203/453] Compiling v3_info.cc
[205/453] Compiling ArgumentParser Foundation.swift
[206/453] Compiling ArgumentParser Mutex.swift
[207/453] Compiling ArgumentParser Platform.swift
[208/453] Compiling ArgumentParser SequenceExtensions.swift
[209/453] Compiling ArgumentParser StringExtensions.swift
[210/453] Compiling ArgumentParser SwiftExtensions.swift
[211/453] Compiling ArgumentParser InputOrigin.swift
[212/453] Compiling ArgumentParser Name.swift
[213/453] Compiling ArgumentParser Parsed.swift
[214/453] Compiling ArgumentParser ParsedValues.swift
[215/453] Compiling ArgumentParser ParserError.swift
[216/453] Compiling ArgumentParser SplitArguments.swift
[216/453] Compiling v3_ia5.cc
[217/453] Compiling v3_extku.cc
[218/453] Compiling v3_genn.cc
[219/453] Compiling v3_enum.cc
[220/453] Compiling v3_crld.cc
[221/453] Compiling v3_cpols.cc
[223/453] Compiling ArgumentParser Tree.swift
[224/453] Compiling ArgumentParser CodingKeyValidator.swift
[225/453] Compiling ArgumentParser NonsenseFlagsValidator.swift
[226/453] Compiling ArgumentParser ParsableArgumentsValidation.swift
[227/453] Compiling ArgumentParser PositionalArgumentsValidator.swift
[228/453] Compiling ArgumentParser UniqueNamesValidator.swift
[229/453] Compiling ArgumentParser BashCompletionsGenerator.swift
[230/453] Compiling ArgumentParser CompletionsGenerator.swift
[231/453] Compiling ArgumentParser FishCompletionsGenerator.swift
[232/453] Compiling ArgumentParser ZshCompletionsGenerator.swift
[233/453] Compiling ArgumentParser Argument.swift
[234/453] Compiling ArgumentParser ArgumentDiscussion.swift
[235/453] Compiling ArgumentParser ArgumentHelp.swift
[236/453] Emitting module ArgumentParser
[237/453] Compiling ArgumentParser ArgumentVisibility.swift
[238/453] Compiling ArgumentParser CompletionKind.swift
[239/453] Compiling ArgumentParser Errors.swift
[240/453] Compiling ArgumentParser Flag.swift
[241/453] Compiling ArgumentParser NameSpecification.swift
[242/453] Compiling ArgumentParser Option.swift
[243/453] Compiling ArgumentParser OptionGroup.swift
[244/453] Compiling ArgumentParser DumpHelpGenerator.swift
[245/453] Compiling ArgumentParser HelpCommand.swift
[246/453] Compiling ArgumentParser HelpGenerator.swift
[247/453] Compiling ArgumentParser MessageInfo.swift
[248/453] Compiling ArgumentParser UsageGenerator.swift
[249/453] Compiling ArgumentParser CollectionExtensions.swift
[249/453] Compiling v3_bitst.cc
[250/453] Compiling v3_conf.cc
[252/453] Compiling ArgumentParser ParsableCommand.swift
[253/453] Compiling ArgumentParser ArgumentDecoder.swift
[254/453] Compiling ArgumentParser ArgumentDefinition.swift
[255/453] Compiling ArgumentParser ArgumentSet.swift
[256/453] Compiling ArgumentParser CommandParser.swift
[257/453] Compiling ArgumentParser InputKey.swift
[257/454] Compiling v3_bcons.cc
[259/454] Compiling v3_akeya.cc
[260/454] Compiling v3_alt.cc
[261/454] Compiling v3_akey.cc
[262/454] Compiling t_x509a.cc
[263/454] Compiling t_x509.cc
[264/454] Compiling t_req.cc
[265/454] Compiling t_crl.cc
[266/454] Compiling i2d_pr.cc
[267/454] Compiling rsa_pss.cc
[268/454] Compiling policy.cc
[269/454] Compiling by_file.cc
[270/454] Compiling name_print.cc
[271/454] Compiling by_dir.cc
[272/454] Compiling a_verify.cc
[273/454] Compiling asn1_gen.cc
[274/454] Compiling algorithm.cc
[275/454] Compiling a_sign.cc
[276/454] Compiling voprf.cc
[277/454] Compiling a_digest.cc
[278/454] Compiling trust_token.cc
[279/454] Compiling thread_win.cc
[280/454] Compiling pmbtoken.cc
[281/454] Compiling thread_pthread.cc
[282/454] Compiling thread_none.cc
[283/454] Compiling thread.cc
[284/454] Compiling stack.cc
[285/454] Compiling sha512.cc
[286/454] Compiling sha256.cc
[287/454] Compiling siphash.cc
[288/454] Compiling sha1.cc
[289/454] Compiling slhdsa.cc
[290/454] Compiling spake2plus.cc
[291/454] Compiling rsa_print.cc
[292/454] Compiling rsa_extra.cc
[293/454] Compiling rc4.cc
[294/454] Compiling refcount.cc
[295/454] Compiling rsa_crypt.cc
[296/454] Compiling windows.cc
[297/454] Compiling trusty.cc
[298/454] Compiling urandom.cc
[299/454] Compiling rand.cc
[300/454] Compiling rsa_asn1.cc
[301/454] Compiling ios.cc
[301/454] Compiling passive.cc
[301/454] Compiling getentropy.cc
[301/454] Compiling poly1305_arm_asm.S
[301/454] Compiling deterministic.cc
[301/454] Compiling fork_detect.cc
[301/454] Compiling forkunsafe.cc
[301/454] Compiling poly1305_vec.cc
[301/454] Compiling poly1305_arm.cc
[301/454] Compiling poly1305.cc
[301/454] Compiling pool.cc
[301/454] Compiling pkcs8_x509.cc
[301/454] Compiling p5_pbev2.cc
[301/454] Compiling pkcs8.cc
[301/454] Compiling pkcs7_x509.cc
[316/454] Compiling pkcs7.cc
[317/454] Compiling pem_xaux.cc
[318/454] Compiling pem_x509.cc
[319/454] Compiling pem_pkey.cc
[320/454] Compiling pem_oth.cc
[321/454] Compiling mlkem.cc
[322/454] Compiling pem_pk8.cc
[323/454] Compiling pem_info.cc
[324/454] Compiling pem_lib.cc
[325/454] Compiling pem_all.cc
[326/454] Compiling obj_xref.cc
[327/454] Compiling obj.cc
[328/454] Compiling poly_rq_mul.S
[329/454] Compiling mldsa.cc
[330/454] Compiling mem.cc
[331/454] Compiling lhash.cc
[332/454] Compiling fips_shared_support.cc
[333/454] Compiling kyber.cc
[334/454] Compiling md5.cc
[335/454] Compiling md4.cc
[336/454] Compiling fuzzer_mode.cc
[337/454] Compiling hrss.cc
[338/454] Compiling ex_data.cc
[339/454] Compiling scrypt.cc
[340/454] Compiling hpke.cc
[341/454] Compiling print.cc
[342/454] Compiling sign.cc
[343/454] Compiling pbkdf.cc
[344/454] Compiling p_x25519.cc
[345/454] Compiling p_x25519_asn1.cc
[346/454] Compiling p_rsa_asn1.cc
[347/454] Compiling p_hkdf.cc
[348/454] Compiling p_rsa.cc
[349/454] Compiling p_ed25519_asn1.cc
[350/454] Compiling p_ed25519.cc
[351/454] Compiling p_ec_asn1.cc
[352/454] Compiling p_ec.cc
[353/454] Compiling p_dh_asn1.cc
[354/454] Compiling p_dsa_asn1.cc
[355/454] Compiling p_dh.cc
[356/454] Compiling evp_ctx.cc
[357/454] Compiling evp_asn1.cc
[358/454] Compiling engine.cc
[359/454] Compiling err.cc
[360/454] Compiling ecdsa_p1363.cc
[361/454] Compiling evp.cc
[362/454] Compiling ecdh.cc
[363/454] Compiling ecdsa_asn1.cc
[364/454] Compiling ec_derive.cc
[365/454] Compiling hash_to_curve.cc
[366/454] Compiling dsa.cc
[367/454] Compiling ec_asn1.cc
[368/454] Compiling dsa_asn1.cc
[369/454] Compiling digest_extra.cc
[370/454] Compiling x25519-asm-arm.S
[371/454] Compiling dh_asn1.cc
[372/454] Compiling params.cc
[373/454] Compiling des.cc
[374/454] Compiling curve25519_64_adx.cc
[375/454] Compiling spake25519.cc
[376/454] Compiling cpu_intel.cc
[377/454] Compiling crypto.cc
[378/454] Compiling curve25519.cc
[379/454] Compiling cpu_arm_linux.cc
[380/454] Compiling cpu_arm_freebsd.cc
[381/454] Compiling cpu_aarch64_win.cc
[382/454] Compiling cpu_aarch64_sysreg.cc
[383/454] Compiling cpu_aarch64_openbsd.cc
[384/454] Compiling cpu_aarch64_linux.cc
[385/454] Compiling cpu_aarch64_fuchsia.cc
[386/454] Compiling cpu_aarch64_apple.cc
[387/454] Compiling conf.cc
[388/454] Compiling get_cipher.cc
[389/454] Compiling tls_cbc.cc
[390/454] Compiling e_tls.cc
[391/454] Compiling e_rc4.cc
[392/454] Compiling e_rc2.cc
[393/454] Compiling cms.cc
[394/454] Compiling e_null.cc
[395/454] Compiling e_des.cc
[396/454] Compiling e_chacha20poly1305.cc
[397/454] Compiling e_aesgcmsiv.cc
[398/454] Compiling e_aeseax.cc
[399/454] Compiling e_aesctrhmac.cc
[400/454] Compiling derive_key.cc
[401/454] Compiling chacha.cc
[402/454] Compiling unicode.cc
[403/454] Compiling buf.cc
[404/454] Compiling sqrt.cc
[405/454] Compiling cbs.cc
[406/454] Compiling ber.cc
[407/454] Compiling cbb.cc
[408/454] Compiling asn1_compat.cc
[409/454] Compiling exponentiation.cc
[410/454] Compiling div.cc
[411/454] Compiling printf.cc
[412/454] Compiling blake2.cc
[413/454] Compiling pair.cc
[414/454] Compiling convert.cc
[415/454] Compiling bn_asn1.cc
[416/454] Compiling hexdump.cc
[417/454] Compiling file.cc
[418/454] Compiling errno.cc
[419/454] Compiling fd.cc
[420/454] Compiling bio_mem.cc
[421/454] Compiling base64.cc
[422/454] Compiling bio.cc
[423/454] Compiling tasn_utl.cc
[424/454] Compiling tasn_typ.cc
[425/454] Compiling tasn_fre.cc
[426/454] Compiling tasn_enc.cc
[427/454] Compiling posix_time.cc
[428/454] Compiling tasn_new.cc
[429/454] Compiling f_string.cc
[430/454] Compiling f_int.cc
[430/454] Compiling tasn_dec.cc
[432/454] Compiling asn_pack.cc
[433/454] Compiling asn1_par.cc
[434/454] Compiling a_utctm.cc
[434/454] Compiling asn1_lib.cc
[436/454] Compiling a_type.cc
[437/454] Compiling a_time.cc
[438/454] Compiling a_octet.cc
[439/454] Compiling a_strnid.cc
[440/454] Wrapping AST for ArgumentParserToolInfo for debugging
[441/454] Compiling a_strex.cc
[442/454] Wrapping AST for ArgumentParser for debugging
[443/454] Compiling bcm.cc
[444/454] Compiling a_mbstr.cc
[445/454] Compiling a_object.cc
[446/454] Compiling a_i2d_fp.cc
[447/454] Compiling a_d2i_fp.cc
[448/454] Compiling a_int.cc
[450/462] Compiling CryptoBoringWrapper EllipticCurve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[451/462] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[452/462] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[453/462] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[454/462] Compiling CryptoBoringWrapper RandomBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[455/462] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[456/462] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[457/462] Emitting module CryptoBoringWrapper
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[458/463] Wrapping AST for CryptoBoringWrapper for debugging
[460/546] Compiling Crypto AES-GCM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[461/546] Compiling Crypto AES-GCM_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[462/546] Compiling Crypto ChaChaPoly_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[463/546] Compiling Crypto ChaChaPoly.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[464/546] Compiling Crypto Cipher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[465/546] Compiling Crypto Nonces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[466/546] Compiling Crypto ASN1.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[467/546] Compiling Crypto ASN1Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[468/546] Compiling Crypto ASN1BitString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[469/546] Compiling Crypto ASN1Boolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[470/546] Compiling Crypto ASN1Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[471/546] Compiling Crypto ASN1Integer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[472/546] Emitting module Crypto
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[473/557] Compiling Crypto CryptoKitErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[474/557] Compiling Crypto Digest_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[475/557] Compiling Crypto Digest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[476/557] Compiling Crypto Digests.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[477/557] Compiling Crypto HashFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[478/557] Compiling Crypto HashFunctions_SHA2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[479/557] Compiling Crypto HashFunctions_SHA3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[480/557] Compiling Crypto Digest_xkcp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[481/557] Compiling Crypto HPKE-AEAD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[482/557] Compiling Crypto HPKE-Ciphersuite.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[483/557] Compiling Crypto HPKE-KDF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[484/557] Compiling Crypto HPKE-KexKeyDerivation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[485/557] Compiling Crypto ASN1Null.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[486/557] Compiling Crypto ASN1OctetString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[487/557] Compiling Crypto ASN1Strings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[488/557] Compiling Crypto ArraySliceBigint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[489/557] Compiling Crypto GeneralizedTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[490/557] Compiling Crypto ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[491/557] Compiling Crypto ECDSASignature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[492/557] Compiling Crypto PEMDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[493/557] Compiling Crypto PKCS8PrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[494/557] Compiling Crypto SEC1PrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[495/557] Compiling Crypto SubjectPublicKeyInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[496/557] Compiling Crypto CryptoError_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[497/557] Compiling Crypto HPKE-LabeledExtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[498/557] Compiling Crypto HPKE-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
[499/557] Compiling Crypto DHKEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[500/557] Compiling Crypto HPKE-KEM-Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[501/557] Compiling Crypto HPKE-NIST-EC-KEMs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[502/557] Compiling Crypto HPKE-KEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[503/557] Compiling Crypto HPKE-Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[504/557] Compiling Crypto HPKE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[505/557] Compiling Crypto HPKE-Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[506/557] Compiling Crypto HPKE-KeySchedule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto HPKE-Modes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto Insecure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto HKDF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto AESWrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto AESWrap_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto Ed25519_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto NISTCurvesKeys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto X25519Keys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto Ed25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto NISTCurvesKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto X25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto SymmetricKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto HMAC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto MACFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto MessageAuthenticationCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/557] Compiling Crypto AES.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[524/557] Compiling Crypto ECDSASignature_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[525/557] Compiling Crypto ECDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[526/557] Compiling Crypto EdDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[527/557] Compiling Crypto MLDSA_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[528/557] Compiling Crypto MLDSA_wrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[529/557] Compiling Crypto ECDSA.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[530/557] Compiling Crypto Ed25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[531/557] Compiling Crypto MLDSA.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[532/557] Compiling Crypto Signature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[533/557] Compiling Crypto CryptoKitErrors_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[534/557] Compiling Crypto Optional+withUnsafeBytes_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[535/557] Compiling Crypto RNG_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[536/557] Compiling Crypto SafeCompare_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[537/557] Compiling Crypto Zeroization_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[538/557] Compiling Crypto PrettyBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[539/557] Compiling Crypto SafeCompare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[540/557] Compiling Crypto SecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[541/557] Compiling Crypto Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[542/557] Compiling Crypto Insecure_HashFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[543/557] Compiling Crypto MLKEM_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[544/557] Compiling Crypto MLKEM_wrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[545/557] Compiling Crypto XWing_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[546/557] Compiling Crypto KEM-Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[547/557] Compiling Crypto KEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[548/557] Compiling Crypto MLKEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[549/557] Compiling Crypto XWing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[550/557] Compiling Crypto ECDH_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[551/557] Compiling Crypto DH.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[552/557] Compiling Crypto ECDH.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[553/557] Compiling Crypto ANSIx963.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[554/558] Wrapping AST for Crypto for debugging
[556/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[557/566] Compiling TailwindCSSCLIArtifactBundler TailwindCSSCLIArtifactBundler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[558/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+expandingTriple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[559/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+computeChecksum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[560/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder+File Operations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[561/566] Emitting module TailwindCSSCLIArtifactBundler
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[562/566] Compiling TailwindCSSCLIArtifactBundler ArtifactBundleBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[563/566] Compiling TailwindCSSCLIArtifactBundler Models.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[564/567] Wrapping AST for TailwindCSSCLIArtifactBundler for debugging
[565/567] Write Objects.LinkFileList
[566/567] Linking TailwindCSSCLIArtifactBundler
Build complete! (118.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftTailwind",
  "name" : "SwiftTailwind",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "TailwindCSS",
      "targets" : [
        "TailwindCSS"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "TailwindCSSCLIArtifactBundler",
      "targets" : [
        "TailwindCSSCLIArtifactBundler"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TailwindCSSCLIArtifactBundler",
      "module_type" : "SwiftTarget",
      "name" : "TailwindCSSCLIArtifactBundler",
      "path" : "Sources/TailwindCSSCLIArtifactBundler",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto"
      ],
      "product_memberships" : [
        "TailwindCSSCLIArtifactBundler"
      ],
      "sources" : [
        "ArtifactBundleBuilder+File Operations.swift",
        "ArtifactBundleBuilder+computeChecksum.swift",
        "ArtifactBundleBuilder+expandingTriple.swift",
        "ArtifactBundleBuilder.swift",
        "ArtifactBundleError.swift",
        "Models.swift",
        "TailwindCSSCLIArtifactBundler.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TailwindCSSCLI",
      "module_type" : "BinaryTarget",
      "name" : "TailwindCSSCLI",
      "path" : "remote/archive/tailwindcss.artifactbundleindex",
      "product_memberships" : [
        "TailwindCSS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TailwindCSS",
      "module_type" : "PluginTarget",
      "name" : "TailwindCSS",
      "path" : "Plugins/TailwindCSS",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "TailwindCSS"
      ],
      "sources" : [
        "TailwindCSSBuildPlugin.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "TailwindCSSCLI"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftTailwindTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTailwindTests",
      "path" : "Tests/SwiftTailwindTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftTailwindExample"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTailwindExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTailwindExample",
      "path" : "Sources/SwiftTailwindExample",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftTailwindExample/Views/Test.html",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Example.swift",
        "NotIncluded.swift",
        "Views/Template.swift"
      ],
      "target_dependencies" : [
        "TailwindCSS"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.