The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MetalLibraryArchive, reference master (de573b), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 12:33:07 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YuAo/MetalLibraryArchive.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YuAo/MetalLibraryArchive
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at de573ba fix https://github.com/YuAo/MetalLibraryExplorer/issues/113
Cloned https://github.com/YuAo/MetalLibraryArchive.git
Revision (git rev-parse @):
de573ba4a7b986bbecb3e4ce2464945d266a28e9
SUCCESS checkout https://github.com/YuAo/MetalLibraryArchive.git at master
Fetching https://github.com/apple/swift-crypto.git
[1/11207] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.0.4 (0.61s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "metallibraryarchive",
      "name": "MetalLibraryArchive",
      "url": "https://github.com/YuAo/MetalLibraryArchive.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MetalLibraryArchive",
      "dependencies": [
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto.git",
          "version": "2.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/YuAo/MetalLibraryArchive.git
[1/137] Fetching metallibraryarchive
Fetched https://github.com/YuAo/MetalLibraryArchive.git from cache (1.04s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.58s)
Creating working copy for https://github.com/YuAo/MetalLibraryArchive.git
Working copy of https://github.com/YuAo/MetalLibraryArchive.git resolved at master (de573ba)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
warning: '.resolve-product-dependencies': dependency 'metallibraryarchive' is not used by any target
Found 1 product dependencies
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/YuAo/MetalLibraryArchive.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "MetalLibraryArchive",
  "name" : "MetalLibraryArchive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetalLibraryArchive",
      "targets" : [
        "MetalLibraryArchive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Explorer",
      "targets" : [
        "Explorer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MetalLibraryArchiveTests",
      "module_type" : "SwiftTarget",
      "name" : "MetalLibraryArchiveTests",
      "path" : "Tests/MetalLibraryArchiveTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "MetalLibraryArchive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetalLibraryArchive",
      "module_type" : "SwiftTarget",
      "name" : "MetalLibraryArchive",
      "path" : "Sources/MetalLibraryArchive",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "MetalLibraryArchive",
        "Explorer"
      ],
      "sources" : [
        "Archive.swift",
        "DeploymentTarget.swift",
        "Function.swift",
        "LanguageVersion.swift",
        "LibraryType.swift",
        "MetalDataType.swift",
        "Platform.swift",
        "SourceArchive.swift",
        "Tag.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Explorer",
      "module_type" : "SwiftTarget",
      "name" : "Explorer",
      "path" : "Sources/Explorer",
      "product_memberships" : [
        "Explorer"
      ],
      "sources" : [
        "AppIconView.swift",
        "MetalLibraryAchiveUnpacker.swift",
        "MetalLibraryArchiveDocument.swift",
        "MetalLibraryArchiveView.swift",
        "Toast.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "MetalLibraryArchive"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/414] Write sources
[1/414] Write Explorer-entitlement.plist
[3/414] Write sources
[4/414] Write swift-version--7754E27361AE5C74.txt
[5/414] Compiling p_dsa_asn1.c
[6/414] Compiling a_gentm.c
[7/414] Compiling a_i2d_fp.c
[8/414] Compiling a_int.c
[9/414] Compiling a_enum.c
[10/414] Compiling v3_purp.c
[11/414] Compiling v3_pmaps.c
[12/414] Compiling v3_pcons.c
[13/414] Compiling v3_skey.c
[14/414] Compiling v3_utl.c
[15/414] Compiling v3_prn.c
[16/414] Compiling CCryptoBoringSSLShims shims.c
[17/414] Compiling v3_pcia.c
[18/414] Compiling v3_ocsp.c
[19/414] Compiling v3_pci.c
[20/414] Compiling v3_lib.c
[21/414] Compiling v3_ncons.c
[22/414] Compiling v3_int.c
[23/414] Compiling v3_info.c
[24/414] Compiling v3_genn.c
[25/414] Compiling v3_ia5.c
[26/414] Compiling v3_extku.c
[27/414] Compiling v3_enum.c
[28/414] Compiling v3_crld.c
[29/414] Compiling v3_cpols.c
[30/414] Compiling v3_bitst.c
[31/414] Compiling v3_conf.c
[32/414] Compiling v3_bcons.c
[33/414] Compiling v3_alt.c
[34/414] Compiling v3_akeya.c
[35/414] Compiling v3_akey.c
[36/414] Compiling pcy_tree.c
[37/414] Compiling pcy_node.c
[38/414] Compiling pcy_map.c
[39/414] Compiling pcy_lib.c
[40/414] Compiling pcy_data.c
[41/414] Compiling x_val.c
[42/414] Compiling x_x509a.c
[43/414] Compiling x_spki.c
[44/414] Compiling pcy_cache.c
[45/414] Compiling x_sig.c
[46/414] Compiling x_x509.c
[47/414] Compiling x_req.c
[48/414] Compiling x_pubkey.c
[49/414] Compiling x_pkey.c
[50/414] Compiling x_name.c
[51/414] Compiling x_info.c
[52/414] Compiling x_exten.c
[53/414] Compiling x_crl.c
[54/414] Compiling x_attrib.c
[55/414] Compiling x_algor.c
[56/414] Compiling x509spki.c
[57/414] Compiling x509rset.c
[58/414] Compiling x_all.c
[59/414] Compiling x509cset.c
[60/414] Compiling x509name.c
[61/414] Compiling x509_vpm.c
[62/414] Compiling x509_v3.c
[63/414] Compiling x509_set.c
[64/414] Compiling x509_txt.c
[65/414] Compiling x509_vfy.c
[66/414] Compiling x509_req.c
[67/414] Compiling x509_obj.c
[68/414] Compiling x509_trs.c
[69/414] Compiling x509_ext.c
[70/414] Compiling x509_lu.c
[71/414] Compiling x509_def.c
[72/414] Compiling x509_d2.c
[73/414] Compiling x509.c
[74/414] Compiling x509_att.c
[75/414] Compiling t_x509a.c
[76/414] Compiling x509_cmp.c
[77/414] Compiling i2d_pr.c
[78/414] Compiling t_req.c
[79/414] Compiling t_crl.c
[80/414] Compiling t_x509.c
[81/414] Compiling rsa_pss.c
[82/414] Compiling name_print.c
[83/414] Compiling by_file.c
[84/414] Compiling algorithm.c
[85/414] Compiling asn1_gen.c
[86/414] Compiling a_verify.c
[87/414] Compiling voprf.c
[88/414] Compiling a_sign.c
[89/414] Compiling a_digest.c
[90/414] Compiling thread_win.c
[91/414] Compiling trust_token.c
[92/414] Compiling thread_pthread.c
[93/414] Compiling pmbtoken.c
[94/414] Compiling thread_none.c
[95/414] Compiling thread.c
[96/414] Compiling stack.c
[97/414] Compiling siphash.c
[98/414] Compiling windows.c
[99/414] Compiling rsa_print.c
[99/414] Compiling refcount_lock.c
[101/414] Compiling rc4.c
[102/414] Compiling rand_extra.c
[103/414] Compiling refcount_c11.c
[104/414] Compiling rsa_asn1.c
[105/414] Compiling fuchsia.c
[106/414] Compiling poly1305_arm_asm.S
[107/414] Compiling passive.c
[108/414] Compiling deterministic.c
[109/414] Compiling poly1305_vec.c
[110/414] Compiling forkunsafe.c
[111/414] Compiling pool.c
[112/414] Compiling poly1305_arm.c
[113/414] Compiling poly1305.c
[114/414] Compiling pkcs7.c
[115/414] Compiling p5_pbev2.c
[116/414] Compiling pkcs8.c
[117/414] Compiling pem_x509.c
[118/414] Compiling pem_xaux.c
[118/414] Compiling pem_pkey.c
[120/414] Compiling pkcs8_x509.c
[121/414] Compiling pkcs7_x509.c
[122/414] Compiling pem_pk8.c
[123/414] Compiling pem_oth.c
[124/414] Compiling poly_rq_mul.S
[125/414] Compiling pem_lib.c
[126/414] Compiling obj_xref.c
[127/414] Compiling pem_info.c
[128/414] Compiling lhash.c
[129/414] Compiling mem.c
[130/414] Compiling pem_all.c
[131/414] Compiling x86_64-mont5.mac.x86_64.S
[132/414] Compiling x86_64-mont5.linux.x86_64.S
[133/414] Compiling x86_64-mont.mac.x86_64.S
[134/414] Compiling x86_64-mont.linux.x86_64.S
[135/414] Compiling obj.c
[136/414] Compiling x86-mont.linux.x86.S
[137/414] Compiling hkdf.c
[138/414] Compiling x86-mont.windows.x86.S
[139/414] Compiling vpaes-x86_64.mac.x86_64.S
[140/414] Compiling vpaes-x86_64.linux.x86_64.S
[141/414] Compiling vpaes-x86.windows.x86.S
[142/414] Compiling hpke.c
[143/414] Compiling vpaes-x86.linux.x86.S
[144/414] Compiling by_dir.c
[145/414] Compiling vpaes-armv8.linux.aarch64.S
[145/414] Compiling vpaes-armv7.linux.arm.S
[147/414] Compiling vpaes-armv7.ios.arm.S
[148/414] Compiling sha512-x86_64.mac.x86_64.S
[148/414] Compiling sha512-x86_64.linux.x86_64.S
[150/414] Compiling vpaes-armv8.ios.aarch64.S
[151/414] Compiling sha512-armv8.linux.aarch64.S
[152/414] Compiling kdf.c
[153/414] Compiling sha512-armv8.ios.aarch64.S
[154/414] Compiling sha512-armv4.linux.arm.S
[155/414] Compiling sha512-armv4.ios.arm.S
[156/414] Compiling sha256-x86_64.linux.x86_64.S
[157/414] Compiling sha512-586.windows.x86.S
[158/414] Compiling sha256-x86_64.mac.x86_64.S
[159/414] Compiling sha512-586.linux.x86.S
[160/414] Compiling sha256-armv8.linux.aarch64.S
[161/414] Compiling sha256-armv4.linux.arm.S
[162/414] Compiling sha256-armv8.ios.aarch64.S
[163/414] Compiling sha256-586.windows.x86.S
[164/414] Compiling hrss.c
[165/414] Compiling sha256-armv4.ios.arm.S
[166/414] Compiling sha256-586.linux.x86.S
[167/414] Compiling sha1-x86_64.mac.x86_64.S
[168/414] Compiling sha1-armv8.linux.aarch64.S
[169/414] Compiling sha1-x86_64.linux.x86_64.S
[170/414] Compiling sha1-armv8.ios.aarch64.S
[171/414] Compiling sha1-armv4-large.linux.arm.S
[172/414] Compiling sha1-armv4-large.ios.arm.S
[173/414] Compiling sha1-586.windows.x86.S
[174/414] Compiling sha1-586.linux.x86.S
[175/414] Compiling rsaz-avx2.mac.x86_64.S
[176/414] Compiling rsaz-avx2.linux.x86_64.S
[177/414] Compiling sha512.c
[178/414] Compiling rdrand-x86_64.mac.x86_64.S
[179/414] Compiling rdrand-x86_64.linux.x86_64.S
[180/414] Compiling sha256.c
[181/414] Compiling sha1-altivec.c
[182/414] Compiling sha1.c
[183/414] Compiling fips.c
[184/414] Compiling self_check.c
[185/414] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[186/414] Compiling fork_detect.c
[187/414] Compiling blinding.c
[188/414] Compiling rand.c
[189/414] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[190/414] Compiling rsa_impl.c
[191/414] Compiling rsa.c
[192/414] Compiling padding.c
[193/414] Compiling urandom.c
[194/414] Compiling p256-x86_64-asm.mac.x86_64.S
[195/414] Compiling ctrdrbg.c
[196/414] Compiling p256-x86_64-asm.linux.x86_64.S
[197/414] Compiling md5-x86_64.mac.x86_64.S
[198/414] Compiling md5-x86_64.linux.x86_64.S
[199/414] Compiling polyval.c
[200/414] Compiling md5-586.linux.x86.S
[200/414] Compiling md5-586.windows.x86.S
[202/414] Compiling ghashv8-armx64.linux.aarch64.S
[203/414] Compiling ofb.c
[204/414] Compiling ghashv8-armx64.ios.aarch64.S
[205/414] Compiling gcm_nohw.c
[206/414] Compiling ctr.c
[207/414] Compiling ghashv8-armx32.linux.arm.S
[208/414] Compiling ghashv8-armx32.ios.arm.S
[209/414] Compiling gcm.c
[210/414] Compiling ghash-x86_64.mac.x86_64.S
[211/414] Compiling cfb.c
[212/414] Compiling cbc.c
[213/414] Compiling md5.c
[214/414] Compiling hmac.c
[215/414] Compiling md4.c
[216/414] Compiling ghash-x86_64.linux.x86_64.S
[217/414] Compiling ghash-x86.windows.x86.S
[218/414] Compiling ghash-x86.linux.x86.S
[219/414] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[220/414] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/414] Compiling ghash-ssse3-x86.linux.x86.S
[222/414] Compiling ghash-ssse3-x86.windows.x86.S
[223/414] Compiling ghash-neon-armv8.linux.aarch64.S
[224/414] Compiling ghash-neon-armv8.ios.aarch64.S
[225/414] Compiling ghash-armv4.ios.arm.S
[225/414] Compiling ghash-armv4.linux.arm.S
[227/414] Compiling fips_shared_support.c
[228/414] Compiling ecdh.c
[229/414] Compiling ecdsa.c
[230/414] Compiling wnaf.c
[231/414] Compiling util.c
[232/414] Compiling simple.c
[232/414] Compiling p256-x86_64.c
[234/414] Compiling simple_mul.c
[235/414] Compiling scalar.c
[236/414] Compiling felem.c
[237/414] Compiling oct.c
[238/414] Compiling p224-64.c
[239/414] Compiling p256.c
[240/414] Compiling ec_montgomery.c
[241/414] Compiling co-586.windows.x86.S
[242/414] Compiling co-586.linux.x86.S
[243/414] Compiling ec_key.c
[244/414] Compiling digest.c
[245/414] Compiling check.c
[246/414] Compiling digests.c
[247/414] Compiling dh.c
[248/414] Compiling ec.c
[249/414] Compiling bsaes-armv7.linux.arm.S
[250/414] Compiling e_des.c
[251/414] Compiling bsaes-armv7.ios.arm.S
[252/414] Compiling des.c
[253/414] Compiling aead.c
[254/414] Compiling cipher.c
[255/414] Compiling sqrt.c
[256/414] Compiling shift.c
[257/414] Compiling e_aes.c
[258/414] Compiling rsaz_exp.c
[259/414] Compiling random.c
[260/414] Compiling montgomery_inv.c
[261/414] Compiling prime.c
[262/414] Compiling mul.c
[263/414] Compiling montgomery.c
[264/414] Compiling jacobi.c
[265/414] Compiling gcd.c
[265/414] Compiling gcd_extra.c
[267/414] Compiling div_extra.c
[268/414] Compiling exponentiation.c
[269/414] Compiling generic.c
[270/414] Compiling ctx.c
[271/414] Compiling cmp.c
[272/414] Compiling div.c
[273/414] Compiling bn-586.windows.x86.S
[274/414] Compiling bytes.c
[275/414] Compiling bn-586.linux.x86.S
[276/414] Compiling x86_64-gcc.c
[277/414] Compiling bn.c
[278/414] Compiling armv8-mont.linux.aarch64.S
[279/414] Compiling armv4-mont.linux.arm.S
[280/414] Compiling add.c
[281/414] Compiling armv8-mont.ios.aarch64.S
[282/414] Compiling armv4-mont.ios.arm.S
[283/414] Compiling aesv8-armx64.linux.aarch64.S
[284/414] Compiling aesv8-armx64.ios.aarch64.S
[285/414] Compiling aesv8-armx32.linux.arm.S
[286/414] Compiling aesv8-armx32.ios.arm.S
[287/414] Compiling aesni-x86_64.mac.x86_64.S
[288/414] Compiling aesni-x86_64.linux.x86_64.S
[288/414] Compiling aesni-x86.linux.x86.S
[288/414] Compiling aesni-x86.windows.x86.S
[291/414] Compiling aesni-gcm-x86_64.mac.x86_64.S
[292/414] Compiling aesni-gcm-x86_64.linux.x86_64.S
[293/414] Compiling mode_wrappers.c
[294/414] Compiling key_wrap.c
[295/414] Compiling aes_nohw.c
[296/414] Compiling aes.c
[297/414] Compiling ex_data.c
[298/414] Compiling sign.c
[299/414] Compiling scrypt.c
[300/414] Compiling pbkdf.c
[301/414] Compiling print.c
[302/414] Compiling p_x25519_asn1.c
[303/414] Compiling p_x25519.c
[304/414] Compiling p_rsa_asn1.c
[305/414] Compiling p_ed25519_asn1.c
[306/414] Compiling p_rsa.c
[307/414] Compiling p_ed25519.c
[308/414] Compiling p_ec_asn1.c
[309/414] Compiling p_ec.c
[310/414] Compiling evp_ctx.c
[311/414] Compiling evp.c
[312/414] Compiling evp_asn1.c
[313/414] Compiling digestsign.c
[314/414] Compiling err_data.c
[315/414] Compiling engine.c
[316/414] Compiling err.c
[317/414] Compiling ecdsa_asn1.c
[318/414] Compiling ecdh_extra.c
[319/414] Compiling ec_derive.c
[320/414] Compiling hash_to_curve.c
[321/414] Compiling dsa_asn1.c
[322/414] Compiling x25519-asm-arm.S
[323/414] Compiling ec_asn1.c
[324/414] Compiling dh_asn1.c
[325/414] Compiling params.c
[326/414] Compiling dsa.c
[327/414] Compiling digest_extra.c
[328/414] Compiling spake25519.c
[329/414] Compiling crypto.c
[330/414] Compiling cpu_ppc64le.c
[331/414] Compiling cpu_intel.c
[332/414] Compiling cpu_arm_linux.c
[333/414] Compiling cpu_arm.c
[334/414] Compiling cpu_aarch64_win.c
[335/414] Compiling cpu_aarch64_linux.c
[336/414] Compiling curve25519.c
[337/414] Compiling cpu_aarch64_fuchsia.c
[338/414] Compiling cpu_aarch64_apple.c
[339/414] Compiling cmac.c
[340/414] Compiling conf.c
[341/414] Compiling tls_cbc.c
[342/414] Compiling e_rc4.c
[343/414] Compiling e_tls.c
[344/414] Compiling e_null.c
[345/414] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[346/414] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[346/414] Compiling e_rc2.c
[348/414] Compiling e_aesgcmsiv.c
[349/414] Compiling e_chacha20poly1305.c
[350/414] Compiling e_aesctrhmac.c
[351/414] Compiling derive_key.c
[352/414] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[353/414] Compiling e_aesccm.c
[354/414] Compiling chacha-x86_64.mac.x86_64.S
[355/414] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[356/414] Compiling cipher_extra.c
[357/414] Compiling chacha-x86.windows.x86.S
[358/414] Compiling chacha-x86_64.linux.x86_64.S
[359/414] Compiling chacha-x86.linux.x86.S
[360/414] Compiling chacha-armv8.linux.aarch64.S
[361/414] Compiling chacha-armv4.linux.arm.S
[362/414] Compiling chacha.c
[363/414] Compiling chacha-armv4.ios.arm.S
[364/414] Compiling chacha-armv8.ios.aarch64.S
[365/414] Compiling unicode.c
[366/414] Compiling ber.c
[367/414] Compiling cbs.c
[368/414] Compiling cbb.c
[369/414] Compiling bn_asn1.c
[370/414] Compiling buf.c
[371/414] Compiling asn1_compat.c
[372/414] Compiling blake2.c
[373/414] Compiling convert.c
[374/414] Compiling socket_helper.c
[374/414] Compiling socket.c
[376/414] Compiling printf.c
[377/414] Compiling pair.c
[378/414] Compiling hexdump.c
[379/414] Compiling file.c
[380/414] Compiling fd.c
[381/414] Compiling bio_mem.c
[382/414] Compiling connect.c
[383/414] Compiling time_support.c
[384/414] Compiling base64.c
[385/414] Compiling bio.c
[386/414] Compiling tasn_utl.c
[387/414] Compiling tasn_typ.c
[388/414] Compiling tasn_new.c
[389/414] Compiling tasn_fre.c
[390/414] Compiling f_string.c
[391/414] Compiling tasn_enc.c
[392/414] Compiling asn1_par.c
[393/414] Compiling asn_pack.c
[394/414] Compiling f_int.c
[395/414] Compiling tasn_dec.c
[396/414] Compiling a_utf8.c
[397/414] Compiling asn1_lib.c
[398/414] Compiling a_utctm.c
[399/414] Compiling a_type.c
[400/414] Compiling a_time.c
[401/414] Compiling a_strnid.c
[402/414] Compiling a_print.c
[403/414] Compiling a_strex.c
[404/414] Compiling a_octet.c
[405/414] Compiling a_object.c
[406/414] Compiling a_dup.c
[407/414] Compiling a_d2i_fp.c
[408/414] Compiling a_mbstr.c
[409/414] Compiling a_bool.c
[410/414] Compiling a_bitstr.c
[412/471] Compiling Crypto Ed25519.swift
[413/471] Compiling Crypto NISTCurvesKeys.swift
[414/471] Compiling Crypto X25519Keys.swift
[415/471] Compiling Crypto SymmetricKeys.swift
[416/471] Compiling Crypto HMAC.swift
[417/471] Compiling Crypto MACFunctions.swift
[418/477] Compiling Crypto ASN1BitString.swift
[419/477] Compiling Crypto ASN1Identifier.swift
[420/477] Compiling Crypto ASN1Integer.swift
[421/477] Compiling Crypto ASN1OctetString.swift
[422/477] Compiling Crypto ArraySliceBigint.swift
[423/477] Compiling Crypto ObjectIdentifier.swift
[424/477] Compiling Crypto ECDSASignature.swift
[425/477] Compiling Crypto Digest.swift
[426/477] Compiling Crypto Digests.swift
[427/477] Compiling Crypto HashFunctions.swift
[428/477] Compiling Crypto HashFunctions_SHA2.swift
[429/477] Compiling Crypto Insecure.swift
[430/477] Compiling Crypto Insecure_HashFunctions.swift
[431/477] Compiling Crypto AES-GCM.swift
[432/477] Compiling Crypto AES-GCM_boring.swift
[433/477] Compiling Crypto ChaChaPoly_boring.swift
[434/477] Compiling Crypto ChaChaPoly.swift
[435/477] Compiling Crypto Cipher.swift
[436/477] Compiling Crypto Nonces.swift
[437/477] Compiling Crypto ASN1.swift
[438/477] Emitting module Crypto
[439/477] Compiling Crypto PEMDocument.swift
[440/477] Compiling Crypto PKCS8PrivateKey.swift
[441/477] Compiling Crypto SEC1PrivateKey.swift
[442/477] Compiling Crypto SubjectPublicKeyInfo.swift
[443/477] Compiling Crypto CryptoKitErrors.swift
[444/477] Compiling Crypto Digest_boring.swift
[445/477] Compiling Crypto Ed25519_boring.swift
[446/477] Compiling Crypto EllipticCurvePoint_boring.swift
[447/477] Compiling Crypto EllipticCurve_boring.swift
[448/477] Compiling Crypto NISTCurvesKeys_boring.swift
[449/477] Compiling Crypto X25519Keys_boring.swift
[450/477] Compiling Crypto Curve25519.swift
[451/477] Compiling Crypto ECDH_boring.swift
[452/477] Compiling Crypto DH.swift
[453/477] Compiling Crypto ECDH.swift
[454/477] Compiling Crypto HKDF.swift
[455/477] Compiling Crypto AESWrap.swift
[456/477] Compiling Crypto AESWrap_boring.swift
[457/477] Compiling Crypto MessageAuthenticationCode.swift
[458/477] Compiling Crypto AES.swift
[459/477] Compiling Crypto ECDSASignature_boring.swift
[460/477] Compiling Crypto ECDSA_boring.swift
[461/477] Compiling Crypto EdDSA_boring.swift
[462/477] Compiling Crypto ECDSA.swift
[463/477] Compiling Crypto EdDSA.swift
[464/477] Compiling Crypto Signature.swift
[465/477] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[466/477] Compiling Crypto CryptoKitErrors_boring.swift
[467/477] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[468/477] Compiling Crypto RNG_boring.swift
[469/477] Compiling Crypto SafeCompare_boring.swift
[470/477] Compiling Crypto Zeroization_boring.swift
[471/477] Compiling Crypto PrettyBytes.swift
[472/477] Compiling Crypto SafeCompare.swift
[473/477] Compiling Crypto SecureBytes.swift
[474/477] Compiling Crypto Zeroization.swift
[475/487] Compiling MetalLibraryArchive LibraryType.swift
[476/487] Compiling MetalLibraryArchive LanguageVersion.swift
[477/487] Compiling MetalLibraryArchive DeploymentTarget.swift
[478/487] Compiling MetalLibraryArchive SourceArchive.swift
[479/487] Compiling MetalLibraryArchive Platform.swift
[480/487] Compiling MetalLibraryArchive Tag.swift
[481/487] Compiling MetalLibraryArchive Function.swift
[482/487] Compiling MetalLibraryArchive MetalDataType.swift
[483/487] Emitting module MetalLibraryArchive
[484/487] Compiling MetalLibraryArchive Archive.swift
[485/494] Compiling Explorer main.swift
[486/494] Compiling Explorer Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/Toast.swift:30:13: warning: capture of 'self' with non-sendable type 'ToastController?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
19 | }
20 |
21 | class ToastController: ObservableObject {
   |       `- note: class 'ToastController' does not conform to the 'Sendable' protocol
22 |     @Published private(set) var shouldShowToast: Bool = false
23 |     @Published private(set) var toast: Toast = Toast(title: "", type: .default)
   :
28 |         timer?.invalidate()
29 |         timer = Timer.scheduledTimer(withTimeInterval: duration, repeats: false, block: { [weak self] _ in
30 |             self?.shouldShowToast = false
   |             `- warning: capture of 'self' with non-sendable type 'ToastController?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
31 |         })
32 |         toast = Toast(title: title, type: type)
[487/494] Compiling Explorer MetalLibraryArchiveDocument.swift
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveDocument.swift:28:9: warning: stored property 'archive' of 'Sendable'-conforming struct 'MetalLibraryArchiveDocument' has non-sendable type 'Archive'; this is an error in the Swift 6 language mode
26 |     static let readableContentTypes: [UTType] = [.data]
27 |
28 |     let archive: Archive
   |         `- warning: stored property 'archive' of 'Sendable'-conforming struct 'MetalLibraryArchiveDocument' has non-sendable type 'Archive'; this is an error in the Swift 6 language mode
29 |     let filename: String
30 |
/Users/admin/builder/spi-builder-workspace/Sources/MetalLibraryArchive/Archive.swift:7:15: note: struct 'Archive' does not conform to the 'Sendable' protocol
  5 | #endif
  6 |
  7 | public struct Archive: Hashable {
    |               `- note: struct 'Archive' does not conform to the 'Sendable' protocol
  8 |
  9 |     public class DataScanner {
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveDocument.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MetalLibraryArchive'
 7 |
 8 | import SwiftUI
 9 | import MetalLibraryArchive
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MetalLibraryArchive'
10 | import UniformTypeIdentifiers
11 |
[488/494] Compiling Explorer MetalLibraryAchiveUnpacker.swift
[489/494] Compiling Explorer MetalLibraryArchiveView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveView.swift:288:1: warning: extension declares a conformance of imported type 'FunctionType' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MetalLibraryArchive' introduce this conformance in the future
286 | }
287 |
288 | extension FunctionType: Identifiable {
    | |- warning: extension declares a conformance of imported type 'FunctionType' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MetalLibraryArchive' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
289 |     public var id: Int { self.rawValue }
290 | }
[490/494] Compiling Explorer AppIconView.swift
[491/494] Emitting module Explorer
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveDocument.swift:28:9: warning: stored property 'archive' of 'Sendable'-conforming struct 'MetalLibraryArchiveDocument' has non-sendable type 'Archive'; this is an error in the Swift 6 language mode
26 |     static let readableContentTypes: [UTType] = [.data]
27 |
28 |     let archive: Archive
   |         `- warning: stored property 'archive' of 'Sendable'-conforming struct 'MetalLibraryArchiveDocument' has non-sendable type 'Archive'; this is an error in the Swift 6 language mode
29 |     let filename: String
30 |
/Users/admin/builder/spi-builder-workspace/Sources/MetalLibraryArchive/Archive.swift:7:15: note: struct 'Archive' does not conform to the 'Sendable' protocol
  5 | #endif
  6 |
  7 | public struct Archive: Hashable {
    |               `- note: struct 'Archive' does not conform to the 'Sendable' protocol
  8 |
  9 |     public class DataScanner {
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveDocument.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MetalLibraryArchive'
 7 |
 8 | import SwiftUI
 9 | import MetalLibraryArchive
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MetalLibraryArchive'
10 | import UniformTypeIdentifiers
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Explorer/MetalLibraryArchiveView.swift:288:1: warning: extension declares a conformance of imported type 'FunctionType' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MetalLibraryArchive' introduce this conformance in the future
286 | }
287 |
288 | extension FunctionType: Identifiable {
    | |- warning: extension declares a conformance of imported type 'FunctionType' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MetalLibraryArchive' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
289 |     public var id: Int { self.rawValue }
290 | }
[491/494] Write Objects.LinkFileList
[492/494] Linking Explorer
[493/494] Applying Explorer
Build complete! (34.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "MetalLibraryArchive",
  "name" : "MetalLibraryArchive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetalLibraryArchive",
      "targets" : [
        "MetalLibraryArchive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Explorer",
      "targets" : [
        "Explorer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MetalLibraryArchiveTests",
      "module_type" : "SwiftTarget",
      "name" : "MetalLibraryArchiveTests",
      "path" : "Tests/MetalLibraryArchiveTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "MetalLibraryArchive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetalLibraryArchive",
      "module_type" : "SwiftTarget",
      "name" : "MetalLibraryArchive",
      "path" : "Sources/MetalLibraryArchive",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "MetalLibraryArchive",
        "Explorer"
      ],
      "sources" : [
        "Archive.swift",
        "DeploymentTarget.swift",
        "Function.swift",
        "LanguageVersion.swift",
        "LibraryType.swift",
        "MetalDataType.swift",
        "Platform.swift",
        "SourceArchive.swift",
        "Tag.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Explorer",
      "module_type" : "SwiftTarget",
      "name" : "Explorer",
      "path" : "Sources/Explorer",
      "product_memberships" : [
        "Explorer"
      ],
      "sources" : [
        "AppIconView.swift",
        "MetalLibraryAchiveUnpacker.swift",
        "MetalLibraryArchiveDocument.swift",
        "MetalLibraryArchiveView.swift",
        "Toast.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "MetalLibraryArchive"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.