The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-package-collection-generator, reference main (ad1b72), with Swift 6.1 for Android on 30 May 2025 15:02:22 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/swiftlang/swift-package-collection-generator.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/swiftlang/swift-package-collection-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad1b727 Merge pull request #69 from tuist/fix/build-issues
Cloned https://github.com/swiftlang/swift-package-collection-generator.git
Revision (git rev-parse @):
ad1b7278a6c53c899fed7628623569ce2c41663b
SUCCESS checkout https://github.com/swiftlang/swift-package-collection-generator.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swift-package-collection-generator.git
https://github.com/swiftlang/swift-package-collection-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    },
    {
      "identity" : "swift-backtrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-backtrace.git"
    }
  ],
  "manifest_display_name" : "swift-package-collection-generator",
  "name" : "swift-package-collection-generator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "package-collection-generate",
      "targets" : [
        "PackageCollectionGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-sign",
      "targets" : [
        "PackageCollectionSigner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-validate",
      "targets" : [
        "PackageCollectionValidator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-diff",
      "targets" : [
        "PackageCollectionDiff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "GitUtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "SwiftTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_dependencies" : [
        "SwiftPMPackageCollections"
      ],
      "product_memberships" : [
        "package-collection-generate",
        "package-collection-sign",
        "package-collection-validate",
        "package-collection-diff"
      ],
      "sources" : [
        "Git.swift",
        "Logging.swift",
        "Path.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "Sources/TestUtilities",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPMPackageCollections"
      ],
      "sources" : [
        "TestUtilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageCollectionValidatorTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionValidatorTests",
      "path" : "Tests/PackageCollectionValidatorTests",
      "sources" : [
        "PackageCollectionValidateTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionValidator",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionValidator",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionValidator",
      "path" : "Sources/PackageCollectionValidator",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-validate"
      ],
      "sources" : [
        "PackageCollectionValidate.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionSignerTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionSignerTests",
      "path" : "Tests/PackageCollectionSignerTests",
      "sources" : [
        "PackageCollectionSignTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionSigner",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionSigner",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionSigner",
      "path" : "Sources/PackageCollectionSigner",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-sign"
      ],
      "sources" : [
        "PackageCollectionSign.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionGeneratorTests",
      "path" : "Tests/PackageCollectionGeneratorTests",
      "sources" : [
        "GitHubPackageMetadataProviderTests.swift",
        "PackageCollectionGenerateTests.swift",
        "PackageCollectionGeneratorInputTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionGenerator",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionGenerator",
      "path" : "Sources/PackageCollectionGenerator",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-generate"
      ],
      "sources" : [
        "Models/PackageCollectionExtensions.swift",
        "Models/PackageCollectionGeneratorInput.swift",
        "Models/PackageDescription.swift",
        "Models/PackageManifest.swift",
        "PackageCollectionGenerate.swift",
        "PackageMetadataProviders/GitHubPackageMetadataProvider.swift",
        "PackageMetadataProviders/PackageMetadataProvider.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionDiffTests",
      "path" : "Tests/PackageCollectionDiffTests",
      "sources" : [
        "PackageCollectionDiffTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionDiff",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionDiff",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionDiff",
      "path" : "Sources/PackageCollectionDiff",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-diff"
      ],
      "sources" : [
        "PackageCollectionDiff.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
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/apple/swift-package-manager.git
[1/154704] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (16.98s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/28992] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (4.27s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6765] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.95s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/34584] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.86s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.01s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
[1/110] Fetching swift-toolchain-sqlite
[20/6265] Fetching swift-toolchain-sqlite, swift-certificates
[759/22856] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections
[4685/36792] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-crypto
[9758/41183] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-crypto, swift-system
[17480/56569] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-crypto, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
[41356/50414] Fetching swift-toolchain-sqlite, swift-collections, swift-crypto, swift-system, swift-argument-parser
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (0.94s)
[41385/50304] Fetching swift-collections, swift-crypto, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
[37273/45913] Fetching swift-collections, swift-crypto, swift-argument-parser
Fetching https://github.com/swift-server/swift-backtrace.git
[45914/46544] Fetching swift-collections, swift-crypto, swift-argument-parser, swift-backtrace
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.37s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.66s)
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (2.32s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.49s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.3 (0.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.53s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.50s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at main (7436264)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at main (0b0d140)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at main (5546cfd)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at main (598a053)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
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-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at main (cc4bda0)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/498] Write sources
[26/498] Compiling TSCclibc strerror.c
[27/498] Compiling TSCclibc libc.c
[28/498] Compiling digestsign.c
[29/498] Compiling fiat_curve25519_adx_mul.S
[30/498] Compiling fiat_curve25519_adx_square.S
[31/498] Compiling CSystem shims.c
[32/498] Compiling TSCclibc process.c
[33/498] Write swift-version-24593BA9C3E375BF.txt
[34/498] Compiling CCryptoBoringSSLShims shims.c
[35/498] Compiling v3_utl.c
[36/498] Compiling v3_purp.c
[37/498] Compiling v3_pcons.c
[38/500] Compiling v3_prn.c
[39/500] Compiling v3_skey.c
[40/500] Compiling v3_pmaps.c
[41/550] Compiling v3_ocsp.c
[42/567] Compiling v3_ncons.c
[43/567] Compiling v3_lib.c
[44/567] Compiling v3_int.c
[45/567] Compiling v3_info.c
[46/567] Compiling v3_ia5.c
[47/567] Compiling v3_genn.c
[48/567] Compiling v3_extku.c
[50/567] Emitting module SystemPackage
[50/570] Compiling v3_enum.c
[51/570] Compiling v3_crld.c
[53/570] Emitting module _CertificateInternals
[54/570] Compiling _CertificateInternals _TinyArray.swift
[55/571] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/571] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/571] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/571] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/573] Compiling InternalCollectionsUtilities Debugging.swift
[60/573] Compiling InternalCollectionsUtilities Descriptions.swift
[61/573] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/573] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/573] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/573] Compiling InternalCollectionsUtilities Specialize.swift
[65/573] Compiling SystemPackage Util+StringArray.swift
[66/573] Compiling SystemPackage Util.swift
[67/573] Compiling SystemPackage UtilConsumers.swift
[68/573] Emitting module InternalCollectionsUtilities
[69/573] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/573] Compiling InternalCollectionsUtilities Integer rank.swift
[71/573] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/573] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/573] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/573] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[75/573] Compiling v3_cpols.c
[77/573] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/573] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/576] Compiling v3_conf.c
[91/576] Wrapping AST for _CertificateInternals for debugging
[92/576] Compiling v3_bitst.c
[93/576] Compiling v3_bcons.c
[94/601] Wrapping AST for InternalCollectionsUtilities for debugging
[96/646] Compiling DequeModule Deque+CustomReflectable.swift
[97/646] Compiling DequeModule Deque+Descriptions.swift
[98/646] Compiling DequeModule Deque+Equatable.swift
[99/646] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/648] Compiling v3_alt.c
[101/648] Compiling DequeModule Deque+Codable.swift
[102/648] Compiling DequeModule Deque+Collection.swift
[104/648] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[105/648] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/648] Compiling DequeModule _DequeBuffer.swift
[107/648] Compiling DequeModule _DequeBufferHeader.swift
[108/648] Compiling DequeModule Deque+Extras.swift
[109/648] Compiling DequeModule Deque+Hashable.swift
[109/648] Compiling SwiftToolchainCSQLite sqlite3.c
[111/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[117/650] Compiling v3_akeya.c
[119/655] Compiling DequeModule _DequeSlot.swift
[120/655] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[122/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[123/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[124/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[125/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[126/655] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[127/655] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[128/655] Emitting module SwiftASN1
[128/655] Compiling x_x509a.c
[129/655] Compiling v3_akey.c
[131/655] Compiling DequeModule Deque+Testing.swift
[132/655] Compiling DequeModule Deque._Storage.swift
[133/655] Compiling DequeModule Deque._UnsafeHandle.swift
[134/655] Compiling DequeModule Deque.swift
[143/655] Compiling OrderedCollections OrderedDictionary.swift
[144/655] Compiling OrderedCollections OrderedSet+Codable.swift
[145/655] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/655] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/655] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/655] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/655] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/655] Compiling OrderedCollections OrderedSet+Hashable.swift
[151/655] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/655] Compiling OrderedCollections OrderedSet+Insertions.swift
[153/655] Compiling OrderedCollections OrderedSet+Invariants.swift
[154/655] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[155/655] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[156/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[157/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[163/655] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[164/655] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[165/655] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[166/655] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[167/655] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[168/655] Compiling OrderedCollections OrderedDictionary+Values.swift
[168/655] Compiling x_val.c
[170/655] Emitting module DequeModule
[170/656] Compiling x_x509.c
[172/656] Compiling x_spki.c
[173/656] Compiling x_sig.c
[174/656] Compiling x_req.c
[183/656] Wrapping AST for DequeModule for debugging
[184/656] Compiling x_pubkey.c
[186/656] Compiling OrderedCollections OrderedSet+Sendable.swift
[187/656] Compiling OrderedCollections OrderedSet+SubSequence.swift
[188/656] Compiling OrderedCollections OrderedSet+Testing.swift
[189/656] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[190/656] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[191/656] Compiling OrderedCollections OrderedSet.swift
[192/656] Compiling OrderedCollections _UnsafeBitset.swift
[193/656] Emitting module TSCLibc
[194/656] Compiling TSCLibc libc.swift
[194/657] Compiling x_pkey.c
[216/657] Compiling x_name.c
[226/659] Compiling x_info.c
[227/659] Compiling x_exten.c
[229/659] Emitting module PackageCollectionsModel
[230/659] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[231/659] Compiling PackageCollectionsModel PackageCollectionModel.swift
[233/660] Compiling x_crl.c
[234/660] Compiling x_attrib.c
[236/660] Wrapping AST for TSCLibc for debugging
[238/690] Emitting module OrderedCollections
[238/701] Wrapping AST for SwiftASN1 for debugging
[240/709] Compiling x_algor.c
[241/709] Compiling x509spki.c
[242/709] Wrapping AST for SystemPackage for debugging
[243/709] Wrapping AST for PackageCollectionsModel for debugging
[244/709] Wrapping AST for OrderedCollections for debugging
[245/709] Compiling x_all.c
[247/709] Compiling _AsyncFileSystem OpenReadableFile.swift
[248/710] Compiling _AsyncFileSystem AsyncFileSystem.swift
[249/710] Compiling _AsyncFileSystem ConcurrencySupport.swift
[250/710] Compiling _AsyncFileSystem OpenWritableFile.swift
[250/710] Compiling x509rset.c
[252/710] Emitting module _AsyncFileSystem
[253/710] Compiling _AsyncFileSystem ReadableFileStream.swift
[253/710] Compiling x509name.c
[255/710] Compiling _AsyncFileSystem WritableStream.swift
[255/710] Compiling x509_vpm.c
[256/710] Compiling x509cset.c
[257/710] Compiling x509_v3.c
[258/710] Compiling x509_vfy.c
[260/710] Compiling _AsyncFileSystem MockFileSystem.swift
[261/710] Compiling _AsyncFileSystem OSFileSystem.swift
[262/711] Compiling x509_txt.c
[264/711] Emitting module TSCBasic
[264/716] Compiling x509_set.c
[264/716] Compiling x509_lu.c
[266/716] Compiling x509_trs.c
[267/716] Compiling x509_req.c
[268/716] Compiling x509_obj.c
[269/716] Wrapping AST for _AsyncFileSystem for debugging
[270/716] Compiling x509_d2.c
[271/716] Compiling x509_def.c
[272/716] Compiling x509_ext.c
[273/716] Compiling x509_cmp.c
[274/716] Compiling t_x509a.c
[276/716] Compiling TSCBasic Result.swift
[277/716] Compiling TSCBasic SortedArray.swift
[278/716] Compiling TSCBasic StringConversions.swift
[279/716] Compiling TSCBasic SynchronizedQueue.swift
[280/716] Compiling TSCBasic TemporaryFile.swift
[280/716] Compiling x509.c
[282/716] Compiling TSCBasic OSLog.swift
[283/716] Compiling TSCBasic ObjectIdentifierProtocol.swift
[284/716] Compiling TSCBasic OrderedDictionary.swift
[285/716] Compiling TSCBasic OrderedSet.swift
[286/716] Compiling TSCBasic Path.swift
[287/716] Compiling TSCBasic Await.swift
[288/716] Compiling TSCBasic Base64URL.swift
[289/716] Compiling TSCBasic ByteString.swift
[290/716] Compiling TSCBasic CStringArray.swift
[291/716] Compiling TSCBasic CacheableSequence.swift
[292/716] Compiling TSCBasic Closable.swift
[292/716] Compiling x509_att.c
[293/716] Compiling t_req.c
[294/716] Compiling t_x509.c
[295/716] Compiling t_crl.c
[296/716] Compiling i2d_pr.c
[297/716] Compiling rsa_pss.c
[298/716] Compiling policy.c
[299/716] Compiling name_print.c
[300/716] Compiling by_file.c
[301/716] Compiling a_verify.c
[302/716] Compiling algorithm.c
[303/716] Compiling voprf.c
[304/716] Compiling a_sign.c
[305/716] Compiling trust_token.c
[306/716] Compiling asn1_gen.c
[307/716] Compiling by_dir.c
[308/716] Compiling a_digest.c
[309/716] Compiling thread_win.c
[310/716] Compiling thread_pthread.c
[311/716] Compiling thread_none.c
[312/716] Compiling thread.c
[313/716] Compiling stack.c
[314/716] Compiling rsa_crypt.c
[315/716] Compiling rsa_print.c
[316/716] Compiling siphash.c
[317/716] Compiling rc4.c
[318/716] Compiling pmbtoken.c
[319/716] Compiling rsa_asn1.c
[319/716] Compiling refcount.c
[321/716] Compiling rand_extra.c
[322/716] Compiling trusty.c
[323/716] Compiling windows.c
[324/716] Compiling ios.c
[325/716] Compiling passive.c
[326/716] Compiling forkunsafe.c
[328/716] Compiling TSCBasic HashAlgorithms.swift
[329/716] Compiling TSCBasic JSON.swift
[330/716] Compiling TSCBasic JSONMapper.swift
[331/716] Compiling TSCBasic KeyedPair.swift
[332/716] Compiling TSCBasic LazyCache.swift
[333/716] Compiling TSCBasic Lock.swift
[333/716] Compiling getentropy.c
[334/716] Compiling deterministic.c
[335/716] Compiling pool.c
[336/716] Compiling poly1305_arm_asm.S
[337/716] Compiling poly1305_vec.c
[338/716] Compiling poly1305_arm.c
[339/716] Compiling poly1305.c
[340/716] Compiling pkcs7.c
[342/716] Compiling TSCBasic PathShims.swift
[343/716] Compiling TSCBasic Process.swift
[344/716] Compiling TSCBasic ProcessEnv.swift
[345/716] Compiling TSCBasic ProcessSet.swift
[346/716] Compiling TSCBasic RegEx.swift
[347/716] Compiling TSCBasic CodableResult.swift
[348/716] Compiling TSCBasic CollectionAlgorithms.swift
[349/716] Compiling TSCBasic CollectionExtensions.swift
[350/716] Compiling TSCBasic Condition.swift
[351/716] Compiling TSCBasic DeltaAlgorithm.swift
[352/716] Compiling TSCBasic DiagnosticsEngine.swift
[353/716] Compiling TSCBasic DictionaryExtensions.swift
[354/716] Compiling TSCBasic DictionaryLiteralExtensions.swift
[355/716] Compiling TSCBasic EditDistance.swift
[356/716] Compiling TSCBasic FileInfo.swift
[357/716] Compiling TSCBasic FileSystem.swift
[358/716] Compiling TSCBasic GraphAlgorithms.swift
[358/716] Compiling pkcs8.c
[359/716] Compiling p5_pbev2.c
[360/716] Compiling pem_xaux.c
[361/716] Compiling pem_x509.c
[362/716] Compiling pkcs7_x509.c
[362/716] Compiling pkcs8_x509.c
[364/716] Compiling pem_pkey.c
[366/716] Compiling TSCBasic TerminalController.swift
[367/716] Compiling TSCBasic Thread.swift
[368/716] Compiling TSCBasic Tuple.swift
[369/716] Compiling TSCBasic WritableByteStream.swift
[370/716] Compiling TSCBasic misc.swift
[370/717] Compiling obj_xref.c
[371/717] Compiling pem_oth.c
[372/717] Compiling pem_pk8.c
[374/717] Compiling pem_info.c
[375/717] Compiling mem.c
[376/717] Compiling pem_lib.c
[377/717] Compiling obj.c
[378/717] Compiling pem_all.c
[379/717] Compiling poly_rq_mul.S
[380/717] Compiling lhash.c
[381/717] Compiling x86_64-mont5-linux.linux.x86_64.S
[382/717] Compiling x86_64-mont5-mac.mac.x86_64.S
[383/717] Compiling x86_64-mont-mac.mac.x86_64.S
[384/717] Compiling kyber.c
[385/717] Compiling keccak.c
[386/717] Compiling x86_64-mont-linux.linux.x86_64.S
[387/717] Compiling x86-mont-windows.windows.x86.S
[388/717] Compiling x86-mont-linux.linux.x86.S
[389/717] Compiling vpaes-x86_64-mac.mac.x86_64.S
[390/717] Compiling vpaes-x86_64-linux.linux.x86_64.S
[391/717] Compiling hpke.c
[392/717] Compiling vpaes-armv8-ios.ios.aarch64.S
[393/717] Compiling vpaes-x86-windows.windows.x86.S
[394/717] Compiling kdf.c
[395/717] Compiling vpaes-armv7-ios.ios.arm.S
[395/717] Compiling vpaes-armv7-linux.linux.arm.S
[395/717] Compiling sha512-x86_64-linux.linux.x86_64.S
[396/717] Compiling vpaes-x86-linux.linux.x86.S
[398/717] Compiling vpaes-armv8-linux.linux.aarch64.S
[400/717] Compiling sha512-x86_64-mac.mac.x86_64.S
[401/717] Wrapping AST for TSCBasic for debugging
[402/752] Compiling sha512-armv4-linux.linux.arm.S
[403/752] Compiling sha512-armv8-ios.ios.aarch64.S
[403/752] Compiling sha512-586-windows.windows.x86.S
[403/752] Compiling hrss.c
[403/752] Compiling sha512-armv4-ios.ios.arm.S
[407/752] Compiling sha512-586-linux.linux.x86.S
[407/752] Compiling sha512-armv8-linux.linux.aarch64.S
[409/752] Compiling sha256-x86_64-mac.mac.x86_64.S
[410/752] Compiling sha256-x86_64-linux.linux.x86_64.S
[411/752] Compiling sha256-armv8-ios.ios.aarch64.S
[412/752] Compiling sha256-armv4-ios.ios.arm.S
[413/752] Compiling sha256-armv4-linux.linux.arm.S
[414/752] Compiling sha256-armv8-linux.linux.aarch64.S
[415/752] Compiling sha256-586-windows.windows.x86.S
[416/752] Compiling sha1-x86_64-mac.mac.x86_64.S
[417/752] Compiling sha256-586-linux.linux.x86.S
[418/752] Compiling sha1-armv4-large-ios.ios.arm.S
[419/752] Compiling sha1-armv8-ios.ios.aarch64.S
[420/752] Compiling sha1-x86_64-linux.linux.x86_64.S
[421/752] Compiling sha1-armv8-linux.linux.aarch64.S
[422/752] Compiling sha1-armv4-large-linux.linux.arm.S
[423/752] Compiling sha1-586-windows.windows.x86.S
[424/752] Compiling sha1-586-linux.linux.x86.S
[425/752] Compiling sha512.c
[426/752] Compiling rsaz-avx2-mac.mac.x86_64.S
[427/752] Compiling sha1.c
[428/752] Compiling service_indicator.c
[429/752] Compiling sha256.c
[429/752] Compiling fips.c
[431/752] Compiling self_check.c
[432/752] Compiling rsaz-avx2-linux.linux.x86_64.S
[433/752] Compiling rdrand-x86_64-mac.mac.x86_64.S
[434/752] Compiling rdrand-x86_64-linux.linux.x86_64.S
[435/752] Compiling blinding.c
[436/752] Compiling padding.c
[436/752] Compiling rsa.c
[438/752] Compiling urandom.c
[439/752] Compiling fork_detect.c
[440/752] Compiling rsa_impl.c
[441/752] Compiling rand.c
[442/752] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[443/752] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[444/752] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[445/752] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[445/752] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[447/752] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[448/752] Compiling ctrdrbg.c
[449/752] Compiling p256-armv8-asm-linux.linux.aarch64.S
[450/752] Compiling p256-armv8-asm-ios.ios.aarch64.S
[451/752] Compiling cbc.c
[452/752] Compiling ofb.c
[453/752] Compiling ctr.c
[454/752] Compiling polyval.c
[455/752] Compiling gcm.c
[457/752] Emitting module TSCUtility
[457/755] Compiling gcm_nohw.c
[458/755] Compiling md5.c
[459/756] Compiling md5-x86_64-mac.mac.x86_64.S
[460/756] Compiling cfb.c
[461/756] Compiling md5-x86_64-linux.linux.x86_64.S
[462/756] Compiling md5-586-windows.windows.x86.S
[463/756] Compiling md5-586-linux.linux.x86.S
[464/756] Compiling hkdf.c
[465/756] Compiling md4.c
[466/756] Compiling hmac.c
[468/756] Compiling TSCUtility OSLog.swift
[469/756] Compiling TSCUtility OrderedZip.swift
[470/756] Compiling TSCUtility PkgConfig.swift
[471/756] Compiling TSCUtility Platform.swift
[472/756] Compiling TSCUtility PolymorphicCodable.swift
[473/756] Compiling TSCUtility Tracing.swift
[474/756] Compiling TSCUtility Triple.swift
[475/756] Compiling TSCUtility URL.swift
[476/756] Compiling TSCUtility Verbosity.swift
[476/756] Compiling ghashv8-armv8-ios.ios.aarch64.S
[478/756] Compiling TSCUtility Context.swift
[479/756] Compiling TSCUtility Diagnostics.swift
[480/756] Compiling TSCUtility FSWatch.swift
[481/756] Compiling TSCUtility FloatingPointExtensions.swift
[482/756] Compiling TSCUtility Git.swift
[482/756] Compiling ghashv8-armv7-linux.linux.arm.S
[483/756] Compiling ghash-x86_64-mac.mac.x86_64.S
[484/756] Compiling ghash-x86-windows.windows.x86.S
[484/756] Compiling ghashv8-armv8-linux.linux.aarch64.S
[486/756] Compiling ghash-x86_64-linux.linux.x86_64.S
[486/756] Compiling ghashv8-armv7-ios.ios.arm.S
[489/756] Compiling TSCUtility Hex.swift
[490/756] Compiling TSCUtility IndexStore.swift
[491/756] Compiling TSCUtility InterruptHandler.swift
[492/756] Compiling TSCUtility JSONMessageStreamingParser.swift
[493/756] Compiling TSCUtility Netrc.swift
[493/756] Compiling ghash-x86-linux.linux.x86.S
[494/756] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[495/756] Compiling ghash-ssse3-x86-linux.linux.x86.S
[496/756] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[497/756] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[498/756] Compiling ghash-ssse3-x86-windows.windows.x86.S
[498/756] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[500/756] Compiling ghash-armv4-linux.linux.arm.S
[501/756] Compiling ghash-armv4-ios.ios.arm.S
[502/756] Compiling fips_shared_support.c
[503/756] Compiling wnaf.c
[504/756] Compiling ecdsa.c
[505/756] Compiling scalar.c
[506/756] Compiling util.c
[507/756] Compiling simple.c
[508/756] Compiling simple_mul.c
[509/756] Compiling ecdh.c
[511/756] Compiling TSCUtility Version.swift
[512/756] Compiling TSCUtility Versioning.swift
[513/756] Compiling TSCUtility dlopen.swift
[514/756] Compiling TSCUtility misc.swift
[514/756] Compiling p224-64.c
[515/756] Compiling felem.c
[515/756] Compiling oct.c
[517/756] Compiling p256.c
[518/756] Compiling ec_montgomery.c
[520/756] Compiling TSCUtility Bitstream.swift
[521/756] Compiling TSCUtility BitstreamReader.swift
[522/756] Compiling TSCUtility BitstreamWriter.swift
[523/756] Compiling TSCUtility BuildFlags.swift
[524/756] Compiling TSCUtility CollectionExtensions.swift
[525/756] Compiling TSCUtility Archiver.swift
[526/756] Compiling TSCUtility ArgumentParser.swift
[527/756] Compiling TSCUtility ArgumentParserShellCompletion.swift
[528/756] Compiling TSCUtility Array+Extensions.swift
[529/756] Compiling TSCUtility Bits.swift
[530/756] Compiling TSCUtility ProgressAnimation.swift
[531/756] Compiling TSCUtility SerializedDiagnostics.swift
[532/756] Compiling TSCUtility SimplePersistence.swift
[533/756] Compiling TSCUtility StringExtensions.swift
[534/756] Compiling TSCUtility StringMangling.swift
[534/756] Compiling ec_key.c
[535/757] Compiling digest.c
[536/757] Compiling dh.c
[537/757] Compiling co-586-windows.windows.x86.S
[538/757] Compiling co-586-linux.linux.x86.S
[539/757] Compiling check.c
[540/757] Compiling digests.c
[541/757] Compiling ec.c
[543/757] Compiling cmac.c
[544/757] Compiling bsaes-armv7-linux.linux.arm.S
[545/757] Compiling e_aesccm.c
[546/757] Compiling p256-nistz.c
[547/757] Compiling aead.c
[548/757] Compiling bsaes-armv7-ios.ios.arm.S
[549/757] Compiling cipher.c
[550/757] Compiling sqrt.c
[550/757] Compiling e_aes.c
[550/757] Compiling rsaz_exp.c
[552/757] Compiling shift.c
[554/757] Compiling random.c
[555/757] Compiling mul.c
[556/757] Compiling prime.c
[557/757] Compiling montgomery_inv.c
[558/757] Compiling jacobi.c
[559/757] Compiling montgomery.c
[559/757] Wrapping AST for TSCUtility for debugging
[561/757] Compiling gcd_extra.c
[562/757] Compiling gcd.c
[563/757] Compiling div_extra.c
[564/757] Compiling ctx.c
[565/757] Compiling generic.c
[566/757] Compiling cmp.c
[567/757] Compiling bytes.c
[567/757] Compiling div.c
[567/757] Compiling exponentiation.c
[570/757] Compiling x86_64-gcc.c
[571/757] Compiling bn-armv8-ios.ios.aarch64.S
[572/757] Compiling bn-armv8-linux.linux.aarch64.S
[573/757] Compiling bn-586-windows.windows.x86.S
[574/757] Compiling bn-586-linux.linux.x86.S
[575/757] Compiling armv8-mont-ios.ios.aarch64.S
[576/757] Compiling bn.c
[577/757] Compiling armv8-mont-linux.linux.aarch64.S
[578/757] Compiling armv4-mont-linux.linux.arm.S
[578/757] Compiling armv4-mont-ios.ios.arm.S
[580/757] Compiling add.c
[581/757] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[582/757] Compiling aesv8-armv8-ios.ios.aarch64.S
[583/757] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[584/757] Compiling aesv8-armv8-linux.linux.aarch64.S
[585/757] Compiling aesv8-armv7-ios.ios.arm.S
[586/757] Compiling aesni-x86_64-mac.mac.x86_64.S
[587/757] Compiling aesv8-armv7-linux.linux.arm.S
[588/757] Compiling aesni-x86-windows.windows.x86.S
[589/757] Compiling aesni-x86_64-linux.linux.x86_64.S
[590/757] Compiling aesni-x86-linux.linux.x86.S
[591/757] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[592/757] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[593/757] Compiling mode_wrappers.c
[594/757] Compiling aes.c
[594/757] Compiling key_wrap.c
[596/757] Compiling ex_data.c
[597/757] Compiling aes_nohw.c
[598/757] Compiling sign.c
[599/757] Compiling scrypt.c
[600/757] Compiling pbkdf.c
[601/757] Compiling p_x25519.c
[602/757] Compiling print.c
[603/757] Compiling p_x25519_asn1.c
[604/757] Compiling p_hkdf.c
[605/757] Compiling p_rsa.c
[606/757] Compiling p_ed25519.c
[607/757] Compiling p_ed25519_asn1.c
[608/757] Compiling p_rsa_asn1.c
[609/757] Compiling p_ec_asn1.c
[610/757] Compiling p_dsa_asn1.c
[611/757] Compiling err_data.c
[612/757] Compiling p_ec.c
[613/757] Compiling evp_ctx.c
[614/757] Compiling evp.c
[615/757] Compiling evp_asn1.c
[616/757] Compiling err.c
[617/757] Compiling ecdh_extra.c
[617/757] Compiling engine.c
[619/757] Compiling ecdsa_asn1.c
[620/757] Compiling ec_derive.c
[621/757] Compiling dsa_asn1.c
[622/757] Compiling dh_asn1.c
[623/757] Compiling digest_extra.c
[624/757] Compiling hash_to_curve.c
[625/757] Compiling ec_asn1.c
[626/757] Compiling curve25519_64_adx.c
[627/757] Compiling params.c
[628/757] Compiling dsa.c
[629/757] Compiling x25519-asm-arm.S
[630/757] Compiling spake25519.c
[631/757] Compiling cpu_intel.c
[632/757] Compiling des.c
[633/757] Compiling crypto.c
[634/757] Compiling cpu_arm_linux.c
[635/757] Compiling cpu_arm_freebsd.c
[636/757] Compiling cpu_aarch64_win.c
[637/757] Compiling cpu_aarch64_openbsd.c
[638/757] Compiling cpu_aarch64_sysreg.c
[639/757] Compiling cpu_arm.c
[640/757] Compiling cpu_aarch64_linux.c
[641/757] Compiling cpu_aarch64_fuchsia.c
[642/757] Compiling cpu_aarch64_apple.c
[643/757] Compiling e_rc4.c
[644/757] Compiling curve25519.c
[645/757] Compiling conf.c
[646/757] Compiling tls_cbc.c
[647/757] Compiling e_null.c
[648/757] Compiling e_tls.c
[649/757] Compiling e_rc2.c
[649/757] Compiling derive_key.c
[651/757] Compiling e_des.c
[652/757] Compiling e_aesctrhmac.c
[653/757] Compiling e_chacha20poly1305.c
[654/757] Compiling e_aesgcmsiv.c
[655/757] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[656/757] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[657/757] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[658/757] Compiling cipher_extra.c
[659/757] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[660/757] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[661/757] Compiling chacha-x86_64-linux.linux.x86_64.S
[662/757] Compiling chacha-x86-windows.windows.x86.S
[663/757] Compiling chacha-x86_64-mac.mac.x86_64.S
[664/757] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[665/757] Compiling chacha-x86-linux.linux.x86.S
[666/757] Compiling chacha.c
[667/757] Compiling chacha-armv8-ios.ios.aarch64.S
[668/757] Compiling chacha-armv4-linux.linux.arm.S
[669/757] Compiling chacha-armv4-ios.ios.arm.S
[670/757] Compiling chacha-armv8-linux.linux.aarch64.S
[671/757] Compiling unicode.c
[672/757] Compiling ber.c
[673/757] Compiling asn1_compat.c
[674/757] Compiling buf.c
[675/757] Compiling cbb.c
[675/757] Compiling cbs.c
[677/757] Compiling printf.c
[678/757] Compiling bn_asn1.c
[679/757] Compiling pair.c
[680/757] Compiling blake2.c
[680/757] Compiling convert.c
[682/757] Compiling hexdump.c
[683/757] Compiling file.c
[684/757] Compiling fd.c
[685/757] Compiling bio_mem.c
[686/757] Compiling base64.c
[687/757] Compiling errno.c
[688/757] Compiling tasn_typ.c
[689/757] Compiling tasn_new.c
[690/757] Compiling bio.c
[690/757] Compiling tasn_fre.c
[692/757] Compiling f_string.c
[693/757] Compiling tasn_utl.c
[694/757] Compiling asn1_par.c
[695/757] Compiling tasn_enc.c
[696/757] Compiling tasn_dec.c
[697/757] Compiling f_int.c
[698/757] Compiling asn_pack.c
[699/757] Compiling posix_time.c
[700/757] Compiling asn1_lib.c
[701/757] Compiling a_utctm.c
[701/757] Compiling a_type.c
[703/757] Compiling a_time.c
[704/757] Compiling a_strnid.c
[705/757] Compiling a_octet.c
[706/757] Compiling a_strex.c
[707/757] Compiling a_object.c
[708/757] Compiling a_mbstr.c
[709/757] Compiling a_dup.c
[709/757] Compiling a_i2d_fp.c
[711/757] Compiling a_gentm.c
[712/757] Compiling CBacktrace state.c
[713/757] Compiling a_bool.c
[714/757] Compiling CBacktrace sort.c
[715/757] Compiling CBacktrace simple.c
[716/757] Compiling a_int.c
[717/757] Compiling a_bitstr.c
[718/757] Compiling a_d2i_fp.c
[719/757] Compiling CBacktrace print.c
[720/757] Compiling CBacktrace mmapio.c
[721/757] Compiling CBacktrace posix.c
[721/757] Compiling CBacktrace fileline.c
[721/757] Write sources
[727/757] Compiling CBacktrace backtrace.c
[728/757] Compiling CBacktrace mmap.c
[729/757] Compiling CBacktrace atomic.c
[730/757] Compiling CBacktrace dwarf.c
[731/757] Compiling CBacktrace elf.c
[733/830] Compiling Backtrace Demangle.swift
[734/830] Compiling Backtrace Backtrace.swift
[735/830] Emitting module Backtrace
[736/831] Wrapping AST for Backtrace for debugging
[738/831] Compiling Basics Archiver.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[739/831] Compiling Basics TarArchiver.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[740/831] Compiling Basics UniversalArchiver.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[741/831] Compiling Basics ZipArchiver.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[742/831] Compiling Basics AuthorizationProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[743/831] Compiling Basics Cancellator.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[744/831] Compiling Basics ByteString+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[745/831] Compiling Basics Dictionary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[746/831] Compiling Basics IdentifiableSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[747/831] Compiling Basics String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basics/Cancellator.swift:67:13: error: function is unused
 65 |             #else
 66 |             // trap SIGINT to terminate sub-processes, etc
 67 |             signal(SIGINT, SIG_IGN)
    |             `- error: function is unused
 68 |             let interruptSignalSource = DispatchSource.makeSignalSource(signal: SIGINT)
 69 |             interruptSignalSource.setEventHandler { [weak self] in
[748/840] Compiling ArgumentParserToolInfo ToolInfo.swift
[749/840] Emitting module ArgumentParserToolInfo
[751/841] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[752/841] Emitting module CryptoBoringWrapper
[753/841] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[753/842] Wrapping AST for ArgumentParserToolInfo for debugging
[756/842] Emitting module Basics
[757/880] Compiling Basics PercentProgressAnimation.swift
[758/880] Compiling Basics ProgressAnimationProtocol.swift
[759/880] Compiling Basics SingleLinePercentProgressAnimation.swift
[760/880] Compiling Basics ThrottledProgressAnimation.swift
[761/880] Compiling Basics SQLite.swift
[762/880] Compiling Basics SQLiteBackedCache.swift
[763/880] Compiling Basics Sandbox.swift
[764/880] Compiling Basics SendableTimeInterval.swift
[765/880] Compiling Basics SerializedJSON.swift
[765/880] Wrapping AST for CryptoBoringWrapper for debugging
[767/880] Compiling ArgumentParser Parsed.swift
[768/880] Compiling ArgumentParser ParsedValues.swift
[769/880] Compiling ArgumentParser ParserError.swift
[770/880] Compiling ArgumentParser SplitArguments.swift
[771/880] Compiling ArgumentParser DumpHelpGenerator.swift
[772/880] Compiling ArgumentParser HelpCommand.swift
[773/880] Compiling ArgumentParser HelpGenerator.swift
[774/880] Compiling ArgumentParser MessageInfo.swift
[775/880] Compiling ArgumentParser UsageGenerator.swift
[776/954] Compiling Crypto EllipticCurve_boring.swift
[777/954] Compiling Crypto NISTCurvesKeys_boring.swift
[778/954] Compiling Crypto X25519Keys_boring.swift
[779/954] Compiling Crypto Curve25519.swift
[780/954] Compiling Crypto Ed25519Keys.swift
[781/954] Compiling Crypto NISTCurvesKeys.swift
[782/954] Compiling Crypto X25519Keys.swift
[783/954] Compiling Crypto SymmetricKeys.swift
[784/954] Compiling Crypto HMAC.swift
[785/954] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[786/954] Compiling Crypto HPKE-KEM.swift
[787/954] Compiling Crypto HPKE-Errors.swift
[788/954] Compiling Crypto HPKE.swift
[789/954] Compiling Crypto HPKE-Context.swift
[790/954] Compiling Crypto HPKE-KeySchedule.swift
[791/954] Compiling Crypto HPKE-Modes.swift
[792/954] Compiling Crypto Insecure.swift
[793/954] Compiling Crypto Insecure_HashFunctions.swift
[794/954] Compiling Crypto PEMDocument.swift
[795/954] Compiling Crypto PKCS8PrivateKey.swift
[796/954] Compiling Crypto SEC1PrivateKey.swift
[797/954] Compiling Crypto SubjectPublicKeyInfo.swift
[798/954] Compiling Crypto CryptoKitErrors.swift
[799/954] Compiling Crypto Digest_boring.swift
[800/954] Compiling Crypto Digest.swift
[801/954] Compiling Crypto Digests.swift
[802/954] Compiling Crypto HashFunctions.swift
[803/954] Compiling Crypto ASN1Identifier.swift
[804/954] Compiling Crypto ASN1Integer.swift
[805/954] Compiling Crypto ASN1Null.swift
[806/954] Compiling Crypto ASN1OctetString.swift
[807/954] Compiling Crypto ASN1Strings.swift
[808/954] Compiling Crypto ArraySliceBigint.swift
[809/954] Compiling Crypto GeneralizedTime.swift
[810/954] Compiling Crypto ObjectIdentifier.swift
[811/954] Compiling Crypto ECDSASignature.swift
[813/954] Compiling Crypto MACFunctions.swift
[814/954] Compiling Crypto MessageAuthenticationCode.swift
[815/954] Compiling Crypto AES.swift
[816/954] Compiling Crypto ECDSASignature_boring.swift
[817/954] Compiling Crypto ECDSA_boring.swift
[818/954] Compiling Crypto EdDSA_boring.swift
[819/954] Compiling Crypto ECDSA.swift
[820/954] Compiling Crypto Ed25519.swift
[821/954] Compiling Crypto Signature.swift
[823/964] Compiling Crypto HashFunctions_SHA2.swift
[824/964] Compiling Crypto HPKE-AEAD.swift
[825/964] Compiling Crypto HPKE-Ciphersuite.swift
[826/964] Compiling Crypto HPKE-KDF.swift
[827/969] Compiling Crypto HPKE-LabeledExtract.swift
[828/969] Compiling Crypto HPKE-Utils.swift
[829/969] Compiling Crypto DHKEM.swift
[830/969] Compiling Crypto HPKE-KEM-Curve25519.swift
[831/969] Compiling ArgumentParser CollectionExtensions.swift
[832/969] Compiling ArgumentParser Platform.swift
[833/969] Compiling ArgumentParser SequenceExtensions.swift
[834/969] Compiling ArgumentParser StringExtensions.swift
[835/969] Compiling ArgumentParser Tree.swift
[837/969] Emitting module ArgumentParser
[848/969] Compiling Crypto HPKE-KexKeyDerivation.swift
[849/969] Compiling Crypto Ed25519_boring.swift
[850/969] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[862/969] Compiling Crypto KEM.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[863/969] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[864/969] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[865/969] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[866/969] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[867/969] Compiling Crypto AESWrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[868/969] Compiling Crypto AESWrap_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[869/969] Compiling Crypto AES-GCM.swift
[870/969] Compiling Crypto AES-GCM_boring.swift
[871/969] Compiling Crypto ChaChaPoly_boring.swift
[872/969] Compiling Crypto ChaChaPoly.swift
[873/969] Compiling Crypto Cipher.swift
[874/969] Compiling Crypto Nonces.swift
[875/969] Compiling Crypto ASN1.swift
[876/969] Compiling Crypto ASN1Any.swift
[877/969] Compiling Crypto ASN1BitString.swift
[878/969] Compiling Crypto ASN1Boolean.swift
[910/969] Emitting module Crypto
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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/38] Write swift-version-24593BA9C3E375BF.txt
[3/85] Compiling Backtrace Demangle.swift
[4/85] Emitting module Backtrace
[5/85] Compiling Backtrace Backtrace.swift
[6/86] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/86] Emitting module TSCLibc
[8/86] Compiling TSCLibc libc.swift
[10/115] Compiling SystemPackage FilePathWindows.swift
[11/115] Compiling SystemPackage FilePermissions.swift
[12/117] Compiling SystemPackage FilePathSyntax.swift
[13/117] Compiling SystemPackage FilePathTemp.swift
[14/117] Compiling SystemPackage FilePathTempPosix.swift
[15/117] Compiling SystemPackage FilePathTempWindows.swift
[17/115] Compiling PackageCollectionsModel PackageCollectionModel.swift
[18/115] Emitting module _CertificateInternals
[19/115] Emitting module CryptoBoringWrapper
[20/115] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[22/118] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/118] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/118] Compiling SystemPackage FileOperations.swift
[25/118] Compiling SystemPackage FilePath.swift
[26/118] Compiling SystemPackage FilePathComponentView.swift
[27/119] Emitting module InternalCollectionsUtilities
[28/124] Emitting module ArgumentParserToolInfo
[29/157] Compiling _CertificateInternals _TinyArray.swift
[30/158] Compiling TSCBasic Await.swift
[31/158] Compiling TSCBasic Base64URL.swift
[32/158] Compiling TSCBasic ByteString.swift
[34/160] Compiling SwiftASN1 DER.swift
[35/160] Compiling SwiftASN1 Errors.swift
[36/160] Compiling TSCBasic HashAlgorithms.swift
[37/160] Compiling TSCBasic JSON.swift
[38/160] Compiling TSCBasic JSONMapper.swift
[39/160] Compiling TSCBasic KeyedPair.swift
[40/160] Compiling TSCBasic LazyCache.swift
[41/160] Compiling TSCBasic Lock.swift
[42/162] Compiling TSCBasic CodableResult.swift
[43/162] Compiling TSCBasic CollectionAlgorithms.swift
[44/162] Compiling TSCBasic EditDistance.swift
[45/162] Compiling TSCBasic FileInfo.swift
[46/162] Compiling TSCBasic PathShims.swift
[47/162] Compiling TSCBasic Process.swift
[48/162] Compiling TSCBasic ProcessEnv.swift
[49/163] Compiling TSCBasic CollectionExtensions.swift
[50/163] Compiling TSCBasic Condition.swift
[51/163] Compiling TSCBasic CStringArray.swift
[52/163] Compiling TSCBasic CacheableSequence.swift
[53/163] Compiling TSCBasic Closable.swift
[56/189] Compiling Crypto PEMDocument.swift
[57/189] Compiling Crypto PKCS8PrivateKey.swift
[58/189] Compiling Crypto AES-GCM_boring.swift
[59/189] Compiling Crypto ChaChaPoly_boring.swift
[60/189] Compiling Crypto SEC1PrivateKey.swift
[61/189] Compiling Crypto AES-GCM.swift
[62/199] Emitting module SystemPackage
[65/237] Compiling Crypto ChaChaPoly.swift
[66/237] Compiling Crypto Cipher.swift
[68/237] Compiling Crypto HashFunctions.swift
[69/237] Compiling Crypto HashFunctions_SHA2.swift
[70/237] Compiling Crypto HPKE-AEAD.swift
[75/237] Compiling ArgumentParserToolInfo ToolInfo.swift
[77/238] Compiling Crypto ASN1Strings.swift
[78/238] Compiling Crypto ArraySliceBigint.swift
[79/238] Compiling Crypto GeneralizedTime.swift
[79/252] Wrapping AST for InternalCollectionsUtilities for debugging
[81/252] Compiling DequeModule Deque+Codable.swift
[82/252] Compiling DequeModule Deque+Collection.swift
[83/252] Compiling DequeModule Deque+CustomReflectable.swift
[84/252] Compiling DequeModule Deque+Descriptions.swift
[85/252] Compiling DequeModule Deque+Equatable.swift
[86/252] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/252] Compiling DequeModule Deque+Extras.swift
[88/252] Compiling DequeModule Deque+Hashable.swift
[89/308] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/308] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/310] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/310] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[94/310] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/310] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/310] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/310] Compiling OrderedCollections _HashTable+Bucket.swift
[98/310] Compiling OrderedCollections _HashTable+BucketIterator.swift
[99/353] Compiling ArgumentParser Argument.swift
[100/353] Compiling ArgumentParser ArgumentHelp.swift
[101/353] Compiling ArgumentParser OptionGroup.swift
[102/353] Compiling ArgumentParser AsyncParsableCommand.swift
[103/353] Compiling ArgumentParser Option.swift
[104/353] Compiling ArgumentParser ExpressibleByArgument.swift
[105/361] Emitting module TSCBasic
[106/361] Compiling ArgumentParser BashCompletionsGenerator.swift
[107/361] Compiling ArgumentParser CompletionsGenerator.swift
[108/361] Compiling ArgumentParser FishCompletionsGenerator.swift
[109/361] Compiling ArgumentParser ZshCompletionsGenerator.swift
[112/361] Compiling TSCBasic Thread.swift
[113/361] Compiling TSCBasic Tuple.swift
[114/361] Compiling TSCBasic WritableByteStream.swift
[115/361] Compiling TSCBasic misc.swift
[116/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[117/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[118/361] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/368] Compiling ArgumentParser CommandConfiguration.swift
[120/368] Compiling ArgumentParser CommandGroup.swift
[121/368] Compiling ArgumentParser EnumerableFlag.swift
[122/368] Compiling ArgumentParser ArgumentVisibility.swift
[125/368] Compiling ArgumentParser ParsableArguments.swift
[126/368] Compiling ArgumentParser ParsableArgumentsValidation.swift
[127/368] Compiling ArgumentParser ParsableCommand.swift
[128/368] Compiling ArgumentParser ArgumentDecoder.swift
[129/368] Compiling ArgumentParser ArgumentDefinition.swift
[130/368] Compiling ArgumentParser ArgumentSet.swift
[131/368] Compiling _AsyncFileSystem OpenWritableFile.swift
[132/369] Emitting module PackageCollectionsModel
[133/369] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[134/370] Emitting module SwiftASN1
[135/370] Compiling ArgumentParser Flag.swift
[136/370] Compiling ArgumentParser NameSpecification.swift
[138/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[140/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[141/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[142/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[143/370] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[144/370] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[145/371] Compiling _AsyncFileSystem AsyncFileSystem.swift
[146/370] Compiling _AsyncFileSystem ConcurrencySupport.swift
[147/370] Compiling _AsyncFileSystem WritableStream.swift
[148/370] Compiling _AsyncFileSystem MockFileSystem.swift
[149/370] Compiling _AsyncFileSystem OSFileSystem.swift
[151/370] Emitting module _AsyncFileSystem
[152/370] Compiling _AsyncFileSystem OpenReadableFile.swift
[153/370] Compiling _AsyncFileSystem ReadableFileStream.swift
[155/371] Wrapping AST for SystemPackage for debugging
[157/371] Wrapping AST for SwiftASN1 for debugging
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:145:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
143 |     /// - Returns: The derived symmetric key.
144 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
145 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
146 |         var output = SecureBytes()
147 |         let key = SymmetricKey(data: prk)
[175/381] Emitting module DequeModule
[176/381] Compiling ArgumentParser HelpCommand.swift
[177/381] Compiling ArgumentParser HelpGenerator.swift
[178/381] Compiling ArgumentParser MessageInfo.swift
[179/381] Compiling ArgumentParser UsageGenerator.swift
[180/381] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[181/381] Compiling OrderedCollections _HashTable.swift
[182/381] Compiling TSCBasic TerminalController.swift
[187/381] Compiling OrderedCollections OrderedSet+Sendable.swift
[188/381] Compiling OrderedCollections OrderedSet+SubSequence.swift
[189/381] Compiling OrderedCollections OrderedSet+Testing.swift
[190/381] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[191/381] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[192/381] Compiling OrderedCollections OrderedSet.swift
[193/381] Compiling OrderedCollections _UnsafeBitset.swift
[194/381] Compiling Crypto X25519Keys.swift
[195/381] Compiling Crypto SymmetricKeys.swift
[196/381] Compiling Crypto HMAC.swift
[197/381] Compiling Crypto MACFunctions.swift
[198/381] Compiling Crypto MessageAuthenticationCode.swift
[199/381] Compiling Crypto AES.swift
[200/381] Compiling Crypto ECDSASignature_boring.swift
[201/381] Compiling Crypto ECDSA_boring.swift
[202/381] Compiling Crypto EdDSA_boring.swift
[203/381] Compiling Crypto ECDSA.swift
[204/381] Compiling Crypto Ed25519.swift
[205/381] Compiling Crypto Signature.swift
[206/381] Emitting module ArgumentParser
[209/386] Compiling ArgumentParser CommandParser.swift
[210/386] Compiling ArgumentParser InputKey.swift
[211/386] Compiling ArgumentParser InputOrigin.swift
[212/386] Compiling ArgumentParser Name.swift
[213/386] Compiling ArgumentParser Parsed.swift
[214/386] Compiling ArgumentParser ParsedValues.swift
[215/386] Compiling ArgumentParser ParserError.swift
[216/386] Compiling ArgumentParser SplitArguments.swift
[217/386] Compiling ArgumentParser DumpHelpGenerator.swift
[221/386] Compiling ArgumentParser CollectionExtensions.swift
[222/386] Compiling ArgumentParser Platform.swift
[223/386] Compiling ArgumentParser CompletionKind.swift
[224/386] Compiling ArgumentParser Errors.swift
[241/386] Emitting module Crypto
[241/386] Wrapping AST for DequeModule for debugging
[266/386] Compiling ArgumentParser SequenceExtensions.swift
[294/386] Compiling ArgumentParser StringExtensions.swift
[295/386] Compiling ArgumentParser Tree.swift
[298/387] Emitting module OrderedCollections
[315/388] Wrapping AST for TSCBasic for debugging
[338/388] Wrapping AST for OrderedCollections for debugging
[356/424] Wrapping AST for ArgumentParser for debugging
[358/424] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[359/424] Compiling Crypto CryptoKitErrors_boring.swift
[360/424] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[361/424] Compiling Crypto RNG_boring.swift
[362/424] Compiling Crypto SafeCompare_boring.swift
[363/424] Compiling Crypto Zeroization_boring.swift
[364/424] Compiling Crypto PrettyBytes.swift
[365/424] Compiling Crypto SafeCompare.swift
[366/424] Compiling Crypto SecureBytes.swift
[367/424] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android