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.0 for Linux on 22 Mar 2025 01:53:39 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-package-collection-generator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftlang/swift-package-collection-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad1b727 Merge pull request #69 from tuist/fix/build-issues
Cloned https://github.com/swiftlang/swift-package-collection-generator.git
Revision (git rev-parse @):
ad1b7278a6c53c899fed7628623569ce2c41663b
SUCCESS checkout https://github.com/swiftlang/swift-package-collection-generator.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-package-manager.git
[1/148673] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (11.80s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/28896] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (1.83s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6685] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.37s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/33728] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (1.55s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/69547] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.44s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-system.git
[1/104] Fetching swift-toolchain-sqlite
[20/5905] Fetching swift-toolchain-sqlite, swift-certificates
[717/10126] Fetching swift-toolchain-sqlite, swift-certificates, swift-system
[4710/22976] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-crypto
[9503/38871] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-crypto, swift-collections
[12904/53578] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-crypto, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
[16867/49357] Fetching swift-toolchain-sqlite, swift-certificates, swift-crypto, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
Fetching https://github.com/swift-server/swift-backtrace.git
[12665/43556] Fetching swift-toolchain-sqlite, swift-crypto, swift-collections, swift-argument-parser
[25753/44187] Fetching swift-toolchain-sqlite, swift-crypto, swift-collections, swift-argument-parser, swift-backtrace
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.27s)
[26553/43556] Fetching swift-toolchain-sqlite, swift-crypto, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.49s)
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.84s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.86s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (0.70s)
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.71s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.3 (1.75s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.58s)
Fetching https://github.com/apple/swift-asn1.git
[1/1547] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.33s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.58s)
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at main (5aa5558)
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/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at main (db9fef2)
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 (d4ec771)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at main (55c358a)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at main (60522e2)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/497] Write sources
[13/497] Compiling CBacktrace simple.c
[14/497] Write sources
[14/497] Compiling CBacktrace print.c
[15/497] Write sources
[15/497] Compiling CBacktrace posix.c
[20/497] Compiling CBacktrace mmapio.c
[21/497] Write sources
[32/497] Compiling CBacktrace mmap.c
[33/497] Compiling TSCclibc libc.c
[34/497] Compiling CBacktrace fileline.c
[35/497] Compiling TSCclibc strerror.c
[36/497] Compiling TSCclibc process.c
[37/497] Compiling CSystem shims.c
[38/497] Compiling fiat_curve25519_adx_square.S
[39/497] Compiling fiat_curve25519_adx_mul.S
[40/497] Compiling CBacktrace elf.c
[41/497] Write swift-version-24593BA9C3E375BF.txt
[42/497] Compiling v3_skey.c
[43/497] Compiling v3_utl.c
[44/497] Compiling CCryptoBoringSSLShims shims.c
[45/497] Compiling v3_pmaps.c
[46/497] Compiling v3_purp.c
[47/497] Compiling v3_prn.c
[48/497] Compiling v3_ocsp.c
[48/497] Compiling v3_pcons.c
[50/511] Compiling v3_lib.c
[51/564] Compiling v3_ncons.c
[52/566] Compiling v3_int.c
[53/566] Compiling v3_info.c
[55/566] Emitting module _CertificateInternals
[55/566] Compiling v3_genn.c
[56/566] Compiling v3_ia5.c
[57/566] Compiling v3_enum.c
[58/566] Compiling v3_extku.c
[59/566] Compiling v3_crld.c
[60/566] Compiling v3_cpols.c
[61/566] Compiling v3_conf.c
[62/566] Compiling v3_bitst.c
[64/566] Emitting module InternalCollectionsUtilities
[64/568] Compiling v3_bcons.c
[65/568] Compiling v3_alt.c
[66/568] Compiling v3_akeya.c
[67/568] Compiling v3_akey.c
[68/568] Compiling x_x509a.c
[69/568] Compiling x_val.c
[70/568] Compiling x_x509.c
[71/568] Compiling x_spki.c
[72/568] Compiling x_sig.c
[73/568] Compiling x_req.c
[74/568] Compiling x_pkey.c
[75/568] Compiling x_pubkey.c
[77/568] Emitting module PackageCollectionsModel
[77/568] Compiling x_name.c
[78/568] Compiling x_info.c
[79/568] Compiling x_exten.c
[80/568] Compiling x_crl.c
[81/568] Compiling x_attrib.c
[82/568] Compiling x_all.c
[83/568] Compiling x_algor.c
[84/568] Compiling x509spki.c
[85/568] Compiling x509rset.c
[86/568] Compiling x509name.c
[87/568] Compiling x509cset.c
[88/568] Compiling x509_vpm.c
[89/568] Compiling x509_vfy.c
[90/568] Compiling x509_txt.c
[91/568] Compiling x509_v3.c
[92/568] Compiling x509_trs.c
[93/568] Compiling x509_set.c
[94/568] Compiling x509_req.c
[95/568] Compiling x509_obj.c
[96/568] Compiling x509_lu.c
[97/568] Compiling x509_ext.c
[98/568] Compiling x509_def.c
[100/568] Compiling _CertificateInternals _TinyArray.swift
[100/569] Compiling x509_d2.c
[102/569] Emitting module SystemPackage
[103/572] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[104/572] Compiling InternalCollectionsUtilities Specialize.swift
[107/574] Compiling InternalCollectionsUtilities UInt+reversed.swift
[109/574] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[110/574] Compiling InternalCollectionsUtilities Debugging.swift
[111/574] Compiling InternalCollectionsUtilities Descriptions.swift
[112/574] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/574] Compiling SwiftASN1 DER.swift
[114/574] Compiling SwiftASN1 Errors.swift
[116/574] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[119/574] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[120/574] Compiling InternalCollectionsUtilities Integer rank.swift
[121/574] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[122/574] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[123/574] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[130/574] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[131/574] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[132/574] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[136/574] Compiling SystemPackage MachPort.swift
[137/574] Compiling SystemPackage PlatformString.swift
[138/574] Compiling SystemPackage SystemString.swift
[151/575] Compiling x509_cmp.c
[152/575] Compiling x509.c
[153/575] Compiling x509_att.c
[154/575] Wrapping AST for _CertificateInternals for debugging
[155/575] Wrapping AST for InternalCollectionsUtilities for debugging
[157/590] Emitting module SwiftASN1
[157/590] Compiling t_x509a.c
[158/645] Compiling t_x509.c
[160/645] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/645] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/645] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/645] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/647] Compiling OrderedCollections _HashTable+Testing.swift
[165/647] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[165/647] Compiling t_req.c
[166/647] Compiling rsa_pss.c
[168/647] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[169/647] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[170/647] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[171/647] Emitting module TSCLibc
[172/647] Compiling TSCLibc libc.swift
[172/648] Compiling t_crl.c
[174/648] Compiling OrderedCollections OrderedDictionary+Codable.swift
[175/648] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[176/648] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[177/648] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[178/648] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[179/648] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[180/648] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[181/648] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[183/649] Compiling policy.c
[184/649] Compiling name_print.c
[185/649] Compiling i2d_pr.c
[186/649] Wrapping AST for TSCLibc for debugging
[188/649] Compiling DequeModule _DequeSlot.swift
[189/649] Compiling DequeModule _UnsafeWrappedBuffer.swift
[189/649] Wrapping AST for SystemPackage for debugging
[191/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[192/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[193/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[194/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[195/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[196/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[197/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[198/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[199/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[200/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[201/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[202/689] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[203/689] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[204/689] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[205/704] Compiling TSCBasic FileSystem.swift
[206/704] Compiling TSCBasic GraphAlgorithms.swift
[206/704] Compiling by_file.c
[208/704] Compiling TSCBasic DeltaAlgorithm.swift
[209/704] Compiling TSCBasic DiagnosticsEngine.swift
[210/704] Compiling TSCBasic CodableResult.swift
[211/704] Compiling TSCBasic CollectionAlgorithms.swift
[212/704] Compiling TSCBasic CollectionExtensions.swift
[213/704] Compiling TSCBasic Condition.swift
[213/704] Compiling by_dir.c
[214/704] Compiling asn1_gen.c
[216/704] Compiling _AsyncFileSystem ConcurrencySupport.swift
[217/704] Compiling _AsyncFileSystem AsyncFileSystem.swift
[218/704] Compiling _AsyncFileSystem MockFileSystem.swift
[219/704] Emitting module _AsyncFileSystem
[220/705] Compiling TSCBasic Await.swift
[221/705] Compiling TSCBasic Base64URL.swift
[224/705] Compiling TSCBasic ByteString.swift
[225/705] Compiling TSCBasic CStringArray.swift
[226/705] Compiling TSCBasic CacheableSequence.swift
[227/705] Compiling TSCBasic Closable.swift
[230/705] Compiling _AsyncFileSystem ReadableFileStream.swift
[231/705] Compiling _AsyncFileSystem OpenReadableFile.swift
[232/705] Compiling _AsyncFileSystem OpenWritableFile.swift
[232/705] Compiling algorithm.c
[234/705] Compiling _AsyncFileSystem WritableStream.swift
[234/705] Compiling a_verify.c
[236/705] Compiling TSCBasic SynchronizedQueue.swift
[237/705] Compiling TSCBasic TemporaryFile.swift
[238/705] Compiling TSCBasic PathShims.swift
[239/705] Compiling TSCBasic Process.swift
[240/705] Compiling TSCBasic ProcessEnv.swift
[241/705] Compiling TSCBasic ProcessSet.swift
[242/705] Compiling TSCBasic RegEx.swift
[243/705] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[243/705] Compiling a_sign.c
[247/705] Compiling TSCBasic HashAlgorithms.swift
[248/705] Compiling TSCBasic JSON.swift
[249/705] Compiling TSCBasic JSONMapper.swift
[250/705] Compiling TSCBasic KeyedPair.swift
[251/705] Compiling TSCBasic LazyCache.swift
[252/705] Compiling TSCBasic Lock.swift
[253/705] Compiling TSCBasic OSLog.swift
[254/705] Compiling TSCBasic ObjectIdentifierProtocol.swift
[255/705] Compiling TSCBasic OrderedDictionary.swift
[256/705] Compiling TSCBasic OrderedSet.swift
[257/705] Compiling TSCBasic Path.swift
[258/705] Compiling TSCBasic Result.swift
[259/705] Compiling TSCBasic SortedArray.swift
[260/705] Compiling TSCBasic StringConversions.swift
[260/705] Compiling a_digest.c
[262/705] Emitting module DequeModule
[263/705] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[263/706] Compiling voprf.c
[265/706] Compiling trust_token.c
[267/706] Compiling TSCBasic DictionaryExtensions.swift
[268/706] Compiling TSCBasic DictionaryLiteralExtensions.swift
[272/707] Compiling thread_win.c
[280/712] Compiling PackageCollectionsModel PackageCollectionModel.swift
[280/712] Compiling thread_pthread.c
[281/713] Compiling pmbtoken.c
[282/713] Compiling thread.c
[283/713] Wrapping AST for DequeModule for debugging
[284/713] Compiling thread_none.c
[287/713] Compiling siphash.c
[288/713] Compiling rsa_print.c
[289/713] Compiling stack.c
[290/713] Wrapping AST for PackageCollectionsModel for debugging
[297/713] Compiling refcount.c
[298/713] Compiling rc4.c
[299/713] Compiling rsa_crypt.c
[300/713] Wrapping AST for SwiftASN1 for debugging
[301/713] Compiling rsa_asn1.c
[302/713] Compiling windows.c
[303/713] Compiling rand_extra.c
[316/713] Compiling TSCBasic EditDistance.swift
[317/713] Compiling TSCBasic FileInfo.swift
[317/713] Compiling trusty.c
[318/713] Compiling passive.c
[319/713] Compiling ios.c
[320/713] Compiling getentropy.c
[321/713] Compiling forkunsafe.c
[327/713] Compiling poly1305_arm_asm.S
[328/713] Compiling deterministic.c
[329/713] Compiling poly1305_arm.c
[330/713] Compiling pool.c
[332/713] Emitting module TSCBasic
[333/713] Compiling _AsyncFileSystem OSFileSystem.swift
[333/714] Compiling poly1305.c
[335/714] Compiling OrderedCollections OrderedSet+Sendable.swift
[336/714] Compiling OrderedCollections OrderedSet+SubSequence.swift
[337/714] Compiling OrderedCollections OrderedSet+Testing.swift
[338/714] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[339/714] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[340/714] Compiling OrderedCollections OrderedSet.swift
[341/714] Compiling OrderedCollections _UnsafeBitset.swift
[342/714] Compiling poly1305_vec.c
[343/714] Compiling pkcs7.c
[344/714] Compiling pkcs8.c
[345/714] Compiling p5_pbev2.c
[346/714] Compiling pkcs7_x509.c
[347/714] Compiling pkcs8_x509.c
[348/714] Wrapping AST for _AsyncFileSystem for debugging
[349/714] Compiling pem_xaux.c
[350/714] Compiling pem_pk8.c
[351/714] Compiling pem_x509.c
[352/714] Compiling pem_oth.c
[353/714] Compiling pem_pkey.c
[354/714] Compiling pem_info.c
[355/714] Compiling pem_lib.c
[356/714] Compiling obj_xref.c
[357/714] Compiling pem_all.c
[358/714] Compiling lhash.c
[359/714] Compiling mem.c
[360/714] Compiling kyber.c
[361/714] Compiling keccak.c
[362/714] Compiling poly_rq_mul.S
[363/714] Compiling x86_64-mont5-mac.mac.x86_64.S
[364/714] Compiling obj.c
[365/714] Compiling x86_64-mont5-linux.linux.x86_64.S
[366/714] Compiling x86_64-mont-mac.mac.x86_64.S
[367/714] Compiling hpke.c
[368/714] Compiling hrss.c
[369/714] Compiling x86-mont-windows.windows.x86.S
[370/714] Compiling x86_64-mont-linux.linux.x86_64.S
[371/714] Compiling vpaes-x86_64-mac.mac.x86_64.S
[372/714] Compiling vpaes-x86-windows.windows.x86.S
[373/714] Compiling x86-mont-linux.linux.x86.S
[374/714] Compiling vpaes-x86_64-linux.linux.x86_64.S
[375/714] Compiling vpaes-x86-linux.linux.x86.S
[376/714] Compiling vpaes-armv8-linux.linux.aarch64.S
[376/714] Compiling vpaes-armv8-ios.ios.aarch64.S
[378/714] Compiling vpaes-armv7-ios.ios.arm.S
[379/714] Compiling vpaes-armv7-linux.linux.arm.S
[381/714] Emitting module OrderedCollections
[381/714] Compiling kdf.c
[382/714] Compiling sha512-x86_64-linux.linux.x86_64.S
[383/715] Compiling sha512-x86_64-mac.mac.x86_64.S
[384/715] Compiling sha512-armv8-linux.linux.aarch64.S
[385/715] Compiling sha512-armv8-ios.ios.aarch64.S
[392/715] Compiling sha512-586-windows.windows.x86.S
[393/715] Compiling sha512-armv4-linux.linux.arm.S
[394/715] Compiling sha512-armv4-ios.ios.arm.S
[396/715] Compiling sha256-x86_64-mac.mac.x86_64.S
[397/715] Compiling sha512-586-linux.linux.x86.S
[398/715] Compiling sha256-armv8-linux.linux.aarch64.S
[399/715] Compiling sha256-armv4-linux.linux.arm.S
[400/715] Compiling sha256-armv8-ios.ios.aarch64.S
[401/715] Compiling sha256-586-windows.windows.x86.S
[402/715] Compiling sha256-armv4-ios.ios.arm.S
[403/715] Compiling sha1-x86_64-mac.mac.x86_64.S
[404/715] Compiling sha256-586-linux.linux.x86.S
[405/715] Compiling sha256-x86_64-linux.linux.x86_64.S
[406/715] Compiling sha1-armv8-linux.linux.aarch64.S
[407/715] Compiling sha1-armv8-ios.ios.aarch64.S
[408/715] Compiling sha1-armv4-large-linux.linux.arm.S
[409/715] Compiling sha1-x86_64-linux.linux.x86_64.S
[410/715] Compiling sha1-586-windows.windows.x86.S
[410/715] Compiling sha1-armv4-large-ios.ios.arm.S
[412/715] Compiling sha1-586-linux.linux.x86.S
[413/715] Compiling sha512.c
[413/715] Wrapping AST for OrderedCollections for debugging
[415/715] Compiling sha256.c
[416/715] Compiling fips.c
[417/715] Compiling service_indicator.c
[418/715] Compiling sha1.c
[419/715] Compiling rsaz-avx2-mac.mac.x86_64.S
[425/715] Compiling rsaz-avx2-linux.linux.x86_64.S
[426/715] Compiling rdrand-x86_64-mac.mac.x86_64.S
[427/715] Compiling self_check.c
[434/715] Compiling rdrand-x86_64-linux.linux.x86_64.S
[435/715] Compiling blinding.c
[436/715] Compiling rand.c
[437/715] Compiling padding.c
[438/715] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[439/715] Compiling rsa_impl.c
[440/715] Compiling rsa.c
[441/715] Compiling urandom.c
[442/715] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[443/715] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[444/715] Compiling p256-armv8-asm-linux.linux.aarch64.S
[444/715] Compiling fork_detect.c
[446/715] Compiling ctrdrbg.c
[447/715] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[448/715] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[449/715] Compiling p256-armv8-asm-ios.ios.aarch64.S
[450/715] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[451/715] Compiling gcm_nohw.c
[452/715] Compiling cfb.c
[452/715] Compiling polyval.c
[454/715] Compiling ctr.c
[455/715] Compiling ofb.c
[456/715] Compiling cbc.c
[457/715] Compiling md5-x86_64-mac.mac.x86_64.S
[458/715] Compiling gcm.c
[459/715] Compiling md5-586-linux.linux.x86.S
[459/715] Compiling md5-586-windows.windows.x86.S
[461/715] Compiling md5-x86_64-linux.linux.x86_64.S
[462/715] Compiling ghashv8-armv8-ios.ios.aarch64.S
[463/715] Compiling md5.c
[464/715] Compiling ghashv8-armv8-linux.linux.aarch64.S
[465/715] Compiling md4.c
[466/715] Compiling ghashv8-armv7-linux.linux.arm.S
[466/715] Compiling hmac.c
[466/715] Compiling hkdf.c
[469/715] Compiling ghashv8-armv7-ios.ios.arm.S
[470/715] Compiling ghash-x86_64-mac.mac.x86_64.S
[471/715] Compiling ghash-x86-windows.windows.x86.S
[472/715] Compiling ghash-x86_64-linux.linux.x86_64.S
[473/715] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[474/715] Compiling ghash-x86-linux.linux.x86.S
[475/715] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[476/715] Compiling ghash-ssse3-x86-windows.windows.x86.S
[477/715] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[478/715] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[478/715] Compiling ghash-armv4-linux.linux.arm.S
[479/715] Compiling ghash-ssse3-x86-linux.linux.x86.S
[481/715] Compiling ghash-armv4-ios.ios.arm.S
[482/715] Compiling fips_shared_support.c
[483/715] Compiling wnaf.c
[484/715] Compiling ecdsa.c
[486/715] Compiling TSCBasic TerminalController.swift
[487/715] Compiling TSCBasic Thread.swift
[488/715] Compiling TSCBasic Tuple.swift
[489/715] Compiling TSCBasic WritableByteStream.swift
[490/715] Compiling TSCBasic misc.swift
[490/715] Compiling ecdh.c
[491/715] Compiling util.c
[492/715] Compiling simple_mul.c
[493/716] Compiling scalar.c
[494/716] Compiling simple.c
[496/716] Compiling ec_montgomery.c
[497/716] Compiling felem.c
[498/716] Compiling oct.c
[499/716] Compiling ec_key.c
[500/716] Compiling p224-64.c
[501/716] Compiling p256.c
[502/716] Compiling digestsign.c
[503/716] Compiling ec.c
[504/716] Compiling digests.c
[505/716] Compiling co-586-windows.windows.x86.S
[506/716] Compiling digest.c
[507/716] Wrapping AST for TSCBasic for debugging
[508/716] Compiling dh.c
[509/716] Compiling co-586-linux.linux.x86.S
[510/716] Compiling check.c
[511/716] Compiling bsaes-armv7-linux.linux.arm.S
[512/716] Compiling cmac.c
[513/716] Compiling e_aesccm.c
[514/716] Compiling bsaes-armv7-ios.ios.arm.S
[515/716] Compiling aead.c
[516/716] Compiling cipher.c
[517/716] Compiling shift.c
[518/716] Compiling p256-nistz.c
[519/716] Compiling rsaz_exp.c
[520/717] Compiling e_aes.c
[521/717] Compiling sqrt.c
[522/732] Compiling prime.c
[523/742] Compiling random.c
[524/751] Compiling mul.c
[525/751] Compiling montgomery_inv.c
[526/751] Compiling gcd.c
[527/751] Compiling jacobi.c
[528/751] Compiling generic.c
[529/751] Compiling montgomery.c
[530/751] Compiling gcd_extra.c
[531/751] Compiling div_extra.c
[532/751] Compiling exponentiation.c
[533/751] Compiling div.c
[534/751] Compiling ctx.c
[535/751] Compiling bytes.c
[536/751] Compiling cmp.c
[537/751] Compiling bn.c
[538/751] Compiling bn-armv8-linux.linux.aarch64.S
[539/751] Compiling bn-586-windows.windows.x86.S
[539/751] Compiling bn-armv8-ios.ios.aarch64.S
[541/751] Compiling x86_64-gcc.c
[542/751] Compiling bn-586-linux.linux.x86.S
[542/751] Compiling add.c
[544/751] Compiling armv8-mont-linux.linux.aarch64.S
[545/751] Compiling armv8-mont-ios.ios.aarch64.S
[546/751] Compiling armv4-mont-linux.linux.arm.S
[547/751] Compiling armv4-mont-ios.ios.arm.S
[548/751] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[549/751] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[550/751] Compiling aesv8-armv8-ios.ios.aarch64.S
[551/751] Compiling aesv8-armv8-linux.linux.aarch64.S
[552/751] Compiling aesv8-armv7-linux.linux.arm.S
[553/751] Compiling aesv8-armv7-ios.ios.arm.S
[554/751] Compiling aesni-x86-windows.windows.x86.S
[555/751] Compiling aesni-x86_64-mac.mac.x86_64.S
[556/751] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[557/751] Compiling aesni-x86_64-linux.linux.x86_64.S
[558/751] Compiling aesni-x86-linux.linux.x86.S
[559/751] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[560/751] Compiling mode_wrappers.c
[561/751] Compiling sign.c
[562/751] Compiling aes.c
[563/751] Compiling key_wrap.c
[564/751] Compiling ex_data.c
[565/751] Compiling scrypt.c
[566/751] Compiling p_x25519.c
[567/751] Compiling pbkdf.c
[568/751] Compiling p_x25519_asn1.c
[569/751] Compiling p_rsa_asn1.c
[570/751] Compiling print.c
[571/751] Compiling aes_nohw.c
[572/751] Compiling p_ed25519_asn1.c
[573/751] Compiling p_rsa.c
[574/751] Compiling p_hkdf.c
[575/751] Compiling p_ed25519.c
[576/751] Compiling p_ec_asn1.c
[577/751] Compiling err_data.c
[578/751] Compiling p_dsa_asn1.c
[578/751] Compiling p_ec.c
[580/751] Compiling evp_asn1.c
[581/751] Compiling evp_ctx.c
[582/751] Compiling err.c
[583/751] Compiling engine.c
[584/751] Compiling evp.c
[585/751] Compiling ecdh_extra.c
[586/751] Compiling ecdsa_asn1.c
[587/751] Compiling hash_to_curve.c
[588/751] Compiling ec_derive.c
[589/751] Compiling ec_asn1.c
[590/751] Compiling dsa_asn1.c
[591/751] Compiling digest_extra.c
[592/751] Compiling dsa.c
[593/751] Compiling params.c
[594/751] Compiling dh_asn1.c
[595/751] Compiling x25519-asm-arm.S
[597/751] Compiling TSCUtility Tracing.swift
[598/751] Compiling TSCUtility Triple.swift
[598/751] Compiling spake25519.c
[600/751] Compiling TSCUtility URL.swift
[601/751] Compiling TSCUtility Verbosity.swift
[601/755] Compiling crypto.c
[602/755] Compiling cpu_arm_freebsd.c
[603/755] Compiling cpu_intel.c
[603/755] Compiling cpu_arm_linux.c
[604/755] Compiling des.c
[606/755] Compiling cpu_arm.c
[607/755] Compiling cpu_aarch64_win.c
[608/755] Compiling cpu_aarch64_openbsd.c
[609/755] Compiling cpu_aarch64_sysreg.c
[610/755] Compiling cpu_aarch64_linux.c
[611/755] Compiling cpu_aarch64_fuchsia.c
[612/755] Compiling cpu_aarch64_apple.c
[613/755] Compiling curve25519.c
[614/755] Compiling conf.c
[615/755] Compiling tls_cbc.c
[616/755] Compiling e_rc4.c
[617/755] Compiling e_tls.c
[618/755] Compiling e_rc2.c
[619/755] Compiling e_null.c
[620/755] Compiling e_chacha20poly1305.c
[621/755] Compiling e_des.c
[622/755] Compiling derive_key.c
[623/755] Compiling e_aesctrhmac.c
[624/755] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[625/755] Compiling e_aesgcmsiv.c
[626/755] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[627/755] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[628/755] Compiling cipher_extra.c
[629/755] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[630/755] Compiling curve25519_64_adx.c
[631/755] Compiling chacha-x86_64-mac.mac.x86_64.S
[631/755] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[633/755] Compiling chacha-x86_64-linux.linux.x86_64.S
[634/755] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[635/755] Compiling chacha-x86-windows.windows.x86.S
[636/755] Compiling chacha-armv8-ios.ios.aarch64.S
[637/755] Compiling chacha-armv8-linux.linux.aarch64.S
[638/755] Compiling chacha-x86-linux.linux.x86.S
[639/755] Compiling chacha.c
[640/755] Compiling chacha-armv4-linux.linux.arm.S
[641/755] Compiling chacha-armv4-ios.ios.arm.S
[642/755] Compiling unicode.c
[643/755] Compiling asn1_compat.c
[644/755] Compiling buf.c
[645/755] Compiling bn_asn1.c
[646/755] Compiling ber.c
[647/755] Compiling cbb.c
[648/755] Compiling convert.c
[649/755] Compiling cbs.c
[650/755] Compiling printf.c
[651/755] Compiling blake2.c
[652/755] Compiling pair.c
[653/755] Compiling hexdump.c
[654/755] Compiling file.c
[655/755] Compiling errno.c
[656/755] Compiling fd.c
[657/755] Compiling base64.c
[658/755] Compiling bio_mem.c
[659/755] Compiling bio.c
[660/755] Compiling tasn_fre.c
[661/755] Compiling tasn_typ.c
[663/755] Emitting module TSCUtility
[663/755] Compiling tasn_utl.c
[664/755] Compiling posix_time.c
[665/755] Compiling tasn_new.c
[667/755] Compiling TSCUtility Context.swift
[668/755] Compiling TSCUtility Diagnostics.swift
[669/755] Compiling TSCUtility FSWatch.swift
[670/755] Compiling TSCUtility FloatingPointExtensions.swift
[671/755] Compiling TSCUtility Git.swift
[671/755] Compiling tasn_enc.c
[673/755] Compiling TSCUtility Bitstream.swift
[674/755] Compiling TSCUtility BitstreamReader.swift
[675/755] Compiling TSCUtility BitstreamWriter.swift
[676/755] Compiling TSCUtility BuildFlags.swift
[677/755] Compiling TSCUtility CollectionExtensions.swift
[677/755] Compiling f_string.c
[678/755] Compiling f_int.c
[679/755] Compiling tasn_dec.c
[680/755] Compiling asn1_par.c
[681/755] Compiling asn_pack.c
[682/755] Compiling a_utctm.c
[683/755] Compiling a_octet.c
[684/755] Compiling a_time.c
[685/755] Compiling a_type.c
[686/755] Compiling a_object.c
[687/755] Compiling asn1_lib.c
[688/755] Compiling a_strex.c
[689/755] Compiling a_strnid.c
[690/755] Compiling a_i2d_fp.c
[691/755] Compiling a_mbstr.c
[693/755] Compiling TSCUtility Version.swift
[694/755] Compiling TSCUtility Versioning.swift
[695/755] Compiling TSCUtility dlopen.swift
[696/755] Compiling TSCUtility misc.swift
[696/755] Compiling a_dup.c
[696/755] Compiling a_d2i_fp.c
[698/755] Compiling a_gentm.c
[699/755] Compiling a_int.c
[700/755] Compiling CBacktrace state.c
[701/755] Write sources
[703/755] Compiling CBacktrace sort.c
[704/755] Compiling a_bool.c
[705/755] Compiling CBacktrace atomic.c
[706/755] Compiling CBacktrace backtrace.c
[707/755] Compiling a_bitstr.c
[708/755] Compiling CBacktrace dwarf.c
[710/757] Compiling TSCUtility Archiver.swift
[711/757] Compiling TSCUtility ArgumentParser.swift
[712/757] Compiling TSCUtility ArgumentParserShellCompletion.swift
[713/757] Compiling TSCUtility Array+Extensions.swift
[714/757] Compiling TSCUtility Bits.swift
[715/763] Compiling TSCUtility Hex.swift
[716/763] Compiling TSCUtility IndexStore.swift
[717/763] Compiling TSCUtility InterruptHandler.swift
[718/763] Compiling TSCUtility JSONMessageStreamingParser.swift
[719/763] Compiling TSCUtility Netrc.swift
[720/763] Compiling TSCUtility ProgressAnimation.swift
[721/763] Compiling TSCUtility SerializedDiagnostics.swift
[722/763] Compiling TSCUtility SimplePersistence.swift
[723/763] Compiling TSCUtility StringExtensions.swift
[724/763] Compiling TSCUtility StringMangling.swift
[725/763] Compiling TSCUtility OSLog.swift
[726/763] Compiling TSCUtility OrderedZip.swift
[727/763] Compiling TSCUtility PkgConfig.swift
[728/763] Compiling TSCUtility Platform.swift
[729/763] Compiling TSCUtility PolymorphicCodable.swift
[730/763] Compiling Backtrace Demangle.swift
[731/764] Compiling Backtrace Backtrace.swift
[732/764] Emitting module Backtrace
[734/765] Wrapping AST for TSCUtility for debugging
[735/765] Wrapping AST for Backtrace for debugging
[737/829] Emitting module ArgumentParserToolInfo
[738/829] Compiling ArgumentParserToolInfo ToolInfo.swift
[740/830] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[740/830] Wrapping AST for ArgumentParserToolInfo for debugging
[742/830] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[743/830] Emitting module CryptoBoringWrapper
[744/869] Wrapping AST for CryptoBoringWrapper for debugging
[746/943] Compiling Crypto EllipticCurvePoint_boring.swift
[747/943] Compiling Crypto EllipticCurve_boring.swift
[748/943] Compiling Crypto NISTCurvesKeys_boring.swift
[749/943] Compiling Crypto X25519Keys_boring.swift
[750/943] Compiling Crypto Curve25519.swift
[751/943] Compiling Crypto Ed25519Keys.swift
[752/943] Compiling Crypto NISTCurvesKeys.swift
[753/943] Compiling Crypto X25519Keys.swift
[754/943] Compiling Crypto SymmetricKeys.swift
[755/952] Emitting module Basics
[756/952] Emitting module ArgumentParser
[757/957] Compiling Crypto AES-GCM.swift
[758/957] Compiling Crypto AES-GCM_boring.swift
[759/957] Compiling Crypto ChaChaPoly_boring.swift
[760/957] Compiling Crypto ChaChaPoly.swift
[761/957] Compiling Crypto Cipher.swift
[762/957] Compiling Crypto Nonces.swift
[763/957] Compiling Crypto HPKE-LabeledExtract.swift
[764/957] Compiling Crypto HPKE-Utils.swift
[765/957] Compiling Crypto DHKEM.swift
[766/957] Compiling Crypto HPKE-KEM-Curve25519.swift
[767/957] Compiling ArgumentParser CollectionExtensions.swift
[768/957] Compiling ArgumentParser Platform.swift
[769/957] Compiling ArgumentParser SequenceExtensions.swift
[770/957] Compiling ArgumentParser StringExtensions.swift
[771/957] Compiling ArgumentParser Tree.swift
[772/957] Compiling Crypto HPKE-KeySchedule.swift
[773/967] Compiling Crypto ECDSASignature.swift
[774/967] Compiling Crypto PEMDocument.swift
[775/967] Compiling Crypto PKCS8PrivateKey.swift
[776/967] Compiling Crypto SEC1PrivateKey.swift
[777/967] Compiling Crypto SubjectPublicKeyInfo.swift
[778/967] Compiling Crypto CryptoKitErrors.swift
[779/967] Compiling Crypto Digest_boring.swift
[780/967] Compiling Crypto Digest.swift
[781/967] Compiling Crypto Digests.swift
[782/967] Compiling Crypto HashFunctions.swift
[783/967] Compiling Crypto HashFunctions_SHA2.swift
[784/967] Compiling Crypto HPKE-AEAD.swift
[785/967] Compiling Crypto HPKE-Ciphersuite.swift
[786/967] Compiling Crypto HPKE-KDF.swift
[787/967] Compiling Crypto HPKE-KexKeyDerivation.swift
[798/967] Compiling Crypto HPKE-Modes.swift
[799/967] Compiling Crypto Insecure.swift
[800/967] Compiling Crypto ASN1.swift
[801/967] Compiling Crypto ASN1Any.swift
[802/967] Compiling Crypto ASN1BitString.swift
[803/967] Compiling Crypto ASN1Boolean.swift
[804/967] Compiling Crypto ASN1Identifier.swift
[805/967] Compiling Crypto ASN1Integer.swift
[806/967] Compiling Basics SourceControlURL.swift
[807/967] Compiling Basics SwiftVersion.swift
[808/967] Compiling Basics TestingLibrary.swift
[809/967] Compiling Basics Triple+Basics.swift
[810/967] Compiling Basics URL.swift
[811/967] Compiling Basics Triple+Platforms.swift
[812/967] Compiling Basics Triple.swift
[813/967] Compiling Basics Version+Extensions.swift
[814/967] Compiling Basics WritableByteStream+Extensions.swift
[815/967] Compiling Crypto Signature.swift
[827/967] Compiling Crypto ASN1Null.swift
[828/967] Compiling Crypto ASN1OctetString.swift
[829/967] Compiling Crypto ASN1Strings.swift
[830/967] Compiling Crypto ArraySliceBigint.swift
[831/967] Compiling Crypto GeneralizedTime.swift
[832/967] Compiling Crypto ObjectIdentifier.swift
[837/967] Compiling Crypto Insecure_HashFunctions.swift
[838/967] Compiling Crypto KEM.swift
[839/967] Compiling Crypto ECDH_boring.swift
[840/967] Compiling Crypto DH.swift
[841/967] Compiling Crypto ECDH.swift
[842/967] Compiling Crypto HKDF.swift
[843/967] Compiling Crypto AESWrap.swift
[844/967] Compiling Crypto AESWrap_boring.swift
[845/967] Compiling Crypto Ed25519_boring.swift
[899/967] Emitting module Crypto
[905/968] Wrapping AST for ArgumentParser for debugging
[938/969] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[939/969] Compiling Crypto CryptoKitErrors_boring.swift
[940/969] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[941/969] Compiling Crypto RNG_boring.swift
[942/969] Compiling Crypto SafeCompare_boring.swift
[943/969] Compiling Crypto Zeroization_boring.swift
[944/969] Compiling Crypto PrettyBytes.swift
[945/969] Compiling Crypto SafeCompare.swift
[946/969] Compiling Crypto SecureBytes.swift
[947/969] Compiling Crypto Zeroization.swift
[949/970] Wrapping AST for Basics for debugging
[950/970] Wrapping AST for Crypto for debugging
[952/1033] Compiling PackageModel TargetDescription.swift
[953/1033] Compiling PackageModel TraitDescription.swift
[954/1034] Compiling PackageModel Module.swift
[955/1034] Compiling PackageModel PluginModule.swift
[956/1034] Compiling PackageModel SwiftModule.swift
[957/1034] Compiling PackageModel SystemLibraryModule.swift
[958/1034] Compiling _CryptoExtras PEMDocument.swift
[959/1034] Compiling _CryptoExtras RandomBytes.swift
[960/1034] Emitting module _CryptoExtras
[961/1034] Compiling PackageModel SystemPackageProviderDescription.swift
[962/1034] Compiling PackageModel TargetBuildSettingDescription.swift
[963/1034] Compiling PackageModel BinaryModule.swift
[964/1034] Compiling PackageModel ClangModule.swift
[965/1034] Compiling PackageModel Resource.swift
[966/1034] Compiling PackageModel Sanitizers.swift
[967/1034] Compiling PackageModel Snippet.swift
[968/1034] Compiling PackageModel SnippetGroup.swift
[969/1034] Compiling PackageModel PlainTextSnippetExtractor.swift
[970/1034] Compiling PackageModel Sources.swift
[971/1034] Compiling PackageModel SupportedLanguageExtension.swift
[972/1040] Compiling PackageModel ManifestSourceGeneration.swift
[973/1040] Compiling PackageModel MinimumDeploymentTarget.swift
[974/1041] Wrapping AST for _CryptoExtras for debugging
[976/1129] Compiling X509 Extension.swift
[977/1129] Compiling X509 Extensions.swift
[978/1129] Compiling X509 ExtensionsBuilder.swift
[979/1129] Compiling X509 GeneralName.swift
[980/1129] Compiling X509 LockedValueBox.swift
[981/1129] Compiling X509 BasicOCSPResponse.swift
[982/1129] Compiling X509 DirectoryString.swift
[983/1129] Compiling X509 StreetAddress.swift
[984/1129] Compiling X509 Error.swift
[985/1129] Compiling X509 AuthorityInformationAccess.swift
[986/1129] Compiling X509 AuthorityKeyIdentifier.swift
[987/1129] Compiling X509 BasicConstraints.swift
[988/1129] Compiling X509 ExtendedKeyUsage.swift
[989/1129] Emitting module PackageModel
[990/1129] Compiling X509 ExtensionIdentifiers.swift
[991/1129] Compiling X509 KeyUsage.swift
[992/1129] Compiling X509 NameConstraints.swift
[993/1129] Compiling X509 OCSPNonce.swift
[994/1129] Compiling X509 OCSPPolicy.swift
[995/1129] Compiling X509 OCSPRequest.swift
[996/1129] Compiling X509 SubjectAlternativeName.swift
[997/1129] Compiling X509 SubjectKeyIdentifier.swift
[1005/1129] Compiling X509 OCSPCertID.swift
[1006/1129] Compiling X509 OCSPCertStatus.swift
[1007/1129] Compiling X509 OCSPExtensionID.swift
[1008/1141] Compiling X509 PolicyBuilder.swift
[1009/1141] Compiling X509 BasicConstraintsPolicy.swift
[1010/1141] Compiling X509 DNSNames.swift
[1011/1141] Compiling X509 DirectoryNames.swift
[1012/1141] Compiling X509 ExpiryPolicy.swift
[1013/1141] Compiling X509 IPConstraints.swift
[1014/1141] Compiling X509 NameConstraintsPolicy.swift
[1015/1141] Compiling X509 RFC5280Policy.swift
[1016/1141] Compiling X509 URIConstraints.swift
[1017/1141] Compiling X509 VersionPolicy.swift
[1018/1141] Compiling X509 ServerIdentityPolicy.swift
[1019/1141] Compiling X509 TrustRootLoading.swift
[1020/1141] Compiling X509 PKCS8PrivateKey.swift
[1021/1141] Compiling X509 PromiseAndFuture.swift
[1022/1141] Compiling X509 RDNAttribute.swift
[1023/1141] Compiling X509 RandomNumberGenerator+bytes.swift
[1024/1141] Compiling X509 RelativeDistinguishedName.swift
[1025/1141] Compiling X509 SEC1PrivateKey.swift
[1026/1141] Compiling X509 Signature.swift
[1027/1141] Compiling X509 SignatureAlgorithm.swift
[1028/1141] Compiling X509 AllOfPolicies.swift
[1029/1141] Compiling X509 AnyPolicy.swift
[1030/1141] Compiling X509 CertificateStore.swift
[1031/1141] Compiling X509 OneOfPolicies.swift
[1032/1141] Compiling X509 CSRAttribute.swift
[1033/1141] Compiling X509 CSRAttributes.swift
[1034/1141] Compiling X509 CSRVersion.swift
[1035/1141] Compiling X509 CertificateSigningRequest.swift
[1036/1141] Compiling X509 CertificationRequestInfo.swift
[1037/1141] Compiling X509 ExtensionRequest.swift
[1038/1141] Compiling X509 Certificate.swift
[1039/1141] Compiling X509 CMSIssuerAndSerialNumber.swift
[1040/1141] Compiling X509 CMSOperations.swift
[1041/1141] Compiling X509 CMSSignature.swift
[1042/1141] Compiling X509 CMSSignedData.swift
[1043/1141] Compiling X509 CMSSignerIdentifier.swift
[1044/1141] Compiling X509 CMSSignerInfo.swift
[1045/1141] Compiling X509 CMSVersion.swift
[1046/1141] Compiling X509 Digests.swift
[1047/1141] Compiling X509 DistinguishedName.swift
[1048/1141] Compiling X509 CommonName.swift
[1049/1141] Compiling X509 CountryName.swift
[1050/1141] Compiling X509 DNBuilder.swift
[1053/1141] Compiling X509 CertificatePrivateKey.swift
[1054/1141] Compiling X509 CertificatePublicKey.swift
[1055/1141] Compiling X509 CertificateSerialNumber.swift
[1056/1141] Compiling X509 CertificateVersion.swift
[1057/1141] Compiling X509 CMSAttribute.swift
[1058/1141] Compiling X509 CMSContentInfo.swift
[1059/1141] Compiling X509 CMSEncapsulatedContentInfo.swift
[1060/1142] Wrapping AST for PackageModel for debugging
[1065/1142] Compiling X509 OCSPResponse.swift
[1066/1142] Compiling X509 OCSPResponseBytes.swift
[1067/1142] Compiling X509 OCSPResponseData.swift
[1068/1142] Compiling X509 OCSPResponseStatus.swift
[1069/1142] Compiling X509 OCSPSignature.swift
[1070/1142] Compiling X509 OCSPSingleRequest.swift
[1071/1142] Compiling X509 OCSPSingleResponse.swift
[1072/1142] Compiling X509 OCSPTBSRequest.swift
[1073/1142] Compiling X509 OCSPVersion.swift
[1100/1146] Compiling X509 LocalityName.swift
[1101/1146] Compiling X509 OrganizationName.swift
[1102/1146] Compiling X509 OrganizationalUnitName.swift
[1103/1146] Compiling X509 StateOrProvinceName.swift
[1113/1146] Compiling SourceControl Repository.swift
[1114/1146] Compiling SourceControl RepositoryManager.swift
[1115/1146] Emitting module SourceControl
[1116/1146] 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/38] Write swift-version-24593BA9C3E375BF.txt
[3/73] Emitting module TSCLibc
[4/83] Compiling TSCLibc libc.swift
[5/114] Compiling PackageCollectionsModel PackageCollectionModel.swift
[6/114] Compiling Backtrace Backtrace.swift
[7/114] Emitting module Backtrace
[8/114] Compiling Backtrace Demangle.swift
[9/115] Compiling SystemPackage FilePathParsing.swift
[10/115] Compiling SystemPackage FilePathString.swift
[12/116] Compiling SystemPackage FilePathWindows.swift
[13/116] Compiling SystemPackage FilePermissions.swift
[14/116] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[16/115] Compiling SystemPackage FilePathSyntax.swift
[17/115] Compiling SystemPackage FilePathTemp.swift
[18/115] Emitting module PackageCollectionsModel
[19/115] Emitting module CryptoBoringWrapper
[20/115] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[21/115] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/115] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/118] Compiling SystemPackage Errno.swift
[24/118] Compiling SystemPackage ErrnoWindows.swift
[25/118] Compiling SystemPackage FileDescriptor.swift
[26/118] Compiling SystemPackage FileHelpers.swift
[27/118] Compiling SystemPackage FileOperations.swift
[28/118] Compiling SystemPackage FilePath.swift
[30/117] Emitting module _CertificateInternals
[31/117] Compiling _CertificateInternals _TinyArray.swift
[34/120] Compiling SwiftASN1 DER.swift
[35/120] Compiling SwiftASN1 Errors.swift
[36/120] Compiling SystemPackage Constants.swift
[37/120] Compiling SystemPackage Exports.swift
[38/123] Emitting module InternalCollectionsUtilities
[40/162] Compiling TSCBasic EditDistance.swift
[41/162] Compiling TSCBasic FileInfo.swift
[42/162] Compiling TSCBasic DictionaryExtensions.swift
[43/162] Compiling TSCBasic DictionaryLiteralExtensions.swift
[46/162] Compiling TSCBasic CStringArray.swift
[47/162] Compiling TSCBasic CacheableSequence.swift
[48/162] Compiling TSCBasic Closable.swift
[49/162] Emitting module SystemPackage
[50/162] Compiling TSCBasic CodableResult.swift
[51/162] Compiling TSCBasic CollectionAlgorithms.swift
[56/162] Compiling TSCBasic CollectionExtensions.swift
[57/162] Compiling TSCBasic Condition.swift
[58/163] Compiling TSCBasic JSONMapper.swift
[59/163] Compiling TSCBasic KeyedPair.swift
[60/163] Compiling TSCBasic LazyCache.swift
[61/163] Compiling TSCBasic Lock.swift
[62/163] Compiling TSCBasic OSLog.swift
[63/163] Compiling TSCBasic ObjectIdentifierProtocol.swift
[64/163] Compiling TSCBasic OrderedDictionary.swift
[65/163] Emitting module ArgumentParserToolInfo
[66/163] Compiling ArgumentParserToolInfo ToolInfo.swift
[69/227] Compiling Crypto ASN1Null.swift
[70/227] Compiling Crypto ASN1OctetString.swift
[71/236] Compiling Crypto AES-GCM.swift
[72/236] Compiling Crypto AES-GCM_boring.swift
[73/236] Compiling Crypto ChaChaPoly_boring.swift
[74/236] Compiling Crypto ChaChaPoly.swift
[75/236] Compiling Crypto Cipher.swift
[76/236] Compiling Crypto Nonces.swift
[77/236] Compiling Crypto ASN1.swift
[78/236] Compiling Crypto ASN1Any.swift
[79/236] Compiling Crypto HashFunctions.swift
[80/236] Compiling Crypto HashFunctions_SHA2.swift
[81/236] Compiling Crypto HPKE-AEAD.swift
[82/236] Compiling Crypto ASN1BitString.swift
[83/236] Compiling Crypto ASN1Boolean.swift
[84/236] Compiling Crypto ASN1Identifier.swift
[85/236] Compiling Crypto ASN1Integer.swift
[96/245] Compiling Crypto HPKE-Utils.swift
[97/245] Compiling Crypto DHKEM.swift
[98/245] Compiling Crypto HPKE-KEM-Curve25519.swift
[99/245] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[100/245] Compiling Crypto HPKE-KEM.swift
[101/282] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/282] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/349] Compiling ArgumentParser FishCompletionsGenerator.swift
[104/349] Compiling ArgumentParser ZshCompletionsGenerator.swift
[105/351] Compiling ArgumentParser OptionGroup.swift
[106/351] Compiling ArgumentParser AsyncParsableCommand.swift
[107/351] Emitting module TSCBasic
[108/351] Compiling ArgumentParser BashCompletionsGenerator.swift
[109/351] Compiling ArgumentParser CompletionsGenerator.swift
[112/351] Compiling ArgumentParser Argument.swift
[113/351] Compiling ArgumentParser ArgumentHelp.swift
[116/359] Compiling DequeModule _DequeSlot.swift
[117/359] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/359] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[119/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[120/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[121/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[122/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[123/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[124/359] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[125/359] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[126/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[127/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[128/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[129/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[130/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[131/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[132/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[133/367] Compiling ArgumentParser Errors.swift
[134/367] Compiling ArgumentParser Flag.swift
[135/367] Compiling ArgumentParser ArgumentVisibility.swift
[136/367] Compiling ArgumentParser CompletionKind.swift
[137/367] Compiling ArgumentParser NameSpecification.swift
[138/367] Compiling ArgumentParser Option.swift
[148/367] Compiling _AsyncFileSystem AsyncFileSystem.swift
[149/367] Compiling ArgumentParser EnumerableFlag.swift
[150/367] Compiling ArgumentParser ExpressibleByArgument.swift
[151/367] Compiling ArgumentParser ParsableArguments.swift
[152/367] Compiling ArgumentParser ParsableArgumentsValidation.swift
[153/367] Compiling ArgumentParser ParsableCommand.swift
[154/367] Compiling ArgumentParser ArgumentDecoder.swift
[155/367] Compiling ArgumentParser ArgumentDefinition.swift
[156/367] Compiling ArgumentParser ArgumentSet.swift
[157/367] Compiling _AsyncFileSystem ConcurrencySupport.swift
[158/366] Emitting module _AsyncFileSystem
[159/367] Compiling _AsyncFileSystem OpenReadableFile.swift
[160/367] Compiling _AsyncFileSystem OpenWritableFile.swift
[161/367] Compiling ArgumentParser CommandParser.swift
[162/367] Compiling ArgumentParser InputKey.swift
[163/367] Compiling ArgumentParser InputOrigin.swift
[164/367] Compiling ArgumentParser Name.swift
[165/367] Compiling ArgumentParser Parsed.swift
[166/367] Compiling ArgumentParser ParsedValues.swift
[167/367] Compiling ArgumentParser ParserError.swift
[168/367] Compiling ArgumentParser SplitArguments.swift
[169/367] Compiling _AsyncFileSystem ReadableFileStream.swift
[170/367] Compiling ArgumentParser DumpHelpGenerator.swift
[171/367] Compiling ArgumentParser HelpCommand.swift
[172/367] Compiling ArgumentParser HelpGenerator.swift
[173/367] Compiling ArgumentParser MessageInfo.swift
[174/367] Compiling ArgumentParser UsageGenerator.swift
[175/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[176/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[177/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[178/367] Emitting module SwiftASN1
[181/368] Compiling _AsyncFileSystem MockFileSystem.swift
[182/368] Compiling _AsyncFileSystem OSFileSystem.swift
[185/368] Compiling OrderedCollections OrderedSet+Sendable.swift
[186/368] Compiling OrderedCollections OrderedSet+SubSequence.swift
[187/368] Compiling OrderedCollections OrderedSet+Testing.swift
[188/368] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[189/368] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[190/368] Compiling OrderedCollections OrderedSet.swift
[191/368] Compiling OrderedCollections _UnsafeBitset.swift
[192/368] Compiling Crypto X25519Keys.swift
[193/368] Compiling Crypto SymmetricKeys.swift
[194/368] Compiling Crypto HMAC.swift
[195/368] Compiling Crypto MACFunctions.swift
[196/368] Compiling Crypto MessageAuthenticationCode.swift
[197/368] Compiling Crypto AES.swift
[198/368] Compiling Crypto ECDSASignature_boring.swift
[199/368] Compiling Crypto ECDSA_boring.swift
[200/368] Compiling Crypto EdDSA_boring.swift
[201/368] Compiling Crypto ECDSA.swift
[202/368] Compiling Crypto Ed25519.swift
[203/368] Compiling Crypto Signature.swift
[204/378] Compiling _AsyncFileSystem WritableStream.swift
[217/377] Emitting module ArgumentParser
[218/382] Compiling ArgumentParser SequenceExtensions.swift
[219/382] Compiling ArgumentParser StringExtensions.swift
[220/382] Compiling ArgumentParser Tree.swift
[250/383] Emitting module DequeModule
[260/384] Emitting module Crypto
[265/384] Compiling ArgumentParser CollectionExtensions.swift
[266/384] Compiling ArgumentParser Platform.swift
[309/383] Wrapping AST for TSCBasic for debugging
[350/418] Emitting module OrderedCollections
[352/418] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[353/418] Compiling Crypto CryptoKitErrors_boring.swift
[354/418] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[355/418] Compiling Crypto RNG_boring.swift
[356/418] Compiling Crypto SafeCompare_boring.swift
[357/418] Compiling Crypto Zeroization_boring.swift
[358/418] Compiling Crypto PrettyBytes.swift
[359/418] Compiling Crypto SafeCompare.swift
[360/418] Compiling Crypto SecureBytes.swift
[361/418] Compiling Crypto Zeroization.swift
[363/419] Compiling TSCUtility Tracing.swift
[364/419] Compiling TSCUtility Triple.swift
[365/419] Compiling TSCUtility URL.swift
[366/419] Compiling TSCUtility Verbosity.swift
[367/423] Compiling TSCUtility OSLog.swift
[368/423] Compiling TSCUtility OrderedZip.swift
[369/423] Compiling TSCUtility PkgConfig.swift
[370/423] Compiling TSCUtility Platform.swift
[371/423] Compiling TSCUtility PolymorphicCodable.swift
[371/423] Wrapping AST for Crypto for debugging
[373/423] Emitting module TSCUtility
[374/423] Compiling TSCUtility Hex.swift
[375/423] Compiling TSCUtility IndexStore.swift
[376/423] Compiling TSCUtility InterruptHandler.swift
[377/423] Compiling TSCUtility JSONMessageStreamingParser.swift
[378/423] Compiling TSCUtility Netrc.swift
[379/437] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[380/437] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[381/437] Compiling _CryptoExtras AES_GCM_SIV.swift
[382/437] Compiling _CryptoExtras Block Function.swift
[383/437] Compiling _CryptoExtras DigestType.swift
[384/437] Compiling _CryptoExtras RSA_boring.swift
[385/437] Compiling _CryptoExtras RSA_security.swift
[386/437] Compiling TSCUtility FSWatch.swift
[387/437] Compiling TSCUtility FloatingPointExtensions.swift
[388/437] Compiling TSCUtility Git.swift
[389/437] Compiling _CryptoExtras Error.swift
[390/437] Compiling _CryptoExtras ChaCha20CTR.swift
[391/437] Compiling _CryptoExtras RSA.swift
[392/437] Compiling _CryptoExtras BoringSSLHelpers.swift
[393/437] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[396/438] Compiling TSCUtility Version.swift
[397/438] Compiling TSCUtility Versioning.swift
[398/438] Compiling TSCUtility dlopen.swift
[399/438] Compiling TSCUtility misc.swift
[402/438] Emitting module _CryptoExtras
[407/438] Compiling _CryptoExtras PEMDocument.swift
[408/438] Compiling TSCUtility ProgressAnimation.swift
[409/438] Compiling TSCUtility SerializedDiagnostics.swift
[410/438] Compiling TSCUtility SimplePersistence.swift
[411/438] Compiling TSCUtility StringExtensions.swift
[412/438] Compiling TSCUtility StringMangling.swift
[413/439] Compiling _CryptoExtras RandomBytes.swift
[416/439] Wrapping AST for TSCUtility for debugging
[421/591] Emitting module Basics
[422/600] Compiling X509 DistinguishedName.swift
[423/600] Compiling X509 CommonName.swift
[424/600] Compiling X509 CountryName.swift
[425/600] Compiling X509 DNBuilder.swift
[426/600] Compiling X509 CSRAttribute.swift
[427/600] Compiling X509 CSRAttributes.swift
[428/600] Compiling X509 CSRVersion.swift
[429/600] Compiling X509 CertificateSigningRequest.swift
[430/600] Compiling X509 CertificationRequestInfo.swift
[431/600] Compiling X509 AuthorityKeyIdentifier.swift
[432/600] Compiling X509 BasicConstraints.swift
[433/600] Compiling X509 ExtendedKeyUsage.swift
[434/600] Compiling X509 ExtensionIdentifiers.swift
[435/600] Compiling X509 KeyUsage.swift
[436/600] Compiling X509 NameConstraints.swift
[437/600] Compiling X509 OCSPNonce.swift
[438/600] Compiling X509 OCSPPolicy.swift
[439/600] Compiling X509 OCSPRequest.swift
[440/600] Compiling X509 OCSPCertStatus.swift
[441/600] Compiling X509 OCSPExtensionID.swift
[442/600] Compiling X509 LocalityName.swift
[443/600] Compiling X509 OrganizationName.swift
[444/600] Compiling X509 OrganizationalUnitName.swift
[445/600] Compiling X509 StateOrProvinceName.swift
[446/600] Compiling X509 StreetAddress.swift
[447/600] Compiling X509 Error.swift
[448/600] Compiling X509 AuthorityInformationAccess.swift
[449/600] Compiling X509 OCSPResponse.swift
[450/600] Compiling X509 OCSPResponseBytes.swift
[451/600] Compiling X509 OCSPResponseData.swift
[452/600] Compiling X509 OCSPResponseStatus.swift
[453/600] Compiling X509 OCSPSignature.swift
[454/600] Compiling X509 OCSPSingleRequest.swift
[455/600] Compiling X509 OCSPSingleResponse.swift
[456/600] Compiling X509 OCSPTBSRequest.swift
[457/600] Compiling X509 OCSPVersion.swift
[458/600] Compiling X509 ExtensionRequest.swift
[459/600] Compiling X509 Certificate.swift
[460/600] Compiling X509 CertificatePrivateKey.swift
[461/600] Compiling X509 CertificatePublicKey.swift
[462/600] Compiling X509 CertificateSerialNumber.swift
[463/600] Compiling X509 CertificateVersion.swift
[464/600] Compiling X509 CMSAttribute.swift
[465/600] Compiling X509 CMSContentInfo.swift
[466/600] Compiling X509 SubjectAlternativeName.swift
[467/600] Compiling X509 SubjectKeyIdentifier.swift
[468/600] Compiling X509 Extension.swift
[469/600] Compiling X509 Extensions.swift
[470/600] Compiling X509 ExtensionsBuilder.swift
[471/600] Compiling X509 GeneralName.swift
[472/600] Compiling X509 LockedValueBox.swift
[473/600] Compiling X509 BasicOCSPResponse.swift
[474/600] Compiling X509 DirectoryString.swift
[475/600] Compiling X509 OCSPCertID.swift
[476/600] Compiling X509 CMSEncapsulatedContentInfo.swift
[477/600] Compiling X509 CMSIssuerAndSerialNumber.swift
[478/600] Compiling X509 CMSOperations.swift
[479/600] Compiling X509 CMSSignature.swift
[480/600] Compiling X509 CMSSignedData.swift
[481/600] Compiling X509 CMSSignerIdentifier.swift
[482/600] Compiling X509 CMSSignerInfo.swift
[483/600] Compiling X509 CMSVersion.swift
[484/600] Compiling X509 Digests.swift
[485/600] Compiling Basics SourceControlURL.swift
[486/600] Compiling Basics SwiftVersion.swift
[487/600] Compiling Basics TestingLibrary.swift
[488/600] Compiling Basics Triple+Basics.swift
[489/600] Compiling Basics URL.swift
[490/600] Compiling Basics Triple+Platforms.swift
[491/600] Compiling Basics Triple.swift
[492/600] Compiling Basics Version+Extensions.swift
[493/600] Compiling Basics WritableByteStream+Extensions.swift
[494/600] Compiling X509 AnyPolicy.swift
[495/600] Compiling X509 CertificateStore.swift
[496/600] Compiling X509 OneOfPolicies.swift
[497/612] Compiling X509 PolicyBuilder.swift
[498/612] Compiling X509 BasicConstraintsPolicy.swift
[499/612] Compiling X509 DNSNames.swift
[500/612] Compiling X509 DirectoryNames.swift
[501/612] Compiling X509 ExpiryPolicy.swift
[502/612] Compiling X509 IPConstraints.swift
[503/612] Compiling X509 NameConstraintsPolicy.swift
[504/612] Compiling X509 RFC5280Policy.swift
[505/612] Compiling X509 URIConstraints.swift
[506/612] Compiling X509 VersionPolicy.swift
[507/612] Compiling X509 ServerIdentityPolicy.swift
[508/612] Compiling X509 TrustRootLoading.swift
[582/656] Emitting module X509
[583/661] Compiling PackageModel ArtifactsArchiveMetadata.swift
[584/661] Compiling PackageModel BuildConfiguration.swift
[585/661] Compiling PackageModel BuildEnvironment.swift
[586/661] Compiling PackageModel BuildFlags.swift
[587/661] Compiling PackageModel BuildSettings.swift
[588/661] Compiling PackageModel DependencyMapper.swift
[589/661] Compiling PackageModel Diagnostics.swift
[590/667] Compiling PackageModel PackageModel.swift
[591/667] Compiling PackageModel PackageReference.swift
[592/667] Compiling PackageModel Platform.swift
[593/667] Compiling PackageModel PlatformRegistry.swift
[594/667] Compiling PackageModel Product.swift
[595/667] Compiling PackageModel Registry.swift
[596/667] Compiling PackageModel RegistryReleaseMetadata.swift
[597/667] Compiling X509 UnverifiedChain.swift
[598/667] Compiling X509 VerificationDiagnostic.swift
[599/667] Compiling X509 Verifier.swift
[600/667] Compiling X509 VerifierPolicy.swift
[601/667] Compiling X509 AlgorithmIdentifier.swift
[602/667] Compiling X509 ECDSASignature.swift
[603/667] Compiling X509 RSAPKCS1PublicKey.swift
[604/667] Compiling X509 SubjectPublicKeyInfo.swift
[605/667] Compiling X509 TBSCertificate.swift
[606/667] Compiling X509 Time.swift
[607/667] Compiling X509 TimeCalculations.swift
[608/667] Compiling X509 Validity.swift
[610/668] Compiling PackageModel SwiftLanguageVersion.swift
[611/668] Compiling PackageModel SwiftSDK.swift
[612/668] Compiling PackageModel SwiftSDKBundle.swift
[613/668] Compiling PackageModel SwiftSDKBundleStore.swift
[614/668] Compiling PackageModel SwiftSDKConfigurationStore.swift
[615/668] Compiling PackageModel Toolchain.swift
[615/668] Wrapping AST for X509 for debugging
[617/668] Emitting module PackageModel
[618/676] Compiling PackageCollectionsSigning Utilities.swift
[619/676] Compiling PackageCollectionsSigning Base64URL.swift
[620/676] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[621/676] Compiling PackageCollectionsSigning Signature.swift
[622/676] Compiling PackageModel Resource.swift
[623/676] Compiling PackageModel Sanitizers.swift
[624/676] Compiling PackageModel Snippet.swift
[625/676] Compiling PackageModel SnippetGroup.swift
[626/676] Compiling PackageModel PlainTextSnippetExtractor.swift
[627/676] Compiling PackageModel Sources.swift
[628/676] Compiling PackageModel SupportedLanguageExtension.swift
[629/676] Compiling PackageModel SystemPackageProviderDescription.swift
[630/676] Compiling PackageModel TargetBuildSettingDescription.swift
[631/676] Compiling PackageModel TargetDescription.swift
[632/676] Compiling PackageModel TraitDescription.swift
[633/676] Compiling PackageModel ManifestSourceGeneration.swift
[634/676] Compiling PackageModel MinimumDeploymentTarget.swift
[635/676] Compiling PackageModel BinaryModule.swift
[636/676] Compiling PackageModel ClangModule.swift
[637/676] Compiling PackageModel Module.swift
[638/676] Compiling PackageModel PluginModule.swift
[639/676] Compiling PackageModel SwiftModule.swift
[640/676] Compiling PackageModel SystemLibraryModule.swift
[641/676] Compiling PackageModel ModuleMapType.swift
[642/676] Compiling PackageModel PackageIdentity.swift
[643/676] Compiling PackageModel IdentityResolver.swift
[644/676] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[645/676] Compiling PackageModel Manifest.swift
[646/676] Compiling PackageModel PackageConditionDescription.swift
[647/676] Compiling PackageModel PackageDependencyDescription.swift
[648/676] Compiling PackageModel PlatformDescription.swift
[649/676] Compiling PackageModel ProductDescription.swift
[650/676] Compiling PackageCollectionsSigning CertificatePolicy.swift
[651/676] Emitting module PackageCollectionsSigning
[652/676] Compiling PackageCollectionsSigning X509Extensions.swift
[653/676] Compiling PackageCollectionsSigning embedded_resources.swift
[654/677] Compiling PackageModel ToolchainConfiguration.swift
[655/677] Compiling PackageModel ToolsVersion.swift
[656/677] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[657/677] Compiling PackageModel Toolset.swift
[658/677] Compiling PackageModel UserToolchain.swift
[659/677] Compiling PackageModel WindowsToolchainInfo.swift
[661/677] Wrapping AST for PackageCollectionsSigning for debugging
[663/681] Compiling SourceControl RepositoryManager.swift
[664/681] Compiling SourceControl Repository.swift
[665/681] Compiling SourceControl GitRepository.swift
[666/681] Emitting module SourceControl
[667/682] Wrapping AST for SourceControl for debugging
[669/706] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[670/706] Compiling PackageCollections PackageCollections+Configuration.swift
[671/706] Compiling PackageCollections PackageCollections+Storage.swift
[672/709] Emitting module PackageCollections
[673/709] Compiling PackageCollections API.swift
[674/709] Compiling PackageCollections CVE.swift
[675/709] Compiling PackageCollections Collection.swift
[676/709] Compiling PackageCollections License.swift
[677/709] Compiling PackageCollections JSONPackageCollectionProvider.swift
[678/709] Compiling PackageCollections PackageCollectionProvider.swift
[679/709] Compiling PackageCollections PackageMetadataProvider.swift
[680/709] Compiling PackageCollections PackageList.swift
[681/709] Compiling PackageCollections PackageTypes.swift
[682/709] Compiling PackageCollections Search.swift
[683/709] Compiling PackageCollections TargetListResult.swift
[684/709] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[685/709] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[686/709] Compiling PackageCollections PackageCollectionsStorage.swift
[687/709] Compiling PackageCollections PackageCollections+Validation.swift
[688/709] Compiling PackageCollections PackageCollections.swift
[689/709] Compiling PackageCollections PackageIndex+Configuration.swift
[690/709] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[691/709] Compiling PackageCollections Trie.swift
[692/709] Compiling PackageCollections Utility.swift
[693/709] Compiling PackageCollections PackageIndex.swift
[694/709] Compiling PackageCollections PackageIndexAndCollections.swift
[695/709] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[696/710] Wrapping AST for PackageCollections for debugging
[698/717] Compiling Utilities Logging.swift
[699/717] Compiling Utilities Path.swift
[700/717] Compiling Utilities Shell.swift
[701/717] Emitting module Utilities
[702/717] Compiling Utilities Git.swift
[703/718] Compiling TestUtilities TestUtilities.swift
[704/718] Emitting module TestUtilities
[706/719] Wrapping AST for Utilities for debugging
[708/733] Compiling PackageCollectionGenerator PackageMetadataProvider.swift
[709/733] Emitting module PackageCollectionValidator
[710/733] 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)
[711/733] Emitting module PackageCollectionDiff
[712/733] 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)
[713/734] Compiling PackageCollectionGenerator PackageManifest.swift
[715/735] Emitting module PackageCollectionSigner
[716/735] 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 {
[717/736] Wrapping AST for PackageCollectionDiff for debugging
[718/736] Write Objects.LinkFileList
[719/736] Wrapping AST for PackageCollectionValidator for debugging
[720/736] Write Objects.LinkFileList
[723/736] 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)" } ?? ""))"
[724/736] Compiling PackageCollectionGenerator PackageCollectionGeneratorInput.swift
[725/736] 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)" } ?? ""))"
[726/736] Compiling PackageCollectionGenerator GitHubPackageMetadataProvider.swift
[726/736] Wrapping AST for PackageCollectionSigner for debugging
[727/736] Write Objects.LinkFileList
[729/736] Compiling PackageCollectionGenerator PackageDescription.swift
[730/736] 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
[731/737] Wrapping AST for PackageCollectionGenerator for debugging
[732/737] Write Objects.LinkFileList
[733/737] Linking package-collection-diff
[734/737] Linking package-collection-validate
[735/737] Linking package-collection-sign
[736/737] Linking package-collection-generate
Build complete! (41.07s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.