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 swift-package-collection-generator, reference main (ad1b72), with Swift 6.1 for Linux on 1 May 2025 02:00:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-package-manager.git
[1/151868] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (10.70s)
warning: 'swift-package-manager': /Package.swift:103:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 101 | let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
 102 |
 103 | let package = Package(
     |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
     |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 104 |     name: "SwiftPM",
 105 |     platforms: [
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/28920] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (1.79s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6718] 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/34258] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (1.90s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.92s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/110] Fetching swift-toolchain-sqlite
[20/13968] Fetching swift-toolchain-sqlite, swift-crypto
[852/20080] Fetching swift-toolchain-sqlite, swift-crypto, swift-certificates
[914/24447] Fetching swift-toolchain-sqlite, swift-crypto, swift-certificates, swift-system
[1002/40716] Fetching swift-toolchain-sqlite, swift-crypto, swift-certificates, swift-system, swift-collections
[4464/55666] Fetching swift-toolchain-sqlite, swift-crypto, swift-certificates, swift-system, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (1.25s)
[28685/51299] Fetching swift-toolchain-sqlite, swift-crypto, swift-certificates, swift-collections, swift-argument-parser
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.25s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.25s)
[22601/45077] Fetching swift-crypto, swift-collections, swift-argument-parser
Fetching https://github.com/swift-server/swift-backtrace.git
[27919/45708] Fetching swift-crypto, swift-collections, swift-argument-parser, swift-backtrace
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.43s)
[28930/45077] Fetching swift-crypto, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.25s)
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (3.09s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.54s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.3 (0.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.73s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.92s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (2.69s)
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/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at main (19db29b)
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/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at main (e8fbc8b)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at main (77874c1)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at main (8740c5b)
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.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/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at main (bdfd754)
warning: 'swift-package-manager': /host/spi-builder-workspace/.build/checkouts/swift-package-manager/Package.swift:103:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 101 | let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
 102 |
 103 | let package = Package(
     |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
     |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 104 |     name: "SwiftPM",
 105 |     platforms: [
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/497] Write sources
[15/497] Compiling TSCclibc strerror.c
[16/497] Compiling TSCclibc process.c
[17/497] Write sources
[28/497] Compiling vpaes-armv7-ios.ios.arm.S
[29/497] Compiling TSCclibc libc.c
[30/497] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[31/497] Compiling CSystem shims.c
[32/497] Compiling gcm_nohw.c
[33/497] Compiling fiat_curve25519_adx_square.S
[34/497] Compiling fiat_curve25519_adx_mul.S
[35/497] Compiling gcm.c
[36/497] Compiling pem_oth.c
[37/497] Write swift-version-24593BA9C3E375BF.txt
[38/497] Compiling v3_skey.c
[39/497] Compiling v3_prn.c
[40/497] Compiling v3_pmaps.c
[41/497] Compiling CCryptoBoringSSLShims shims.c
[42/497] Compiling v3_purp.c
[43/497] Compiling v3_utl.c
[44/497] Compiling v3_pcons.c
[45/497] Compiling v3_ocsp.c
[46/566] Compiling v3_lib.c
[47/566] Compiling v3_ncons.c
[48/566] Compiling v3_int.c
[49/566] Compiling v3_info.c
[50/566] Compiling v3_ia5.c
[51/566] Compiling v3_genn.c
[52/566] Compiling v3_extku.c
[53/566] Compiling v3_enum.c
[54/566] Compiling v3_crld.c
[55/566] Compiling v3_cpols.c
[56/566] Compiling v3_bitst.c
[57/566] Compiling v3_conf.c
[58/566] Compiling v3_bcons.c
[59/566] Compiling v3_alt.c
[60/566] Compiling v3_akeya.c
[61/566] Compiling v3_akey.c
[62/566] Compiling x_x509a.c
[63/566] Compiling x_x509.c
[64/566] Compiling x_val.c
[65/566] Compiling x_spki.c
[66/566] Compiling x_sig.c
[68/566] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/566] Compiling InternalCollectionsUtilities Specialize.swift
[69/568] Compiling x_pubkey.c
[71/568] Emitting module _CertificateInternals
[72/568] Compiling _CertificateInternals _TinyArray.swift
[73/569] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/569] Compiling InternalCollectionsUtilities Integer rank.swift
[75/569] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/569] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/569] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/569] Compiling x_req.c
[79/569] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/569] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[83/569] Emitting module InternalCollectionsUtilities
[84/569] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[85/569] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[86/569] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[87/571] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/571] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/571] Compiling InternalCollectionsUtilities Debugging.swift
[90/571] Compiling InternalCollectionsUtilities Descriptions.swift
[95/571] Compiling SystemPackage MachPort.swift
[96/571] Compiling SystemPackage PlatformString.swift
[97/571] Compiling SystemPackage SystemString.swift
[98/571] Emitting module SystemPackage
[102/574] Compiling x_pkey.c
[111/574] Compiling x_info.c
[113/574] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[114/574] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/575] Compiling x_name.c
[115/575] Wrapping AST for _CertificateInternals for debugging
[119/575] Compiling x_exten.c
[121/575] Compiling x_attrib.c
[122/575] Compiling x_crl.c
[123/575] Compiling x_all.c
[124/575] Compiling x_algor.c
[126/575] Compiling SystemPackage Util+StringArray.swift
[127/575] Compiling SystemPackage Util.swift
[128/575] Compiling SystemPackage UtilConsumers.swift
[128/592] Wrapping AST for InternalCollectionsUtilities for debugging
[130/601] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[131/601] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[132/641] Emitting module SwiftASN1
[133/645] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[134/645] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[135/645] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[136/645] Compiling OrderedCollections OrderedDictionary+Values.swift
[137/645] Compiling TSCLibc libc.swift
[138/645] Emitting module TSCLibc
[138/645] Compiling x509spki.c
[140/646] Compiling DequeModule Deque._UnsafeHandle.swift
[141/646] Compiling DequeModule Deque.swift
[142/646] Compiling DequeModule _DequeBuffer.swift
[143/646] Compiling DequeModule _DequeBufferHeader.swift
[146/646] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/646] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[150/646] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[151/646] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[152/646] Compiling DequeModule Deque+Testing.swift
[153/646] Compiling DequeModule Deque._Storage.swift
[157/648] Compiling DequeModule Deque+CustomReflectable.swift
[158/648] Compiling DequeModule Deque+Descriptions.swift
[158/650] Compiling x509rset.c
[163/650] Compiling x509name.c
[164/650] Wrapping AST for TSCLibc for debugging
[166/650] Compiling PackageCollectionsModel PackageCollectionModel.swift
[167/650] Compiling DequeModule Deque+Extras.swift
[168/650] Compiling DequeModule Deque+Hashable.swift
[169/650] Compiling DequeModule Deque+Equatable.swift
[170/650] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[170/650] Compiling x509cset.c
[171/650] Wrapping AST for SwiftASN1 for debugging
[173/690] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[174/690] Emitting module PackageCollectionsModel
[174/691] Wrapping AST for SystemPackage for debugging
[176/699] Compiling TSCBasic ProcessSet.swift
[177/699] Compiling TSCBasic RegEx.swift
[178/699] Compiling TSCBasic Result.swift
[179/699] Compiling TSCBasic SortedArray.swift
[180/699] Compiling TSCBasic StringConversions.swift
[181/699] Compiling TSCBasic SynchronizedQueue.swift
[182/699] Compiling TSCBasic TemporaryFile.swift
[183/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[184/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[185/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[186/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[187/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[188/706] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[189/706] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[190/706] Compiling TSCBasic EditDistance.swift
[191/706] Compiling TSCBasic FileInfo.swift
[192/706] Compiling x509_vpm.c
[194/706] Compiling _AsyncFileSystem AsyncFileSystem.swift
[195/707] Emitting module _AsyncFileSystem
[196/707] Compiling _AsyncFileSystem ReadableFileStream.swift
[197/707] Compiling _AsyncFileSystem ConcurrencySupport.swift
[198/707] Compiling _AsyncFileSystem MockFileSystem.swift
[199/707] Compiling _AsyncFileSystem OSFileSystem.swift
[200/707] Compiling TSCBasic CollectionExtensions.swift
[201/707] Compiling TSCBasic Condition.swift
[202/707] Compiling TSCBasic DeltaAlgorithm.swift
[203/707] Compiling TSCBasic DiagnosticsEngine.swift
[203/707] Compiling x509_txt.c
[205/707] Compiling _AsyncFileSystem OpenReadableFile.swift
[206/707] Compiling _AsyncFileSystem OpenWritableFile.swift
[207/707] Compiling _AsyncFileSystem WritableStream.swift
[207/708] Wrapping AST for PackageCollectionsModel for debugging
[209/708] Compiling TSCBasic Await.swift
[210/708] Compiling TSCBasic Base64URL.swift
[210/708] Compiling x509_v3.c
[216/708] Compiling TSCBasic DictionaryExtensions.swift
[217/708] Compiling TSCBasic DictionaryLiteralExtensions.swift
[219/708] Compiling x509_vfy.c
[222/708] Compiling TSCBasic FileSystem.swift
[223/708] Compiling TSCBasic GraphAlgorithms.swift
[224/708] Compiling TSCBasic HashAlgorithms.swift
[225/708] Compiling TSCBasic JSON.swift
[226/708] Compiling TSCBasic JSONMapper.swift
[227/708] Compiling TSCBasic KeyedPair.swift
[228/708] Compiling TSCBasic LazyCache.swift
[229/708] Compiling TSCBasic Lock.swift
[230/708] Compiling TSCBasic OSLog.swift
[231/708] Compiling TSCBasic ObjectIdentifierProtocol.swift
[232/708] Compiling TSCBasic OrderedDictionary.swift
[233/708] Compiling TSCBasic OrderedSet.swift
[234/708] Compiling TSCBasic Path.swift
[235/708] Compiling TSCBasic PathShims.swift
[236/708] Compiling TSCBasic Process.swift
[237/708] Compiling TSCBasic ProcessEnv.swift
[238/708] Compiling OrderedCollections OrderedSet+Initializers.swift
[239/708] Compiling OrderedCollections OrderedSet+Insertions.swift
[240/708] Compiling OrderedCollections OrderedSet+Invariants.swift
[241/708] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[242/708] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[243/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[244/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[245/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[245/708] Compiling x509_set.c
[246/708] Compiling x509_req.c
[247/708] Wrapping AST for _AsyncFileSystem for debugging
[248/708] Compiling x509_trs.c
[249/708] Compiling x509_obj.c
[253/708] Compiling TSCBasic ByteString.swift
[254/708] Compiling TSCBasic CStringArray.swift
[255/708] Compiling TSCBasic CacheableSequence.swift
[256/708] Compiling TSCBasic Closable.swift
[257/708] Compiling TSCBasic CodableResult.swift
[258/708] Compiling TSCBasic CollectionAlgorithms.swift
[259/708] Emitting module DequeModule
[259/708] Compiling x509_d2.c
[260/709] Compiling x509_def.c
[261/709] Compiling x509_lu.c
[263/709] Compiling x509_ext.c
[264/709] Compiling x509_cmp.c
[265/709] Compiling t_x509a.c
[266/709] Compiling x509_att.c
[267/709] Compiling x509.c
[268/709] Wrapping AST for DequeModule for debugging
[276/709] Emitting module TSCBasic
[276/714] Compiling t_x509.c
[282/714] Compiling rsa_pss.c
[283/714] Compiling t_crl.c
[284/714] Compiling name_print.c
[285/714] Compiling t_req.c
[286/714] Compiling i2d_pr.c
[287/714] Compiling policy.c
[288/714] Compiling a_verify.c
[289/714] Compiling algorithm.c
[290/714] Compiling by_file.c
[301/714] Compiling by_dir.c
[302/714] Compiling a_sign.c
[303/714] Compiling OrderedCollections OrderedSet+Sendable.swift
[304/714] Compiling OrderedCollections OrderedSet+SubSequence.swift
[305/714] Compiling OrderedCollections OrderedSet+Testing.swift
[306/714] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[307/714] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[308/714] Compiling OrderedCollections OrderedSet.swift
[309/714] Compiling OrderedCollections _UnsafeBitset.swift
[310/714] Compiling asn1_gen.c
[311/714] Compiling a_digest.c
[318/714] Compiling thread_win.c
[319/714] Compiling thread_pthread.c
[320/714] Compiling voprf.c
[321/714] Compiling trust_token.c
[322/714] Compiling pmbtoken.c
[323/714] Compiling thread_none.c
[324/714] Compiling thread.c
[325/714] Compiling stack.c
[327/714] Emitting module OrderedCollections
[327/715] Compiling siphash.c
[328/715] Compiling rsa_print.c
[329/715] Compiling refcount.c
[330/715] Compiling rc4.c
[331/715] Compiling rsa_asn1.c
[332/715] Compiling rsa_crypt.c
[333/715] Compiling windows.c
[335/715] Compiling trusty.c
[336/715] Compiling rand_extra.c
[337/715] Compiling ios.c
[338/715] Compiling passive.c
[339/715] Compiling getentropy.c
[340/715] Compiling poly1305_arm_asm.S
[341/715] Compiling deterministic.c
[341/715] Compiling forkunsafe.c
[343/715] Compiling pool.c
[344/715] Compiling poly1305_arm.c
[345/715] Compiling poly1305.c
[346/715] Compiling poly1305_vec.c
[347/715] Wrapping AST for OrderedCollections for debugging
[348/715] Compiling pkcs7.c
[349/715] Compiling pkcs8.c
[350/715] Compiling p5_pbev2.c
[363/715] Compiling pkcs7_x509.c
[364/715] Compiling pkcs8_x509.c
[365/715] Compiling pem_xaux.c
[366/715] Compiling pem_x509.c
[367/715] Compiling obj_xref.c
[368/715] Compiling pem_pk8.c
[369/715] Compiling pem_pkey.c
[370/715] Compiling pem_info.c
[371/715] Compiling lhash.c
[372/715] Compiling mem.c
[373/715] Compiling pem_lib.c
[375/715] Compiling TSCBasic TerminalController.swift
[376/715] Compiling TSCBasic Thread.swift
[377/715] Compiling TSCBasic Tuple.swift
[378/715] Compiling TSCBasic WritableByteStream.swift
[379/715] Compiling TSCBasic misc.swift
[379/715] Compiling kyber.c
[379/715] Compiling pem_all.c
[381/716] Compiling keccak.c
[381/716] Compiling obj.c
[383/716] Compiling x86_64-mont5-mac.mac.x86_64.S
[384/716] Compiling poly_rq_mul.S
[385/716] Compiling x86_64-mont5-linux.linux.x86_64.S
[386/716] Compiling x86_64-mont-mac.mac.x86_64.S
[387/716] Compiling x86-mont-windows.windows.x86.S
[388/716] Compiling x86_64-mont-linux.linux.x86_64.S
[389/716] Compiling x86-mont-linux.linux.x86.S
[390/716] Compiling hpke.c
[392/716] Compiling vpaes-x86_64-mac.mac.x86_64.S
[393/716] Compiling vpaes-x86-windows.windows.x86.S
[394/716] Compiling vpaes-x86_64-linux.linux.x86_64.S
[395/716] Compiling vpaes-x86-linux.linux.x86.S
[396/716] Compiling vpaes-armv8-linux.linux.aarch64.S
[397/716] Compiling vpaes-armv8-ios.ios.aarch64.S
[398/716] Compiling vpaes-armv7-linux.linux.arm.S
[399/716] Compiling sha512-x86_64-mac.mac.x86_64.S
[400/716] Compiling sha512-armv8-linux.linux.aarch64.S
[401/716] Compiling sha512-armv8-ios.ios.aarch64.S
[402/716] Compiling sha512-armv4-linux.linux.arm.S
[403/716] Compiling sha512-x86_64-linux.linux.x86_64.S
[404/716] Compiling hrss.c
[405/716] Compiling kdf.c
[406/716] Compiling sha512-armv4-ios.ios.arm.S
[407/716] Compiling sha512-586-windows.windows.x86.S
[408/716] Compiling sha512-586-linux.linux.x86.S
[409/716] Compiling sha256-x86_64-mac.mac.x86_64.S
[410/716] Compiling sha256-armv8-linux.linux.aarch64.S
[411/716] Compiling sha256-armv8-ios.ios.aarch64.S
[412/716] Compiling sha256-armv4-linux.linux.arm.S
[413/716] Compiling sha256-x86_64-linux.linux.x86_64.S
[414/716] Compiling sha256-armv4-ios.ios.arm.S
[415/716] Compiling sha256-586-windows.windows.x86.S
[416/716] Compiling sha256-586-linux.linux.x86.S
[417/716] Compiling sha1-x86_64-mac.mac.x86_64.S
[418/716] Compiling sha1-armv8-ios.ios.aarch64.S
[419/716] Compiling sha1-armv8-linux.linux.aarch64.S
[420/716] Compiling sha1-armv4-large-linux.linux.arm.S
[421/716] Compiling sha1-armv4-large-ios.ios.arm.S
[422/716] Wrapping AST for TSCBasic for debugging
[423/716] Compiling sha1-586-windows.windows.x86.S
[424/716] Compiling sha1-x86_64-linux.linux.x86_64.S
[425/716] Compiling sha1-586-linux.linux.x86.S
[426/716] Compiling rsaz-avx2-mac.mac.x86_64.S
[427/716] Compiling sha256.c
[428/716] Compiling sha1.c
[429/717] Compiling sha512.c
[430/717] Compiling fips.c
[431/717] Compiling service_indicator.c
[432/751] Compiling rsaz-avx2-linux.linux.x86_64.S
[433/751] Compiling self_check.c
[434/751] Compiling padding.c
[435/751] Compiling rdrand-x86_64-mac.mac.x86_64.S
[436/751] Compiling rsa.c
[437/751] Compiling blinding.c
[438/751] Compiling rdrand-x86_64-linux.linux.x86_64.S
[439/751] Compiling urandom.c
[440/751] Compiling ctrdrbg.c
[441/751] Compiling rsa_impl.c
[442/751] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[443/751] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[444/751] Compiling rand.c
[444/751] Compiling fork_detect.c
[446/751] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[446/751] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[448/751] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[449/751] Compiling p256-armv8-asm-linux.linux.aarch64.S
[450/751] Compiling p256-armv8-asm-ios.ios.aarch64.S
[451/751] Compiling polyval.c
[452/751] Compiling ofb.c
[453/751] Compiling md5-x86_64-mac.mac.x86_64.S
[454/751] Compiling ctr.c
[455/751] Compiling cfb.c
[456/751] Compiling md5-x86_64-linux.linux.x86_64.S
[457/751] Compiling md5.c
[458/751] Compiling cbc.c
[459/751] Compiling md5-586-linux.linux.x86.S
[460/751] Compiling md5-586-windows.windows.x86.S
[461/751] Compiling md4.c
[462/751] Compiling ghashv8-armv8-linux.linux.aarch64.S
[463/751] Compiling ghashv8-armv8-ios.ios.aarch64.S
[463/751] Compiling ghashv8-armv7-ios.ios.arm.S
[465/751] Compiling ghashv8-armv7-linux.linux.arm.S
[466/751] Compiling hkdf.c
[467/751] Compiling hmac.c
[468/751] Compiling ghash-x86_64-linux.linux.x86_64.S
[469/751] Compiling ghash-x86_64-mac.mac.x86_64.S
[470/751] Compiling ghash-x86-linux.linux.x86.S
[471/751] Compiling ghash-x86-windows.windows.x86.S
[472/751] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[473/751] Compiling ghash-ssse3-x86-linux.linux.x86.S
[474/751] Compiling ghash-ssse3-x86-windows.windows.x86.S
[475/751] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[476/751] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[477/751] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[478/751] Compiling ghash-armv4-ios.ios.arm.S
[479/751] Compiling ghash-armv4-linux.linux.arm.S
[479/751] Compiling fips_shared_support.c
[481/751] Compiling ecdh.c
[482/751] Compiling ecdsa.c
[483/751] Compiling wnaf.c
[483/751] Compiling util.c
[485/751] Compiling scalar.c
[486/751] Compiling simple.c
[487/751] Compiling p256.c
[487/751] Compiling simple_mul.c
[489/751] Compiling oct.c
[490/751] Compiling felem.c
[491/751] Compiling p224-64.c
[492/751] Compiling digest.c
[493/751] Compiling ec_montgomery.c
[493/751] Compiling digestsign.c
[496/751] Compiling TSCUtility Tracing.swift
[497/751] Compiling TSCUtility Triple.swift
[498/751] Compiling TSCUtility URL.swift
[499/751] Compiling TSCUtility Verbosity.swift
[500/751] Compiling TSCUtility Context.swift
[501/751] Compiling TSCUtility Diagnostics.swift
[502/751] Compiling TSCUtility FSWatch.swift
[503/751] Compiling TSCUtility FloatingPointExtensions.swift
[504/751] Compiling TSCUtility Git.swift
[504/755] Compiling ec_key.c
[505/755] Compiling digests.c
[506/755] Compiling ec.c
[507/755] Compiling co-586-windows.windows.x86.S
[508/755] Compiling dh.c
[509/755] Compiling co-586-linux.linux.x86.S
[510/755] Compiling e_aesccm.c
[511/755] Compiling check.c
[512/755] Compiling cmac.c
[513/755] Compiling p256-nistz.c
[515/755] Emitting module TSCUtility
[515/755] Compiling bsaes-armv7-linux.linux.arm.S
[516/755] Compiling bsaes-armv7-ios.ios.arm.S
[517/755] Compiling aead.c
[518/755] Compiling shift.c
[519/755] Compiling cipher.c
[520/755] Compiling sqrt.c
[521/755] Compiling rsaz_exp.c
[521/755] Compiling e_aes.c
[523/755] Compiling random.c
[524/755] Compiling montgomery_inv.c
[525/755] Compiling montgomery.c
[525/755] Compiling prime.c
[527/755] Compiling mul.c
[528/755] Compiling jacobi.c
[529/755] Compiling gcd_extra.c
[530/755] Compiling generic.c
[531/755] Compiling div_extra.c
[532/755] Compiling gcd.c
[533/755] Compiling div.c
[534/755] Compiling cmp.c
[535/755] Compiling ctx.c
[536/755] Compiling exponentiation.c
[537/755] Compiling bytes.c
[538/755] Compiling bn-armv8-linux.linux.aarch64.S
[539/755] Compiling bn-armv8-ios.ios.aarch64.S
[540/755] Compiling bn.c
[540/755] Compiling add.c
[542/755] Compiling bn-586-linux.linux.x86.S
[543/755] Compiling armv8-mont-linux.linux.aarch64.S
[544/755] Compiling bn-586-windows.windows.x86.S
[545/755] Compiling armv8-mont-ios.ios.aarch64.S
[546/755] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[547/755] Compiling armv4-mont-linux.linux.arm.S
[548/755] Compiling armv4-mont-ios.ios.arm.S
[549/755] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[550/755] Compiling aesv8-armv8-linux.linux.aarch64.S
[551/755] Compiling x86_64-gcc.c
[552/755] Compiling aesv8-armv7-linux.linux.arm.S
[553/755] Compiling aesv8-armv8-ios.ios.aarch64.S
[554/755] Compiling aesv8-armv7-ios.ios.arm.S
[556/755] Compiling TSCUtility OSLog.swift
[557/755] Compiling TSCUtility OrderedZip.swift
[558/755] Compiling TSCUtility PkgConfig.swift
[559/755] Compiling TSCUtility Platform.swift
[560/755] Compiling TSCUtility PolymorphicCodable.swift
[561/755] Compiling TSCUtility Hex.swift
[562/755] Compiling TSCUtility IndexStore.swift
[563/755] Compiling TSCUtility InterruptHandler.swift
[564/755] Compiling TSCUtility JSONMessageStreamingParser.swift
[565/755] Compiling TSCUtility Netrc.swift
[566/755] Compiling TSCUtility Bitstream.swift
[567/755] Compiling TSCUtility BitstreamReader.swift
[568/755] Compiling TSCUtility BitstreamWriter.swift
[569/755] Compiling TSCUtility BuildFlags.swift
[570/755] Compiling TSCUtility CollectionExtensions.swift
[571/755] Compiling TSCUtility Archiver.swift
[572/755] Compiling TSCUtility ArgumentParser.swift
[573/755] Compiling TSCUtility ArgumentParserShellCompletion.swift
[574/755] Compiling TSCUtility Array+Extensions.swift
[575/755] Compiling TSCUtility Bits.swift
[575/755] Compiling aesni-x86-linux.linux.x86.S
[576/755] Compiling aesni-x86_64-mac.mac.x86_64.S
[577/755] Compiling aesni-x86-windows.windows.x86.S
[578/755] Compiling aesni-x86_64-linux.linux.x86_64.S
[579/755] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[580/755] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[581/755] Compiling key_wrap.c
[582/755] Compiling mode_wrappers.c
[583/755] Compiling sign.c
[584/755] Compiling TSCUtility Version.swift
[585/755] Compiling TSCUtility Versioning.swift
[587/755] Compiling TSCUtility dlopen.swift
[588/755] Compiling TSCUtility misc.swift
[588/755] Compiling aes.c
[589/755] Compiling ex_data.c
[590/755] Compiling pbkdf.c
[591/755] Compiling aes_nohw.c
[591/755] Compiling scrypt.c
[593/755] Compiling p_x25519.c
[594/755] Compiling print.c
[595/755] Compiling p_x25519_asn1.c
[596/755] Compiling p_rsa_asn1.c
[597/755] Compiling p_ed25519.c
[598/755] Compiling p_ed25519_asn1.c
[599/755] Compiling p_hkdf.c
[600/755] Compiling p_ec_asn1.c
[601/755] Compiling p_rsa.c
[602/755] Compiling p_ec.c
[603/755] Compiling err_data.c
[604/755] Compiling p_dsa_asn1.c
[605/755] Compiling evp_ctx.c
[606/755] Compiling engine.c
[607/755] Compiling evp.c
[607/755] Compiling err.c
[609/755] Compiling evp_asn1.c
[610/755] Compiling ecdh_extra.c
[611/755] Compiling ecdsa_asn1.c
[612/755] Compiling hash_to_curve.c
[612/755] Compiling ec_derive.c
[614/755] Compiling dsa_asn1.c
[615/755] Compiling ec_asn1.c
[616/755] Compiling dsa.c
[617/755] Compiling params.c
[619/755] Compiling TSCUtility ProgressAnimation.swift
[620/755] Compiling TSCUtility SerializedDiagnostics.swift
[621/755] Compiling TSCUtility SimplePersistence.swift
[622/755] Compiling TSCUtility StringExtensions.swift
[623/755] Compiling TSCUtility StringMangling.swift
[623/755] Compiling digest_extra.c
[624/756] Compiling dh_asn1.c
[625/756] Compiling x25519-asm-arm.S
[626/756] Compiling spake25519.c
[627/756] Compiling crypto.c
[627/756] Compiling des.c
[629/756] Compiling cpu_arm_linux.c
[631/756] Compiling cpu_arm_freebsd.c
[632/756] Compiling cpu_intel.c
[633/756] Compiling cpu_aarch64_win.c
[634/756] Compiling cpu_aarch64_sysreg.c
[634/756] Compiling cpu_arm.c
[636/756] Compiling cpu_aarch64_openbsd.c
[637/756] Compiling cpu_aarch64_linux.c
[638/756] Compiling cpu_aarch64_fuchsia.c
[639/756] Compiling cpu_aarch64_apple.c
[640/756] Compiling curve25519.c
[641/756] Compiling e_rc4.c
[642/756] Compiling conf.c
[642/756] Compiling tls_cbc.c
[644/756] Compiling e_tls.c
[645/756] Compiling e_rc2.c
[646/756] Compiling e_null.c
[647/756] Wrapping AST for TSCUtility for debugging
[648/756] Compiling e_des.c
[649/756] Compiling derive_key.c
[649/756] Compiling e_chacha20poly1305.c
[651/756] Compiling e_aesgcmsiv.c
[652/756] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[653/756] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[654/756] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[655/756] Compiling e_aesctrhmac.c
[656/756] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[657/756] Compiling cipher_extra.c
[658/756] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[659/756] Compiling chacha-x86_64-mac.mac.x86_64.S
[660/756] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[661/756] Compiling chacha-x86-linux.linux.x86.S
[662/756] Compiling chacha-x86-windows.windows.x86.S
[663/756] Compiling chacha-x86_64-linux.linux.x86_64.S
[664/756] Compiling chacha-armv8-linux.linux.aarch64.S
[665/756] Compiling chacha.c
[666/756] Compiling chacha-armv4-linux.linux.arm.S
[667/756] Compiling chacha-armv8-ios.ios.aarch64.S
[668/756] Compiling chacha-armv4-ios.ios.arm.S
[669/756] Compiling curve25519_64_adx.c
[670/756] Compiling unicode.c
[671/756] Compiling ber.c
[672/756] Compiling asn1_compat.c
[672/756] Compiling buf.c
[674/756] Compiling bn_asn1.c
[675/756] Compiling cbb.c
[676/756] Compiling blake2.c
[676/756] Compiling convert.c
[678/756] Compiling cbs.c
[679/756] Compiling printf.c
[680/756] Compiling pair.c
[680/756] Compiling hexdump.c
[682/756] Compiling errno.c
[683/756] Compiling file.c
[684/756] Compiling fd.c
[685/756] Compiling bio_mem.c
[686/756] Compiling base64.c
[687/756] Compiling bio.c
[688/756] Compiling tasn_typ.c
[689/756] Compiling tasn_fre.c
[690/756] Compiling tasn_new.c
[690/756] Compiling tasn_utl.c
[692/756] Compiling posix_time.c
[693/756] Compiling tasn_enc.c
[694/756] Compiling f_string.c
[695/756] Compiling tasn_dec.c
[696/756] Compiling f_int.c
[697/756] Compiling asn_pack.c
[698/756] Compiling asn1_par.c
[699/756] Compiling a_utctm.c
[699/756] Compiling asn1_lib.c
[701/756] Compiling a_type.c
[702/756] Compiling a_time.c
[703/756] Compiling a_octet.c
[704/756] Compiling a_strnid.c
[705/756] Compiling a_strex.c
[706/756] Compiling a_i2d_fp.c
[706/756] Compiling a_object.c
[708/756] Compiling a_mbstr.c
[709/756] Compiling a_dup.c
[710/756] Compiling a_int.c
[711/756] Compiling CBacktrace state.c
[711/756] Compiling a_d2i_fp.c
[713/756] Compiling a_gentm.c
[714/756] Compiling a_bool.c
[715/756] Compiling CBacktrace sort.c
[716/756] Compiling CBacktrace print.c
[717/756] Compiling CBacktrace simple.c
[718/756] Compiling CBacktrace mmapio.c
[718/756] Compiling CBacktrace posix.c
[720/756] Write sources
[721/756] Compiling CBacktrace mmap.c
[721/756] Compiling CBacktrace fileline.c
[723/756] Write sources
[726/756] Compiling a_bitstr.c
[727/756] Compiling CBacktrace backtrace.c
[728/756] Compiling CBacktrace atomic.c
[729/756] Compiling CBacktrace dwarf.c
[730/761] Compiling CBacktrace elf.c
[732/828] Compiling Backtrace Demangle.swift
[733/828] Emitting module Backtrace
[734/828] Compiling Backtrace Backtrace.swift
[735/829] Wrapping AST for Backtrace for debugging
[737/829] Compiling ArgumentParserToolInfo ToolInfo.swift
[738/829] Emitting module ArgumentParserToolInfo
[739/830] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[741/830] Emitting module CryptoBoringWrapper
[742/830] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[743/831] Emitting module Basics
[744/840] Wrapping AST for ArgumentParserToolInfo for debugging
[745/840] Wrapping AST for CryptoBoringWrapper for debugging
[747/952] Compiling Crypto Insecure_HashFunctions.swift
[748/952] Compiling Crypto KEM.swift
[749/952] Compiling Crypto ECDH_boring.swift
[750/952] Compiling Crypto DH.swift
[751/952] Compiling Crypto ECDH.swift
[752/952] Compiling Crypto HKDF.swift
[753/952] Compiling Crypto AESWrap.swift
[754/952] Compiling Crypto AESWrap_boring.swift
[755/952] Compiling Crypto Ed25519_boring.swift
[756/952] Compiling Crypto EllipticCurvePoint_boring.swift
[757/952] Compiling Crypto EllipticCurve_boring.swift
[758/952] Compiling Crypto NISTCurvesKeys_boring.swift
[759/952] Compiling Crypto X25519Keys_boring.swift
[760/952] Compiling Crypto Curve25519.swift
[761/952] Compiling Crypto Ed25519Keys.swift
[762/952] Compiling Crypto NISTCurvesKeys.swift
[763/952] Compiling Crypto X25519Keys.swift
[764/952] Compiling Crypto SymmetricKeys.swift
[765/952] Compiling ArgumentParser Name.swift
[766/952] Compiling ArgumentParser Parsed.swift
[767/952] Compiling ArgumentParser ParsedValues.swift
[768/952] Compiling ArgumentParser ParserError.swift
[769/952] Compiling ArgumentParser SplitArguments.swift
[770/952] Compiling ArgumentParser DumpHelpGenerator.swift
[771/952] Compiling ArgumentParser HelpCommand.swift
[772/952] Compiling ArgumentParser HelpGenerator.swift
[773/952] Compiling ArgumentParser MessageInfo.swift
[774/952] Compiling ArgumentParser UsageGenerator.swift
[775/952] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[776/952] Compiling Crypto HPKE-KEM.swift
[777/952] Compiling Crypto HPKE-Errors.swift
[778/952] Compiling Crypto HPKE.swift
[779/952] Compiling Crypto HPKE-Context.swift
[780/952] Compiling Crypto HPKE-KeySchedule.swift
[781/952] Compiling Crypto HPKE-Modes.swift
[782/952] Compiling Crypto Insecure.swift
[783/952] Compiling ArgumentParser ParsableArguments.swift
[784/952] Compiling ArgumentParser ParsableArgumentsValidation.swift
[785/952] Compiling ArgumentParser ParsableCommand.swift
[786/952] Compiling ArgumentParser ArgumentDecoder.swift
[787/952] Compiling ArgumentParser ArgumentDefinition.swift
[788/952] Compiling ArgumentParser ArgumentSet.swift
[789/952] Compiling ArgumentParser CommandParser.swift
[790/952] Compiling ArgumentParser InputKey.swift
[791/952] Compiling ArgumentParser InputOrigin.swift
[792/952] Compiling ArgumentParser BashCompletionsGenerator.swift
[793/952] Compiling ArgumentParser CompletionsGenerator.swift
[794/952] Compiling ArgumentParser FishCompletionsGenerator.swift
[795/952] Compiling ArgumentParser ZshCompletionsGenerator.swift
[796/952] Compiling ArgumentParser Argument.swift
[797/952] Compiling ArgumentParser ArgumentHelp.swift
[798/952] Compiling ArgumentParser ArgumentVisibility.swift
[799/952] Compiling ArgumentParser CompletionKind.swift
[800/952] Compiling ArgumentParser Errors.swift
[801/952] Compiling ArgumentParser Flag.swift
[802/952] Compiling ArgumentParser NameSpecification.swift
[803/952] Compiling ArgumentParser Option.swift
[804/952] Compiling ArgumentParser OptionGroup.swift
[805/952] Compiling ArgumentParser AsyncParsableCommand.swift
[806/952] Compiling ArgumentParser CommandConfiguration.swift
[807/952] Compiling ArgumentParser CommandGroup.swift
[808/952] Compiling ArgumentParser EnumerableFlag.swift
[809/952] Compiling ArgumentParser ExpressibleByArgument.swift
[810/952] Emitting module ArgumentParser
[816/957] Compiling Crypto HMAC.swift
[817/957] Compiling Crypto MACFunctions.swift
[818/957] Compiling Crypto MessageAuthenticationCode.swift
[819/957] Compiling Crypto AES.swift
[820/957] Compiling Crypto ECDSASignature_boring.swift
[821/957] Compiling Crypto ECDSA_boring.swift
[822/957] Compiling Crypto EdDSA_boring.swift
[823/957] Compiling Crypto ECDSA.swift
[824/957] Compiling Crypto Ed25519.swift
[825/957] Compiling Crypto Signature.swift
[853/967] Compiling ArgumentParser CollectionExtensions.swift
[854/967] Compiling ArgumentParser Platform.swift
[855/967] Compiling ArgumentParser SequenceExtensions.swift
[856/967] Compiling ArgumentParser StringExtensions.swift
[857/967] Compiling ArgumentParser Tree.swift
[914/969] Wrapping AST for ArgumentParser for debugging
[915/969] Wrapping AST for Basics for debugging
[917/1019] Compiling PackageModel ArtifactsArchiveMetadata.swift
[918/1019] Compiling PackageModel BuildConfiguration.swift
[919/1019] Compiling PackageModel BuildEnvironment.swift
[920/1019] Compiling PackageModel BuildFlags.swift
[921/1019] Compiling PackageModel BuildSettings.swift
[922/1019] Compiling PackageModel DependencyMapper.swift
[923/1019] Compiling PackageModel Diagnostics.swift
[924/1019] Compiling PackageModel IdentityResolver.swift
[925/1019] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[926/1019] Compiling PackageModel Manifest+Traits.swift
[927/1019] Compiling PackageModel Manifest.swift
[928/1019] Emitting module Crypto
[929/1019] Compiling PackageModel PackageConditionDescription.swift
[930/1019] Compiling PackageModel PackageDependencyDescription.swift
[931/1019] Compiling PackageModel PlatformDescription.swift
[932/1019] Compiling PackageModel ProductDescription.swift
[933/1019] Compiling PackageModel SystemPackageProviderDescription.swift
[934/1019] Compiling PackageModel TargetBuildSettingDescription.swift
[935/1019] Compiling PackageModel TargetDescription.swift
[936/1019] Compiling PackageModel TraitConfiguration.swift
[937/1019] Compiling PackageModel TraitDescription.swift
[938/1019] Compiling PackageModel ManifestSourceGeneration.swift
[939/1019] Compiling PackageModel Sources.swift
[940/1019] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[941/1019] Compiling Crypto CryptoKitErrors_boring.swift
[942/1019] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[943/1019] Compiling Crypto RNG_boring.swift
[944/1019] Compiling Crypto SafeCompare_boring.swift
[945/1019] Compiling Crypto Zeroization_boring.swift
[946/1019] Compiling Crypto PrettyBytes.swift
[947/1019] Compiling Crypto SafeCompare.swift
[948/1019] Compiling Crypto SecureBytes.swift
[949/1019] Compiling Crypto Zeroization.swift
[950/1020] Wrapping AST for Crypto for debugging
[952/1034] Compiling PackageModel MinimumDeploymentTarget.swift
[953/1034] Compiling PackageModel BinaryModule.swift
[954/1034] Compiling PackageModel ClangModule.swift
[955/1034] Compiling PackageModel Module.swift
[956/1034] Compiling PackageModel PluginModule.swift
[957/1034] Compiling PackageModel SwiftModule.swift
[958/1034] Compiling PackageModel SystemLibraryModule.swift
[959/1041] Compiling _CryptoExtras DigestType.swift
[960/1041] Compiling _CryptoExtras Error.swift
[961/1041] Compiling _CryptoExtras PEMDocument.swift
[962/1042] Compiling _CryptoExtras BoringSSLHelpers.swift
[963/1042] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[964/1042] Emitting module _CryptoExtras
[965/1042] Compiling _CryptoExtras AES_GCM_SIV.swift
[966/1042] Compiling _CryptoExtras Block Function.swift
[967/1042] Emitting module PackageModel
[968/1042] Compiling PackageModel Registry.swift
[969/1042] Compiling PackageModel RegistryReleaseMetadata.swift
[970/1042] Compiling PackageModel Resource.swift
[971/1042] Compiling PackageModel Sanitizers.swift
[972/1042] Compiling PackageModel Snippet.swift
[973/1042] Compiling PackageModel SnippetGroup.swift
[974/1042] Compiling PackageModel PlainTextSnippetExtractor.swift
[975/1042] Compiling PackageModel ModuleMapType.swift
[976/1042] Compiling PackageModel PackageIdentity.swift
[977/1042] Compiling PackageModel PackageModel.swift
[978/1042] Compiling PackageModel PackageReference.swift
[979/1042] Compiling PackageModel Platform.swift
[980/1042] Compiling PackageModel PlatformRegistry.swift
[981/1042] Compiling PackageModel Product.swift
[982/1042] Compiling _CryptoExtras RandomBytes.swift
[983/1042] Compiling _CryptoExtras RSA_boring.swift
[984/1042] Compiling _CryptoExtras RSA_security.swift
[986/1042] Compiling PackageModel SupportedLanguageExtension.swift
[987/1042] Compiling PackageModel SwiftLanguageVersion.swift
[988/1042] Compiling PackageModel SwiftSDK.swift
[989/1042] Compiling PackageModel SwiftSDKBundle.swift
[990/1042] Compiling PackageModel SwiftSDKBundleStore.swift
[991/1042] Compiling PackageModel SwiftSDKConfigurationStore.swift
[992/1042] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[993/1042] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[994/1042] Compiling _CryptoExtras ChaCha20CTR.swift
[995/1042] Compiling _CryptoExtras RSA.swift
[996/1043] Wrapping AST for _CryptoExtras for debugging
[998/1044] Compiling PackageModel Toolchain.swift
[999/1044] Compiling PackageModel ToolchainConfiguration.swift
[1000/1044] Compiling PackageModel ToolsVersion.swift
[1001/1044] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[1002/1044] Compiling PackageModel Toolset.swift
[1003/1044] Compiling PackageModel UserToolchain.swift
[1004/1044] Compiling PackageModel WindowsToolchainInfo.swift
[1005/1131] Compiling X509 PKCS8PrivateKey.swift
[1006/1131] Compiling X509 PromiseAndFuture.swift
[1007/1131] Compiling X509 RDNAttribute.swift
[1008/1131] Compiling X509 RandomNumberGenerator+bytes.swift
[1009/1131] Compiling X509 RelativeDistinguishedName.swift
[1010/1131] Compiling X509 SEC1PrivateKey.swift
[1011/1131] Compiling X509 Signature.swift
[1012/1131] Compiling X509 SignatureAlgorithm.swift
[1013/1131] Compiling X509 AllOfPolicies.swift
[1014/1131] Compiling X509 AnyPolicy.swift
[1015/1131] Compiling X509 CertificateStore.swift
[1016/1131] Compiling X509 OneOfPolicies.swift
[1017/1143] Compiling X509 LocalityName.swift
[1018/1143] Compiling X509 OrganizationName.swift
[1019/1143] Compiling X509 OrganizationalUnitName.swift
[1020/1143] Compiling X509 StateOrProvinceName.swift
[1021/1143] Compiling X509 StreetAddress.swift
[1022/1143] Compiling X509 Error.swift
[1023/1143] Compiling X509 AuthorityInformationAccess.swift
[1024/1143] Compiling X509 CMSIssuerAndSerialNumber.swift
[1025/1143] Compiling X509 CMSOperations.swift
[1026/1143] Compiling X509 CMSSignature.swift
[1027/1143] Compiling X509 CMSSignedData.swift
[1028/1143] Compiling X509 CMSSignerIdentifier.swift
[1029/1143] Compiling X509 CMSSignerInfo.swift
[1030/1143] Compiling X509 CMSVersion.swift
[1031/1143] Compiling X509 AuthorityKeyIdentifier.swift
[1032/1143] Compiling X509 BasicConstraints.swift
[1033/1143] Compiling X509 ExtendedKeyUsage.swift
[1034/1143] Compiling X509 ExtensionIdentifiers.swift
[1035/1143] Compiling X509 KeyUsage.swift
[1036/1143] Compiling X509 NameConstraints.swift
[1037/1143] Compiling X509 CMSEncapsulatedContentInfo.swift
[1047/1144] Compiling X509 Digests.swift
[1048/1144] Compiling X509 DistinguishedName.swift
[1049/1144] Compiling X509 CommonName.swift
[1050/1144] Compiling X509 CountryName.swift
[1051/1144] Compiling X509 DNBuilder.swift
[1052/1144] Compiling X509 CSRAttribute.swift
[1053/1144] Compiling X509 CSRAttributes.swift
[1054/1144] Compiling X509 CSRVersion.swift
[1055/1144] Compiling X509 CertificateSigningRequest.swift
[1056/1144] Compiling X509 CertificationRequestInfo.swift
[1057/1144] Compiling X509 ExtensionRequest.swift
[1058/1144] Compiling X509 Certificate.swift
[1059/1144] Compiling X509 CertificatePrivateKey.swift
[1060/1144] Compiling X509 CertificatePublicKey.swift
[1061/1144] Compiling X509 CertificateSerialNumber.swift
[1062/1144] Compiling X509 CertificateVersion.swift
[1063/1144] Compiling X509 CMSAttribute.swift
[1064/1144] Compiling X509 CMSContentInfo.swift
[1064/1144] Wrapping AST for PackageModel for debugging
[1066/1148] Compiling X509 PolicyBuilder.swift
[1067/1148] Compiling X509 BasicConstraintsPolicy.swift
[1068/1148] Compiling X509 DNSNames.swift
[1069/1148] Compiling X509 DirectoryNames.swift
[1070/1148] Compiling X509 ExpiryPolicy.swift
[1071/1148] Compiling X509 IPConstraints.swift
[1072/1148] Compiling X509 NameConstraintsPolicy.swift
[1073/1148] Compiling X509 RFC5280Policy.swift
[1074/1148] Compiling X509 URIConstraints.swift
[1075/1148] Compiling X509 VersionPolicy.swift
[1076/1148] Compiling X509 ServerIdentityPolicy.swift
[1077/1148] Compiling X509 TrustRootLoading.swift
[1078/1148] Compiling X509 SubjectAlternativeName.swift
[1079/1148] Compiling X509 SubjectKeyIdentifier.swift
[1080/1148] Compiling X509 Extension.swift
[1081/1148] Compiling X509 Extensions.swift
[1082/1148] Compiling X509 ExtensionsBuilder.swift
[1083/1148] Compiling X509 GeneralName.swift
[1084/1148] Compiling X509 LockedValueBox.swift
[1085/1148] Compiling X509 BasicOCSPResponse.swift
[1086/1148] Compiling X509 DirectoryString.swift
[1087/1148] Compiling X509 OCSPCertID.swift
[1088/1148] Compiling X509 OCSPCertStatus.swift
[1089/1148] Compiling X509 OCSPExtensionID.swift
[1090/1148] Compiling X509 OCSPNonce.swift
[1091/1148] Compiling X509 OCSPPolicy.swift
[1092/1148] Compiling X509 OCSPRequest.swift
[1093/1148] Compiling X509 OCSPResponse.swift
[1094/1148] Compiling X509 OCSPResponseBytes.swift
[1095/1148] Compiling X509 OCSPResponseData.swift
[1096/1148] Compiling X509 OCSPResponseStatus.swift
[1097/1148] Compiling X509 OCSPSignature.swift
[1098/1148] Compiling X509 OCSPSingleRequest.swift
[1099/1148] Compiling X509 OCSPSingleResponse.swift
[1100/1148] Compiling X509 OCSPTBSRequest.swift
[1101/1148] Compiling X509 OCSPVersion.swift
[1115/1148] Compiling SourceControl RepositoryManager.swift
[1116/1148] Emitting module SourceControl
[1117/1148] Compiling SourceControl Repository.swift
[1118/1148] Compiling SourceControl GitRepository.swift
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/SourceControl/GitRepository.swift:786:15: error: converting non-sendable function value to '@Sendable (Array<String>.Element) -> Bool' may introduce data races
 784 |                 }
 785 |                 return string
 786 |             }.contains)
     |               `- error: converting non-sendable function value to '@Sendable (Array<String>.Element) -> Bool' may introduce data races
 787 |         }
 788 |     }
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/SourceControl/GitRepository.swift:786:15: error: converting non-escaping value to '@Sendable (Array<String>.Element) -> Bool' may allow it to escape
 784 |                 }
 785 |                 return string
 786 |             }.contains)
     |               `- error: converting non-escaping value to '@Sendable (Array<String>.Element) -> Bool' may allow it to escape
 787 |         }
 788 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-package-manager': /host/spi-builder-workspace/.build/checkouts/swift-package-manager/Package.swift:103:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 101 | let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
 102 |
 103 | let package = Package(
     |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
     |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 104 |     name: "SwiftPM",
 105 |     platforms: [
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/38] Write swift-version-24593BA9C3E375BF.txt
[3/67] Emitting module Backtrace
[4/98] Compiling SystemPackage FilePathParsing.swift
[5/98] Compiling SystemPackage FilePathString.swift
[6/100] Compiling TSCLibc libc.swift
[7/100] Compiling Backtrace Backtrace.swift
[8/100] Compiling Backtrace Demangle.swift
[9/100] Emitting module TSCLibc
[10/102] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[11/102] Compiling PackageCollectionsModel PackageCollectionModel.swift
[13/101] Compiling SystemPackage FilePathWindows.swift
[14/101] Compiling SystemPackage FilePermissions.swift
[16/101] Compiling SystemPackage FilePathTempPosix.swift
[17/101] Compiling SystemPackage FilePathTempWindows.swift
[18/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/100] Emitting module InternalCollectionsUtilities
[21/100] Emitting module CryptoBoringWrapper
[22/100] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[24/112] Compiling SwiftASN1 ASN1.swift
[25/112] Compiling SwiftASN1 BER.swift
[26/112] Compiling SwiftASN1 ASN1Any.swift
[27/112] Compiling SwiftASN1 ASN1BitString.swift
[28/112] Compiling SwiftASN1 ASN1Boolean.swift
[29/112] Compiling SwiftASN1 ASN1Identifier.swift
[30/112] Compiling SwiftASN1 ASN1Integer.swift
[31/112] Compiling SwiftASN1 ASN1Null.swift
[32/117] Compiling SystemPackage Backcompat.swift
[33/117] Compiling SystemPackage CInterop.swift
[34/117] Compiling SystemPackage Constants.swift
[35/117] Compiling SystemPackage Exports.swift
[38/117] Compiling SystemPackage Syscalls.swift
[39/117] Compiling SystemPackage WindowsSyscallAdapters.swift
[40/121] Compiling _CertificateInternals _TinyArray.swift
[41/121] Emitting module _CertificateInternals
[42/133] Compiling SwiftASN1 ObjectIdentifier.swift
[43/133] Compiling SwiftASN1 PEMDocument.swift
[44/133] Compiling SwiftASN1 TimeUtilities.swift
[45/133] Compiling SwiftASN1 UTCTime.swift
[46/146] Emitting module SystemPackage
[47/161] Compiling TSCBasic OSLog.swift
[48/161] Compiling TSCBasic ObjectIdentifierProtocol.swift
[49/161] Compiling TSCBasic OrderedDictionary.swift
[51/161] Compiling TSCBasic CollectionExtensions.swift
[52/161] Compiling TSCBasic Condition.swift
[53/161] Compiling TSCBasic DeltaAlgorithm.swift
[54/161] Compiling TSCBasic DiagnosticsEngine.swift
[55/160] Emitting module ArgumentParserToolInfo
[56/160] Compiling ArgumentParserToolInfo ToolInfo.swift
[58/234] Compiling Crypto ObjectIdentifier.swift
[59/234] Compiling Crypto ECDSASignature.swift
[60/234] Compiling Crypto PEMDocument.swift
[61/234] Compiling Crypto PKCS8PrivateKey.swift
[62/234] Compiling Crypto SEC1PrivateKey.swift
[63/234] Compiling Crypto AES-GCM.swift
[66/240] Compiling Crypto ArraySliceBigint.swift
[67/240] Compiling Crypto GeneralizedTime.swift
[70/240] Compiling Crypto ASN1Integer.swift
[71/240] Compiling Crypto ASN1Null.swift
[72/240] Compiling Crypto ASN1OctetString.swift
[73/240] Compiling Crypto ASN1Strings.swift
[74/240] Compiling Crypto HashFunctions.swift
[75/240] Compiling Crypto HashFunctions_SHA2.swift
[76/240] Compiling Crypto HPKE-AEAD.swift
[80/279] Compiling ArgumentParser BashCompletionsGenerator.swift
[81/279] Compiling ArgumentParser CompletionsGenerator.swift
[82/279] Compiling ArgumentParser FishCompletionsGenerator.swift
[83/281] Compiling ArgumentParser Errors.swift
[84/281] Compiling ArgumentParser Flag.swift
[86/281] Emitting module PackageCollectionsModel
[87/281] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[87/282] Wrapping AST for InternalCollectionsUtilities for debugging
[90/287] Compiling ArgumentParser CommandConfiguration.swift
[91/287] Compiling ArgumentParser CommandGroup.swift
[92/290] Compiling ArgumentParser NameSpecification.swift
[93/290] Compiling ArgumentParser Option.swift
[94/290] Compiling ArgumentParser OptionGroup.swift
[95/290] Compiling ArgumentParser AsyncParsableCommand.swift
[95/296] Wrapping AST for SystemPackage for debugging
[97/321] Compiling OrderedCollections OrderedDictionary+Codable.swift
[98/321] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[99/353] Compiling OrderedCollections _HashTable+Testing.swift
[100/353] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[101/353] Compiling DequeModule _DequeSlot.swift
[102/353] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/353] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[104/358] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[105/358] Compiling OrderedCollections OrderedDictionary+Elements.swift
[106/358] Compiling OrderedCollections OrderedSet+Invariants.swift
[107/358] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[108/358] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[109/358] Compiling ArgumentParser CollectionExtensions.swift
[110/358] Compiling ArgumentParser Platform.swift
[113/366] Emitting module TSCBasic
[116/366] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[117/366] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[120/366] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[121/366] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[125/366] Compiling _AsyncFileSystem AsyncFileSystem.swift
[126/367] Compiling _AsyncFileSystem OpenReadableFile.swift
[127/367] Compiling _AsyncFileSystem OSFileSystem.swift
[128/367] Emitting module _AsyncFileSystem
[129/367] Compiling _AsyncFileSystem ConcurrencySupport.swift
[130/367] Compiling _AsyncFileSystem MockFileSystem.swift
[133/367] Compiling _AsyncFileSystem WritableStream.swift
[134/367] Compiling OrderedCollections OrderedSet+Descriptions.swift
[135/367] Compiling OrderedCollections OrderedSet+Diffing.swift
[136/367] Compiling OrderedCollections OrderedSet+Equatable.swift
[137/367] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[138/367] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/367] Compiling _AsyncFileSystem OpenWritableFile.swift
[140/367] Compiling _AsyncFileSystem ReadableFileStream.swift
[141/368] Compiling Crypto HMAC.swift
[142/368] Compiling Crypto MACFunctions.swift
[143/368] Compiling Crypto MessageAuthenticationCode.swift
[144/368] Compiling Crypto AES.swift
[145/368] Compiling Crypto ECDSASignature_boring.swift
[146/368] Compiling Crypto ECDSA_boring.swift
[147/368] Compiling Crypto EdDSA_boring.swift
[148/368] Compiling Crypto ECDSA.swift
[149/368] Compiling Crypto Ed25519.swift
[150/368] Compiling Crypto Signature.swift
[151/378] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[152/378] Compiling Crypto EllipticCurvePoint_boring.swift
[153/378] Compiling Crypto EllipticCurve_boring.swift
[154/378] Compiling Crypto NISTCurvesKeys_boring.swift
[155/378] Compiling Crypto X25519Keys_boring.swift
[156/378] Compiling Crypto Curve25519.swift
[157/378] Compiling Crypto Ed25519Keys.swift
[158/378] Compiling Crypto NISTCurvesKeys.swift
[159/378] Compiling Crypto X25519Keys.swift
[160/378] Compiling Crypto SymmetricKeys.swift
[162/378] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[163/378] Compiling OrderedCollections OrderedDictionary.swift
[164/378] Compiling OrderedCollections OrderedSet+Codable.swift
[165/378] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[171/378] Compiling OrderedCollections OrderedSet+Initializers.swift
[172/378] Compiling OrderedCollections OrderedSet+Insertions.swift
[173/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[174/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[175/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[176/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[177/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[178/378] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[180/378] Compiling ArgumentParser StringExtensions.swift
[181/378] Compiling ArgumentParser Tree.swift
[182/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[183/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[184/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[185/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[186/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[203/385] Compiling ArgumentParser SequenceExtensions.swift
[219/385] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[220/385] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[221/385] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[222/385] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[223/385] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[224/385] Compiling OrderedCollections OrderedDictionary+Values.swift
[238/385] Emitting module DequeModule
[239/385] Compiling OrderedCollections _HashTable+Bucket.swift
[240/385] Compiling OrderedCollections _HashTable+BucketIterator.swift
[241/385] Compiling OrderedCollections _HashTable+Constants.swift
[242/385] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[294/386] Emitting module SwiftASN1
[296/387] Emitting module Crypto
[320/388] Emitting module ArgumentParser
[328/388] Compiling OrderedCollections OrderedSet+Sendable.swift
[329/388] Compiling OrderedCollections OrderedSet+SubSequence.swift
[330/388] Compiling OrderedCollections OrderedSet+Testing.swift
[331/388] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[332/388] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[333/388] Compiling OrderedCollections OrderedSet.swift
[334/388] Compiling OrderedCollections _UnsafeBitset.swift
[340/388] Emitting module OrderedCollections
[352/390] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[353/390] Compiling Crypto CryptoKitErrors_boring.swift
[354/390] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[355/390] Compiling Crypto RNG_boring.swift
[356/390] Compiling Crypto SafeCompare_boring.swift
[357/390] Compiling Crypto Zeroization_boring.swift
[358/390] Compiling Crypto PrettyBytes.swift
[359/390] Compiling Crypto SafeCompare.swift
[360/390] Compiling Crypto SecureBytes.swift
[361/390] Compiling Crypto Zeroization.swift
[363/403] Wrapping AST for DequeModule for debugging
[364/403] Wrapping AST for Crypto for debugging
[365/403] Wrapping AST for OrderedCollections for debugging
[366/403] Wrapping AST for SwiftASN1 for debugging
[367/403] Wrapping AST for TSCBasic for debugging
[369/438] Compiling TSCUtility BitstreamReader.swift
[370/438] Compiling TSCUtility BitstreamWriter.swift
[371/439] Compiling TSCUtility BuildFlags.swift
[372/439] Compiling TSCUtility CollectionExtensions.swift
[373/439] Compiling _CryptoExtras PEMDocument.swift
[374/439] Compiling TSCUtility Context.swift
[375/439] Compiling TSCUtility Diagnostics.swift
[376/439] Compiling _CryptoExtras RandomBytes.swift
[377/439] Compiling TSCUtility Tracing.swift
[378/439] Compiling TSCUtility Triple.swift
[379/439] Compiling TSCUtility URL.swift
[380/439] Compiling TSCUtility Verbosity.swift
[381/443] Emitting module TSCUtility
[382/443] Compiling TSCUtility Bits.swift
[383/443] Compiling TSCUtility Bitstream.swift
[384/443] Emitting module _CryptoExtras
[385/443] Compiling TSCUtility Archiver.swift
[386/443] Compiling TSCUtility ArgumentParser.swift
[387/443] Compiling TSCUtility ArgumentParserShellCompletion.swift
[388/443] Compiling TSCUtility Array+Extensions.swift
[392/444] Compiling TSCUtility FSWatch.swift
[393/444] Compiling TSCUtility FloatingPointExtensions.swift
[394/444] Compiling TSCUtility Git.swift
[395/444] Compiling TSCUtility Hex.swift
[396/444] Compiling TSCUtility IndexStore.swift
[397/444] Compiling TSCUtility InterruptHandler.swift
[398/444] Compiling TSCUtility JSONMessageStreamingParser.swift
[399/444] Compiling TSCUtility Netrc.swift
[399/444] Wrapping AST for _CryptoExtras for debugging
[401/527] Compiling X509 ExtensionRequest.swift
[402/527] Compiling X509 Certificate.swift
[403/527] Compiling X509 CertificatePrivateKey.swift
[404/527] Compiling X509 CertificatePublicKey.swift
[405/527] Compiling X509 CertificateSerialNumber.swift
[406/532] Compiling X509 OCSPSingleRequest.swift
[407/532] Compiling X509 OCSPSingleResponse.swift
[408/532] Compiling X509 OCSPTBSRequest.swift
[409/532] Compiling X509 OCSPVersion.swift
[410/532] Compiling X509 AuthorityKeyIdentifier.swift
[411/532] Compiling X509 BasicConstraints.swift
[412/532] Compiling X509 ExtendedKeyUsage.swift
[413/532] Compiling X509 ExtensionIdentifiers.swift
[414/532] Compiling X509 KeyUsage.swift
[415/532] Compiling X509 NameConstraints.swift
[416/532] Compiling X509 OCSPNonce.swift
[417/532] Compiling X509 OCSPPolicy.swift
[418/532] Compiling X509 OCSPRequest.swift
[419/532] Compiling X509 OCSPResponse.swift
[420/532] Compiling X509 CSRAttribute.swift
[421/532] Compiling X509 CSRAttributes.swift
[422/532] Compiling X509 CSRVersion.swift
[423/532] Compiling X509 CertificateSigningRequest.swift
[424/532] Compiling X509 CertificationRequestInfo.swift
[425/533] Wrapping AST for TSCUtility for debugging
[427/597] Compiling Basics Archiver.swift
[428/597] Compiling Basics TarArchiver.swift
[429/597] Compiling Basics UniversalArchiver.swift
[430/597] Compiling Basics ZipArchiver.swift
[431/597] Compiling Basics AuthorizationProvider.swift
[432/597] Compiling Basics Cancellator.swift
[433/597] Compiling Basics ByteString+Extensions.swift
[434/597] Compiling Basics Dictionary+Extensions.swift
[435/597] Compiling Basics IdentifiableSet.swift
[436/597] Compiling Basics String+Extensions.swift
[437/597] Compiling Basics AsyncProcess.swift
[438/597] Compiling Basics ConcurrencyHelpers.swift
[439/597] Compiling Basics NSLock+Extensions.swift
[440/609] Emitting module Basics
[441/609] Compiling Basics LegacyHTTPClientRequest.swift
[442/609] Compiling Basics URLSessionHTTPClient.swift
[443/609] Compiling Basics ImportScanning.swift
[444/609] Compiling Basics JSON+Extensions.swift
[445/609] Compiling Basics JSONDecoder+Extensions.swift
[446/609] Compiling Basics Netrc.swift
[447/609] Compiling Basics OSSignpost.swift
[448/609] Compiling Basics Observability.swift
[449/609] Compiling Basics NinjaProgressAnimation.swift
[450/618] Compiling Basics NativePathExtensions.swift
[451/618] Compiling Basics RelativePath.swift
[452/618] Compiling Basics TSCAdapters.swift
[453/618] Compiling Basics TemporaryFile.swift
[454/618] Compiling Basics VFSOverlay.swift
[455/618] Compiling Basics VirtualFileSystem.swift
[456/618] Compiling Basics AdjacencyMatrix.swift
[457/618] Compiling Basics DirectedGraph.swift
[458/618] Compiling Basics GraphAlgorithms.swift
[459/618] Compiling Basics UndirectedGraph.swift
[460/618] Compiling Basics HTTPClient.swift
[461/618] Compiling Basics HTTPClientConfiguration.swift
[462/618] Compiling Basics HTTPClientError.swift
[463/618] Compiling Basics HTTPClientHeaders.swift
[464/618] Compiling Basics HTTPClientRequest.swift
[465/618] Compiling Basics HTTPClientResponse.swift
[466/618] Compiling Basics HTTPMethod.swift
[467/618] Compiling Basics LegacyHTTPClient.swift
[468/618] Compiling Basics PercentProgressAnimation.swift
[469/618] Compiling Basics ProgressAnimationProtocol.swift
[470/618] Compiling Basics SingleLinePercentProgressAnimation.swift
[471/618] Compiling Basics ThrottledProgressAnimation.swift
[472/618] Compiling Basics SQLite.swift
[473/618] Compiling Basics SQLiteBackedCache.swift
[474/618] Compiling Basics Sandbox.swift
[475/618] Compiling Basics SendableTimeInterval.swift
[476/618] Compiling Basics SerializedJSON.swift
[477/618] Compiling Basics SourceControlURL.swift
[478/618] Compiling Basics SwiftVersion.swift
[479/618] Compiling Basics TestingLibrary.swift
[480/618] Compiling Basics Triple+Basics.swift
[481/618] Compiling Basics URL.swift
[482/618] Compiling Basics Triple+Platforms.swift
[483/618] Compiling Basics Triple.swift
[484/618] Compiling Basics Version+Extensions.swift
[485/618] Compiling Basics WritableByteStream+Extensions.swift
[486/618] Compiling X509 VersionPolicy.swift
[487/618] Compiling X509 ServerIdentityPolicy.swift
[488/618] Compiling X509 TrustRootLoading.swift
[502/618] Compiling Basics TokenBucket.swift
[503/618] Compiling Basics DispatchTimeInterval+Extensions.swift
[504/618] Compiling Basics Environment.swift
[505/618] Compiling Basics EnvironmentKey.swift
[506/618] Compiling Basics EnvironmentShims.swift
[507/618] Compiling Basics Errors.swift
[508/618] Compiling Basics AbsolutePath.swift
[509/618] Compiling Basics FileSystem+Extensions.swift
[510/618] Compiling Basics InMemoryFileSystem.swift
[524/618] Compiling Basics SendableBox.swift
[525/618] Compiling Basics ThreadSafeArrayStore.swift
[526/618] Compiling Basics ThreadSafeBox.swift
[527/618] Compiling Basics ThreadSafeKeyValueStore.swift
[528/618] Compiling Basics ThrowingDefer.swift
[541/618] Compiling X509 PKCS8PrivateKey.swift
[542/618] Compiling X509 PromiseAndFuture.swift
[543/618] Compiling X509 RDNAttribute.swift
[544/618] Compiling X509 RandomNumberGenerator+bytes.swift
[545/618] Compiling X509 RelativeDistinguishedName.swift
[546/618] Compiling X509 SEC1PrivateKey.swift
[547/618] Compiling X509 Signature.swift
[548/618] Compiling X509 SignatureAlgorithm.swift
[549/618] Compiling X509 AllOfPolicies.swift
[550/618] Compiling X509 AnyPolicy.swift
[551/618] Compiling X509 CertificateStore.swift
[552/618] Compiling X509 OneOfPolicies.swift
[578/618] Emitting module X509
[589/619] Compiling X509 UnverifiedChain.swift
[590/619] Compiling X509 VerificationDiagnostic.swift
[591/619] Compiling X509 Verifier.swift
[592/619] Compiling X509 VerifierPolicy.swift
[593/619] Compiling X509 AlgorithmIdentifier.swift
[594/619] Compiling X509 ECDSASignature.swift
[595/619] Compiling X509 RSAPKCS1PublicKey.swift
[596/619] Compiling X509 SubjectPublicKeyInfo.swift
[597/619] Compiling X509 TBSCertificate.swift
[598/619] Compiling X509 Time.swift
[599/619] Compiling X509 TimeCalculations.swift
[600/619] Compiling X509 Validity.swift
[601/619] Wrapping AST for X509 for debugging
[603/677] Compiling PackageCollectionsSigning Utilities.swift
[604/677] Compiling PackageCollectionsSigning Base64URL.swift
[605/677] Compiling PackageCollectionsSigning Signature.swift
[606/677] Compiling PackageCollectionsSigning CertificatePolicy.swift
[607/677] Emitting module PackageCollectionsSigning
[608/677] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[609/677] Compiling PackageCollectionsSigning X509Extensions.swift
[610/677] Compiling PackageCollectionsSigning embedded_resources.swift
[611/678] Wrapping AST for PackageCollectionsSigning for debugging
[613/678] Compiling PackageModel MinimumDeploymentTarget.swift
[614/678] Compiling PackageModel BinaryModule.swift
[615/678] Compiling PackageModel ClangModule.swift
[616/678] Compiling PackageModel Module.swift
[617/678] Compiling PackageModel PluginModule.swift
[618/678] Compiling PackageModel SwiftModule.swift
[619/678] Compiling PackageModel SystemLibraryModule.swift
[620/678] Compiling PackageModel ModuleMapType.swift
[621/678] Compiling PackageModel PackageIdentity.swift
[622/678] Compiling PackageModel PackageModel.swift
[623/678] Compiling PackageModel PackageReference.swift
[624/678] Compiling PackageModel Platform.swift
[625/678] Compiling PackageModel PlatformRegistry.swift
[626/678] Compiling PackageModel Product.swift
[627/685] Compiling PackageModel Registry.swift
[628/685] Compiling PackageModel RegistryReleaseMetadata.swift
[629/685] Compiling PackageModel Resource.swift
[630/685] Compiling PackageModel Sanitizers.swift
[631/685] Compiling PackageModel Snippet.swift
[632/685] Compiling PackageModel SnippetGroup.swift
[633/685] Compiling PackageModel PlainTextSnippetExtractor.swift
[634/685] Compiling PackageModel Sources.swift
[635/685] Compiling PackageModel SupportedLanguageExtension.swift
[636/685] Compiling PackageModel SwiftLanguageVersion.swift
[637/685] Compiling PackageModel SwiftSDK.swift
[638/685] Compiling PackageModel SwiftSDKBundle.swift
[639/685] Compiling PackageModel SwiftSDKBundleStore.swift
[640/685] Compiling PackageModel SwiftSDKConfigurationStore.swift
[641/685] Compiling PackageModel Toolchain.swift
[642/685] Compiling PackageModel ToolchainConfiguration.swift
[643/685] Compiling PackageModel ToolsVersion.swift
[644/685] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[645/685] Compiling PackageModel Toolset.swift
[646/685] Compiling PackageModel UserToolchain.swift
[647/685] Compiling PackageModel WindowsToolchainInfo.swift
[648/685] Emitting module PackageModel
[649/685] Compiling PackageModel IdentityResolver.swift
[650/685] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[651/685] Compiling PackageModel Manifest+Traits.swift
[652/685] Compiling PackageModel Manifest.swift
[653/685] Compiling PackageModel PackageConditionDescription.swift
[654/685] Compiling PackageModel PackageDependencyDescription.swift
[655/685] Compiling PackageModel PlatformDescription.swift
[656/685] Compiling PackageModel ArtifactsArchiveMetadata.swift
[657/685] Compiling PackageModel BuildConfiguration.swift
[658/685] Compiling PackageModel BuildEnvironment.swift
[659/685] Compiling PackageModel BuildFlags.swift
[660/685] Compiling PackageModel BuildSettings.swift
[661/685] Compiling PackageModel DependencyMapper.swift
[662/685] Compiling PackageModel Diagnostics.swift
[663/685] Compiling PackageModel ProductDescription.swift
[664/685] Compiling PackageModel SystemPackageProviderDescription.swift
[665/685] Compiling PackageModel TargetBuildSettingDescription.swift
[666/685] Compiling PackageModel TargetDescription.swift
[667/685] Compiling PackageModel TraitConfiguration.swift
[668/685] Compiling PackageModel TraitDescription.swift
[669/685] Compiling PackageModel ManifestSourceGeneration.swift
[671/689] Compiling SourceControl Repository.swift
[672/689] Compiling SourceControl RepositoryManager.swift
[673/689] Emitting module SourceControl
[674/689] Compiling SourceControl GitRepository.swift
[675/690] Wrapping AST for SourceControl for debugging
[677/714] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[678/714] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[679/714] Compiling PackageCollections PackageCollectionsStorage.swift
[680/717] Emitting module PackageCollections
[681/717] Compiling PackageCollections API.swift
[682/717] Compiling PackageCollections CVE.swift
[683/717] Compiling PackageCollections Collection.swift
[684/717] Compiling PackageCollections License.swift
[685/717] Compiling PackageCollections JSONPackageCollectionProvider.swift
[686/717] Compiling PackageCollections PackageCollectionProvider.swift
[687/717] Compiling PackageCollections PackageMetadataProvider.swift
[688/717] Compiling PackageCollections PackageCollections+Validation.swift
[689/717] Compiling PackageCollections PackageCollections.swift
[690/717] Compiling PackageCollections PackageIndex+Configuration.swift
[691/717] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[692/717] Compiling PackageCollections PackageCollections+Configuration.swift
[693/717] Compiling PackageCollections PackageCollections+Storage.swift
[694/717] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[695/717] Compiling PackageCollections Trie.swift
[696/717] Compiling PackageCollections Utility.swift
[697/717] Compiling PackageCollections PackageList.swift
[698/717] Compiling PackageCollections PackageTypes.swift
[699/717] Compiling PackageCollections Search.swift
[700/717] Compiling PackageCollections TargetListResult.swift
[701/717] Compiling PackageCollections PackageIndex.swift
[702/717] Compiling PackageCollections PackageIndexAndCollections.swift
[703/717] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[704/718] Wrapping AST for PackageCollections for debugging
[706/725] Compiling Utilities Logging.swift
[707/725] Compiling Utilities Shell.swift
[708/725] Compiling Utilities Path.swift
[709/725] Compiling TestUtilities TestUtilities.swift
[710/725] Emitting module TestUtilities
[711/726] Emitting module Utilities
[712/726] Compiling Utilities Git.swift
[714/727] Wrapping AST for Utilities for debugging
[716/741] Emitting module PackageCollectionDiff
[717/741] Compiling PackageCollectionDiff PackageCollectionDiff.swift
/host/spi-builder-workspace/Sources/PackageCollectionDiff/PackageCollectionDiff.swift:43:19: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
41 |
42 |     public func run() throws {
43 |         Backtrace.install()
   |                   `- warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
44 |
45 |         print("Comparing collections located at \(self.collectionOnePath) and \(self.collectionTwoPath)", inColor: .cyan, verbose: self.verbose)
[718/742] Emitting module PackageCollectionValidator
[719/742] Compiling PackageCollectionValidator PackageCollectionValidate.swift
/host/spi-builder-workspace/Sources/PackageCollectionValidator/PackageCollectionValidate.swift:45:19: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 43 |
 44 |     public func run() throws {
 45 |         Backtrace.install()
    |                   `- warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 46 |
 47 |         print("Using input file located at \(self.inputPath)", inColor: .cyan, verbose: self.verbose)
[721/742] Compiling PackageCollectionGenerator PackageMetadataProvider.swift
[722/742] Emitting module PackageCollectionSigner
[723/742] Compiling PackageCollectionSigner PackageCollectionSign.swift
/host/spi-builder-workspace/Sources/PackageCollectionSigner/PackageCollectionSign.swift:57:19: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 55 |
 56 |     func _run(signer: PackageCollectionSigner?) async throws {
 57 |         Backtrace.install()
    |                   `- warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 58 |
 59 |         guard !self.certChainPaths.isEmpty else {
[724/743] Compiling PackageCollectionGenerator PackageDescription.swift
[727/744] Compiling PackageCollectionGenerator PackageCollectionExtensions.swift
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:17:1: warning: extension declares a conformance of imported type 'Collection' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 15 | import PackageCollectionsModel
 16 |
 17 | extension PackageCollectionModel.V1.Collection: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Collection' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 18 |     public var description: String {
 19 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:34:1: warning: extension declares a conformance of imported type 'Author' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 32 | }
 33 |
 34 | extension PackageCollectionModel.V1.Collection.Author: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Author' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 35 |     public var description: String {
 36 |         self.name
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:40:1: warning: extension declares a conformance of imported type 'Package' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 38 | }
 39 |
 40 | extension PackageCollectionModel.V1.Collection.Package: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Package' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 41 |     public var description: String {
 42 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:56:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 54 | }
 55 |
 56 | extension PackageCollectionModel.V1.Collection.Package.Version: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 |     public var description: String {
 58 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:72:1: warning: extension declares a conformance of imported type 'Manifest' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 70 | }
 71 |
 72 | extension PackageCollectionModel.V1.Collection.Package.Version.Manifest: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Manifest' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |     public var description: String {
 74 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:86:1: warning: extension declares a conformance of imported type 'Target' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 84 | }
 85 |
 86 | extension PackageCollectionModel.V1.Target: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Target' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 87 |     public var description: String {
 88 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:97:1: warning: extension declares a conformance of imported type 'Product' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 95 | }
 96 |
 97 | extension PackageCollectionModel.V1.Product: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Product' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 98 |     public var description: String {
 99 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:109:1: warning: extension declares a conformance of imported type 'LibraryType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
107 | }
108 |
109 | extension PackageCollectionsModel.PackageCollectionModel.V1.ProductType.LibraryType: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'LibraryType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 |     public var description: String {
111 |         "\(self.rawValue)"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:115:1: warning: extension declares a conformance of imported type 'PlatformVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
113 | }
114 |
115 | extension PackageCollectionModel.V1.PlatformVersion: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'PlatformVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
116 |     public var description: String {
117 |         "\(self.name)(\(self.version))"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:121:1: warning: extension declares a conformance of imported type 'Compatibility' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
119 | }
120 |
121 | extension PackageCollectionModel.V1.Compatibility: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Compatibility' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
122 |     public var description: String {
123 |         "(\(self.platform), \(self.swiftVersion))"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:127:1: warning: extension declares a conformance of imported type 'Platform' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
125 | }
126 |
127 | extension PackageCollectionModel.V1.Platform: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
128 |     public var description: String {
129 |         self.name
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:133:1: warning: extension declares a conformance of imported type 'License' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
131 | }
132 |
133 | extension PackageCollectionModel.V1.License: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'License' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
134 |     public var description: String {
135 |         "License(\(self.url)\(self.name.map { ", \($0)" } ?? ""))"
[728/744] Emitting module PackageCollectionGenerator
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:17:1: warning: extension declares a conformance of imported type 'Collection' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 15 | import PackageCollectionsModel
 16 |
 17 | extension PackageCollectionModel.V1.Collection: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Collection' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 18 |     public var description: String {
 19 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:34:1: warning: extension declares a conformance of imported type 'Author' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 32 | }
 33 |
 34 | extension PackageCollectionModel.V1.Collection.Author: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Author' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 35 |     public var description: String {
 36 |         self.name
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:40:1: warning: extension declares a conformance of imported type 'Package' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 38 | }
 39 |
 40 | extension PackageCollectionModel.V1.Collection.Package: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Package' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 41 |     public var description: String {
 42 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:56:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 54 | }
 55 |
 56 | extension PackageCollectionModel.V1.Collection.Package.Version: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 |     public var description: String {
 58 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:72:1: warning: extension declares a conformance of imported type 'Manifest' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 70 | }
 71 |
 72 | extension PackageCollectionModel.V1.Collection.Package.Version.Manifest: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Manifest' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |     public var description: String {
 74 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:86:1: warning: extension declares a conformance of imported type 'Target' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 84 | }
 85 |
 86 | extension PackageCollectionModel.V1.Target: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Target' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 87 |     public var description: String {
 88 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:97:1: warning: extension declares a conformance of imported type 'Product' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
 95 | }
 96 |
 97 | extension PackageCollectionModel.V1.Product: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Product' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 98 |     public var description: String {
 99 |         """
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:109:1: warning: extension declares a conformance of imported type 'LibraryType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
107 | }
108 |
109 | extension PackageCollectionsModel.PackageCollectionModel.V1.ProductType.LibraryType: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'LibraryType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 |     public var description: String {
111 |         "\(self.rawValue)"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:115:1: warning: extension declares a conformance of imported type 'PlatformVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
113 | }
114 |
115 | extension PackageCollectionModel.V1.PlatformVersion: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'PlatformVersion' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
116 |     public var description: String {
117 |         "\(self.name)(\(self.version))"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:121:1: warning: extension declares a conformance of imported type 'Compatibility' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
119 | }
120 |
121 | extension PackageCollectionModel.V1.Compatibility: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Compatibility' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
122 |     public var description: String {
123 |         "(\(self.platform), \(self.swiftVersion))"
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:127:1: warning: extension declares a conformance of imported type 'Platform' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
125 | }
126 |
127 | extension PackageCollectionModel.V1.Platform: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Platform' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
128 |     public var description: String {
129 |         self.name
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/Models/PackageCollectionExtensions.swift:133:1: warning: extension declares a conformance of imported type 'License' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
131 | }
132 |
133 | extension PackageCollectionModel.V1.License: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'License' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PackageCollectionsModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
134 |     public var description: String {
135 |         "License(\(self.url)\(self.name.map { ", \($0)" } ?? ""))"
[729/744] Compiling PackageCollectionGenerator PackageCollectionGeneratorInput.swift
[730/744] Compiling PackageCollectionGenerator GitHubPackageMetadataProvider.swift
[731/744] Compiling PackageCollectionGenerator PackageCollectionGenerate.swift
/host/spi-builder-workspace/Sources/PackageCollectionGenerator/PackageCollectionGenerate.swift:69:19: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 67 |
 68 |     public func run() async throws {
 69 |         Backtrace.install()
    |                   `- warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
 70 |
 71 |         // Parse auth tokens
[732/744] Compiling PackageCollectionGenerator PackageManifest.swift
[733/745] Wrapping AST for PackageCollectionDiff for debugging
[734/745] Write Objects.LinkFileList
[735/745] Wrapping AST for PackageCollectionGenerator for debugging
[736/745] Wrapping AST for PackageCollectionValidator for debugging
[737/745] Write Objects.LinkFileList
[739/745] Wrapping AST for PackageCollectionSigner for debugging
[740/745] Write Objects.LinkFileList
[741/745] Linking package-collection-diff
[742/745] Linking package-collection-generate
[743/745] Linking package-collection-validate
[744/745] Linking package-collection-sign
Build complete! (62.30s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.