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 appattest-swift, reference 0.0.7 (296bf5), with Swift 6.0 for Linux on 15 Apr 2025 02:17:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/appattest-swift.git
Reference: 0.0.7
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/zunda-pixel/appattest-swift
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at 296bf52 fix readme (#30)
Cloned https://github.com/zunda-pixel/appattest-swift.git
Revision (git rev-parse @):
296bf5229bc7ce75eb049d827dbaf4226df05d5c
SUCCESS checkout https://github.com/zunda-pixel/appattest-swift.git at 0.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/appattest-swift.git
https://github.com/zunda-pixel/appattest-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates"
    }
  ],
  "manifest_display_name" : "appattest-swift",
  "name" : "appattest-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "AppAttest",
      "targets" : [
        "AppAttest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppAttestTests",
      "module_type" : "SwiftTarget",
      "name" : "AppAttestTests",
      "path" : "Tests/AppAttestTests",
      "sources" : [
        "AppAttestTests.swift",
        "DataAppAttestTests.swift"
      ],
      "target_dependencies" : [
        "AppAttest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppAttest",
      "module_type" : "SwiftTarget",
      "name" : "AppAttest",
      "path" : "Sources/AppAttest",
      "product_dependencies" : [
        "PotentCodables",
        "X509"
      ],
      "product_memberships" : [
        "AppAttest"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AppAttest/Resources/Apple_App_Attestation_Root_CA.pem",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppAttest.swift",
        "Assertion.swift",
        "Attestation.swift",
        "Environment.swift",
        "Statement.swift",
        "VerifyAssertion.swift",
        "VerifyAssertionError.swift",
        "VerifyAttentionError.swift",
        "VerifyAttestation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
8f84a9f2102e: Pulling fs layer
803e83960fa4: Pulling fs layer
731260fb6157: Pulling fs layer
340afc28ae42: Pulling fs layer
072280c597da: Pulling fs layer
6a08fe791bab: Pulling fs layer
340afc28ae42: Waiting
6a08fe791bab: Waiting
072280c597da: Waiting
8f84a9f2102e: Verifying Checksum
8f84a9f2102e: Download complete
340afc28ae42: Verifying Checksum
340afc28ae42: Download complete
803e83960fa4: Verifying Checksum
803e83960fa4: Download complete
6a08fe791bab: Download complete
072280c597da: Verifying Checksum
072280c597da: Download complete
8f84a9f2102e: Pull complete
731260fb6157: Download complete
803e83960fa4: Pull complete
731260fb6157: Pull complete
340afc28ae42: Pull complete
072280c597da: Pull complete
6a08fe791bab: Pull complete
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-certificates
Fetching https://github.com/outfoxx/PotentCodables
[1/6096] Fetching swift-certificates
[6097/77145] Fetching swift-certificates, potentcodables
Fetched https://github.com/apple/swift-certificates from cache (2.14s)
Fetched https://github.com/outfoxx/PotentCodables from cache (2.18s)
Computing version for https://github.com/outfoxx/PotentCodables
Computed https://github.com/outfoxx/PotentCodables at 3.5.0 (2.20s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
[192/6025] Fetching bigint, regex
[901/6335] Fetching bigint, regex, float16
[5040/22325] Fetching bigint, regex, float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.42s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.43s)
[5061/17244] Fetching regex, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (0.69s)
[8795/15990] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.14s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.57s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.39s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-certificates
Computed https://github.com/apple/swift-certificates at 1.8.1 (0.66s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
[1574/15264] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (1.31s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.06s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/outfoxx/PotentCodables
Working copy of https://github.com/outfoxx/PotentCodables resolved at 3.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-certificates
Working copy of https://github.com/apple/swift-certificates resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/405] Write sources
[4/405] Compiling fy-ctype.c
[5/405] Copying Apple_App_Attestation_Root_CA.pem
[6/405] Compiling fy-blob.c
[7/405] Write sources
[13/405] Copying PotentCodables.docc
[14/405] Write sources
[21/405] Compiling fy-utf8.c
[22/405] Compiling fy-utils.c
[23/405] Compiling _NumericsShims _NumericsShims.c
[24/405] Compiling fy-types.c
[25/405] Compiling xxhash.c
[26/405] Compiling fy-path.c
[27/405] Write swift-version-24593BA9C3E375BF.txt
[28/405] Compiling fy-input.c
[29/405] Compiling fy-token.c
[30/405] Compiling fy-event.c
[31/405] Compiling fy-walk.c
[32/405] Compiling fy-dump.c
[33/405] Compiling fy-docstate.c
[34/405] Compiling fy-emit.c
[35/429] Compiling fy-parse.c
[36/440] Compiling fy-docbuilder.c
[37/507] Compiling fy-diag.c
[38/507] Compiling fy-composer.c
[39/507] Compiling fy-doc.c
[41/507] Emitting module RealModule
[41/508] Compiling fy-atom.c
[42/508] Compiling fy-accel.c
[43/508] Compiling CFloat16 float16.c
[44/508] Compiling fiat_p256_adx_sqr.S
[45/508] Compiling fiat_p256_adx_mul.S
[46/508] Compiling fiat_curve25519_adx_square.S
[47/508] Compiling fiat_curve25519_adx_mul.S
[48/508] Compiling md5-x86_64-linux.S
[49/508] Compiling CCryptoBoringSSLShims shims.c
[50/508] Compiling md5-586-linux.S
[51/508] Compiling md5-x86_64-apple.S
[52/508] Compiling md5-586-apple.S
[53/508] Compiling chacha20_poly1305_x86_64-linux.S
[54/508] Compiling chacha20_poly1305_x86_64-apple.S
[55/508] Compiling chacha20_poly1305_armv8-win.S
[56/508] Compiling err_data.cc
[57/508] Compiling chacha20_poly1305_armv8-linux.S
[58/508] Compiling chacha20_poly1305_armv8-apple.S
[59/508] Compiling chacha-x86_64-linux.S
[60/508] Compiling chacha-x86_64-apple.S
[61/508] Compiling chacha-x86-linux.S
[62/508] Compiling chacha-x86-apple.S
[63/508] Compiling chacha-armv8-win.S
[64/508] Compiling chacha-armv8-linux.S
[65/508] Compiling chacha-armv8-apple.S
[66/508] Compiling chacha-armv4-linux.S
[67/508] Compiling aes128gcmsiv-x86_64-linux.S
[68/508] Compiling aes128gcmsiv-x86_64-apple.S
[69/508] Compiling x86_64-mont5-linux.S
[70/508] Compiling x86_64-mont5-apple.S
[71/508] Compiling x86_64-mont-linux.S
[72/508] Compiling x86_64-mont-apple.S
[73/508] Compiling x86-mont-linux.S
[74/508] Compiling x86-mont-apple.S
[75/508] Compiling vpaes-x86_64-linux.S
[76/508] Compiling vpaes-x86_64-apple.S
[77/508] Compiling vpaes-x86-linux.S
[78/508] Compiling vpaes-x86-apple.S
[79/508] Compiling vpaes-armv8-win.S
[80/508] Compiling vpaes-armv8-linux.S
[81/508] Compiling vpaes-armv8-apple.S
[82/508] Compiling vpaes-armv7-linux.S
[83/508] Compiling sha512-x86_64-apple.S
[84/508] Compiling sha512-x86_64-linux.S
[85/508] Compiling sha512-armv8-linux.S
[86/508] Compiling sha512-armv8-win.S
[87/508] Compiling sha512-armv4-linux.S
[88/508] Compiling sha512-armv8-apple.S
[89/508] Compiling sha512-586-linux.S
[90/508] Compiling sha512-586-apple.S
[91/508] Compiling sha256-x86_64-linux.S
[92/508] Compiling sha256-x86_64-apple.S
[93/508] Compiling sha256-armv8-linux.S
[94/508] Compiling sha256-armv8-win.S
[95/508] Compiling sha256-armv8-apple.S
[96/508] Compiling sha256-armv4-linux.S
[97/508] Compiling sha256-586-linux.S
[98/508] Compiling sha256-586-apple.S
[99/508] Compiling sha1-x86_64-apple.S
[100/508] Compiling sha1-x86_64-linux.S
[101/508] Compiling sha1-armv8-linux.S
[102/508] Compiling sha1-armv8-win.S
[103/508] Compiling sha1-armv8-apple.S
[104/508] Compiling sha1-armv4-large-linux.S
[106/508] Emitting module OrderedCollections
[106/514] Compiling sha1-586-apple.S
[107/514] Compiling sha1-586-linux.S
[108/514] Compiling rsaz-avx2-linux.S
[109/514] Compiling rsaz-avx2-apple.S
[110/514] Compiling rdrand-x86_64-apple.S
[111/514] Compiling rdrand-x86_64-linux.S
[112/514] Compiling p256_beeu-x86_64-asm-linux.S
[113/514] Compiling p256_beeu-x86_64-asm-apple.S
[114/514] Compiling p256_beeu-armv8-asm-linux.S
[115/514] Compiling p256_beeu-armv8-asm-win.S
[116/514] Compiling p256_beeu-armv8-asm-apple.S
[117/514] Compiling p256-x86_64-asm-linux.S
[118/514] Compiling p256-x86_64-asm-apple.S
[119/514] Compiling p256-armv8-asm-win.S
[120/514] Compiling p256-armv8-asm-linux.S
[121/514] Compiling p256-armv8-asm-apple.S
[122/514] Compiling ghashv8-armv8-win.S
[123/514] Compiling ghashv8-armv8-linux.S
[124/514] Compiling ghashv8-armv8-apple.S
[125/514] Compiling ghashv8-armv7-linux.S
[126/514] Compiling ghash-x86_64-linux.S
[127/514] Compiling ghash-x86_64-apple.S
[128/514] Compiling ghash-x86-linux.S
[129/514] Compiling ghash-x86-apple.S
[130/514] Compiling ghash-ssse3-x86_64-linux.S
[131/514] Compiling ghash-ssse3-x86_64-apple.S
[132/514] Compiling ghash-ssse3-x86-apple.S
[133/514] Compiling ghash-ssse3-x86-linux.S
[134/514] Compiling ghash-neon-armv8-win.S
[135/514] Compiling ghash-neon-armv8-linux.S
[136/514] Compiling ghash-neon-armv8-apple.S
[137/514] Compiling ghash-armv4-linux.S
[138/514] Compiling co-586-apple.S
[139/514] Compiling co-586-linux.S
[140/514] Compiling bn-armv8-win.S
[141/514] Compiling bsaes-armv7-linux.S
[142/514] Compiling bn-armv8-linux.S
[143/514] Compiling bn-armv8-apple.S
[144/514] Compiling bn-586-apple.S
[145/514] Compiling bn-586-linux.S
[146/514] Compiling armv8-mont-linux.S
[147/514] Compiling armv8-mont-win.S
[148/514] Compiling armv8-mont-apple.S
[149/514] Compiling armv4-mont-linux.S
[150/514] Compiling aesv8-gcm-armv8-win.S
[151/514] Compiling aesv8-gcm-armv8-linux.S
[152/514] Compiling aesv8-gcm-armv8-apple.S
[153/514] Compiling aesv8-armv8-win.S
[154/514] Compiling aesv8-armv8-linux.S
[155/514] Compiling aesv8-armv8-apple.S
[156/514] Compiling aesv8-armv7-linux.S
[157/514] Compiling aesni-x86_64-linux.S
[158/514] Compiling aesni-x86_64-apple.S
[159/514] Compiling aesni-x86-linux.S
[160/514] Compiling aesni-x86-apple.S
[161/514] Compiling aesni-gcm-x86_64-linux.S
[163/514] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[164/514] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[165/514] Compiling OrderedCollections OrderedSet+Diffing.swift
[166/514] Compiling OrderedCollections OrderedSet+Equatable.swift
[167/514] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[168/514] Compiling OrderedCollections OrderedSet+Hashable.swift
[168/514] Compiling aesni-gcm-x86_64-apple.S
[169/514] Compiling aes-gcm-avx10-x86_64-linux.S
[170/514] Compiling aes-gcm-avx10-x86_64-apple.S
[172/514] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[173/514] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[174/514] Compiling RealModule ElementaryFunctions.swift
[175/516] Compiling RealModule RealFunctions.swift
[176/516] Compiling RealModule Float80+Real.swift
[177/516] Compiling RealModule Float16+Real.swift
[178/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[179/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[180/516] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[181/516] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[182/516] Compiling OrderedCollections OrderedSet+Sendable.swift
[183/516] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/516] Compiling RealModule Real.swift
[187/516] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[188/516] Compiling OrderedCollections _HashTable+Testing.swift
[189/516] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[190/516] Compiling OrderedCollections _HashTable.swift
[191/516] Compiling OrderedCollections _Hashtable+Header.swift
[192/516] Compiling OrderedCollections OrderedDictionary+Codable.swift
[193/518] Compiling DequeModule Deque.swift
[194/518] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[195/518] Compiling SwiftASN1 DER.swift
[196/518] Compiling SwiftASN1 Errors.swift
[197/518] Compiling OrderedCollections _HashTable+Bucket.swift
[198/518] Compiling OrderedCollections _HashTable+BucketIterator.swift
[199/518] Compiling OrderedCollections _HashTable+Constants.swift
[200/518] Emitting module _CertificateInternals
[201/518] Compiling OrderedCollections OrderedSet+Initializers.swift
[202/518] Compiling _CertificateInternals _TinyArray.swift
[203/518] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/518] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/518] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[206/518] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[207/518] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[208/518] Compiling RealModule Float+Real.swift
[209/519] Emitting module DequeModule
[217/520] Compiling OrderedCollections OrderedSet+Testing.swift
[218/520] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[219/520] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[220/520] Compiling OrderedCollections OrderedSet.swift
[221/520] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[222/520] Compiling OrderedCollections _UnsafeBitset.swift
[236/520] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[238/520] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[239/520] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[244/520] Compiling DequeModule _DequeSlot.swift
[245/520] Compiling DequeModule _UnsafeWrappedBuffer.swift
[246/520] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[254/520] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[255/520] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[256/520] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[257/520] Compiling OrderedCollections OrderedDictionary+Values.swift
[258/520] Compiling OrderedCollections OrderedDictionary.swift
[259/520] Compiling OrderedCollections OrderedSet+Codable.swift
[260/520] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[263/521] Emitting module SwiftASN1
[266/525] Compiling x_x509.cc
[268/526] Compiling x_x509a.cc
[270/526] Compiling Float16 Concurrency.swift
[270/526] Compiling x_val.cc
[273/526] Compiling x_spki.cc
[274/528] Compiling x_sig.cc
[276/528] Emitting module Collections
[277/528] Compiling Collections Collections.swift
[278/529] Compiling Float16 Real.swift
[279/529] Compiling x_req.cc
[280/529] Compiling x_pubkey.cc
[282/529] Compiling Float16 float16.swift
[282/529] Compiling x_name.cc
[284/529] Emitting module Float16
[284/530] Compiling x_exten.cc
[286/530] Compiling x_attrib.cc
[287/530] Compiling x_crl.cc
[288/530] Compiling x_algor.cc
[289/530] Compiling x_all.cc
[290/530] Compiling x509spki.cc
[291/530] Compiling x509rset.cc
[292/530] Compiling x509name.cc
[293/530] Compiling x509cset.cc
[295/530] Emitting module Regex
[299/531] Compiling x509_v3.cc
[301/531] Compiling Regex String+ReplaceMatching.swift
[302/531] Compiling Regex ThreadLocal.swift
[303/531] Compiling x509_vpm.cc
[305/531] Compiling Regex Regex.swift
[306/531] Compiling Regex MatchResult.swift
[307/531] Compiling Regex Foundation+Ranges.swift
[308/531] Compiling Regex Options.swift
[308/532] Compiling x509_vfy.cc
[310/532] Compiling x509_trs.cc
[311/532] Compiling x509_txt.cc
[312/532] Compiling x509_set.cc
[313/532] Compiling x509_req.cc
[314/532] Compiling x509_obj.cc
[315/532] Compiling x509_lu.cc
[316/532] Compiling x509_def.cc
[317/532] Compiling x509_d2.cc
[318/532] Compiling x509_ext.cc
[319/532] Compiling x509_cmp.cc
[320/532] Compiling x509_att.cc
[321/532] Compiling x509.cc
[322/532] Compiling v3_prn.cc
[323/532] Compiling v3_skey.cc
[324/532] Compiling v3_utl.cc
[325/532] Compiling v3_purp.cc
[326/532] Compiling v3_pmaps.cc
[327/532] Compiling v3_pcons.cc
[328/532] Compiling v3_ocsp.cc
[329/532] Compiling v3_int.cc
[330/532] Compiling v3_ncons.cc
[331/532] Compiling v3_lib.cc
[332/532] Compiling v3_ia5.cc
[333/532] Compiling v3_info.cc
[334/532] Compiling v3_genn.cc
[335/532] Compiling v3_extku.cc
[336/532] Compiling v3_enum.cc
[337/532] Compiling v3_crld.cc
[338/532] Compiling v3_conf.cc
[338/532] Compiling v3_bitst.cc
[340/532] Compiling v3_cpols.cc
[341/532] Compiling v3_bcons.cc
[342/532] Compiling v3_akeya.cc
[342/532] Compiling v3_alt.cc
[344/532] Compiling v3_akey.cc
[345/532] Compiling t_x509a.cc
[346/532] Compiling t_crl.cc
[347/532] Compiling t_req.cc
[347/532] Compiling t_x509.cc
[349/532] Compiling name_print.cc
[350/532] Compiling rsa_pss.cc
[351/532] Compiling policy.cc
[352/532] Compiling i2d_pr.cc
[353/532] Compiling by_file.cc
[354/532] Compiling algorithm.cc
[355/532] Compiling a_verify.cc
[356/532] Compiling asn1_gen.cc
[357/532] Compiling a_sign.cc
[358/532] Compiling voprf.cc
[358/532] Compiling by_dir.cc
[360/532] Compiling a_digest.cc
[361/532] Compiling thread.cc
[362/532] Compiling thread_win.cc
[363/532] Compiling thread_none.cc
[364/532] Compiling thread_pthread.cc
[365/532] Compiling wots.cc
[365/532] Compiling stack.cc
[367/532] Compiling trust_token.cc
[368/532] Compiling pmbtoken.cc
[369/532] Compiling thash.cc
[370/532] Compiling fors.cc
[370/532] Compiling merkle.cc
[371/532] Compiling sha512.cc
[373/532] Compiling slhdsa.cc
[374/532] Compiling siphash.cc
[375/532] Compiling sha256.cc
[376/532] Compiling sha1.cc
[377/532] Compiling rsa_extra.cc
[378/532] Compiling rsa_print.cc
[379/532] Compiling rc4.cc
[380/532] Compiling refcount.cc
[381/532] Compiling windows.cc
[382/532] Compiling rsa_asn1.cc
[383/532] Compiling rsa_crypt.cc
[384/532] Compiling urandom.cc
[385/532] Compiling trusty.cc
[386/532] Compiling rand_extra.cc
[387/532] Compiling ios.cc
[388/532] Compiling getentropy.cc
[389/532] Compiling poly1305_arm_asm.S
[390/532] Compiling passive.cc
[391/532] Compiling forkunsafe.cc
[392/532] Compiling fork_detect.cc
[393/532] Compiling deterministic.cc
[394/532] Compiling pool.cc
[395/532] Compiling poly1305_arm.cc
[395/532] Compiling poly1305.cc
[397/532] Compiling poly1305_vec.cc
[398/532] Compiling pkcs7.cc
[399/532] Compiling p5_pbev2.cc
[400/532] Compiling pkcs8.cc
[401/532] Compiling pkcs8_x509.cc
[402/532] Compiling pkcs7_x509.cc
[403/532] Compiling pem_x509.cc
[403/532] Compiling pem_xaux.cc
[405/532] Compiling pem_pkey.cc
[406/532] Compiling pem_pk8.cc
[407/532] Compiling obj_xref.cc
[408/532] Compiling pem_oth.cc
[409/532] Compiling pem_info.cc
[410/532] Compiling pem_lib.cc
[411/532] Compiling pem_all.cc
[412/532] Compiling obj.cc
[413/532] Compiling mlkem.cc
[414/532] Compiling mldsa.cc
[415/532] Compiling poly_rq_mul.S
[416/532] Compiling mem.cc
[417/532] Compiling fips_shared_support.cc
[418/532] Compiling md5.cc
[419/532] Compiling lhash.cc
[420/532] Compiling md4.cc
[421/532] Compiling kyber.cc
[422/532] Compiling hrss.cc
[423/532] Compiling ex_data.cc
[424/532] Compiling hpke.cc
[425/532] Compiling sign.cc
[426/532] Compiling scrypt.cc
[427/532] Compiling pbkdf.cc
[428/532] Compiling print.cc
[429/532] Compiling p_x25519.cc
[430/532] Compiling p_x25519_asn1.cc
[431/532] Compiling p_rsa_asn1.cc
[432/532] Compiling p_rsa.cc
[433/532] Compiling p_hkdf.cc
[434/532] Compiling p_ed25519.cc
[435/532] Compiling p_ed25519_asn1.cc
[436/532] Compiling p_ec_asn1.cc
[437/532] Compiling p_ec.cc
[438/532] Compiling p_dh.cc
[439/532] Compiling p_dh_asn1.cc
[440/532] Compiling p_dsa_asn1.cc
[441/532] Compiling evp_ctx.cc
[442/532] Compiling evp_asn1.cc
[443/532] Compiling evp.cc
[444/532] Compiling err.cc
[445/532] Compiling engine.cc
[446/532] Compiling ecdh_extra.cc
[447/532] Compiling ecdsa_asn1.cc
[448/532] Compiling hash_to_curve.cc
[449/532] Compiling ec_derive.cc
[450/532] Compiling dsa_asn1.cc
[451/532] Compiling ec_asn1.cc
[452/532] Compiling dsa.cc
[453/532] Compiling params.cc
[454/532] Compiling x25519-asm-arm.S
[455/532] Compiling digest_extra.cc
[456/532] Compiling dh_asn1.cc
[457/532] Compiling des.cc
[458/532] Compiling spake25519.cc
[459/532] Compiling crypto.cc
[460/532] Compiling cpu_intel.cc
[461/532] Compiling cpu_arm_linux.cc
[462/532] Compiling cpu_arm_freebsd.cc
[463/532] Compiling curve25519.cc
[464/532] Compiling cpu_aarch64_win.cc
[465/532] Compiling cpu_aarch64_openbsd.cc
[466/532] Compiling cpu_aarch64_sysreg.cc
[467/532] Compiling cpu_aarch64_linux.cc
[468/532] Compiling cpu_aarch64_fuchsia.cc
[469/532] Compiling cpu_aarch64_apple.cc
[470/532] Compiling curve25519_64_adx.cc
[471/532] Compiling bcm.cc
[472/532] Compiling conf.cc
[473/532] Compiling tls_cbc.cc
[474/532] Compiling e_tls.cc
[475/532] Compiling e_rc4.cc
[476/532] Compiling e_null.cc
[477/532] Compiling e_rc2.cc
[478/532] Compiling e_des.cc
[479/532] Compiling derive_key.cc
[479/532] Compiling e_chacha20poly1305.cc
[481/532] Compiling e_aesgcmsiv.cc
[482/532] Compiling e_aesctrhmac.cc
[483/532] Compiling cipher_extra.cc
[483/532] Compiling unicode.cc
[484/532] Compiling chacha.cc
[486/532] Compiling cbs.cc
[487/532] Compiling ber.cc
[488/532] Compiling asn1_compat.cc
[489/532] Compiling buf.cc
[490/532] Compiling cbb.cc
[491/532] Compiling bn_asn1.cc
[492/532] Compiling blake2.cc
[493/532] Compiling convert.cc
[494/532] Compiling printf.cc
[495/532] Compiling pair.cc
[496/532] Compiling hexdump.cc
[497/532] Compiling errno.cc
[498/532] Compiling file.cc
[499/532] Compiling fd.cc
[500/532] Compiling bio_mem.cc
[501/532] Compiling base64.cc
[502/532] Compiling bio.cc
[503/532] Compiling tasn_fre.cc
[504/532] Compiling tasn_typ.cc
[505/532] Compiling tasn_utl.cc
[506/532] Compiling tasn_enc.cc
[507/532] Compiling tasn_new.cc
[508/532] Compiling f_string.cc
[509/532] Compiling posix_time.cc
[509/532] Compiling tasn_dec.cc
[511/532] Compiling f_int.cc
[512/532] Compiling asn_pack.cc
[513/532] Compiling asn1_par.cc
[514/532] Compiling a_utctm.cc
[515/532] Compiling asn1_lib.cc
[516/532] Compiling a_type.cc
[517/532] Compiling a_time.cc
[518/532] Compiling a_strnid.cc
[519/532] Compiling a_octet.cc
[520/532] Compiling a_strex.cc
[521/532] Compiling a_object.cc
[522/532] Compiling a_mbstr.cc
[523/532] Write sources
[524/532] Compiling a_i2d_fp.cc
[525/532] Write sources
[526/532] Compiling a_int.cc
[527/532] Compiling a_gentm.cc
[528/532] Compiling a_dup.cc
[529/532] Compiling a_d2i_fp.cc
[530/532] Compiling a_bool.cc
[531/553] Compiling a_bitstr.cc
[533/561] Compiling BigInt Floating Point Conversion.swift
[534/561] Compiling BigInt GCD.swift
[535/561] Compiling BigInt Hashable.swift
[536/563] Compiling BigInt Integer Conversion.swift
[537/563] Compiling BigInt Multiplication.swift
[538/563] Compiling BigInt Prime Test.swift
[539/563] Compiling BigInt Bitwise Ops.swift
[540/563] Compiling BigInt Codable.swift
[541/563] Compiling BigInt Comparable.swift
[542/563] Compiling BigInt Addition.swift
[543/563] Compiling BigInt BigInt.swift
[544/563] Compiling BigInt BigUInt.swift
[545/563] Emitting module BigInt
[546/563] Compiling CryptoBoringWrapper RandomBytes.swift
[547/563] Compiling BigInt Strideable.swift
[548/563] Compiling BigInt String Conversion.swift
[549/563] Compiling BigInt Random.swift
[550/563] Compiling BigInt Shifts.swift
[551/563] Compiling BigInt Square Root.swift
[552/563] Compiling BigInt Data Conversion.swift
[553/563] Compiling BigInt Division.swift
[554/563] Compiling BigInt Exponentiation.swift
[555/563] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[556/563] Emitting module CryptoBoringWrapper
[557/563] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[558/563] Compiling BigInt Subtraction.swift
[559/563] Compiling BigInt Words and Bits.swift
[560/564] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[561/564] Compiling CryptoBoringWrapper EllipticCurve.swift
[562/564] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[563/564] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[566/658] Compiling Crypto ChaChaPoly.swift
[567/658] Compiling Crypto Cipher.swift
[568/658] Compiling Crypto Nonces.swift
[569/660] Compiling PotentCodables ZonedDate.swift
[570/660] Compiling PotentCodables resource_bundle_accessor.swift
[571/660] Compiling Crypto HPKE-Ciphersuite.swift
[572/660] Compiling Crypto HPKE-KDF.swift
[573/660] Compiling Crypto HPKE-KexKeyDerivation.swift
[574/660] Compiling Crypto HPKE-LabeledExtract.swift
[575/660] Compiling Crypto HPKE-Utils.swift
[576/660] Compiling Crypto DHKEM.swift
[577/660] Compiling Crypto HPKE-KEM-Curve25519.swift
[578/660] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[579/660] Compiling Crypto HPKE-KEM.swift
[580/660] Compiling Crypto HPKE-Errors.swift
[581/669] Emitting module PotentCodables
[582/669] Compiling Crypto AES-GCM.swift
[583/669] Compiling Crypto AES-GCM_boring.swift
[584/669] Compiling Crypto ChaChaPoly_boring.swift
[585/669] Compiling Crypto SymmetricKeys.swift
[586/669] Compiling Crypto HMAC.swift
[587/669] Compiling Crypto MACFunctions.swift
[588/669] Compiling Crypto MessageAuthenticationCode.swift
[589/669] Compiling Crypto AES.swift
[590/669] Compiling Crypto ECDSASignature_boring.swift
[591/669] Compiling Crypto ECDSA_boring.swift
[592/669] Compiling Crypto EdDSA_boring.swift
[593/669] Compiling Crypto ECDSA.swift
[594/669] Compiling Crypto Ed25519.swift
[595/669] Emitting module Crypto
[596/669] Compiling Crypto PKCS8PrivateKey.swift
[599/669] Compiling Crypto CryptoKitErrors.swift
[600/669] Compiling Crypto Digest_boring.swift
[601/669] Compiling Crypto Digest.swift
[602/669] Compiling Crypto Digests.swift
[603/669] Compiling Crypto HashFunctions.swift
[604/669] Compiling Crypto HashFunctions_SHA2.swift
[605/669] Compiling Crypto HPKE-AEAD.swift
[606/669] Compiling Crypto ASN1.swift
[607/669] Compiling Crypto ASN1Any.swift
[608/669] Compiling Crypto ASN1BitString.swift
[609/669] Compiling Crypto HKDF.swift
[610/669] Compiling Crypto AESWrap.swift
[611/669] Compiling Crypto AESWrap_boring.swift
[612/669] Compiling Crypto Ed25519_boring.swift
[613/669] Compiling Crypto NISTCurvesKeys_boring.swift
[614/669] Compiling Crypto X25519Keys_boring.swift
[615/669] Compiling Crypto Curve25519.swift
[616/669] Compiling Crypto Ed25519Keys.swift
[617/669] Compiling Crypto NISTCurvesKeys.swift
[618/669] Compiling Crypto X25519Keys.swift
[619/669] Compiling Crypto HPKE.swift
[620/669] Compiling Crypto HPKE-Context.swift
[621/669] Compiling Crypto HPKE-KeySchedule.swift
[622/669] Compiling Crypto HPKE-Modes.swift
[623/669] Compiling Crypto Insecure.swift
[624/669] Compiling Crypto Insecure_HashFunctions.swift
[625/669] Compiling Crypto KEM.swift
[626/669] Compiling Crypto ECDH_boring.swift
[627/669] Compiling Crypto DH.swift
[628/669] Compiling Crypto ECDH.swift
[638/669] Compiling Crypto ASN1Boolean.swift
[639/669] Compiling Crypto ASN1Identifier.swift
[640/669] Compiling Crypto ASN1Integer.swift
[641/669] Compiling Crypto ASN1Null.swift
[642/669] Compiling Crypto ASN1OctetString.swift
[643/669] Compiling Crypto ASN1Strings.swift
[644/669] Compiling Crypto ArraySliceBigint.swift
[645/669] Compiling Crypto GeneralizedTime.swift
[646/669] Compiling Crypto ObjectIdentifier.swift
[647/669] Compiling Crypto ECDSASignature.swift
[648/669] Compiling Crypto PEMDocument.swift
[649/669] Compiling Crypto Signature.swift
[650/669] Compiling Crypto CryptoKitErrors_boring.swift
[651/669] Compiling Crypto RNG_boring.swift
[652/669] Compiling Crypto SafeCompare_boring.swift
[653/669] Compiling Crypto Zeroization_boring.swift
[654/669] Compiling Crypto PrettyBytes.swift
[655/669] Compiling Crypto SafeCompare.swift
[656/669] Compiling Crypto SecureBytes.swift
[657/669] Compiling Crypto Zeroization.swift
[672/759] Compiling PotentYAML YAMLSchema.swift
[673/760] Compiling PotentYAML YAMLSchemaCore.swift
[674/760] Emitting module PotentJSON
[675/760] Compiling PotentJSON JSONWriter.swift
[676/760] Compiling PotentASN1 SchemaState.swift
[677/760] Compiling _CryptoExtras DigestType.swift
[678/760] Compiling _CryptoExtras Error.swift
[679/760] Compiling _CryptoExtras I2OSP.swift
[680/760] Compiling _CryptoExtras IntegerEncoding.swift
[681/760] Compiling _CryptoExtras PEMDocument.swift
[682/760] Emitting module _CryptoExtras
[683/764] Compiling PotentYAML YAMLSerialization.swift
[684/766] Compiling PotentJSON JSONSerialization.swift
[685/766] Compiling PotentASN1 AnyTime.swift
[686/766] Compiling PotentASN1 BigInts.swift
[687/768] Compiling PotentASN1 ASN1Serialization.swift
[688/768] Compiling PotentASN1 AnyString.swift
[689/768] Compiling PotentCBOR CBORReader.swift
[690/768] Compiling PotentYAML YAMLReader.swift
[691/768] Compiling PotentASN1 SchemaSpecified.swift
[693/768] Compiling PotentJSON JSONReader.swift
[694/768] Emitting module PotentASN1
[695/768] Emitting module PotentYAML
[696/768] Emitting module PotentCBOR
[697/768] Compiling PotentYAML YAMLWriter.swift
[698/768] Compiling PotentJSON Errors.swift
[699/768] Compiling PotentASN1 Tagged.swift
[700/768] Compiling PotentASN1 TaggedValue.swift
[701/768] Compiling PotentCBOR CBORSerialization.swift
[702/768] Compiling PotentCBOR CBORStream.swift
[703/768] Compiling PotentCBOR CBORWriter.swift
[704/768] Compiling PotentJSON JSONDecoder.swift
[705/768] Compiling PotentCBOR CBOREncoder.swift
[706/768] Compiling PotentASN1 BitString.swift
[707/768] Compiling PotentASN1 Dates.swift
[708/768] Compiling PotentASN1 ObjectIdentifier.swift
[709/768] Compiling PotentASN1 Schema.swift
[710/768] Compiling PotentYAML YAMLEncoder.swift
[711/768] Compiling PotentJSON JSON.swift
[712/768] Compiling PotentJSON JSONEncoder.swift
[713/769] Compiling PotentASN1 ASN1.swift
[714/769] Compiling PotentASN1 ASN1DERReader.swift
[715/769] Compiling PotentASN1 ASN1DERWriter.swift
[716/769] Compiling PotentASN1 ASN1Decoder.swift
[717/769] Compiling PotentASN1 ASN1Encoder.swift
[721/769] Compiling PotentCBOR CBOR.swift
[722/769] Compiling PotentCBOR CBORDecoder.swift
[742/772] Compiling _CryptoExtras PrettyBytes.swift
[743/772] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[744/772] Compiling _CryptoExtras DLEQ.swift
[745/772] Compiling _CryptoExtras Prover.swift
[746/772] Compiling _CryptoExtras Verifier.swift
[747/772] Compiling _CryptoExtras ZKPToolbox.swift
[748/772] Compiling _CryptoExtras ARCRequest.swift
[749/772] Compiling _CryptoExtras ARCResponse.swift
[750/772] Compiling _CryptoExtras ARCServer.swift
[751/772] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[752/772] Compiling _CryptoExtras ChaCha20CTR.swift
[753/772] Compiling _CryptoExtras ECToolbox_boring.swift
[754/772] Compiling _CryptoExtras ECToolbox.swift
[755/772] Compiling _CryptoExtras VOPRFServer.swift
[756/772] Compiling _CryptoExtras RSA+BlindSigning.swift
[757/772] Compiling _CryptoExtras RSA.swift
[758/772] Compiling _CryptoExtras RSA_boring.swift
[759/772] Compiling _CryptoExtras RSA_security.swift
[760/772] Compiling _CryptoExtras BoringSSLHelpers.swift
[761/772] Compiling _CryptoExtras HashToField.swift
[762/772] Compiling _CryptoExtras KDF.swift
[763/772] Compiling _CryptoExtras PBKDF2_boring.swift
[764/772] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[765/772] Compiling _CryptoExtras PBKDF2.swift
[766/772] Compiling _CryptoExtras Scrypt_boring.swift
[767/772] Compiling _CryptoExtras Scrypt.swift
[768/772] Compiling _CryptoExtras OPRF.swift
[769/772] Compiling _CryptoExtras OPRFClient.swift
[770/772] Compiling _CryptoExtras OPRFServer.swift
[771/772] Compiling _CryptoExtras VOPRF+API.swift
[772/772] Compiling _CryptoExtras VOPRFClient.swift
[774/864] Compiling X509 PKCS8PrivateKey.swift
[775/864] Compiling X509 PromiseAndFuture.swift
[776/864] Compiling X509 RDNAttribute.swift
[777/864] Compiling X509 RandomNumberGenerator+bytes.swift
[778/864] Compiling X509 RelativeDistinguishedName.swift
[779/864] Compiling X509 SEC1PrivateKey.swift
[780/864] Compiling X509 SecKeyWrapper.swift
[781/864] Compiling X509 Signature.swift
[782/864] Compiling X509 SignatureAlgorithm.swift
[783/864] Compiling X509 AllOfPolicies.swift
[784/864] Compiling X509 AnyPolicy.swift
[785/864] Compiling X509 CertificateStore.swift
[786/864] Compiling X509 OneOfPolicies.swift
[787/876] Compiling X509 CSRAttribute.swift
[788/876] Compiling X509 CSRAttributes.swift
[789/876] Compiling X509 CSRVersion.swift
[790/876] Compiling X509 CertificateSigningRequest.swift
[791/876] Compiling X509 CertificationRequestInfo.swift
[792/876] Compiling X509 ExtensionRequest.swift
[793/876] Compiling X509 Certificate.swift
[794/876] Compiling X509 CertificatePrivateKey.swift
[795/876] Compiling X509 CertificatePublicKey.swift
[796/876] Compiling X509 CertificateSerialNumber.swift
[797/876] Compiling X509 CertificateVersion.swift
[798/876] Compiling X509 CMSAttribute.swift
[799/876] Compiling X509 CMSContentInfo.swift
[800/876] Compiling X509 DNBuilder.swift
[801/876] Compiling X509 LocalityName.swift
[802/876] Compiling X509 OrganizationName.swift
[803/876] Compiling X509 OrganizationalUnitName.swift
[804/876] Compiling X509 StateOrProvinceName.swift
[805/876] Compiling X509 StreetAddress.swift
[806/876] Compiling X509 Error.swift
[807/876] Compiling X509 AuthorityInformationAccess.swift
[808/876] Compiling X509 AuthorityKeyIdentifier.swift
[809/876] Compiling X509 BasicConstraints.swift
[810/876] Compiling X509 ExtendedKeyUsage.swift
[811/876] Compiling X509 ExtensionIdentifiers.swift
[812/876] Compiling X509 KeyUsage.swift
[813/876] Compiling X509 PolicyBuilder.swift
[814/876] Compiling X509 BasicConstraintsPolicy.swift
[815/876] Compiling X509 DNSNames.swift
[816/876] Compiling X509 DirectoryNames.swift
[817/876] Compiling X509 ExpiryPolicy.swift
[818/876] Compiling X509 IPConstraints.swift
[819/876] Compiling X509 NameConstraintsPolicy.swift
[820/876] Compiling X509 RFC5280Policy.swift
[821/876] Compiling X509 URIConstraints.swift
[822/876] Compiling X509 VersionPolicy.swift
[823/876] Compiling X509 ServerIdentityPolicy.swift
[824/876] Compiling X509 TrustRootLoading.swift
[825/876] Compiling X509 OCSPExtensionID.swift
[826/876] Compiling X509 OCSPNonce.swift
[827/876] Compiling X509 OCSPPolicy.swift
[828/876] Compiling X509 OCSPRequest.swift
[829/876] Compiling X509 OCSPResponse.swift
[830/876] Compiling X509 OCSPResponseBytes.swift
[831/876] Compiling X509 OCSPResponseData.swift
[832/876] Compiling X509 OCSPResponseStatus.swift
[833/876] Compiling X509 OCSPSignature.swift
[834/876] Compiling X509 OCSPSingleRequest.swift
[835/876] Compiling X509 OCSPSingleResponse.swift
[836/876] Compiling X509 OCSPTBSRequest.swift
[837/876] Compiling X509 OCSPVersion.swift
[838/876] Compiling X509 NameConstraints.swift
[839/876] Compiling X509 SubjectAlternativeName.swift
[840/876] Compiling X509 SubjectKeyIdentifier.swift
[841/876] Compiling X509 Extension.swift
[842/876] Compiling X509 Extensions.swift
[843/876] Compiling X509 ExtensionsBuilder.swift
[844/876] Compiling X509 GeneralName.swift
[845/876] Compiling X509 Lock.swift
[846/876] Compiling X509 LockedValueBox.swift
[847/876] Compiling X509 BasicOCSPResponse.swift
[848/876] Compiling X509 DirectoryString.swift
[849/876] Compiling X509 OCSPCertID.swift
[850/876] Compiling X509 OCSPCertStatus.swift
[851/876] Emitting module X509
[852/876] Compiling X509 CMSEncapsulatedContentInfo.swift
[853/876] Compiling X509 CMSIssuerAndSerialNumber.swift
[854/876] Compiling X509 CMSOperations.swift
[855/876] Compiling X509 CMSSignature.swift
[856/876] Compiling X509 CMSSignedData.swift
[857/876] Compiling X509 CMSSignerIdentifier.swift
[858/876] Compiling X509 CMSSignerInfo.swift
[859/876] Compiling X509 CMSVersion.swift
[860/876] Compiling X509 Curve25519+DER.swift
[861/876] Compiling X509 Digests.swift
[862/876] Compiling X509 DistinguishedName.swift
[863/876] Compiling X509 CommonName.swift
[864/876] Compiling X509 CountryName.swift
[865/876] Compiling X509 UnverifiedChain.swift
[866/876] Compiling X509 VerificationDiagnostic.swift
[867/876] Compiling X509 Verifier.swift
[868/876] Compiling X509 VerifierPolicy.swift
[869/876] Compiling X509 AlgorithmIdentifier.swift
[870/876] Compiling X509 ECDSASignature.swift
[871/876] Compiling X509 RSAPKCS1PublicKey.swift
[872/876] Compiling X509 SubjectPublicKeyInfo.swift
[873/876] Compiling X509 TBSCertificate.swift
[874/876] Compiling X509 Time.swift
[875/876] Compiling X509 TimeCalculations.swift
[876/876] Compiling X509 Validity.swift
[878/887] Compiling AppAttest VerifyAttentionError.swift
[879/888] Compiling AppAttest Statement.swift
[880/888] Compiling AppAttest VerifyAssertion.swift
[881/888] Compiling AppAttest resource_bundle_accessor.swift
[882/888] Compiling AppAttest VerifyAssertionError.swift
[883/888] Compiling AppAttest VerifyAttestation.swift
[884/888] Compiling AppAttest Attestation.swift
[885/888] Compiling AppAttest Environment.swift
[886/888] Emitting module AppAttest
[887/888] Compiling AppAttest AppAttest.swift
[888/888] Compiling AppAttest Assertion.swift
Build complete! (114.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates"
    }
  ],
  "manifest_display_name" : "appattest-swift",
  "name" : "appattest-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "AppAttest",
      "targets" : [
        "AppAttest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppAttestTests",
      "module_type" : "SwiftTarget",
      "name" : "AppAttestTests",
      "path" : "Tests/AppAttestTests",
      "sources" : [
        "AppAttestTests.swift",
        "DataAppAttestTests.swift"
      ],
      "target_dependencies" : [
        "AppAttest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppAttest",
      "module_type" : "SwiftTarget",
      "name" : "AppAttest",
      "path" : "Sources/AppAttest",
      "product_dependencies" : [
        "PotentCodables",
        "X509"
      ],
      "product_memberships" : [
        "AppAttest"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AppAttest/Resources/Apple_App_Attestation_Root_CA.pem",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppAttest.swift",
        "Assertion.swift",
        "Attestation.swift",
        "Environment.swift",
        "Statement.swift",
        "VerifyAssertion.swift",
        "VerifyAssertionError.swift",
        "VerifyAttentionError.swift",
        "VerifyAttestation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.