The Swift Package Index logo.Swift Package Index

Build Information

Failed to build plug, reference main (79d150), with Swift 6.1 for Android on 29 May 2025 02:03:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/lyricalsoul/Plug.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/lyricalsoul/Plug
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79d1503 fix broken test suite, pt. II
Cloned https://github.com/lyricalsoul/Plug.git
Revision (git rev-parse @):
79d1503fbaa6cf565f66a9c4f0f5b89cde55f31b
SUCCESS checkout https://github.com/lyricalsoul/Plug.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lyricalsoul/Plug.git
https://github.com/lyricalsoul/Plug.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.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"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "plug",
  "name" : "plug",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Plug",
      "targets" : [
        "Plug"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExamplePlugin",
      "targets" : [
        "ExamplePlugin"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "PlugMacros",
      "targets" : [
        "PlugMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlugTests",
      "module_type" : "SwiftTarget",
      "name" : "PlugTests",
      "path" : "Tests/PlugTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "PlugTests.swift"
      ],
      "target_dependencies" : [
        "Plug",
        "PlugMacros",
        "ExamplePlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlugMacros",
      "module_type" : "SwiftTarget",
      "name" : "PlugMacros",
      "path" : "Sources/PlugMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Plug",
        "ExamplePlugin",
        "PlugMacros"
      ],
      "sources" : [
        "Export.swift",
        "Macro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Plug",
      "module_type" : "SwiftTarget",
      "name" : "Plug",
      "path" : "Sources/Plug",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Plug",
        "ExamplePlugin"
      ],
      "sources" : [
        "Macro.swift",
        "PluginBuilder.swift",
        "PluginDetails+Misc.swift",
        "PluginIntegrity.swift",
        "PluginInterface.swift",
        "PluginManager.swift"
      ],
      "target_dependencies" : [
        "PlugMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExamplePlugin",
      "module_type" : "SwiftTarget",
      "name" : "ExamplePlugin",
      "path" : "Sources/ExamplePlugin",
      "product_memberships" : [
        "ExamplePlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "Plug"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-macro-testing.git
Fetching https://github.com/apple/swift-crypto.git
[1/908] Fetching swift-macro-testing
[909/14844] Fetching swift-macro-testing, swift-crypto
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (3.22s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.28s)
[1/2049] Fetching swift-docc-plugin
[2050/72501] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (1.44s)
[13386/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.23s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (15.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.92s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.01s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.97s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (1.11s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.75s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.69s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.94s)
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.00s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (2.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.54s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] 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.3.2 (1.41s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/765] Write sources
[19/765] Compiling a_bool.cc
[20/765] Compiling fiat_p256_adx_sqr.S
[21/765] Write swift-version-24593BA9C3E375BF.txt
[22/765] Compiling fiat_p256_adx_mul.S
[23/765] Compiling a_dup.cc
[24/765] Compiling a_bitstr.cc
[25/765] Compiling a_d2i_fp.cc
[25/765] Compiling fiat_curve25519_adx_square.S
[27/765] Compiling md5-x86_64-linux.S
[28/765] Compiling fiat_curve25519_adx_mul.S
[29/765] Compiling md5-x86_64-apple.S
[30/765] Compiling md5-586-linux.S
[31/765] Compiling md5-586-apple.S
[32/765] Compiling CCryptoBoringSSLShims shims.c
[33/765] Compiling chacha20_poly1305_x86_64-apple.S
[34/767] Compiling chacha20_poly1305_armv8-win.S
[35/767] Compiling chacha20_poly1305_armv8-linux.S
[36/767] Compiling chacha20_poly1305_x86_64-linux.S
[37/767] Compiling chacha20_poly1305_armv8-apple.S
[38/767] Compiling a_d2i_fp.cc
[39/767] Compiling a_bool.cc
[40/767] Compiling err_data.cc
[41/767] Compiling chacha-x86_64-apple.S
[42/767] Compiling chacha-x86_64-linux.S
[42/767] Compiling chacha-x86-linux.S
[44/767] Compiling chacha-x86-apple.S
[45/767] Compiling chacha-armv8-apple.S
[46/767] Compiling chacha-armv8-linux.S
[47/767] Compiling chacha-armv8-win.S
[48/767] Compiling chacha-armv4-linux.S
[49/767] Compiling aes128gcmsiv-x86_64-apple.S
[50/767] Compiling aes128gcmsiv-x86_64-linux.S
[51/767] Compiling x86_64-mont-linux.S
[52/767] Compiling x86_64-mont5-linux.S
[53/767] Compiling x86-mont-apple.S
[54/767] Compiling x86_64-mont-apple.S
[55/767] Compiling x86_64-mont5-apple.S
[55/767] Compiling x86-mont-linux.S
[57/767] Compiling vpaes-x86_64-linux.S
[58/767] Compiling vpaes-x86_64-apple.S
[59/767] Compiling vpaes-x86-linux.S
[60/767] Compiling vpaes-armv8-win.S
[61/767] Compiling vpaes-x86-apple.S
[62/767] Compiling vpaes-armv8-linux.S
[63/767] Compiling vpaes-armv8-apple.S
[64/767] Compiling vpaes-armv7-linux.S
[65/767] Compiling sha512-armv8-linux.S
[66/767] Compiling sha512-x86_64-apple.S
[67/767] Compiling sha512-armv8-apple.S
[68/767] Compiling sha512-586-linux.S
[69/767] Compiling sha512-586-apple.S
[70/767] Compiling sha512-x86_64-linux.S
[71/767] Compiling sha512-armv4-linux.S
[72/767] Compiling sha512-armv8-win.S
[73/767] Compiling sha256-x86_64-linux.S
[74/767] Compiling sha256-armv8-apple.S
[75/767] Compiling sha256-armv4-linux.S
[76/767] Compiling sha256-armv8-linux.S
[77/767] Compiling sha256-x86_64-apple.S
[77/767] Compiling sha256-armv8-win.S
[79/767] Compiling sha256-586-linux.S
[80/767] Compiling sha256-586-apple.S
[81/767] Compiling sha1-x86_64-apple.S
[82/767] Compiling sha1-x86_64-linux.S
[83/767] Compiling sha1-armv8-win.S
[84/767] Compiling sha1-armv8-linux.S
[85/767] Compiling sha1-armv4-large-linux.S
[86/767] Compiling sha1-armv8-apple.S
[87/767] Compiling sha1-586-linux.S
[88/767] Compiling sha1-586-apple.S
[89/767] Compiling rdrand-x86_64-linux.S
[90/767] Compiling rsaz-avx2-apple.S
[91/767] Compiling p256_beeu-x86_64-asm-linux.S
[92/767] Compiling rsaz-avx2-linux.S
[93/767] Compiling rdrand-x86_64-apple.S
[94/767] Compiling p256_beeu-x86_64-asm-apple.S
[95/767] Compiling p256_beeu-armv8-asm-win.S
[96/767] Compiling p256_beeu-armv8-asm-linux.S
[97/767] Compiling p256_beeu-armv8-asm-apple.S
[98/767] Compiling p256-x86_64-asm-apple.S
[99/767] Compiling p256-armv8-asm-win.S
[100/767] Compiling p256-x86_64-asm-linux.S
[101/767] Compiling p256-armv8-asm-linux.S
[102/767] Compiling ghashv8-armv8-linux.S
[103/767] Compiling p256-armv8-asm-apple.S
[104/767] Compiling ghashv8-armv8-win.S
[105/767] Compiling ghashv8-armv8-apple.S
[106/767] Compiling ghash-x86_64-linux.S
[107/767] Compiling ghashv8-armv7-linux.S
[108/767] Compiling ghash-x86_64-apple.S
[109/767] Compiling ghash-x86-linux.S
[110/767] Compiling ghash-ssse3-x86_64-linux.S
[111/767] Compiling ghash-ssse3-x86_64-apple.S
[112/767] Compiling ghash-ssse3-x86-linux.S
[113/767] Compiling ghash-x86-apple.S
[114/767] Compiling ghash-neon-armv8-win.S
[115/767] Compiling ghash-ssse3-x86-apple.S
[116/767] Compiling co-586-linux.S
[117/767] Compiling ghash-neon-armv8-apple.S
[118/767] Compiling co-586-apple.S
[119/767] Compiling ghash-neon-armv8-linux.S
[120/767] Compiling ghash-armv4-linux.S
[121/767] Compiling bsaes-armv7-linux.S
[122/767] Compiling bn-armv8-linux.S
[123/767] Compiling bn-armv8-win.S
[124/767] Compiling bn-586-linux.S
[125/767] Compiling bn-armv8-apple.S
[126/767] Compiling armv8-mont-linux.S
[127/767] Compiling armv8-mont-apple.S
[128/767] Compiling armv8-mont-win.S
[129/767] Compiling bn-586-apple.S
[130/767] Compiling armv4-mont-linux.S
[131/767] Compiling aesv8-gcm-armv8-linux.S
[132/767] Compiling aesv8-gcm-armv8-win.S
[133/767] Compiling aesv8-gcm-armv8-apple.S
[134/767] Compiling aesv8-armv8-win.S
[135/767] Compiling aesv8-armv8-apple.S
[135/767] Compiling aesni-x86_64-apple.S
[135/767] Compiling aesv8-armv8-linux.S
[138/767] Compiling aesv8-armv7-linux.S
[139/767] Compiling aesni-x86_64-linux.S
[140/767] Compiling aesni-x86-linux.S
[141/767] Compiling aesni-x86-apple.S
[142/767] Compiling aesni-gcm-x86_64-apple.S
[143/767] Compiling aes-gcm-avx10-x86_64-linux.S
[144/767] Compiling aesni-gcm-x86_64-linux.S
[145/767] Compiling aes-gcm-avx10-x86_64-apple.S
[147/767] Emitting module SwiftSyntax509
[148/767] Compiling SwiftSyntax509 Empty.swift
[149/768] Compiling x_sig.cc
[150/768] Compiling x_x509.cc
[151/768] Compiling x_val.cc
[152/768] Wrapping AST for SwiftSyntax509 for debugging
[153/768] Compiling x_x509a.cc
[154/813] Compiling x_req.cc
[155/813] Compiling x_pubkey.cc
[156/813] Compiling x_name.cc
[157/813] Compiling x_spki.cc
[158/813] Compiling x_exten.cc
[159/813] Compiling x_crl.cc
[160/813] Compiling x_all.cc
[161/813] Compiling x_attrib.cc
[162/813] Compiling x_algor.cc
[163/813] Compiling x509spki.cc
[164/813] Compiling x509_vfy.cc
[165/813] Compiling x509rset.cc
[166/813] Compiling x509name.cc
[167/813] Compiling x509_vpm.cc
[168/813] Compiling x509cset.cc
[169/813] Compiling x509_v3.cc
[170/813] Compiling x509_txt.cc
[171/813] Compiling x509_set.cc
[172/813] Compiling x509_trs.cc
[173/813] Compiling x509_req.cc
[174/813] Compiling x509_d2.cc
[175/813] Compiling x509.cc
[176/813] Compiling x509_obj.cc
[177/813] Compiling x509_def.cc
[178/813] Compiling x509_lu.cc
[179/813] Compiling x509_ext.cc
[180/813] Compiling x509_att.cc
[182/813] Compiling SwiftSyntax AbsolutePosition.swift
[183/813] Compiling SwiftSyntax Assert.swift
[184/813] Compiling SwiftSyntax BumpPtrAllocator.swift
[185/813] Compiling SwiftSyntax CommonAncestor.swift
[186/813] Compiling SwiftSyntax Convenience.swift
[187/813] Compiling SwiftSyntax MemoryLayout.swift
[188/813] Compiling SwiftSyntax MissingNodeInitializers.swift
[188/819] Compiling x509_cmp.cc
[189/819] Compiling v3_skey.cc
[190/819] Compiling v3_utl.cc
[191/819] Compiling v3_purp.cc
[192/819] Compiling v3_ncons.cc
[193/819] Compiling v3_ocsp.cc
[195/819] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[196/819] Compiling SwiftSyntax Syntax.swift
[197/819] Compiling SwiftSyntax SyntaxArena.swift
[198/819] Compiling SwiftSyntax SyntaxChildren.swift
[199/819] Compiling SwiftSyntax SyntaxCollection.swift
[200/819] Compiling SwiftSyntax SyntaxData.swift
[200/819] Compiling v3_int.cc
[201/819] Compiling v3_prn.cc
[202/819] Compiling v3_pcons.cc
[203/819] Compiling v3_pmaps.cc
[204/819] Compiling v3_info.cc
[205/819] Compiling v3_lib.cc
[206/819] Compiling v3_crld.cc
[207/819] Compiling v3_extku.cc
[208/819] Compiling v3_genn.cc
[209/819] Compiling v3_enum.cc
[210/819] Compiling v3_ia5.cc
[211/819] Compiling v3_cpols.cc
[212/819] Compiling v3_bcons.cc
[213/819] Compiling v3_bitst.cc
[214/819] Compiling v3_alt.cc
[215/819] Compiling v3_conf.cc
[216/819] Compiling t_req.cc
[217/819] Compiling v3_akey.cc
[218/819] Compiling v3_akeya.cc
[219/819] Compiling t_x509a.cc
[220/819] Compiling name_print.cc
[221/819] Compiling t_x509.cc
[222/819] Compiling t_crl.cc
[223/819] Compiling i2d_pr.cc
[224/819] Compiling rsa_pss.cc
[225/819] Compiling by_file.cc
[226/819] Compiling by_dir.cc
[227/819] Compiling algorithm.cc
[228/819] Compiling a_sign.cc
[229/819] Compiling policy.cc
[230/819] Compiling voprf.cc
[231/819] Compiling thread_win.cc
[232/819] Compiling asn1_gen.cc
[233/819] Compiling thread_pthread.cc
[234/819] Compiling trust_token.cc
[235/819] Compiling a_verify.cc
[236/819] Compiling thread_none.cc
[237/819] Compiling a_digest.cc
[238/819] Compiling merkle.cc
[239/819] Compiling thread.cc
[240/819] Compiling pmbtoken.cc
[241/819] Compiling slhdsa.cc
[242/819] Compiling sha512.cc
[243/819] Compiling thash.cc
[244/819] Compiling siphash.cc
[245/819] Compiling stack.cc
[246/819] Compiling sha256.cc
[247/819] Compiling wots.cc
[248/819] Compiling fors.cc
[249/819] Compiling rsa_extra.cc
[250/819] Compiling rc4.cc
[251/819] Compiling sha1.cc
[252/819] Compiling rsa_print.cc
[253/819] Compiling refcount.cc
[254/819] Compiling rsa_asn1.cc
[255/819] Compiling windows.cc
[256/819] Compiling trusty.cc
[257/819] Compiling rsa_crypt.cc
[258/819] Compiling urandom.cc
[259/819] Compiling rand_extra.cc
[260/819] Compiling passive.cc
[261/819] Compiling ios.cc
[262/819] Compiling poly1305_arm_asm.S
[263/819] Compiling getentropy.cc
[264/819] Compiling deterministic.cc
[265/819] Compiling forkunsafe.cc
[266/819] Compiling poly1305_arm.cc
[267/819] Compiling fork_detect.cc
[268/819] Compiling pool.cc
[269/819] Compiling poly1305.cc
[270/819] Compiling poly1305_vec.cc
[271/819] Compiling pkcs7.cc
[272/819] Compiling pem_x509.cc
[273/819] Compiling pkcs8_x509.cc
[274/819] Compiling pkcs7_x509.cc
[275/819] Compiling pkcs8.cc
[276/819] Compiling p5_pbev2.cc
[277/819] Compiling pem_xaux.cc
[278/819] Compiling pem_pkey.cc
[279/819] Compiling obj_xref.cc
[280/819] Compiling pem_info.cc
[281/819] Compiling pem_pk8.cc
[282/819] Compiling mlkem.cc
[283/819] Compiling pem_lib.cc
[284/819] Compiling mldsa.cc
[285/819] Compiling pem_oth.cc
[286/819] Compiling pem_all.cc
[287/819] Compiling lhash.cc
[288/819] Compiling kyber.cc
[289/819] Compiling obj.cc
[290/819] Compiling mem.cc
[291/819] Compiling poly_rq_mul.S
[292/819] Compiling fips_shared_support.cc
[293/819] Compiling md4.cc
[294/819] Compiling md5.cc
[295/819] Compiling scrypt.cc
[296/819] Compiling sign.cc
[297/819] Compiling ex_data.cc
[298/819] Compiling hpke.cc
[299/819] Compiling pbkdf.cc
[300/819] Compiling hrss.cc
[301/819] Compiling print.cc
[302/819] Compiling p_x25519.cc
[303/819] Compiling p_hkdf.cc
[304/819] Compiling p_x25519_asn1.cc
[305/819] Compiling p_rsa_asn1.cc
[306/819] Compiling p_ed25519_asn1.cc
[307/819] Compiling p_rsa.cc
[308/819] Compiling p_dsa_asn1.cc
[309/819] Compiling p_dh.cc
[310/819] Compiling p_ec.cc
[311/819] Compiling p_ed25519.cc
[312/819] Compiling evp_ctx.cc
[313/819] Compiling p_dh_asn1.cc
[314/819] Compiling p_ec_asn1.cc
[315/819] Compiling evp_asn1.cc
[316/819] Compiling engine.cc
[317/819] Compiling evp.cc
[318/819] Compiling err.cc
[319/819] Compiling hash_to_curve.cc
[320/819] Compiling ec_derive.cc
[321/819] Compiling ecdh_extra.cc
[322/819] Compiling ecdsa_asn1.cc
[323/819] Compiling digest_extra.cc
[324/819] Compiling dsa.cc
[325/819] Compiling dh_asn1.cc
[326/819] Compiling params.cc
[327/819] Compiling dsa_asn1.cc
[328/819] Compiling des.cc
[329/819] Compiling spake25519.cc
[330/819] Compiling ec_asn1.cc
[331/819] Compiling x25519-asm-arm.S
[332/819] Compiling bcm.cc
[333/819] Compiling crypto.cc
[334/819] Compiling cpu_arm_freebsd.cc
[335/819] Compiling cpu_aarch64_sysreg.cc
[336/819] Compiling curve25519_64_adx.cc
[337/819] Compiling cpu_intel.cc
[338/819] Compiling cpu_arm_linux.cc
[339/819] Compiling curve25519.cc
[340/819] Compiling cpu_aarch64_openbsd.cc
[341/819] Compiling cpu_aarch64_win.cc
[342/819] Compiling cpu_aarch64_linux.cc
[343/819] Compiling cpu_aarch64_apple.cc
[344/819] Compiling conf.cc
[345/819] Compiling cpu_aarch64_fuchsia.cc
[346/819] Compiling tls_cbc.cc
[347/819] Compiling e_rc2.cc
[348/819] Compiling e_tls.cc
[349/819] Compiling e_null.cc
[350/819] Compiling e_rc4.cc
[351/819] Compiling e_aesgcmsiv.cc
[352/819] Compiling e_chacha20poly1305.cc
[353/819] Compiling derive_key.cc
[354/819] Compiling e_aesctrhmac.cc
[355/819] Compiling e_des.cc
[356/819] Compiling chacha.cc
[357/819] Compiling cipher_extra.cc
[358/819] Compiling ber.cc
[359/819] Compiling bn_asn1.cc
[360/819] Compiling unicode.cc
[361/819] Compiling buf.cc
[362/819] Compiling asn1_compat.cc
[363/819] Compiling cbb.cc
[364/819] Compiling cbs.cc
[365/819] Compiling blake2.cc
[366/819] Compiling printf.cc
[367/819] Compiling convert.cc
[368/819] Compiling pair.cc
[369/819] Compiling errno.cc
[370/819] Compiling hexdump.cc
[371/819] Compiling bio.cc
[372/819] Compiling file.cc
[373/819] Compiling fd.cc
[374/819] Compiling bio_mem.cc
[375/819] Compiling base64.cc
[376/819] Compiling tasn_typ.cc
[377/819] Compiling tasn_utl.cc
[378/819] Compiling f_int.cc
[379/819] Compiling posix_time.cc
[380/819] Compiling tasn_enc.cc
[381/819] Compiling tasn_fre.cc
[382/819] Compiling f_string.cc
[383/819] Compiling tasn_dec.cc
[383/819] Compiling tasn_new.cc
[385/819] Compiling asn_pack.cc
[386/819] Compiling asn1_lib.cc
[387/819] Compiling asn1_par.cc
[388/819] Compiling a_utctm.cc
[389/819] Compiling a_octet.cc
[390/819] Compiling a_type.cc
[391/819] Compiling a_time.cc
[392/819] Compiling a_strnid.cc
[392/819] Write sources
[397/819] Compiling a_strex.cc
[398/819] Compiling fiat_p256_adx_sqr.S
[399/819] Compiling a_mbstr.cc
[400/819] Compiling fiat_p256_adx_mul.S
[401/819] Compiling fiat_curve25519_adx_square.S
[402/819] Compiling fiat_curve25519_adx_mul.S
[403/819] Compiling a_object.cc
[404/819] Compiling a_int.cc
[405/819] Compiling CCryptoBoringSSLShims shims.c
[406/819] Compiling a_i2d_fp.cc
[407/819] Compiling a_gentm.cc
[408/819] Compiling md5-586-linux.S
[409/819] Compiling md5-x86_64-linux.S
[410/819] Compiling md5-x86_64-apple.S
[411/819] Compiling md5-586-apple.S
[412/819] Compiling chacha20_poly1305_x86_64-apple.S
[413/819] Compiling chacha20_poly1305_x86_64-linux.S
[414/819] Compiling err_data.cc
[415/819] Compiling chacha20_poly1305_armv8-win.S
[416/819] Compiling chacha20_poly1305_armv8-apple.S
[417/819] Compiling chacha20_poly1305_armv8-linux.S
[418/819] Compiling chacha-x86_64-linux.S
[419/819] Compiling chacha-x86-apple.S
[420/819] Compiling chacha-x86_64-apple.S
[421/819] Compiling chacha-x86-linux.S
[422/819] Compiling chacha-armv8-win.S
[423/827] Compiling chacha-armv8-apple.S
[424/827] Compiling chacha-armv4-linux.S
[425/827] Compiling aes128gcmsiv-x86_64-apple.S
[426/827] Compiling aes128gcmsiv-x86_64-linux.S
[427/827] Compiling chacha-armv8-linux.S
[428/827] Compiling x86_64-mont5-linux.S
[429/827] Compiling x86_64-mont5-apple.S
[430/827] Compiling x86_64-mont-linux.S
[431/827] Compiling x86-mont-linux.S
[431/827] Compiling x86_64-mont-apple.S
[433/827] Compiling x86-mont-apple.S
[434/827] Compiling vpaes-x86_64-linux.S
[434/827] Compiling vpaes-x86_64-apple.S
[436/827] Compiling vpaes-x86-linux.S
[437/827] Compiling vpaes-x86-apple.S
[437/827] Compiling vpaes-armv8-win.S
[439/827] Compiling vpaes-armv7-linux.S
[440/827] Compiling sha512-x86_64-linux.S
[441/827] Compiling vpaes-armv8-linux.S
[442/827] Compiling vpaes-armv8-apple.S
[443/827] Compiling sha512-armv8-win.S
[444/827] Compiling sha512-armv8-apple.S
[445/827] Compiling sha512-armv8-linux.S
[446/827] Compiling sha512-x86_64-apple.S
[447/827] Compiling sha512-armv4-linux.S
[448/827] Compiling sha256-x86_64-linux.S
[449/827] Compiling sha512-586-linux.S
[450/827] Compiling sha256-x86_64-apple.S
[450/827] Compiling sha512-586-apple.S
[452/827] Compiling sha256-armv8-win.S
[453/827] Compiling sha256-armv4-linux.S
[454/827] Compiling sha256-armv8-apple.S
[455/827] Compiling sha256-armv8-linux.S
[456/827] Compiling sha256-586-linux.S
[457/827] Compiling sha256-586-apple.S
[458/827] Compiling sha1-x86_64-linux.S
[459/827] Compiling sha1-x86_64-apple.S
[460/827] Compiling sha1-armv8-win.S
[461/827] Compiling sha1-armv8-apple.S
[462/827] Compiling sha1-armv4-large-linux.S
[462/827] Compiling sha1-armv8-linux.S
[464/827] Compiling rdrand-x86_64-linux.S
[465/827] Compiling rsaz-avx2-apple.S
[465/827] Compiling sha1-586-linux.S
[467/827] Compiling rdrand-x86_64-apple.S
[468/827] Compiling sha1-586-apple.S
[469/827] Compiling rsaz-avx2-linux.S
[470/827] Compiling p256_beeu-armv8-asm-linux.S
[471/827] Compiling p256_beeu-x86_64-asm-linux.S
[472/827] Compiling p256_beeu-armv8-asm-apple.S
[473/827] Compiling p256_beeu-x86_64-asm-apple.S
[474/827] Compiling p256-x86_64-asm-linux.S
[475/827] Compiling p256_beeu-armv8-asm-win.S
[476/827] Compiling p256-x86_64-asm-apple.S
[477/827] Compiling p256-armv8-asm-win.S
[478/827] Compiling p256-armv8-asm-apple.S
[479/827] Compiling p256-armv8-asm-linux.S
[480/827] Compiling ghashv8-armv8-win.S
[481/827] Compiling ghashv8-armv8-linux.S
[482/827] Compiling ghashv8-armv8-apple.S
[483/827] Compiling ghash-x86_64-linux.S
[484/827] Compiling ghash-x86_64-apple.S
[485/827] Compiling ghash-x86-linux.S
[486/827] Compiling ghashv8-armv7-linux.S
[487/827] Compiling ghash-ssse3-x86_64-linux.S
[488/827] Compiling ghash-ssse3-x86-linux.S
[489/827] Compiling ghash-ssse3-x86_64-apple.S
[490/827] Compiling ghash-ssse3-x86-apple.S
[491/827] Compiling ghash-x86-apple.S
[492/827] Compiling ghash-neon-armv8-win.S
[493/827] Compiling ghash-neon-armv8-apple.S
[494/827] Compiling ghash-neon-armv8-linux.S
[495/827] Compiling ghash-armv4-linux.S
[496/827] Compiling co-586-linux.S
[497/827] Compiling co-586-apple.S
[498/827] Compiling bsaes-armv7-linux.S
[499/827] Compiling bn-armv8-win.S
[500/827] Compiling bn-armv8-linux.S
[501/827] Compiling bn-armv8-apple.S
[502/827] Compiling bn-586-apple.S
[503/827] Compiling bn-586-linux.S
[504/827] Compiling armv8-mont-win.S
[505/827] Compiling armv8-mont-linux.S
[506/827] Compiling armv8-mont-apple.S
[507/827] Compiling armv4-mont-linux.S
[508/827] Compiling aesv8-gcm-armv8-win.S
[509/827] Compiling aesv8-gcm-armv8-apple.S
[510/827] Compiling aesv8-armv8-linux.S
[511/827] Compiling aesv8-gcm-armv8-linux.S
[512/827] Compiling aesv8-armv8-apple.S
[513/827] Compiling aesv8-armv7-linux.S
[514/827] Compiling aesv8-armv8-win.S
[515/827] Compiling aesni-x86_64-linux.S
[516/827] Compiling aesni-x86_64-apple.S
[517/827] Compiling aesni-x86-apple.S
[518/827] Compiling aesni-gcm-x86_64-apple.S
[519/827] Compiling aesni-x86-linux.S
[520/827] Compiling aesni-gcm-x86_64-linux.S
[521/827] Compiling aes-gcm-avx10-x86_64-linux.S
[522/827] Compiling aes-gcm-avx10-x86_64-apple.S
[524/827] Compiling CryptoBoringWrapper RandomBytes.swift
[525/827] Compiling SwiftSyntax SyntaxText.swift
[526/827] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[527/827] Compiling SwiftSyntax TokenDiagnostic.swift
[528/827] Compiling SwiftSyntax TokenSyntax.swift
[529/827] Compiling SwiftSyntax Trivia.swift
[530/827] Compiling SwiftSyntax Utils.swift
[530/827] Compiling x_req.cc
[531/827] Compiling x_val.cc
[533/827] Emitting module CryptoBoringWrapper
[534/827] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[534/827] Compiling x_x509a.cc
[535/827] Compiling x_x509.cc
[537/827] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[537/827] Compiling x_sig.cc
[538/827] Compiling x_spki.cc
[540/827] Compiling CryptoBoringWrapper EllipticCurve.swift
[541/827] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[542/827] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[543/827] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[544/828] Compiling x_pubkey.cc
[545/899] Compiling x_name.cc
[546/899] Compiling x_all.cc
[547/899] Compiling x_exten.cc
[548/899] Compiling x_crl.cc
[549/899] Compiling x_attrib.cc
[550/899] Compiling x_algor.cc
[551/899] Compiling x509spki.cc
[552/899] Compiling x509_vpm.cc
[553/899] Compiling x509rset.cc
[554/899] Compiling x509name.cc
[555/899] Compiling x509cset.cc
[557/899] Emitting module Crypto
[557/908] Compiling x509_vfy.cc
[559/908] Compiling Crypto SymmetricKeys.swift
[560/908] Compiling Crypto HMAC.swift
[561/908] Compiling Crypto MACFunctions.swift
[562/908] Compiling Crypto MessageAuthenticationCode.swift
[563/908] Compiling Crypto AES.swift
[564/908] Compiling Crypto ECDSASignature_boring.swift
[565/908] Compiling Crypto ECDSA_boring.swift
[566/908] Compiling Crypto EdDSA_boring.swift
[567/908] Compiling Crypto ECDSA.swift
[568/908] Compiling Crypto Ed25519.swift
[569/908] Compiling Crypto HKDF.swift
[570/908] Compiling Crypto AESWrap.swift
[571/908] Compiling Crypto AESWrap_boring.swift
[572/908] Compiling Crypto Ed25519_boring.swift
[573/908] Compiling Crypto NISTCurvesKeys_boring.swift
[574/908] Compiling Crypto X25519Keys_boring.swift
[575/908] Compiling Crypto Curve25519.swift
[576/908] Compiling Crypto Ed25519Keys.swift
[577/908] Compiling Crypto NISTCurvesKeys.swift
[578/908] Compiling Crypto X25519Keys.swift
[578/908] Compiling x509_obj.cc
[579/908] Compiling x509_v3.cc
[580/908] Compiling x509_lu.cc
[581/908] Compiling x509_txt.cc
[583/908] Compiling Crypto HPKE-Ciphersuite.swift
[584/908] Compiling Crypto HPKE-KDF.swift
[585/908] Compiling Crypto HPKE-KexKeyDerivation.swift
[586/908] Compiling Crypto HPKE-LabeledExtract.swift
[587/908] Compiling Crypto HPKE-Utils.swift
[588/908] Compiling Crypto DHKEM.swift
[589/908] Compiling Crypto HPKE-KEM-Curve25519.swift
[590/908] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[591/908] Compiling Crypto HPKE-KEM.swift
[592/908] Compiling Crypto HPKE-Errors.swift
[593/908] Compiling Crypto HPKE.swift
[594/908] Compiling Crypto HPKE-Context.swift
[595/908] Compiling Crypto HPKE-KeySchedule.swift
[596/908] Compiling Crypto HPKE-Modes.swift
[597/908] Compiling Crypto Insecure.swift
[598/908] Compiling Crypto Insecure_HashFunctions.swift
[599/908] Compiling Crypto KEM.swift
[600/908] Compiling Crypto ECDH_boring.swift
[601/908] Compiling Crypto DH.swift
[602/908] Compiling Crypto ECDH.swift
[603/908] Compiling Crypto PKCS8PrivateKey.swift
[604/908] Compiling Crypto SEC1PrivateKey.swift
[605/908] Compiling Crypto SubjectPublicKeyInfo.swift
[606/908] Compiling Crypto CryptoKitErrors.swift
[607/908] Compiling Crypto Digest_boring.swift
[608/908] Compiling Crypto Digest.swift
[609/908] Compiling Crypto Digests.swift
[610/908] Compiling Crypto HashFunctions.swift
[611/908] Compiling Crypto HashFunctions_SHA2.swift
[612/908] Compiling Crypto HPKE-AEAD.swift
[613/908] Compiling Crypto Signature.swift
[614/908] Compiling Crypto CryptoKitErrors_boring.swift
[615/908] Compiling Crypto RNG_boring.swift
[616/908] Compiling Crypto SafeCompare_boring.swift
[617/908] Compiling Crypto Zeroization_boring.swift
[618/908] Compiling Crypto PrettyBytes.swift
[619/908] Compiling Crypto SafeCompare.swift
[620/908] Compiling Crypto SecureBytes.swift
[621/908] Compiling Crypto Zeroization.swift
[621/908] Compiling x509_trs.cc
[622/908] Compiling x509_req.cc
[624/908] Compiling Crypto AES-GCM.swift
[625/908] Compiling Crypto AES-GCM_boring.swift
[626/908] Compiling Crypto ChaChaPoly_boring.swift
[627/908] Compiling Crypto ChaChaPoly.swift
[628/908] Compiling Crypto Cipher.swift
[629/908] Compiling Crypto Nonces.swift
[630/908] Compiling Crypto ASN1.swift
[631/908] Compiling Crypto ASN1Any.swift
[632/908] Compiling Crypto ASN1BitString.swift
[633/908] Compiling Crypto ASN1Boolean.swift
[634/908] Compiling Crypto ASN1Identifier.swift
[635/908] Compiling Crypto ASN1Integer.swift
[636/908] Compiling Crypto ASN1Null.swift
[637/908] Compiling Crypto ASN1OctetString.swift
[638/908] Compiling Crypto ASN1Strings.swift
[639/908] Compiling Crypto ArraySliceBigint.swift
[640/908] Compiling Crypto GeneralizedTime.swift
[641/908] Compiling Crypto ObjectIdentifier.swift
[642/908] Compiling Crypto ECDSASignature.swift
[643/908] Compiling Crypto PEMDocument.swift
[643/909] Compiling x509_set.cc
[644/909] Compiling x509_def.cc
[646/909] Compiling x509_ext.cc
[647/909] Compiling x509_d2.cc
[648/909] Compiling x509_cmp.cc
[649/909] Compiling x509.cc
[650/909] Compiling x509_att.cc
[651/909] Compiling v3_prn.cc
[652/909] Compiling v3_purp.cc
[653/909] Compiling v3_utl.cc
[654/909] Compiling v3_skey.cc
[655/909] Compiling v3_lib.cc
[656/909] Compiling v3_pmaps.cc
[657/909] Compiling v3_ncons.cc
[658/909] Compiling v3_info.cc
[659/909] Compiling v3_pcons.cc
[660/909] Compiling v3_ocsp.cc
[661/909] Compiling v3_int.cc
[662/909] Compiling v3_enum.cc
[663/909] Compiling v3_ia5.cc
[664/909] Compiling v3_genn.cc
[665/909] Compiling v3_extku.cc
[666/909] Compiling v3_conf.cc
[667/909] Compiling v3_crld.cc
[668/909] Compiling v3_cpols.cc
[669/909] Compiling v3_bcons.cc
[670/909] Compiling v3_bitst.cc
[671/909] Compiling t_x509a.cc
[672/909] Compiling t_x509.cc
[673/909] Compiling v3_akey.cc
[674/909] Compiling v3_alt.cc
[675/909] Compiling t_crl.cc
[676/909] Compiling t_req.cc
[677/909] Compiling v3_akeya.cc
[678/909] Compiling i2d_pr.cc
[679/909] Compiling by_file.cc
[680/909] Compiling policy.cc
[681/909] Compiling rsa_pss.cc
[682/909] Compiling name_print.cc
[683/909] Compiling by_dir.cc
[684/909] Compiling asn1_gen.cc
[693/909] Emitting module SwiftSyntax
[693/909] Compiling a_verify.cc
[694/909] Compiling algorithm.cc
[695/909] Compiling a_sign.cc
[696/909] Compiling trust_token.cc
[697/909] Compiling voprf.cc
[698/909] Compiling pmbtoken.cc
[699/909] Compiling a_digest.cc
[700/909] Compiling thread_pthread.cc
[701/909] Compiling thread_win.cc
[702/909] Compiling thread.cc
[703/909] Compiling stack.cc
[704/909] Compiling thread_none.cc
[705/909] Compiling wots.cc
[706/909] Compiling merkle.cc
[707/909] Compiling thash.cc
[708/909] Compiling slhdsa.cc
[709/909] Compiling sha512.cc
[710/909] Compiling fors.cc
[711/909] Compiling siphash.cc
[712/909] Compiling sha256.cc
[713/909] Compiling rsa_print.cc
[714/909] Compiling sha1.cc
[715/909] Compiling rsa_extra.cc
[716/909] Compiling urandom.cc
[717/909] Compiling windows.cc
[718/909] Compiling rc4.cc
[719/909] Compiling refcount.cc
[720/909] Compiling rsa_crypt.cc
[721/909] Compiling rsa_asn1.cc
[722/909] Compiling trusty.cc
[723/909] Compiling passive.cc
[724/909] Compiling rand_extra.cc
[725/909] Compiling ios.cc
[726/909] Compiling getentropy.cc
[727/909] Compiling poly1305_arm_asm.S
[728/909] Compiling pool.cc
[729/909] Compiling forkunsafe.cc
[730/909] Compiling fork_detect.cc
[731/909] Compiling pkcs8_x509.cc
[732/909] Compiling deterministic.cc
[733/909] Compiling poly1305_vec.cc
[734/909] Compiling pkcs7.cc
[735/909] Compiling poly1305_arm.cc
[736/909] Compiling poly1305.cc
[737/909] Compiling pem_x509.cc
[738/909] Compiling pem_oth.cc
[739/909] Compiling pkcs8.cc
[740/909] Compiling pkcs7_x509.cc
[741/909] Compiling p5_pbev2.cc
[742/909] Compiling pem_info.cc
[743/909] Compiling pem_xaux.cc
[744/909] Compiling obj.cc
[745/909] Compiling mldsa.cc
[746/909] Compiling pem_pkey.cc
[747/909] Compiling pem_pk8.cc
[748/909] Compiling pem_lib.cc
[749/909] Compiling obj_xref.cc
[750/909] Compiling mem.cc
[751/909] Compiling md5.cc
[752/909] Compiling mlkem.cc
[753/909] Compiling pem_all.cc
[754/909] Compiling poly_rq_mul.S
[755/909] Compiling fips_shared_support.cc
[756/909] Compiling md4.cc
[757/909] Compiling lhash.cc
[758/909] Compiling kyber.cc
[759/909] Compiling ex_data.cc
[760/909] Compiling sign.cc
[761/909] Compiling hpke.cc
[762/909] Compiling hrss.cc
[763/909] Compiling scrypt.cc
[764/909] Compiling print.cc
[765/909] Compiling pbkdf.cc
[766/909] Compiling p_rsa_asn1.cc
[767/909] Compiling p_x25519.cc
[768/909] Compiling p_rsa.cc
[769/909] Compiling p_x25519_asn1.cc
[770/909] Compiling p_dsa_asn1.cc
[771/909] Compiling p_hkdf.cc
[772/909] Compiling p_ed25519.cc
[773/909] Compiling p_ed25519_asn1.cc
[774/909] Compiling p_dh_asn1.cc
[775/909] Compiling p_ec.cc
[776/909] Compiling p_ec_asn1.cc
[777/909] Compiling evp.cc
[778/909] Compiling p_dh.cc
[779/909] Compiling evp_ctx.cc
[780/909] Compiling evp_asn1.cc
[781/909] Compiling engine.cc
[782/909] Compiling err.cc
[783/909] Compiling ecdsa_asn1.cc
[784/909] Compiling ecdh_extra.cc
[785/909] Compiling bcm.cc
[786/909] Compiling hash_to_curve.cc
[787/909] Compiling ec_derive.cc
[788/909] Compiling dsa_asn1.cc
[795/909] Compiling des.cc
[796/909] Compiling dsa.cc
[797/909] Compiling ec_asn1.cc
[798/909] Compiling x25519-asm-arm.S
[799/909] Compiling params.cc
[800/909] Compiling digest_extra.cc
[801/909] Compiling spake25519.cc
[802/909] Compiling dh_asn1.cc
[803/909] Compiling curve25519_64_adx.cc
[804/909] Compiling cpu_intel.cc
[805/909] Compiling crypto.cc
[806/909] Compiling cpu_aarch64_win.cc
[807/909] Compiling cpu_arm_linux.cc
[808/909] Compiling curve25519.cc
[809/909] Compiling cpu_aarch64_sysreg.cc
[810/909] Compiling cpu_arm_freebsd.cc
[811/909] Compiling cpu_aarch64_linux.cc
[812/909] Compiling cpu_aarch64_openbsd.cc
[813/909] Compiling tls_cbc.cc
[814/909] Compiling cpu_aarch64_apple.cc
[815/909] Compiling cpu_aarch64_fuchsia.cc
[816/909] Compiling conf.cc
[817/909] Compiling e_rc4.cc
[818/909] Compiling e_null.cc
[819/909] Compiling e_chacha20poly1305.cc
[820/909] Compiling e_tls.cc
[821/909] Compiling e_rc2.cc
[822/909] Compiling cipher_extra.cc
[823/909] Compiling e_des.cc
[824/909] Compiling e_aesgcmsiv.cc
[825/909] Compiling e_aesctrhmac.cc
[826/909] Compiling derive_key.cc
[827/909] Compiling unicode.cc
[828/909] Compiling buf.cc
[829/909] Compiling cbs.cc
[830/909] Compiling chacha.cc
[831/909] Compiling bn_asn1.cc
[832/909] Compiling ber.cc
[833/909] Compiling printf.cc
[834/909] Compiling cbb.cc
[835/909] Compiling hexdump.cc
[836/909] Compiling asn1_compat.cc
[837/909] Compiling blake2.cc
[838/909] Compiling convert.cc
[839/909] Compiling pair.cc
[840/909] Compiling file.cc
[841/909] Compiling fd.cc
[842/909] Compiling errno.cc
[843/909] Compiling bio.cc
[844/909] Compiling bio_mem.cc
[845/909] Compiling base64.cc
[846/909] Compiling tasn_typ.cc
[847/909] Compiling tasn_utl.cc
[848/909] Compiling tasn_enc.cc
[849/909] Compiling tasn_fre.cc
[850/909] Compiling tasn_new.cc
[851/909] Compiling posix_time.cc
[852/909] Compiling f_string.cc
[853/909] Compiling tasn_dec.cc
[854/909] Compiling asn1_lib.cc
[855/909] Compiling a_utctm.cc
[856/909] Compiling asn1_par.cc
[857/909] Compiling asn_pack.cc
[858/909] Compiling f_int.cc
[859/909] Compiling a_octet.cc
[860/909] Compiling a_strex.cc
[861/909] Compiling a_strnid.cc
[862/909] Compiling a_time.cc
[863/909] Compiling a_int.cc
[864/909] Compiling a_mbstr.cc
[865/909] Compiling a_object.cc
[866/909] Compiling a_type.cc
[867/909] Compiling a_i2d_fp.cc
[868/909] Compiling a_bitstr.cc
[869/909] Compiling a_dup.cc
[870/909] Compiling a_gentm.cc
[872/917] Compiling CryptoBoringWrapper RandomBytes.swift
[873/917] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[874/917] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[875/917] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[876/917] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[877/917] Compiling CryptoBoringWrapper EllipticCurve.swift
[878/917] Emitting module CryptoBoringWrapper
[879/917] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[880/918] Wrapping AST for CryptoBoringWrapper for debugging
[882/989] Compiling Crypto SymmetricKeys.swift
[883/989] Compiling Crypto HMAC.swift
[884/989] Compiling Crypto MACFunctions.swift
[885/989] Compiling Crypto MessageAuthenticationCode.swift
[886/989] Compiling Crypto AES.swift
[887/989] Compiling Crypto ECDSASignature_boring.swift
[888/989] Compiling Crypto ECDSA_boring.swift
[889/989] Compiling Crypto EdDSA_boring.swift
[890/989] Compiling Crypto ECDSA.swift
[891/989] Compiling Crypto Ed25519.swift
[892/998] Compiling Crypto HKDF.swift
[893/998] Compiling Crypto AESWrap.swift
[894/998] Compiling Crypto AESWrap_boring.swift
[895/998] Compiling Crypto Ed25519_boring.swift
[896/998] Compiling Crypto NISTCurvesKeys_boring.swift
[897/998] Compiling Crypto X25519Keys_boring.swift
[898/998] Compiling Crypto Curve25519.swift
[899/998] Compiling Crypto Ed25519Keys.swift
[900/998] Compiling Crypto NISTCurvesKeys.swift
[901/998] Compiling Crypto X25519Keys.swift
[902/998] Emitting module Crypto
[903/998] Compiling Crypto PKCS8PrivateKey.swift
[904/998] Compiling Crypto SEC1PrivateKey.swift
[905/998] Compiling Crypto SubjectPublicKeyInfo.swift
[906/998] Compiling Crypto CryptoKitErrors.swift
[907/998] Compiling Crypto Digest_boring.swift
[908/998] Compiling Crypto Digest.swift
[909/998] Compiling Crypto Digests.swift
[910/998] Compiling Crypto HashFunctions.swift
[911/998] Compiling Crypto HashFunctions_SHA2.swift
[912/998] Compiling Crypto HPKE-AEAD.swift
[913/998] Compiling Crypto HPKE.swift
[914/998] Compiling Crypto HPKE-Context.swift
[915/998] Compiling Crypto HPKE-KeySchedule.swift
[916/998] Compiling Crypto HPKE-Modes.swift
[917/998] Compiling Crypto Insecure.swift
[918/998] Compiling Crypto Insecure_HashFunctions.swift
[919/998] Compiling Crypto KEM.swift
[920/998] Compiling Crypto ECDH_boring.swift
[921/998] Compiling Crypto DH.swift
[922/998] Compiling Crypto ECDH.swift
[923/998] Compiling Crypto HPKE-Ciphersuite.swift
[924/998] Compiling Crypto HPKE-KDF.swift
[925/998] Compiling Crypto HPKE-KexKeyDerivation.swift
[926/998] Compiling Crypto HPKE-LabeledExtract.swift
[927/998] Compiling Crypto HPKE-Utils.swift
[928/998] Compiling Crypto DHKEM.swift
[929/998] Compiling Crypto HPKE-KEM-Curve25519.swift
[930/998] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[931/998] Compiling Crypto HPKE-KEM.swift
[932/998] Compiling Crypto HPKE-Errors.swift
[933/998] Compiling Crypto AES-GCM.swift
[934/998] Compiling Crypto AES-GCM_boring.swift
[935/998] Compiling Crypto ChaChaPoly_boring.swift
[936/998] Compiling Crypto ChaChaPoly.swift
[937/998] Compiling Crypto Cipher.swift
[938/998] Compiling Crypto Nonces.swift
[939/998] Compiling Crypto ASN1.swift
[940/998] Compiling Crypto ASN1Any.swift
[941/998] Compiling Crypto ASN1BitString.swift
[942/998] Compiling Crypto ASN1Boolean.swift
[943/998] Compiling Crypto ASN1Identifier.swift
[944/998] Compiling Crypto ASN1Integer.swift
[945/998] Compiling Crypto ASN1Null.swift
[946/998] Compiling Crypto ASN1OctetString.swift
[947/998] Compiling Crypto ASN1Strings.swift
[948/998] Compiling Crypto ArraySliceBigint.swift
[949/998] Compiling Crypto GeneralizedTime.swift
[950/998] Compiling Crypto ObjectIdentifier.swift
[951/998] Compiling Crypto ECDSASignature.swift
[952/998] Compiling Crypto PEMDocument.swift
[953/998] Compiling Crypto Signature.swift
[954/998] Compiling Crypto CryptoKitErrors_boring.swift
[955/998] Compiling Crypto RNG_boring.swift
[956/998] Compiling Crypto SafeCompare_boring.swift
[957/998] Compiling Crypto Zeroization_boring.swift
[958/998] Compiling Crypto PrettyBytes.swift
[959/998] Compiling Crypto SafeCompare.swift
[960/998] Compiling Crypto SecureBytes.swift
[961/998] Compiling Crypto Zeroization.swift
[962/999] Wrapping AST for Crypto for debugging
[982/1000] Wrapping AST for SwiftSyntax for debugging
[984/1051] Compiling SwiftDiagnostics Note.swift
[985/1051] Compiling SwiftDiagnostics Message.swift
[986/1051] Compiling SwiftDiagnostics FixIt.swift
[987/1051] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[988/1051] Compiling SwiftDiagnostics Convenience.swift
[989/1051] Emitting module SwiftDiagnostics
[990/1051] Compiling SwiftDiagnostics Diagnostic.swift
[991/1051] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[992/1052] Wrapping AST for SwiftDiagnostics for debugging
[994/1052] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[995/1052] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[996/1052] Emitting module SwiftBasicFormat
[997/1052] Compiling SwiftBasicFormat BasicFormat.swift
[998/1052] Compiling SwiftBasicFormat Syntax+Extensions.swift
[999/1053] Wrapping AST for SwiftBasicFormat for debugging
[1001/1053] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1002/1053] Compiling SwiftParser StringLiterals.swift
[1003/1053] Compiling SwiftParser SwiftParserCompatibility.swift
[1004/1053] Compiling SwiftParser SyntaxUtils.swift
[1005/1053] Compiling SwiftParser TokenConsumer.swift
[1006/1053] Compiling SwiftParser TokenPrecedence.swift
[1007/1053] Compiling SwiftParser TokenSpec.swift
[1008/1053] Compiling SwiftParser TokenSpecSet.swift
[1009/1053] Compiling SwiftParser TopLevel.swift
[1010/1053] Compiling SwiftParser TriviaParser.swift
[1011/1058] Compiling SwiftParser Modifiers.swift
[1012/1058] Compiling SwiftParser Names.swift
[1013/1058] Compiling SwiftParser Nominals.swift
[1014/1058] Compiling SwiftParser Parameters.swift
[1015/1058] Compiling SwiftParser ParseSourceFile.swift
[1016/1058] Compiling SwiftParser Parser.swift
[1017/1058] Compiling SwiftParser Patterns.swift
[1018/1058] Compiling SwiftParser Recovery.swift
[1019/1058] Compiling SwiftParser Specifiers.swift
[1020/1058] Compiling SwiftParser Statements.swift
[1021/1058] Compiling SwiftParser Lexer.swift
[1022/1058] Compiling SwiftParser RegexLiteralLexer.swift
[1023/1058] Compiling SwiftParser UnicodeScalarExtensions.swift
[1024/1058] Compiling SwiftParser Lookahead.swift
[1025/1058] Compiling SwiftParser LoopProgressCondition.swift
[1026/1058] Compiling SwiftParser Attributes.swift
[1027/1058] Compiling SwiftParser Availability.swift
[1028/1058] Compiling SwiftParser CharacterInfo.swift
[1029/1058] Compiling SwiftParser CollectionNodes+Parsable.swift
[1030/1058] Compiling SwiftParser Declarations.swift
[1031/1058] Compiling SwiftParser Directives.swift
[1032/1058] Emitting module SwiftParser
[1033/1058] Compiling SwiftParser ExperimentalFeatures.swift
[1034/1058] Compiling SwiftParser Expressions.swift
[1035/1058] Compiling SwiftParser IncrementalParseTransition.swift
[1036/1058] Compiling SwiftParser Cursor.swift
[1037/1058] Compiling SwiftParser Lexeme.swift
[1038/1058] Compiling SwiftParser LexemeSequence.swift
[1039/1058] Compiling SwiftParser Types.swift
[1040/1058] Compiling SwiftParser IsLexerClassified.swift
[1041/1058] Compiling SwiftParser LayoutNodes+Parsable.swift
[1042/1058] Compiling SwiftParser Parser+TokenSpecSet.swift
[1043/1058] Compiling SwiftParser TokenSpecStaticMembers.swift
[1044/1059] Wrapping AST for SwiftParser for debugging
[1046/1082] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1047/1083] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1048/1083] Compiling SwiftOperators PrecedenceGroup.swift
[1049/1084] Compiling SwiftOperators OperatorTable.swift
[1050/1084] Compiling SwiftOperators PrecedenceGraph.swift
[1051/1084] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1052/1084] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1053/1084] Compiling SwiftOperators OperatorTable+Semantics.swift
[1054/1084] Emitting module SwiftOperators
[1055/1084] Emitting module SwiftParserDiagnostics
[1056/1084] Compiling SwiftOperators OperatorTable+Folding.swift
[1057/1084] Compiling SwiftOperators OperatorError.swift
[1058/1084] Compiling SwiftOperators OperatorTable+Defaults.swift
[1059/1084] Compiling SwiftOperators Operator.swift
[1060/1084] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1061/1084] Compiling SwiftOperators SyntaxSynthesis.swift
[1062/1085] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1063/1085] Compiling SwiftParserDiagnostics Utils.swift
[1064/1085] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1065/1085] Wrapping AST for SwiftOperators for debugging
[1067/1085] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1068/1085] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1073/1086] Wrapping AST for SwiftParserDiagnostics for debugging
[1075/1100] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1076/1100] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1077/1101] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1078/1101] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1079/1101] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1080/1101] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1081/1101] Compiling SwiftSyntaxBuilder Indenter.swift
[1082/1101] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1083/1101] Emitting module SwiftSyntaxBuilder
[1084/1101] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1085/1101] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1086/1101] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1087/1101] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1088/1101] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1089/1101] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1090/1102] Wrapping AST for SwiftSyntaxBuilder for debugging
[1092/1116] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1093/1116] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1094/1117] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1095/1117] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1096/1117] Compiling SwiftSyntaxMacros Macro.swift
[1097/1117] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1098/1117] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1099/1117] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1100/1117] Compiling SwiftSyntaxMacros MemberMacro.swift
[1101/1117] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1102/1117] Compiling SwiftSyntaxMacros Macro+Format.swift
[1103/1117] Emitting module SwiftSyntaxMacros
[1104/1117] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1105/1117] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1106/1117] Compiling SwiftSyntaxMacros PeerMacro.swift
[1107/1118] Wrapping AST for SwiftSyntaxMacros for debugging
[1109/1126] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1110/1126] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1111/1126] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1112/1126] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1113/1126] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1114/1126] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1115/1126] Emitting module SwiftSyntaxMacroExpansion
[1116/1126] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1117/1127] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1119/1134] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1120/1134] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1121/1134] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1122/1134] Emitting module SwiftCompilerPluginMessageHandling
[1123/1134] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1124/1134] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1125/1134] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1126/1135] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1128/1137] Emitting module SwiftCompilerPlugin
[1129/1137] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1130/1138] Wrapping AST for SwiftCompilerPlugin for debugging
[1132/1141] Compiling PlugMacros Export.swift
[1133/1141] Compiling PlugMacros Macro.swift
[1134/1141] Emitting module PlugMacros
[1135/1142] Wrapping AST for PlugMacros for debugging
[1136/1142] Write Objects.LinkFileList
[1137/1142] Linking PlugMacros-tool
[1139/1156] Compiling Plug PluginDetails+Misc.swift
[1140/1156] Compiling Plug PluginBuilder.swift
[1141/1156] Emitting module Plug
[1142/1156] Compiling Plug Macro.swift
[1143/1156] Compiling Plug PluginManager.swift
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:22: error: cannot find 'dlopen' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                      `- error: cannot find 'dlopen' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:35: error: cannot find 'RTLD_NOW' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                                   `- error: cannot find 'RTLD_NOW' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:46: error: cannot find 'RTLD_LOCAL' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                                              `- error: cannot find 'RTLD_LOCAL' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:105:69: error: cannot find 'dlerror' in scope
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
    |                                                                     `- error: cannot find 'dlerror' in scope
106 |         }
107 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:108:22: error: cannot find 'dlsym' in scope
106 |         }
107 |
108 |         let symbol = dlsym(handle, PluginManager.initSymbol)
    |                      `- error: cannot find 'dlsym' in scope
109 |         if symbol == nil {
110 |             throw PluginError.loadingSymbolNotFound(sym: PluginManager.initSymbol)
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:113:28: error: generic parameter 'T' could not be inferred
111 |         }
112 |
113 |         let initFunction = unsafeBitCast(symbol!, to: InitFunction.self)
    |                            `- error: generic parameter 'T' could not be inferred
114 |         let pointer = initFunction()
115 |         let builder: PluginBuilder = Unmanaged<PluginBuilder>.fromOpaque(pointer).takeRetainedValue()
Swift.unsafeBitCast:1:24: note: in call to function 'unsafeBitCast(_:to:)'
1 | @inlinable public func unsafeBitCast<T, U>(_ x: T, to type: U.Type) -> U
  |                        `- note: in call to function 'unsafeBitCast(_:to:)'
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:151:35: error: cannot find 'extensionName' in scope
149 |         let files = try FileManager.default.contentsOfDirectory(atPath: path)
150 |         for file in files {
151 |             if file.hasSuffix(".\(extensionName)") {
    |                                   `- error: cannot find 'extensionName' in scope
152 |                 try await loadPlugin(path: "\(path)/\(file)", closure: closure)
153 |             }
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:164:47: error: cannot find 'extensionName' in scope
162 |     /// - Throws: `PluginError` if the plugin could not be loaded (or if it is already loaded).
163 |     public func loadPlugin(pathWithoutExtension path: String, closure: ((LoadedPluginBuilder) async -> Void)? = nil) async throws {
164 |         try await loadPlugin(path: "\(path).\(extensionName)", closure: closure)
    |                                               `- error: cannot find 'extensionName' in scope
165 |     }
166 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:173:13: error: cannot find 'dlclose' in scope
171 |         if let index = loadedPlugins.firstIndex(where: { closure($0.details) }) {
172 |             loadedPlugins[index].builder.destroy()
173 |             dlclose(loadedPlugins[index].dylibReference)
    |             `- error: cannot find 'dlclose' in scope
174 |             loadedPlugins.remove(at: index)
175 |         }
[1144/1156] Compiling Plug Macro.swift
[1145/1156] Emitting module Plug
[1146/1156] Compiling Plug PluginBuilder.swift
[1147/1156] Compiling Plug PluginInterface.swift
[1148/1156] Compiling Plug PluginManager.swift
[1149/1156] Compiling Plug PluginInterface.swift
[1150/1156] Compiling Plug PluginDetails+Misc.swift
[1151/1156] Compiling Plug PluginIntegrity.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write swift-version-24593BA9C3E375BF.txt
[4/42] Emitting module SwiftSyntax509
[5/42] Compiling SwiftSyntax509 Empty.swift
[7/42] Compiling CryptoBoringWrapper RandomBytes.swift
[8/42] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[9/42] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[10/42] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[11/42] Compiling CryptoBoringWrapper RandomBytes.swift
[12/42] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[13/42] Emitting module CryptoBoringWrapper
[14/42] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[15/42] Compiling CryptoBoringWrapper EllipticCurve.swift
[16/42] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[17/42] Emitting module CryptoBoringWrapper
[18/42] Compiling CryptoBoringWrapper EllipticCurve.swift
[19/42] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[20/42] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[21/42] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[24/89] Wrapping AST for CryptoBoringWrapper for debugging
[26/231] Compiling Crypto PKCS8PrivateKey.swift
[27/231] Compiling Crypto SEC1PrivateKey.swift
[28/231] Compiling Crypto SubjectPublicKeyInfo.swift
[29/231] Compiling Crypto CryptoKitErrors.swift
[30/231] Compiling Crypto Digest_boring.swift
[31/231] Compiling Crypto Digest.swift
[32/231] Compiling Crypto Digests.swift
[33/231] Compiling Crypto HashFunctions.swift
[34/231] Compiling Crypto HashFunctions_SHA2.swift
[35/231] Compiling Crypto HPKE-AEAD.swift
[42/240] Emitting module Crypto
[53/255] Compiling Crypto HKDF.swift
[54/255] Compiling Crypto AESWrap.swift
[55/255] Compiling Crypto AESWrap_boring.swift
[56/255] Compiling Crypto Ed25519_boring.swift
[57/255] Compiling Crypto NISTCurvesKeys_boring.swift
[58/255] Compiling Crypto X25519Keys_boring.swift
[59/255] Compiling Crypto Curve25519.swift
[60/255] Compiling Crypto Ed25519Keys.swift
[61/255] Compiling Crypto NISTCurvesKeys.swift
[62/255] Compiling Crypto X25519Keys.swift
[63/255] Emitting module Crypto
[74/255] Compiling Crypto SymmetricKeys.swift
[75/255] Compiling Crypto HMAC.swift
[76/255] Compiling Crypto MACFunctions.swift
[77/255] Compiling Crypto MessageAuthenticationCode.swift
[78/255] Compiling SwiftSyntax SyntaxDeclNodes.swift
[79/255] Compiling SwiftSyntax SyntaxExprNodes.swift
[80/255] Compiling SwiftSyntax SyntaxNodes.swift
[81/255] Compiling SwiftSyntax SyntaxPatternNodes.swift
[82/255] Compiling SwiftSyntax SyntaxStmtNodes.swift
[83/255] Compiling SwiftSyntax SyntaxTypeNodes.swift
[84/255] Compiling Crypto HPKE.swift
[85/255] Compiling Crypto HPKE-Context.swift
[86/255] Compiling Crypto HPKE-KeySchedule.swift
[87/255] Compiling Crypto HPKE-Modes.swift
[88/255] Compiling Crypto Insecure.swift
[89/255] Compiling Crypto Insecure_HashFunctions.swift
[90/255] Compiling Crypto KEM.swift
[91/255] Compiling Crypto ECDH_boring.swift
[92/255] Compiling Crypto DH.swift
[93/255] Compiling Crypto ECDH.swift
[94/255] Compiling Crypto HPKE-Ciphersuite.swift
[95/255] Compiling Crypto HPKE-KDF.swift
[96/255] Compiling Crypto HPKE-KexKeyDerivation.swift
[97/255] Compiling Crypto HPKE-LabeledExtract.swift
[98/255] Compiling Crypto HPKE-Utils.swift
[99/255] Compiling Crypto DHKEM.swift
[100/255] Compiling Crypto HPKE-KEM-Curve25519.swift
[101/255] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[102/255] Compiling Crypto HPKE-KEM.swift
[103/255] Compiling Crypto HPKE-Errors.swift
[134/255] Compiling Crypto ASN1OctetString.swift
[135/255] Compiling Crypto ASN1Strings.swift
[136/255] Compiling Crypto ArraySliceBigint.swift
[137/255] Compiling Crypto GeneralizedTime.swift
[138/255] Compiling Crypto ObjectIdentifier.swift
[139/255] Compiling Crypto ECDSASignature.swift
[140/255] Compiling Crypto PEMDocument.swift
[141/255] Compiling Crypto ASN1.swift
[142/255] Compiling Crypto ASN1Any.swift
[143/255] Compiling Crypto ASN1BitString.swift
[144/255] Compiling Crypto ASN1Boolean.swift
[145/255] Compiling Crypto ASN1Identifier.swift
[146/255] Compiling Crypto ASN1Integer.swift
[147/255] Compiling Crypto ASN1Null.swift
[148/255] Compiling Crypto AES-GCM.swift
[149/255] Compiling Crypto AES-GCM_boring.swift
[150/255] Compiling Crypto ChaChaPoly_boring.swift
[151/255] Compiling Crypto ChaChaPoly.swift
[152/255] Compiling Crypto Cipher.swift
[153/255] Compiling Crypto Nonces.swift
[194/255] Compiling Crypto Signature.swift
[195/255] Compiling Crypto CryptoKitErrors_boring.swift
[196/255] Compiling Crypto RNG_boring.swift
[197/255] Compiling Crypto SafeCompare_boring.swift
[198/255] Compiling Crypto Zeroization_boring.swift
[199/255] Compiling Crypto PrettyBytes.swift
[200/255] Compiling Crypto SafeCompare.swift
[201/255] Compiling Crypto SecureBytes.swift
[202/255] Compiling Crypto Zeroization.swift
[213/257] Wrapping AST for Crypto for debugging
[215/257] Emitting module SwiftSyntax
[241/298] Emitting module SwiftDiagnostics
[242/308] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[243/308] Compiling SwiftDiagnostics Message.swift
[244/308] Compiling SwiftDiagnostics Note.swift
[245/308] Compiling SwiftBasicFormat Syntax+Extensions.swift
[246/308] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[247/308] Compiling SwiftDiagnostics Convenience.swift
[248/308] Compiling SwiftDiagnostics FixIt.swift
[249/308] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[250/308] Compiling SwiftDiagnostics Diagnostic.swift
[251/308] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[253/308] Emitting module SwiftBasicFormat
[254/308] Compiling SwiftBasicFormat BasicFormat.swift
[256/308] Emitting module SwiftParser
[257/313] Compiling SwiftParser TokenPrecedence.swift
[258/313] Compiling SwiftParser TokenSpec.swift
[259/313] Compiling SwiftParser TokenSpecSet.swift
[260/313] Compiling SwiftParser TopLevel.swift
[261/313] Compiling SwiftParser TriviaParser.swift
[262/313] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[263/313] Compiling SwiftParser StringLiterals.swift
[264/313] Compiling SwiftParser SwiftParserCompatibility.swift
[265/313] Compiling SwiftParser SyntaxUtils.swift
[266/313] Compiling SwiftParser TokenConsumer.swift
[267/313] Compiling SwiftParser Parser.swift
[268/313] Compiling SwiftParser Patterns.swift
[269/313] Compiling SwiftParser Recovery.swift
[270/313] Compiling SwiftParser Specifiers.swift
[271/313] Compiling SwiftParser Statements.swift
[272/313] Compiling SwiftParser Types.swift
[273/313] Compiling SwiftParser IsLexerClassified.swift
[274/313] Compiling SwiftParser LayoutNodes+Parsable.swift
[275/313] Compiling SwiftParser Parser+TokenSpecSet.swift
[276/313] Compiling SwiftParser TokenSpecStaticMembers.swift
[277/313] Compiling SwiftParser Attributes.swift
[278/313] Compiling SwiftParser Availability.swift
[279/313] Compiling SwiftParser CharacterInfo.swift
[280/313] Compiling SwiftParser CollectionNodes+Parsable.swift
[281/313] Compiling SwiftParser Declarations.swift
[282/313] Compiling SwiftParser Directives.swift
[283/313] Compiling SwiftParser Lexer.swift
[284/313] Compiling SwiftParser RegexLiteralLexer.swift
[285/313] Compiling SwiftParser UnicodeScalarExtensions.swift
[286/313] Compiling SwiftParser Lookahead.swift
[287/313] Compiling SwiftParser LoopProgressCondition.swift
[288/313] Compiling SwiftParser Modifiers.swift
[289/313] Compiling SwiftParser Names.swift
[290/313] Compiling SwiftParser Nominals.swift
[291/313] Compiling SwiftParser Parameters.swift
[292/313] Compiling SwiftParser ParseSourceFile.swift
[293/313] Compiling SwiftParser ExperimentalFeatures.swift
[294/313] Compiling SwiftParser Expressions.swift
[295/313] Compiling SwiftParser IncrementalParseTransition.swift
[296/313] Compiling SwiftParser Cursor.swift
[297/313] Compiling SwiftParser Lexeme.swift
[298/313] Compiling SwiftParser LexemeSequence.swift
[299/314] Wrapping AST for SwiftParser for debugging
[301/337] Compiling SwiftOperators OperatorTable.swift
[302/338] Compiling SwiftOperators PrecedenceGroup.swift
[303/338] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[304/339] Compiling SwiftOperators PrecedenceGraph.swift
[305/339] Compiling SwiftOperators SyntaxSynthesis.swift
[306/339] Emitting module SwiftOperators
[307/339] Compiling SwiftOperators OperatorTable+Semantics.swift
[308/339] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[309/339] Compiling SwiftParserDiagnostics MissingNodesError.swift
[310/339] Compiling SwiftParserDiagnostics MissingTokenError.swift
[311/339] Compiling SwiftOperators OperatorTable+Folding.swift
[312/339] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[313/339] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[314/340] Emitting module SwiftParserDiagnostics
[316/340] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[317/340] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[318/340] Compiling SwiftParserDiagnostics Utils.swift
[319/340] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[320/340] Compiling SwiftParserDiagnostics PresenceUtils.swift
[322/340] Wrapping AST for SwiftOperators for debugging
[326/340] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[327/340] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[328/341] Wrapping AST for SwiftParserDiagnostics for debugging
[330/355] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[331/355] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[332/355] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[333/355] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[334/356] Emitting module SwiftSyntaxBuilder
[335/356] Compiling SwiftSyntaxBuilder Indenter.swift
[336/356] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[337/356] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[338/356] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[339/356] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[340/356] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[341/356] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[342/356] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[343/356] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[344/356] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[345/357] Wrapping AST for SwiftSyntaxBuilder for debugging
[347/371] Compiling SwiftSyntaxMacros MemberMacro.swift
[348/372] Compiling SwiftSyntaxMacros Macro.swift
[349/372] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[350/372] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[351/372] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[352/372] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[353/372] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[354/372] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[355/372] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[356/372] Emitting module SwiftSyntaxMacros
[357/372] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[358/372] Compiling SwiftSyntaxMacros Macro+Format.swift
[359/372] Compiling SwiftSyntaxMacros AccessorMacro.swift
[360/372] Compiling SwiftSyntaxMacros AttachedMacro.swift
[361/372] Compiling SwiftSyntaxMacros PeerMacro.swift
[363/380] Emitting module SwiftSyntaxMacroExpansion
[364/380] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[365/380] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[366/380] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[367/380] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[368/380] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[369/380] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[370/380] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[371/381] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[373/388] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[374/388] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[375/388] Emitting module SwiftCompilerPluginMessageHandling
[376/388] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[377/388] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[378/388] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[379/388] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[381/390] Emitting module SwiftCompilerPlugin
[382/390] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[383/391] Wrapping AST for SwiftCompilerPlugin for debugging
[385/394] Compiling PlugMacros Export.swift
[386/394] Emitting module PlugMacros
[387/394] Compiling PlugMacros Macro.swift
[388/394] Write Objects.LinkFileList
[389/394] Linking PlugMacros-tool
[391/408] Compiling Plug PluginInterface.swift
[392/408] Emitting module Plug
[393/408] Compiling Plug PluginBuilder.swift
[394/408] Compiling Plug Macro.swift
[395/408] Compiling Plug PluginManager.swift
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:22: error: cannot find 'dlopen' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                      `- error: cannot find 'dlopen' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:35: error: cannot find 'RTLD_NOW' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                                   `- error: cannot find 'RTLD_NOW' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:103:46: error: cannot find 'RTLD_LOCAL' in scope
101 |         }
102 |
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
    |                                              `- error: cannot find 'RTLD_LOCAL' in scope
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:105:69: error: cannot find 'dlerror' in scope
103 |         let handle = dlopen(path, RTLD_NOW | RTLD_LOCAL)
104 |         if handle == nil {
105 |             throw PluginError.unknownError(message: String(cString: dlerror()!))
    |                                                                     `- error: cannot find 'dlerror' in scope
106 |         }
107 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:108:22: error: cannot find 'dlsym' in scope
106 |         }
107 |
108 |         let symbol = dlsym(handle, PluginManager.initSymbol)
    |                      `- error: cannot find 'dlsym' in scope
109 |         if symbol == nil {
110 |             throw PluginError.loadingSymbolNotFound(sym: PluginManager.initSymbol)
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:113:28: error: generic parameter 'T' could not be inferred
111 |         }
112 |
113 |         let initFunction = unsafeBitCast(symbol!, to: InitFunction.self)
    |                            `- error: generic parameter 'T' could not be inferred
114 |         let pointer = initFunction()
115 |         let builder: PluginBuilder = Unmanaged<PluginBuilder>.fromOpaque(pointer).takeRetainedValue()
Swift.unsafeBitCast:1:24: note: in call to function 'unsafeBitCast(_:to:)'
1 | @inlinable public func unsafeBitCast<T, U>(_ x: T, to type: U.Type) -> U
  |                        `- note: in call to function 'unsafeBitCast(_:to:)'
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:151:35: error: cannot find 'extensionName' in scope
149 |         let files = try FileManager.default.contentsOfDirectory(atPath: path)
150 |         for file in files {
151 |             if file.hasSuffix(".\(extensionName)") {
    |                                   `- error: cannot find 'extensionName' in scope
152 |                 try await loadPlugin(path: "\(path)/\(file)", closure: closure)
153 |             }
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:164:47: error: cannot find 'extensionName' in scope
162 |     /// - Throws: `PluginError` if the plugin could not be loaded (or if it is already loaded).
163 |     public func loadPlugin(pathWithoutExtension path: String, closure: ((LoadedPluginBuilder) async -> Void)? = nil) async throws {
164 |         try await loadPlugin(path: "\(path).\(extensionName)", closure: closure)
    |                                               `- error: cannot find 'extensionName' in scope
165 |     }
166 |
/host/spi-builder-workspace/Sources/Plug/PluginManager.swift:173:13: error: cannot find 'dlclose' in scope
171 |         if let index = loadedPlugins.firstIndex(where: { closure($0.details) }) {
172 |             loadedPlugins[index].builder.destroy()
173 |             dlclose(loadedPlugins[index].dylibReference)
    |             `- error: cannot find 'dlclose' in scope
174 |             loadedPlugins.remove(at: index)
175 |         }
[396/408] Emitting module Plug
[397/408] Compiling Plug PluginDetails+Misc.swift
[398/408] Compiling Plug PluginBuilder.swift
[399/408] Compiling Plug Macro.swift
[400/408] Compiling Plug PluginIntegrity.swift
[402/408] Compiling Plug PluginDetails+Misc.swift
[403/408] Compiling Plug PluginInterface.swift
[404/408] Compiling Plug PluginManager.swift
BUILD FAILURE 6.1 android