The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build spmgraph, reference main (47ad8a), with Swift 6.1 for Linux on 4 Nov 2025 10:01:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getyourguide/spmgraph.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/getyourguide/spmgraph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 47ad8ac Merge pull request #45 from getyourguide/readme-tweaks
Cloned https://github.com/getyourguide/spmgraph.git
Revision (git rev-parse @):
47ad8ac436a4f342145f3a3a612736d91e4882cd
SUCCESS checkout https://github.com/getyourguide/spmgraph.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/getyourguide/spmgraph.git
https://github.com/getyourguide/spmgraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphviz",
      "requirement" : {
        "exact" : [
          "0.4.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/GraphViz.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "1.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-6.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager"
    },
    {
      "identity" : "filemonitor",
      "requirement" : {
        "revision" : [
          "1.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aus-der-Technik/FileMonitor"
    }
  ],
  "manifest_display_name" : "spmgraph",
  "name" : "spmgraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "spmgraph",
      "targets" : [
        "SPMGraphExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SPMGraphKit",
      "targets" : [
        "SPMGraphVisualize",
        "SPMGraphLint",
        "SPMGraphTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SPMGraphDescriptionInterface",
      "targets" : [
        "SPMGraphDescriptionInterface"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SPMGraphVisualize",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphVisualize",
      "path" : "Sources/SPMGraphVisualize",
      "product_dependencies" : [
        "GraphViz",
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "GraphViz/GraphVizWrapper.swift",
        "Helpers/Array+Extensions.swift",
        "Helpers/Edge+Factories.swift",
        "Helpers/HelperFunctions.swift",
        "Helpers/Node+Attributes.swift",
        "Helpers/Node+Factories.swift",
        "Package+externalDependencies.swift",
        "SPMGraphVisualize.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphTests",
      "path" : "Sources/SPMGraphTests",
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "SPMGraphTests.swift"
      ],
      "target_dependencies" : [
        "Core",
        "SPMGraphDescriptionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphLint",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphLint",
      "path" : "Sources/SPMGraphLint",
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "SPMGraphLint.swift"
      ],
      "target_dependencies" : [
        "Core",
        "SPMGraphDescriptionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphExecutableTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphExecutableTests",
      "path" : "Tests/SPMGraphExecutableTests",
      "sources" : [
        "SPMGraphExecutableE2ETests.swift"
      ],
      "target_dependencies" : [
        "SPMGraphExecutable",
        "FixtureSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPMGraphExecutable",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphExecutable",
      "path" : "Sources/SPMGraphExecutable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "spmgraph"
      ],
      "sources" : [
        "SPMGraph.swift",
        "Subcommands/Config.swift",
        "Subcommands/Lint.swift",
        "Subcommands/Load.swift",
        "Subcommands/Tests.swift",
        "Subcommands/Visualize.swift"
      ],
      "target_dependencies" : [
        "SPMGraphVisualize",
        "SPMGraphLint",
        "SPMGraphTests",
        "SPMGraphConfigSetup"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPMGraphDescriptionInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphDescriptionInterfaceTests",
      "path" : "Tests/SPMGraphDescriptionInterfaceTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "SPMGraphConfigTests.swift"
      ],
      "target_dependencies" : [
        "SPMGraphDescriptionInterface",
        "Core",
        "FixtureSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPMGraphDescriptionInterface",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphDescriptionInterface",
      "path" : "Sources/SPMGraphDescriptionInterface",
      "product_dependencies" : [
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit",
        "SPMGraphDescriptionInterface"
      ],
      "sources" : [
        "SPMGraphConfigInterface.swift",
        "SPMGraphConfigLoader.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphConfigSetup",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphConfigSetup",
      "path" : "Sources/SPMGraphConfigSetup",
      "product_dependencies" : [
        "FileMonitor"
      ],
      "product_memberships" : [
        "spmgraph"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SPMGraphConfigSetup/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SPMGraphEdit.swift",
        "SPMGraphLoad.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FixtureSupport",
      "module_type" : "SwiftTarget",
      "name" : "FixtureSupport",
      "path" : "Sources/FixtureSupport",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FixtureSupport/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Package+Fixture.swift"
      ],
      "target_dependencies" : [
        "SPMGraphDescriptionInterface",
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit",
        "SPMGraphDescriptionInterface"
      ],
      "sources" : [
        "Extensions/AbsolutePath+Core.swift",
        "Extensions/KeyPath+Core.swift",
        "Extensions/ProcessInfo+Core.swift",
        "GitClient.swift",
        "PackageLoader.swift",
        "System.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-package-manager
[1/166101] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (15.14s)
Fetching https://github.com/aus-der-Technik/FileMonitor
[1/358] Fetching filemonitor
Fetched https://github.com/aus-der-Technik/FileMonitor from cache (0.26s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29325] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (2.28s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72712] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.60s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/7005] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.53s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35954] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.44s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/197] Fetching swift-toolchain-sqlite
[19/6868] Fetching swift-toolchain-sqlite, swift-certificates
[1487/12031] Fetching swift-toolchain-sqlite, swift-certificates, swift-system
[1806/28717] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-argument-parser
[4316/47003] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-argument-parser, swift-collections
[17736/64431] Fetching swift-toolchain-sqlite, swift-certificates, swift-system, swift-argument-parser, swift-collections, swift-crypto
Fetched https://github.com/apple/swift-system.git from cache (1.35s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.35s)
[19210/42582] Fetching swift-toolchain-sqlite, swift-certificates, swift-collections, swift-crypto
Fetching https://github.com/tuist/GraphViz.git
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.44s)
[20587/42385] Fetching swift-certificates, swift-collections, swift-crypto
[28793/42957] Fetching swift-certificates, swift-collections, swift-crypto, graphviz
Fetched https://github.com/tuist/GraphViz.git from cache (0.30s)
[30012/42385] Fetching swift-certificates, swift-collections, swift-crypto
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
[21137/24099] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (2.82s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (3.36s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (0.59s)
Computing version for https://github.com/tuist/GraphViz.git
Computed https://github.com/tuist/GraphViz.git at 0.4.2 (0.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (3.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (7.81s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (0.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.61s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at release/6.2 (d80e185)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/tuist/GraphViz.git
Working copy of https://github.com/tuist/GraphViz.git resolved at 0.4.2
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at swift-6.2-RELEASE (3cf1cb6)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at release/6.2 (4f9ac60)
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/aus-der-Technik/FileMonitor
Working copy of https://github.com/aus-der-Technik/FileMonitor resolved at 1.2.0 (ef22f14)
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 release/6.2 (5a993c8)
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.6.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.2 (5a87516)
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.7
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/543] Write sources
[18/543] Copying Resources
[19/543] Write sources
[22/543] Compiling _SwiftSyntaxCShims PlatformMutex.c
[23/543] Copying Resources
[24/543] Compiling TSCclibc strerror.c
[25/543] Compiling TSCclibc libc.c
[25/543] Write sources
[63/543] Compiling TSCclibc process.c
[64/543] Compiling a_gentm.c
[65/543] Compiling a_bitstr.c
[66/543] Compiling CSystem shims.c
[67/543] Compiling a_d2i_fp.c
[68/543] Compiling fiat_curve25519_adx_square.S
[69/543] Compiling a_bool.c
[70/543] Write swift-version-24593BA9C3E375BF.txt
[71/543] Compiling a_dup.c
[72/543] Compiling CCryptoBoringSSLShims shims.c
[73/543] Compiling v3_utl.c
[74/543] Compiling fiat_curve25519_adx_mul.S
[75/543] Compiling v3_prn.c
[76/543] Compiling v3_skey.c
[77/543] Compiling v3_pmaps.c
[78/543] Compiling v3_purp.c
[80/588] Emitting module SystemPackage
[81/592] Compiling SystemPackage SystemString.swift
[82/592] Compiling SystemPackage Util+StringArray.swift
[83/592] Compiling SystemPackage Util.swift
[84/592] Compiling SystemPackage UtilConsumers.swift
[85/592] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/592] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/593] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/593] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/594] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/594] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/595] Compiling SystemPackage Errno.swift
[92/595] Compiling SystemPackage ErrnoWindows.swift
[93/595] Compiling SystemPackage FileDescriptor.swift
[94/595] Compiling SystemPackage FileHelpers.swift
[95/595] Compiling SystemPackage FileOperations.swift
[97/595] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/595] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/596] Emitting module _CertificateInternals
[101/596] Compiling _CertificateInternals _TinyArray.swift
[102/596] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/596] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/598] Compiling SystemPackage FilePath.swift
[107/598] Compiling SystemPackage FilePathComponentView.swift
[108/598] Compiling SystemPackage FilePathComponents.swift
[109/598] Compiling SystemPackage FilePathParsing.swift
[110/598] Compiling SystemPackage FilePathString.swift
[111/598] Compiling SystemPackage FilePathSyntax.swift
[112/598] Compiling SystemPackage FilePathTemp.swift
[113/598] Compiling SystemPackage FilePathTempPosix.swift
[114/598] Compiling SystemPackage FilePathTempWindows.swift
[116/598] Wrapping AST for _CertificateInternals for debugging
[118/654] Compiling SystemPackage Syscalls.swift
[119/654] Compiling SystemPackage WindowsSyscallAdapters.swift
[120/654] Compiling SystemPackage MachPort.swift
[121/654] Compiling SystemPackage PlatformString.swift
[122/654] Compiling GraphViz Attribute.swift
[123/654] Compiling GraphViz Edge.swift
[124/654] Compiling GraphViz KeyValuePairs+Extensions.swift
[125/656] Compiling SystemPackage Constants.swift
[126/656] Compiling SystemPackage Exports.swift
[127/656] Compiling SystemPackage Mocking.swift
[128/656] Compiling SystemPackage RawBuffer.swift
[129/656] Compiling SystemPackage FilePathWindows.swift
[130/656] Compiling SystemPackage FilePermissions.swift
[131/656] Compiling SystemPackage IOCompletion.swift
[132/656] Compiling SystemPackage IORequest.swift
[133/656] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[134/656] Compiling InternalCollectionsUtilities Specialize.swift
[135/656] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/656] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[137/656] Emitting module TSCLibc
[138/656] Compiling TSCLibc libc.swift
[139/707] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[140/707] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[142/721] Wrapping AST for SwiftSyntax602 for debugging
[144/721] Compiling SwiftSyntax RawSyntaxTokenView.swift
[145/721] Compiling SwiftSyntax SourceEdit.swift
[146/769] Compiling TSCBasic DeltaAlgorithm.swift
[147/769] Compiling TSCBasic DiagnosticsEngine.swift
[148/769] Compiling TSCBasic HashAlgorithms.swift
[149/769] Compiling TSCBasic JSON.swift
[150/769] Compiling TSCBasic CollectionExtensions.swift
[151/769] Compiling TSCBasic Condition.swift
[152/769] Emitting module InternalCollectionsUtilities
[153/769] Compiling TSCBasic CStringArray.swift
[154/769] Compiling TSCBasic CacheableSequence.swift
[155/769] Compiling TSCBasic Closable.swift
[156/769] Compiling TSCBasic CodableResult.swift
[157/769] Compiling TSCBasic CollectionAlgorithms.swift
[158/770] Wrapping AST for TSCLibc for debugging
[160/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[161/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[162/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[163/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[164/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[165/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[166/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[167/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[168/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[169/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[170/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[171/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[172/832] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[173/832] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[174/832] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[175/832] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[176/832] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[177/832] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[178/832] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[179/832] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[180/832] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[181/832] Compiling OrderedCollections OrderedDictionary+Values.swift
[182/832] Compiling OrderedCollections OrderedSet+Initializers.swift
[183/832] Compiling OrderedCollections OrderedSet+Insertions.swift
[184/832] Compiling OrderedCollections OrderedSet+Invariants.swift
[185/832] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[186/832] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[187/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[188/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[189/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/832] Compiling OrderedCollections OrderedDictionary.swift
[191/832] Compiling OrderedCollections OrderedSet+Codable.swift
[192/832] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[193/832] Compiling OrderedCollections OrderedSet+Descriptions.swift
[194/832] Compiling OrderedCollections OrderedSet+Diffing.swift
[195/832] Compiling OrderedCollections OrderedSet+Equatable.swift
[196/832] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[197/832] Compiling OrderedCollections OrderedSet+Hashable.swift
[198/832] Compiling OrderedCollections OrderedDictionary+Codable.swift
[199/832] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[200/832] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[201/832] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[202/832] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[203/832] Compiling OrderedCollections OrderedDictionary+Elements.swift
[204/832] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[205/832] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[206/832] Emitting module _AsyncFileSystem
[207/833] Compiling _AsyncFileSystem ReadableFileStream.swift
[208/833] Compiling _AsyncFileSystem OpenReadableFile.swift
[209/833] Compiling _AsyncFileSystem OpenWritableFile.swift
[210/833] Compiling _AsyncFileSystem WritableStream.swift
[211/833] Compiling _AsyncFileSystem AsyncFileSystem.swift
[212/833] Compiling _AsyncFileSystem ConcurrencySupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/845] Emitting module TSCBasic
[235/850] Compiling SwiftASN1 DER.swift
[236/850] Compiling SwiftASN1 Errors.swift
[237/850] Compiling OrderedCollections _HashTable+Constants.swift
[238/850] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[239/850] Compiling OrderedCollections _HashTable+Testing.swift
[240/850] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[241/850] Compiling OrderedCollections _HashTable.swift
[242/850] Compiling OrderedCollections _Hashtable+Header.swift
[245/850] Compiling GraphViz Rectangle.swift
[246/850] Compiling GraphViz Size.swift
[247/850] Compiling _AsyncFileSystem MockFileSystem.swift
[248/850] Compiling _AsyncFileSystem OSFileSystem.swift
[250/851] Compiling PackageCollectionsModel PackageCollectionModel.swift
[251/851] Emitting module FileMonitorShared
[252/851] Compiling FileMonitorShared FileChangeEvent.swift
[253/851] Compiling FileMonitorShared URL+isDirectory.swift
[254/851] Compiling FileMonitorShared Watcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/867] Compiling OrderedCollections OrderedSet+Sendable.swift
[262/867] Compiling OrderedCollections OrderedSet+SubSequence.swift
[263/867] Compiling OrderedCollections OrderedSet+Testing.swift
[264/867] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[265/867] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[266/867] Compiling OrderedCollections OrderedSet.swift
[267/867] Compiling OrderedCollections _UnsafeBitset.swift
[267/867] Wrapping AST for _AsyncFileSystem for debugging
[269/867] Compiling DequeModule Deque+Codable.swift
[270/867] Compiling DequeModule Deque+Collection.swift
[271/867] Compiling DequeModule Deque+CustomReflectable.swift
[272/867] Compiling DequeModule Deque+Descriptions.swift
[273/867] Compiling DequeModule Deque+Equatable.swift
[274/867] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[277/869] Compiling DequeModule _DequeBuffer.swift
[278/869] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/869] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/874] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/874] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/874] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/874] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[299/874] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/874] Wrapping AST for SystemPackage for debugging
[314/874] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[315/874] Emitting module PackageCollectionsModel
[315/875] Wrapping AST for SwiftSyntax601 for debugging
[327/875] Wrapping AST for SwiftSyntax600 for debugging
[329/875] Compiling FileMonitorLinux LinuxWatcher.swift
[330/875] Compiling FileMonitorLinux InotifyEvent.swift
[331/875] Compiling DequeModule Deque+Extras.swift
[335/875] Compiling DequeModule Deque+Testing.swift
[336/875] Compiling DequeModule Deque._Storage.swift
[339/875] Compiling FileMonitorLinux FileSystemWatcher.swift
[340/875] Emitting module FileMonitorLinux
[340/876] Wrapping AST for SwiftSyntax509 for debugging
[342/876] Emitting module SwiftASN1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/876] Wrapping AST for SwiftSyntax510 for debugging
[350/877] Wrapping AST for PackageCollectionsModel for debugging
[364/877] Wrapping AST for InternalCollectionsUtilities for debugging
[365/877] Wrapping AST for OrderedCollections for debugging
[366/877] Wrapping AST for FileMonitorLinux for debugging
[367/880] Wrapping AST for FileMonitorShared for debugging
[369/880] Emitting module DequeModule
[370/881] Compiling TSCBasic TerminalController.swift
[371/881] Compiling TSCBasic Thread.swift
[372/881] Compiling TSCBasic Tuple.swift
[373/881] Compiling TSCBasic WritableByteStream.swift
[374/881] Compiling TSCBasic misc.swift
[378/881] Wrapping AST for SwiftASN1 for debugging
[381/882] Compiling v3_pcons.c
[382/882] Compiling v3_ocsp.c
[384/882] Compiling FileMonitor FileDidChangedDelegate.swift
[385/882] Compiling FileMonitor FileMonitor.swift
[386/882] Emitting module FileMonitor
[386/883] Compiling v3_ncons.c
[387/883] Wrapping AST for TSCBasic for debugging
[389/883] Wrapping AST for DequeModule for debugging
[391/918] Compiling TSCUtility Archiver.swift
[392/918] Compiling TSCUtility ArgumentParser.swift
[393/918] Emitting module GraphViz
[394/918] Compiling TSCUtility ArgumentParserShellCompletion.swift
[395/918] Compiling TSCUtility Array+Extensions.swift
[395/919] Compiling v3_lib.c
[397/919] Compiling v3_int.c
[398/919] Compiling v3_info.c
[399/919] Wrapping AST for FileMonitor for debugging
[400/919] Compiling v3_ia5.c
[401/919] Compiling v3_genn.c
[402/919] Wrapping AST for GraphViz for debugging
[403/919] Compiling v3_enum.c
[404/923] Compiling v3_extku.c
[405/923] Compiling v3_crld.c
[406/923] Compiling v3_conf.c
[407/923] Compiling v3_cpols.c
[409/923] Compiling DOT DOT.swift
[410/923] Emitting module DOT
[411/923] Compiling DOT DOTRepresentable.swift
[411/923] Compiling v3_bitst.c
[412/923] Compiling v3_bcons.c
[413/923] Compiling v3_akeya.c
[414/923] Compiling v3_alt.c
[415/923] Compiling v3_akey.c
[417/923] Compiling DOT DOTEncoder.swift
[418/924] Compiling x_x509a.c
[419/924] Compiling x_spki.c
[420/924] Compiling x_x509.c
[422/924] Compiling TSCUtility OSLog.swift
[423/924] Compiling TSCUtility OrderedZip.swift
[424/924] Compiling TSCUtility PkgConfig.swift
[425/924] Compiling TSCUtility Platform.swift
[426/924] Compiling TSCUtility PolymorphicCodable.swift
[426/924] Compiling x_val.c
[427/928] Wrapping AST for DOT for debugging
[428/928] Compiling x_req.c
[429/928] Compiling x_sig.c
[430/928] Compiling x_pubkey.c
[431/932] Compiling x_pkey.c
[433/932] Compiling TSCUtility Tracing.swift
[434/932] Compiling TSCUtility Triple.swift
[435/932] Compiling TSCUtility URL.swift
[436/932] Compiling TSCUtility Verbosity.swift
[436/932] Compiling x_attrib.c
[437/932] Compiling x_exten.c
[438/932] Compiling x_name.c
[440/932] Compiling Tools which.swift
[441/932] Emitting module Tools
[441/932] Compiling x_info.c
[443/932] Compiling TSCUtility Context.swift
[444/932] Compiling TSCUtility Diagnostics.swift
[445/932] Compiling TSCUtility FSWatch.swift
[446/932] Compiling TSCUtility FloatingPointExtensions.swift
[447/932] Compiling TSCUtility Git.swift
[448/932] Compiling TSCUtility Hex.swift
[449/932] Compiling TSCUtility IndexStore.swift
[450/932] Compiling TSCUtility InterruptHandler.swift
[451/932] Compiling TSCUtility JSONMessageStreamingParser.swift
[452/932] Compiling TSCUtility Netrc.swift
[452/932] Compiling x_crl.c
[454/932] Compiling Tools Renderer.swift
[455/932] Compiling Tools Graph+Rendering.swift
[455/933] Compiling x_all.c
[457/933] Compiling x509spki.c
[458/933] Compiling x_algor.c
[459/933] Compiling x509rset.c
[460/933] Wrapping AST for Tools for debugging
[460/933] Compiling x509_vpm.c
[462/933] Compiling x509name.c
[464/933] Compiling TSCUtility ProgressAnimation.swift
[465/933] Compiling TSCUtility SerializedDiagnostics.swift
[466/933] Compiling TSCUtility SimplePersistence.swift
[467/933] Compiling TSCUtility StringExtensions.swift
[468/933] Compiling TSCUtility StringMangling.swift
[468/933] Compiling x509cset.c
[469/933] Compiling x509_trs.c
[470/933] Compiling x509_v3.c
[471/933] Compiling x509_txt.c
[472/933] Compiling x509_vfy.c
[473/933] Compiling x509_set.c
[474/933] Compiling x509_def.c
[476/933] Compiling TSCUtility Version.swift
[477/933] Compiling TSCUtility Versioning.swift
[478/933] Compiling TSCUtility dlopen.swift
[479/933] Compiling TSCUtility misc.swift
[479/933] Compiling x509_req.c
[480/933] Compiling x509_obj.c
[481/933] Compiling x509_d2.c
[483/933] Compiling TSCUtility Bitstream.swift
[484/933] Compiling TSCUtility BitstreamReader.swift
[485/933] Compiling TSCUtility BitstreamWriter.swift
[486/933] Compiling TSCUtility BuildFlags.swift
[487/933] Compiling TSCUtility CollectionExtensions.swift
[488/933] Emitting module TSCUtility
[493/933] Compiling TSCUtility Bits.swift
[493/934] Compiling x509_lu.c
[494/934] Compiling x509.c
[495/934] Compiling x509_ext.c
[495/934] Compiling x509_att.c
[498/934] Compiling t_x509a.c
[499/934] Compiling x509_cmp.c
[500/934] Compiling t_x509.c
[501/934] Wrapping AST for TSCUtility for debugging
[502/934] Compiling t_req.c
[503/934] Compiling rsa_pss.c
[504/934] Compiling i2d_pr.c
[505/934] Compiling t_crl.c
[506/1000] Compiling by_file.c
[507/1000] Compiling name_print.c
[508/1000] Compiling policy.c
[509/1000] Compiling a_sign.c
[510/1000] Compiling by_dir.c
[511/1000] Compiling algorithm.c
[512/1000] Compiling trust_token.c
[513/1000] Compiling asn1_gen.c
[514/1000] Compiling a_digest.c
[515/1000] Compiling thread_win.c
[516/1000] Compiling a_verify.c
[517/1000] Compiling thread_pthread.c
[518/1000] Compiling voprf.c
[519/1000] Compiling thread.c
[520/1000] Compiling thread_none.c
[521/1000] Compiling stack.c
[522/1000] Compiling rsa_asn1.c
[523/1000] Compiling rsa_print.c
[524/1000] Compiling siphash.c
[525/1000] Compiling rc4.c
[526/1000] Compiling pmbtoken.c
[527/1000] Compiling refcount.c
[528/1000] Compiling rand_extra.c
[529/1000] Compiling trusty.c
[530/1000] Compiling rsa_crypt.c
[531/1000] Compiling passive.c
[531/1000] Compiling ios.c
[533/1000] Compiling windows.c
[534/1000] Compiling getentropy.c
[535/1000] Compiling poly1305_arm_asm.S
[536/1000] Compiling forkunsafe.c
[537/1000] Compiling deterministic.c
[538/1000] Compiling poly1305_arm.c
[539/1000] Compiling pool.c
[540/1000] Compiling poly1305_vec.c
[541/1000] Compiling poly1305.c
[542/1000] Compiling pkcs7.c
[543/1000] Compiling pkcs8.c
[544/1000] Compiling pkcs8_x509.c
[545/1000] Compiling pem_x509.c
[546/1000] Compiling p5_pbev2.c
[547/1000] Compiling pem_xaux.c
[548/1000] Compiling pkcs7_x509.c
[549/1000] Compiling pem_pkey.c
[550/1000] Compiling pem_oth.c
[551/1000] Compiling obj_xref.c
[552/1000] Compiling pem_all.c
[553/1000] Compiling pem_lib.c
[554/1000] Compiling pem_pk8.c
[555/1000] Compiling pem_info.c
[556/1000] Compiling kyber.c
[557/1000] Compiling lhash.c
[558/1000] Compiling mem.c
[559/1000] Compiling keccak.c
[560/1000] Compiling obj.c
[561/1000] Compiling hpke.c
[563/1000] Compiling Basics PercentProgressAnimation.swift
[564/1000] Compiling Basics ProgressAnimationProtocol.swift
[565/1000] Compiling Basics SingleLinePercentProgressAnimation.swift
[566/1000] Compiling Basics ThrottledProgressAnimation.swift
[567/1000] Compiling Basics SQLite.swift
[568/1000] Compiling Basics SQLiteBackedCache.swift
[569/1000] Compiling Basics Sandbox.swift
[570/1000] Compiling Basics SendableTimeInterval.swift
[571/1000] Compiling Basics SerializedJSON.swift
[571/1009] Compiling poly_rq_mul.S
[572/1009] Compiling hrss.c
[573/1009] Compiling x86_64-mont5-mac.mac.x86_64.S
[573/1009] Compiling x86_64-mont5-linux.linux.x86_64.S
[574/1009] Compiling x86_64-mont-linux.linux.x86_64.S
[576/1009] Compiling x86_64-mont-mac.mac.x86_64.S
[577/1009] Compiling x86-mont-linux.linux.x86.S
[578/1009] Compiling x86-mont-windows.windows.x86.S
[579/1009] Compiling vpaes-x86_64-linux.linux.x86_64.S
[581/1009] Compiling Basics RelativePath.swift
[582/1009] Compiling Basics TSCAdapters.swift
[583/1009] Compiling Basics TemporaryFile.swift
[584/1009] Compiling Basics VFSOverlay.swift
[585/1009] Compiling Basics VirtualFileSystem.swift
[586/1009] Compiling Basics AdjacencyMatrix.swift
[587/1009] Compiling Basics DirectedGraph.swift
[588/1009] Compiling Basics GraphAlgorithms.swift
[589/1009] Compiling Basics UndirectedGraph.swift
[589/1009] Compiling vpaes-x86-windows.windows.x86.S
[590/1009] Compiling vpaes-x86_64-mac.mac.x86_64.S
[591/1009] Compiling vpaes-x86-linux.linux.x86.S
[592/1009] Compiling vpaes-armv8-ios.ios.aarch64.S
[593/1009] Compiling kdf.c
[594/1009] Compiling vpaes-armv8-linux.linux.aarch64.S
[595/1009] Compiling vpaes-armv7-linux.linux.arm.S
[597/1009] Compiling Basics HTTPClient.swift
[598/1009] Compiling Basics HTTPClientConfiguration.swift
[599/1009] Compiling Basics HTTPClientError.swift
[600/1009] Compiling Basics HTTPClientHeaders.swift
[601/1009] Compiling Basics HTTPClientRequest.swift
[602/1009] Compiling Basics HTTPClientResponse.swift
[603/1009] Compiling Basics HTTPMethod.swift
[604/1009] Compiling Basics LegacyHTTPClient.swift
[605/1009] Compiling Basics LegacyHTTPClientRequest.swift
[606/1009] Compiling Basics URLSessionHTTPClient.swift
[607/1009] Compiling Basics ImportScanning.swift
[608/1009] Compiling Basics JSON+Extensions.swift
[609/1009] Compiling Basics JSONDecoder+Extensions.swift
[610/1009] Compiling Basics Netrc.swift
[611/1009] Compiling Basics OSSignpost.swift
[612/1009] Compiling Basics Observability.swift
[613/1009] Compiling Basics Process.swift
[614/1009] Compiling Basics NinjaProgressAnimation.swift
[614/1009] Compiling vpaes-armv7-ios.ios.arm.S
[616/1009] Compiling Basics DispatchTimeInterval+Extensions.swift
[617/1009] Compiling Basics Environment.swift
[618/1009] Compiling Basics EnvironmentKey.swift
[619/1009] Compiling Basics EnvironmentShims.swift
[620/1009] Compiling Basics Errors.swift
[621/1009] Compiling Basics AbsolutePath.swift
[622/1009] Compiling Basics FileSystem+Extensions.swift
[623/1009] Compiling Basics InMemoryFileSystem.swift
[624/1009] Compiling Basics NativePathExtensions.swift
[624/1009] Compiling sha512-armv8-linux.linux.aarch64.S
[625/1009] Compiling sha512-x86_64-mac.mac.x86_64.S
[625/1009] Compiling sha512-x86_64-linux.linux.x86_64.S
[627/1009] Compiling sha512-armv4-linux.linux.arm.S
[628/1009] Compiling sha512-armv8-ios.ios.aarch64.S
[629/1009] Compiling sha512-armv4-ios.ios.arm.S
[630/1009] Compiling sha512-586-windows.windows.x86.S
[632/1009] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[632/1009] Compiling sha256-x86_64-mac.mac.x86_64.S
[633/1009] Compiling sha512-586-linux.linux.x86.S
[634/1009] Compiling sha256-armv8-ios.ios.aarch64.S
[635/1009] Compiling sha256-armv8-linux.linux.aarch64.S
[635/1009] Compiling sha256-x86_64-linux.linux.x86_64.S
[637/1009] Compiling sha256-armv4-linux.linux.arm.S
[639/1009] Emitting module Basics
[640/1009] Compiling Basics Archiver.swift
[641/1009] Compiling Basics TarArchiver.swift
[642/1009] Compiling Basics UniversalArchiver.swift
[643/1009] Compiling Basics ZipArchiver.swift
[644/1009] Compiling Basics ArrayHelpers.swift
[645/1009] Compiling Basics AuthorizationProvider.swift
[646/1009] Compiling Basics Cancellator.swift
[647/1009] Compiling Basics ByteString+Extensions.swift
[648/1009] Compiling Basics Dictionary+Extensions.swift
[649/1009] Compiling Basics IdentifiableSet.swift
[650/1009] Compiling Basics String+Extensions.swift
[651/1009] Compiling Basics AsyncProcess.swift
[652/1009] Compiling Basics ConcurrencyHelpers.swift
[653/1009] Compiling Basics NSLock+Extensions.swift
[654/1009] Compiling Basics SendableBox.swift
[655/1009] Compiling Basics ThreadSafeArrayStore.swift
[656/1009] Compiling Basics ThreadSafeBox.swift
[657/1009] Compiling Basics ThreadSafeKeyValueStore.swift
[658/1009] Compiling Basics ThrowingDefer.swift
[659/1009] Compiling Basics TokenBucket.swift
[659/1009] Compiling sha256-586-windows.windows.x86.S
[661/1009] Compiling Basics SourceControlURL.swift
[662/1009] Compiling Basics SwiftVersion.swift
[663/1009] Compiling Basics TestingLibrary.swift
[664/1009] Compiling Basics Triple+Basics.swift
[665/1009] Compiling Basics URL.swift
[666/1009] Compiling Basics Triple+Platforms.swift
[667/1009] Compiling Basics Triple.swift
[668/1009] Compiling Basics Version+Extensions.swift
[669/1009] Compiling Basics WritableByteStream+Extensions.swift
[669/1010] Compiling sha256-586-linux.linux.x86.S
[669/1010] Compiling sha256-armv4-ios.ios.arm.S
[671/1010] Compiling sha1-x86_64-mac.mac.x86_64.S
[671/1010] Compiling sha1-armv8-linux.linux.aarch64.S
[673/1010] Compiling sha1-x86_64-linux.linux.x86_64.S
[674/1010] Compiling sha1-armv8-ios.ios.aarch64.S
[676/1010] Compiling sha1-armv4-large-linux.linux.arm.S
[677/1010] Compiling sha1-586-linux.linux.x86.S
[678/1010] Compiling sha1-armv4-large-ios.ios.arm.S
[679/1010] Compiling sha1-586-windows.windows.x86.S
[680/1010] Compiling sha512.c
[681/1010] Compiling sha256.c
[682/1010] Compiling sha1.c
[683/1010] Compiling fips.c
[684/1010] Compiling rsaz-avx2-mac.mac.x86_64.S
[685/1010] Compiling service_indicator.c
[686/1010] Compiling rsaz-avx2-linux.linux.x86_64.S
[687/1019] Compiling padding.c
[688/1030] Compiling rdrand-x86_64-mac.mac.x86_64.S
[689/1036] Compiling self_check.c
[690/1049] Compiling rsa_impl.c
[691/1060] Compiling blinding.c
[692/1062] Compiling rdrand-x86_64-linux.linux.x86_64.S
[693/1062] Compiling fork_detect.c
[694/1062] Compiling rsa.c
[695/1062] Compiling ctrdrbg.c
[696/1062] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[697/1062] Compiling urandom.c
[698/1062] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[698/1062] Compiling rand.c
[700/1062] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[701/1062] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[702/1062] Compiling p256-armv8-asm-linux.linux.aarch64.S
[703/1062] Compiling p256-armv8-asm-ios.ios.aarch64.S
[704/1062] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[705/1062] Compiling gcm_nohw.c
[706/1062] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[707/1062] Compiling gcm.c
[708/1062] Compiling ofb.c
[709/1062] Compiling ctr.c
[710/1062] Compiling polyval.c
[711/1062] Compiling md5-x86_64-linux.linux.x86_64.S
[712/1062] Compiling md5-x86_64-mac.mac.x86_64.S
[713/1062] Compiling md5-586-windows.windows.x86.S
[714/1062] Compiling cfb.c
[715/1062] Compiling cbc.c
[716/1062] Compiling md5.c
[717/1062] Compiling md5-586-linux.linux.x86.S
[718/1062] Compiling md4.c
[719/1062] Compiling ghashv8-armv8-linux.linux.aarch64.S
[720/1062] Compiling ghashv8-armv8-ios.ios.aarch64.S
[721/1062] Compiling ghashv8-armv7-linux.linux.arm.S
[722/1062] Compiling hkdf.c
[723/1062] Compiling ghashv8-armv7-ios.ios.arm.S
[724/1062] Compiling hmac.c
[725/1062] Compiling ghash-x86_64-mac.mac.x86_64.S
[726/1062] Compiling ghash-x86_64-linux.linux.x86_64.S
[727/1062] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[728/1062] Compiling ghash-x86-linux.linux.x86.S
[729/1062] Compiling ghash-x86-windows.windows.x86.S
[730/1062] Compiling ghash-ssse3-x86-windows.windows.x86.S
[731/1062] Compiling ghash-ssse3-x86-linux.linux.x86.S
[732/1062] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[733/1062] Compiling fips_shared_support.c
[734/1062] Compiling ghash-armv4-linux.linux.arm.S
[735/1062] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[736/1062] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[737/1062] Compiling ghash-armv4-ios.ios.arm.S
[738/1062] Compiling wnaf.c
[739/1062] Compiling ecdh.c
[740/1062] Compiling util.c
[741/1062] Compiling simple_mul.c
[742/1062] Compiling simple.c
[743/1062] Compiling ecdsa.c
[744/1062] Compiling scalar.c
[745/1062] Compiling felem.c
[746/1062] Compiling p224-64.c
[747/1062] Compiling oct.c
[748/1062] Compiling p256.c
[749/1062] Compiling ec_montgomery.c
[750/1062] Compiling digestsign.c
[751/1062] Compiling ec_key.c
[752/1062] Compiling dh.c
[753/1062] Compiling digests.c
[754/1062] Compiling digest.c
[755/1062] Compiling check.c
[756/1062] Compiling ec.c
[757/1062] Compiling co-586-windows.windows.x86.S
[758/1062] Compiling co-586-linux.linux.x86.S
[759/1062] Compiling cmac.c
[760/1062] Compiling p256-nistz.c
[761/1062] Compiling bsaes-armv7-linux.linux.arm.S
[762/1062] Compiling e_aesccm.c
[763/1062] Compiling aead.c
[764/1062] Compiling e_aes.c
[765/1062] Compiling bsaes-armv7-ios.ios.arm.S
[766/1062] Compiling cipher.c
[767/1062] Compiling shift.c
[768/1062] Compiling sqrt.c
[769/1062] Compiling rsaz_exp.c
[770/1062] Compiling random.c
[771/1062] Compiling prime.c
[772/1062] Compiling mul.c
[773/1062] Compiling montgomery_inv.c
[774/1062] Compiling gcd_extra.c
[775/1062] Compiling jacobi.c
[776/1062] Compiling generic.c
[777/1062] Compiling div_extra.c
[778/1062] Compiling montgomery.c
[779/1062] Compiling gcd.c
[780/1062] Compiling exponentiation.c
[782/1062] Compiling PackageModel RegistryReleaseMetadata.swift
[783/1062] Compiling PackageModel Resource.swift
[784/1062] Compiling PackageModel Sanitizers.swift
[785/1062] Compiling PackageModel Snippet.swift
[786/1062] Compiling PackageModel SnippetGroup.swift
[787/1062] Compiling PackageModel PlainTextSnippetExtractor.swift
[788/1062] Compiling PackageModel Sources.swift
[788/1062] Compiling bytes.c
[789/1069] Compiling ctx.c
[790/1069] Compiling div.c
[791/1069] Compiling cmp.c
[792/1069] Compiling add.c
[793/1069] Compiling bn-armv8-linux.linux.aarch64.S
[794/1069] Compiling x86_64-gcc.c
[795/1069] Compiling bn.c
[796/1069] Compiling bn-armv8-ios.ios.aarch64.S
[797/1069] Compiling bn-586-linux.linux.x86.S
[798/1069] Compiling bn-586-windows.windows.x86.S
[799/1069] Compiling armv4-mont-linux.linux.arm.S
[800/1069] Compiling armv8-mont-linux.linux.aarch64.S
[801/1069] Compiling armv4-mont-ios.ios.arm.S
[802/1069] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[803/1069] Compiling armv8-mont-ios.ios.aarch64.S
[804/1069] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[805/1069] Compiling aesv8-armv8-linux.linux.aarch64.S
[806/1069] Compiling aesv8-armv7-linux.linux.arm.S
[807/1069] Compiling aesv8-armv8-ios.ios.aarch64.S
[808/1069] Compiling aesv8-armv7-ios.ios.arm.S
[810/1069] Emitting module PackageModel
[810/1069] Compiling aesni-x86_64-mac.mac.x86_64.S
[811/1069] Compiling aesni-x86_64-linux.linux.x86_64.S
[812/1069] Compiling aesni-x86-windows.windows.x86.S
[813/1069] Compiling mode_wrappers.c
[814/1069] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[814/1069] Compiling aesni-x86-linux.linux.x86.S
[816/1069] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[817/1069] Compiling sign.c
[818/1069] Compiling aes.c
[819/1069] Compiling key_wrap.c
[820/1069] Compiling ex_data.c
[821/1069] Compiling scrypt.c
[822/1069] Compiling pbkdf.c
[823/1069] Compiling p_x25519.c
[824/1069] Compiling p_x25519_asn1.c
[825/1069] Compiling aes_nohw.c
[826/1069] Compiling p_rsa_asn1.c
[827/1069] Compiling print.c
[828/1069] Compiling p_ed25519.c
[829/1069] Compiling p_ed25519_asn1.c
[830/1069] Compiling p_rsa.c
[831/1069] Compiling p_hkdf.c
[832/1069] Compiling p_ec_asn1.c
[833/1069] Compiling p_ec.c
[834/1069] Compiling p_dsa_asn1.c
[835/1069] Compiling err_data.c
[836/1069] Compiling evp_ctx.c
[837/1069] Compiling evp.c
[838/1069] Compiling evp_asn1.c
[839/1069] Compiling engine.c
[840/1069] Compiling ecdsa_asn1.c
[841/1069] Compiling err.c
[842/1069] Compiling ec_derive.c
[843/1069] Compiling ecdh_extra.c
[844/1069] Compiling dsa_asn1.c
[845/1069] Compiling hash_to_curve.c
[846/1069] Compiling digest_extra.c
[847/1069] Compiling dsa.c
[848/1069] Compiling ec_asn1.c
[849/1069] Compiling spake25519.c
[850/1069] Compiling dh_asn1.c
[851/1069] Compiling x25519-asm-arm.S
[851/1069] Compiling crypto.c
[851/1069] Compiling des.c
[851/1069] Compiling params.c
[851/1069] Compiling curve25519.c
[851/1069] Compiling cpu_intel.c
[857/1069] Compiling cpu_arm_linux.c
[858/1069] Compiling cpu_aarch64_win.c
[859/1069] Compiling cpu_aarch64_sysreg.c
[860/1069] Compiling cpu_arm_freebsd.c
[860/1069] Compiling cpu_arm.c
[860/1069] Compiling curve25519_64_adx.c
[863/1069] Compiling cpu_aarch64_openbsd.c
[864/1069] Compiling cpu_aarch64_linux.c
[865/1069] Compiling cpu_aarch64_apple.c
[866/1069] Compiling cpu_aarch64_fuchsia.c
[868/1069] Compiling PackageModel PackageIdentity.swift
[869/1069] Compiling PackageModel PackageModel.swift
[870/1069] Compiling PackageModel PackageReference.swift
[871/1069] Compiling PackageModel Platform.swift
[872/1069] Compiling PackageModel PlatformRegistry.swift
[873/1069] Compiling PackageModel Product.swift
[874/1069] Compiling PackageModel Registry.swift
[875/1069] Compiling PackageModel SupportedLanguageExtension.swift
[876/1069] Compiling PackageModel SwiftLanguageVersion.swift
[877/1069] Compiling PackageModel SwiftSDK.swift
[878/1069] Compiling PackageModel SwiftSDKBundle.swift
[879/1069] Compiling PackageModel SwiftSDKBundleStore.swift
[880/1069] Compiling PackageModel SwiftSDKConfigurationStore.swift
[881/1069] Compiling PackageModel Toolchain+SupportedFeatures.swift
[882/1069] Compiling PackageModel BinaryModule.swift
[883/1069] Compiling PackageModel ClangModule.swift
[884/1069] Compiling PackageModel Module.swift
[885/1069] Compiling PackageModel PluginModule.swift
[886/1069] Compiling PackageModel SwiftModule.swift
[887/1069] Compiling PackageModel SystemLibraryModule.swift
[888/1069] Compiling PackageModel ModuleMapType.swift
[888/1069] Compiling conf.c
[889/1069] Compiling e_tls.c
[890/1069] Compiling tls_cbc.c
[891/1069] Compiling e_rc4.c
[892/1069] Compiling e_null.c
[893/1069] Compiling e_rc2.c
[894/1069] Compiling e_des.c
[895/1069] Compiling e_chacha20poly1305.c
[896/1069] Compiling e_aesgcmsiv.c
[897/1069] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[898/1069] Compiling derive_key.c
[899/1069] Compiling e_aesctrhmac.c
[900/1069] Compiling cipher_extra.c
[901/1069] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[902/1069] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[903/1069] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[904/1069] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[905/1069] Compiling chacha-x86_64-mac.mac.x86_64.S
[906/1069] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[908/1069] Compiling PackageModel Toolchain.swift
[909/1069] Compiling PackageModel ToolchainConfiguration.swift
[910/1069] Compiling PackageModel ToolsVersion.swift
[911/1069] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[912/1069] Compiling PackageModel Toolset.swift
[913/1069] Compiling PackageModel UserToolchain.swift
[914/1069] Compiling PackageModel WindowsToolchainInfo.swift
[914/1069] Compiling chacha-x86_64-linux.linux.x86_64.S
[915/1069] Compiling chacha-x86-windows.windows.x86.S
[916/1069] Compiling chacha-x86-linux.linux.x86.S
[917/1069] Compiling chacha-armv8-linux.linux.aarch64.S
[918/1069] Compiling chacha.c
[920/1069] Compiling PackageModel SystemPackageProviderDescription.swift
[921/1069] Compiling PackageModel TargetBuildSettingDescription.swift
[922/1069] Compiling PackageModel TargetDescription.swift
[923/1069] Compiling PackageModel TraitConfiguration.swift
[924/1069] Compiling PackageModel TraitDescription.swift
[925/1069] Compiling PackageModel ManifestSourceGeneration.swift
[926/1069] Compiling PackageModel MinimumDeploymentTarget.swift
[926/1069] Compiling chacha-armv4-linux.linux.arm.S
[927/1069] Compiling chacha-armv8-ios.ios.aarch64.S
[928/1069] Compiling chacha-armv4-ios.ios.arm.S
[929/1069] Compiling unicode.c
[930/1069] Compiling buf.c
[931/1069] Compiling convert.c
[932/1069] Compiling cbs.c
[933/1069] Compiling ber.c
[934/1069] Compiling asn1_compat.c
[935/1069] Compiling cbb.c
[936/1069] Compiling bn_asn1.c
[937/1069] Compiling printf.c
[938/1069] Compiling blake2.c
[939/1069] Compiling hexdump.c
[940/1069] Compiling file.c
[941/1069] Compiling errno.c
[942/1069] Compiling pair.c
[943/1069] Compiling fd.c
[944/1069] Compiling bio_mem.c
[945/1069] Compiling base64.c
[946/1069] Compiling tasn_typ.c
[947/1069] Compiling bio.c
[947/1069] Compiling tasn_utl.c
[949/1069] Compiling tasn_new.c
[950/1069] Compiling tasn_fre.c
[951/1069] Compiling tasn_enc.c
[952/1069] Compiling posix_time.c
[953/1069] Compiling f_int.c
[954/1069] Compiling f_string.c
[955/1069] Compiling asn_pack.c
[956/1069] Compiling tasn_dec.c
[957/1069] Compiling asn1_par.c
[958/1069] Compiling a_time.c
[959/1069] Compiling a_strex.c
[960/1069] Compiling a_utctm.c
[961/1069] Compiling a_strnid.c
[963/1069] Compiling PackageModel ArtifactsArchiveMetadata.swift
[964/1069] Compiling PackageModel BuildConfiguration.swift
[965/1069] Compiling PackageModel BuildEnvironment.swift
[966/1069] Compiling PackageModel BuildFlags.swift
[967/1069] Compiling PackageModel BuildSettings.swift
[968/1069] Compiling PackageModel DependencyMapper.swift
[969/1069] Compiling PackageModel Diagnostics.swift
[970/1069] Compiling PackageModel EnabledTraitsMap.swift
[971/1069] Compiling PackageModel IdentityResolver.swift
[972/1069] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[973/1069] Compiling PackageModel Manifest+Traits.swift
[974/1069] Compiling PackageModel Manifest.swift
[975/1069] Compiling PackageModel PackageConditionDescription.swift
[976/1069] Compiling PackageModel PackageDependencyDescription.swift
[977/1069] Compiling PackageModel PlatformDescription.swift
[978/1069] Compiling PackageModel ProductDescription.swift
[978/1069] Compiling asn1_lib.c
[979/1069] Compiling a_octet.c
[979/1069] Compiling a_type.c
[979/1069] Write sources
[982/1070] Compiling a_i2d_fp.c
[983/1070] Compiling a_mbstr.c
[984/1070] Compiling a_object.c
[985/1070] Wrapping AST for Basics for debugging
[986/1070] Compiling a_int.c
[989/1075] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[990/1075] Emitting module CryptoBoringWrapper
[991/1075] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[992/1075] Emitting module ArgumentParserToolInfo
[993/1075] Compiling ArgumentParserToolInfo ToolInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1012/1077] Wrapping AST for CryptoBoringWrapper for debugging
[1013/1077] Wrapping AST for ArgumentParserToolInfo for debugging
[1014/1081] Wrapping AST for PackageModel for debugging
[1016/1203] Compiling PackageFingerprint Model.swift
[1017/1203] Compiling PackageFingerprint PackageFingerprintStorage.swift
[1018/1203] Compiling SourceControl Repository.swift
[1019/1203] Compiling SourceControl RepositoryManager.swift
[1020/1203] Compiling Crypto DH.swift
[1021/1203] Compiling Crypto ECDH.swift
[1022/1203] Compiling Crypto HKDF.swift
[1023/1203] Compiling Crypto AESWrap.swift
[1024/1203] Compiling Crypto AESWrap_boring.swift
[1025/1203] Compiling Crypto Ed25519_boring.swift
[1026/1209] Emitting module PackageFingerprint
[1027/1209] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[1028/1210] Wrapping AST for PackageFingerprint for debugging
[1030/1210] Compiling Crypto AES-GCM.swift
[1031/1210] Compiling Crypto AES-GCM_boring.swift
[1032/1210] Compiling Crypto ChaChaPoly_boring.swift
[1033/1210] Compiling Crypto ChaChaPoly.swift
[1034/1210] Compiling Crypto Cipher.swift
[1035/1210] Compiling Crypto Nonces.swift
[1036/1210] Emitting module Crypto
[1037/1220] 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 |     }
[1038/1220] Emitting module SourceControl
[1039/1220] Compiling Crypto HMAC.swift
[1040/1220] Compiling Crypto MACFunctions.swift
[1041/1220] Compiling Crypto MessageAuthenticationCode.swift
[1042/1220] Compiling Crypto AES.swift
[1043/1220] Compiling Crypto ECDSASignature_boring.swift
[1044/1220] Compiling Crypto ECDSA_boring.swift
[1045/1220] Compiling Crypto EdDSA_boring.swift
[1046/1220] Compiling Crypto ECDSA.swift
[1047/1220] Compiling Crypto Ed25519.swift
[1048/1220] Compiling Crypto Signature.swift
[1049/1220] Emitting module ArgumentParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/65] Write swift-version-24593BA9C3E375BF.txt
[4/75] Compiling SwiftSyntax600 Empty.swift
[5/108] Emitting module SwiftSyntax600
[7/137] Emitting module FileMonitorShared
[8/141] Emitting module TSCLibc
[9/141] Compiling TSCLibc libc.swift
[10/142] Compiling FileMonitorShared URL+isDirectory.swift
[11/142] Compiling FileMonitorShared FileChangeEvent.swift
[12/142] Compiling FileMonitorShared Watcher.swift
[13/145] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[15/144] Compiling SystemPackage IORing.swift
[16/144] Compiling SystemPackage RawIORequest.swift
[17/146] Compiling GraphViz Rectangle.swift
[18/146] Compiling GraphViz Size.swift
[20/148] Emitting module SwiftSyntax602
[21/148] Compiling SystemPackage Errno.swift
[22/148] Compiling SystemPackage ErrnoWindows.swift
[23/148] Compiling SystemPackage Backcompat.swift
[24/148] Compiling SystemPackage CInterop.swift
[25/147] Compiling SwiftSyntax602 Empty.swift
[29/149] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[30/149] Emitting module CryptoBoringWrapper
[33/150] Compiling SystemPackage Syscalls.swift
[34/150] Compiling SystemPackage WindowsSyscallAdapters.swift
[35/150] Compiling SystemPackage MachPort.swift
[36/150] Compiling SystemPackage PlatformString.swift
[38/154] Emitting module _CertificateInternals
[39/154] Compiling _CertificateInternals _TinyArray.swift
[40/154] Compiling SwiftSyntax601 Empty.swift
[41/154] Emitting module SwiftSyntax601
[42/156] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/156] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/196] Compiling SwiftSyntax510 Empty.swift
[47/196] Emitting module SwiftSyntax510
[48/198] Emitting module InternalCollectionsUtilities
[50/197] Compiling SwiftSyntax509 Empty.swift
[51/197] Emitting module SwiftSyntax509
[52/218] Compiling TSCBasic LazyCache.swift
[53/218] Compiling TSCBasic Lock.swift
[54/218] Compiling TSCBasic OSLog.swift
[55/218] Compiling TSCBasic ObjectIdentifierProtocol.swift
[57/221] Compiling PackageCollectionsModel PackageCollectionModel.swift
[58/221] Emitting module SystemPackage
[59/221] Compiling SwiftASN1 ASN1BitString.swift
[60/221] Compiling SwiftASN1 ASN1Boolean.swift
[61/221] Compiling SwiftASN1 ASN1Identifier.swift
[62/221] Compiling SwiftASN1 BER.swift
[63/221] Compiling SwiftASN1 ASN1Any.swift
[64/221] Compiling SwiftASN1 ASN1Integer.swift
[65/221] Compiling SwiftASN1 ASN1Null.swift
[66/221] Compiling SwiftASN1 ASN1.swift
[67/221] Compiling SwiftASN1 ASN1OctetString.swift
[68/221] Compiling SwiftASN1 ASN1Strings.swift
[73/222] Compiling FileMonitorLinux LinuxWatcher.swift
[74/222] Compiling FileMonitorLinux InotifyEvent.swift
[75/238] Compiling Crypto SEC1PrivateKey.swift
[76/238] Compiling Crypto AES-GCM.swift
[77/277] Compiling Crypto PEMDocument.swift
[78/277] Compiling Crypto PKCS8PrivateKey.swift
[81/286] Compiling Crypto ArraySliceBigint.swift
[82/286] Compiling Crypto GeneralizedTime.swift
[83/286] Compiling Crypto ObjectIdentifier.swift
[84/286] Compiling Crypto ECDSASignature.swift
[85/286] Compiling Crypto AES-GCM_boring.swift
[86/286] Compiling Crypto ChaChaPoly_boring.swift
[87/286] Compiling Crypto ChaChaPoly.swift
[88/286] Compiling Crypto Cipher.swift
[89/286] Compiling Crypto Nonces.swift
[90/286] Compiling Crypto ASN1Integer.swift
[91/286] Compiling Crypto ASN1Null.swift
[92/286] Compiling Crypto ASN1OctetString.swift
[93/286] Compiling Crypto ASN1Strings.swift
[95/296] Emitting module FileMonitorLinux
[96/296] Compiling FileMonitorLinux FileSystemWatcher.swift
[100/299] Emitting module TSCBasic
[101/303] Compiling Crypto HPKE-Ciphersuite.swift
[102/303] Compiling Crypto HPKE-KDF.swift
[103/303] Compiling Crypto HPKE-KexKeyDerivation.swift
[104/303] Compiling Crypto HPKE-LabeledExtract.swift
[105/421] Compiling OrderedCollections OrderedSet+Invariants.swift
[106/421] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[107/421] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[108/421] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[109/421] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[110/421] Compiling OrderedCollections OrderedDictionary+Codable.swift
[111/421] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[112/421] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[113/421] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[114/421] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[115/421] Compiling OrderedCollections OrderedDictionary+Elements.swift
[116/421] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[117/421] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[118/421] Compiling OrderedCollections _HashTable+Testing.swift
[119/421] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[120/421] Compiling OrderedCollections _HashTable+Constants.swift
[121/421] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[122/421] Compiling OrderedCollections _HashTable+Bucket.swift
[123/421] Compiling OrderedCollections _HashTable+BucketIterator.swift
[124/421] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[125/421] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[126/421] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[127/421] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[128/421] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[129/422] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/422] Compiling OrderedCollections _HashTable.swift
[147/422] Compiling OrderedCollections _Hashtable+Header.swift
[154/422] Emitting module GraphViz
[155/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[162/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[163/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[164/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[165/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[166/423] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[167/423] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[168/423] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/430] Compiling OrderedCollections OrderedSet+Equatable.swift
[170/430] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/430] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/430] Compiling OrderedCollections OrderedSet+Initializers.swift
[173/430] Compiling OrderedCollections OrderedSet+Insertions.swift
[174/430] Compiling OrderedCollections OrderedDictionary.swift
[175/430] Compiling OrderedCollections OrderedSet+Codable.swift
[176/430] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[177/430] Compiling OrderedCollections OrderedSet+Descriptions.swift
[178/430] Compiling OrderedCollections OrderedSet+Diffing.swift
[180/430] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/430] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/430] Compiling OrderedCollections OrderedSet+Testing.swift
[183/430] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/430] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/430] Compiling OrderedCollections OrderedSet.swift
[186/430] Compiling OrderedCollections _UnsafeBitset.swift
[187/430] Compiling SwiftSyntax SyntaxNodesAB.swift
[188/430] Compiling Crypto Signature.swift
[205/440] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[210/442] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[211/442] Compiling OrderedCollections OrderedDictionary+Values.swift
[228/450] Compiling FileMonitor FileMonitor.swift
[229/450] Emitting module FileMonitor
[230/450] Compiling FileMonitor FileDidChangedDelegate.swift
[231/451] Compiling Crypto Ed25519_boring.swift
[232/451] Compiling Crypto EllipticCurvePoint_boring.swift
[233/451] Compiling Crypto EllipticCurve_boring.swift
[234/451] Compiling Crypto NISTCurvesKeys_boring.swift
[235/451] Compiling Crypto X25519Keys_boring.swift
[236/451] Compiling Crypto Curve25519.swift
[237/451] Compiling Crypto Ed25519Keys.swift
[238/451] Compiling Crypto NISTCurvesKeys.swift
[239/451] Compiling Crypto X25519Keys.swift
[240/451] Compiling Crypto SymmetricKeys.swift
[242/451] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[254/451] Emitting module PackageCollectionsModel
[255/451] Compiling _AsyncFileSystem AsyncFileSystem.swift
[256/452] Emitting module Crypto
[277/452] Compiling _AsyncFileSystem OpenReadableFile.swift
[278/452] Emitting module _AsyncFileSystem
[279/452] Compiling _AsyncFileSystem ConcurrencySupport.swift
[280/452] Compiling _AsyncFileSystem MockFileSystem.swift
[281/452] Compiling _AsyncFileSystem OSFileSystem.swift
[282/452] Emitting module SwiftASN1
[289/453] Compiling _AsyncFileSystem WritableStream.swift
[291/468] Compiling _AsyncFileSystem OpenWritableFile.swift
[292/468] Compiling _AsyncFileSystem ReadableFileStream.swift
[294/468] Compiling DequeModule Deque+Testing.swift
[295/468] Compiling DequeModule Deque._Storage.swift
[296/468] Compiling DequeModule Deque._UnsafeHandle.swift
[297/468] Compiling DequeModule Deque.swift
[298/468] Compiling DequeModule _DequeBuffer.swift
[299/468] Compiling DequeModule _DequeBufferHeader.swift
[303/471] Compiling DequeModule Deque+CustomReflectable.swift
[304/471] Compiling DequeModule Deque+Descriptions.swift
[315/473] Compiling DequeModule _DequeSlot.swift
[316/473] Compiling DequeModule _UnsafeWrappedBuffer.swift
[324/475] Wrapping AST for TSCBasic for debugging
[326/475] Compiling DequeModule Deque+Equatable.swift
[327/475] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[328/475] Compiling DequeModule Deque+Extras.swift
[329/475] Compiling DequeModule Deque+Hashable.swift
[330/475] Compiling DOT DOT.swift
[331/475] Emitting module DOT
[331/510] Wrapping AST for SystemPackage for debugging
[333/510] Compiling DOT DOTRepresentable.swift
[333/510] Wrapping AST for InternalCollectionsUtilities for debugging
[335/510] Compiling TSCUtility Git.swift
[336/510] Compiling TSCUtility Hex.swift
[337/510] Compiling TSCUtility Context.swift
[338/510] Compiling TSCUtility Diagnostics.swift
[339/510] Compiling TSCUtility BuildFlags.swift
[340/510] Compiling TSCUtility CollectionExtensions.swift
[341/510] Compiling TSCUtility Archiver.swift
[342/510] Compiling TSCUtility ArgumentParser.swift
[343/510] Compiling TSCUtility ArgumentParserShellCompletion.swift
[344/510] Compiling TSCUtility Array+Extensions.swift
[345/510] Compiling TSCUtility Bits.swift
[346/510] Compiling TSCUtility Bitstream.swift
[347/510] Compiling TSCUtility BitstreamReader.swift
[348/510] Compiling TSCUtility BitstreamWriter.swift
[352/510] Compiling DOT DOTEncoder.swift
[353/511] Emitting module OrderedCollections
[368/519] Compiling TSCUtility FSWatch.swift
[369/519] Compiling TSCUtility FloatingPointExtensions.swift
[372/519] Compiling TSCUtility IndexStore.swift
[373/519] Compiling TSCUtility InterruptHandler.swift
[373/519] Wrapping AST for OrderedCollections for debugging
[377/523] Emitting module DequeModule
[379/524] Emitting module Tools
[380/524] Compiling Tools Graph+Rendering.swift
[381/524] Compiling TSCUtility OSLog.swift
[382/524] Compiling TSCUtility OrderedZip.swift
[383/524] Compiling TSCUtility PkgConfig.swift
[384/524] Compiling TSCUtility Platform.swift
[385/524] Compiling TSCUtility PolymorphicCodable.swift
[386/528] Compiling TSCUtility Tracing.swift
[387/528] Compiling TSCUtility Triple.swift
[388/528] Compiling TSCUtility URL.swift
[389/528] Compiling TSCUtility Verbosity.swift
[390/528] Compiling Tools which.swift
[391/528] Emitting module ArgumentParserToolInfo
[392/528] Compiling ArgumentParserToolInfo ToolInfo.swift
[393/529] Compiling Tools Renderer.swift
[393/530] Wrapping AST for DequeModule for debugging
[395/530] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[396/530] Compiling Crypto CryptoKitErrors_boring.swift
[397/530] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[398/530] Compiling Crypto RNG_boring.swift
[399/530] Compiling Crypto SafeCompare_boring.swift
[400/530] Compiling Crypto Zeroization_boring.swift
[401/530] Compiling Crypto PrettyBytes.swift
[402/530] Compiling Crypto SafeCompare.swift
[403/530] Compiling Crypto SecureBytes.swift
[404/530] Compiling Crypto Zeroization.swift
[407/573] Wrapping AST for Crypto for debugging
[409/573] Emitting module TSCUtility
[410/587] Compiling _CryptoExtras DigestType.swift
[411/587] Compiling _CryptoExtras Error.swift
[412/588] Compiling ArgumentParser CommandConfiguration.swift
[413/588] Compiling ArgumentParser CommandGroup.swift
[414/588] Compiling ArgumentParser EnumerableFlag.swift
[415/588] Compiling ArgumentParser ExpressibleByArgument.swift
[416/588] Compiling ArgumentParser SplitArguments.swift
[417/588] Compiling _CryptoExtras RSA_boring.swift
[418/588] Compiling _CryptoExtras RSA_security.swift
[419/588] Compiling ArgumentParser Option.swift
[420/588] Compiling ArgumentParser OptionGroup.swift
[421/588] Compiling ArgumentParser AsyncParsableCommand.swift
[422/588] Compiling _CryptoExtras BoringSSLHelpers.swift
[423/588] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[424/588] Compiling _CryptoExtras PEMDocument.swift
[425/588] Compiling ArgumentParser CollectionExtensions.swift
[426/588] Compiling ArgumentParser Mutex.swift
[427/588] Compiling ArgumentParser Platform.swift
[428/588] Compiling ArgumentParser SequenceExtensions.swift
[429/588] Compiling ArgumentParser StringExtensions.swift
[430/588] Compiling ArgumentParser ArgumentDefinition.swift
[431/588] Compiling ArgumentParser ArgumentSet.swift
[432/588] Compiling ArgumentParser CommandParser.swift
[433/588] Compiling ArgumentParser InputKey.swift
[434/588] Compiling _CryptoExtras RandomBytes.swift
[440/588] Compiling ArgumentParser SwiftExtensions.swift
[441/594] Emitting module _CryptoExtras
[444/594] Compiling _CryptoExtras AES_GCM_SIV.swift
[445/594] Compiling _CryptoExtras Block Function.swift
[446/594] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[447/594] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[448/594] Compiling _CryptoExtras ChaCha20CTR.swift
[449/594] Compiling _CryptoExtras RSA.swift
[454/595] Wrapping AST for TSCUtility for debugging
[456/661] Compiling Basics AbsolutePath.swift
[457/661] Compiling Basics FileSystem+Extensions.swift
[458/661] Compiling Basics InMemoryFileSystem.swift
[459/661] Compiling Basics NativePathExtensions.swift
[460/661] Compiling Basics RelativePath.swift
[461/661] Compiling Basics TSCAdapters.swift
[462/661] Compiling Basics Archiver.swift
[463/661] Compiling Basics TarArchiver.swift
[464/661] Compiling Basics UniversalArchiver.swift
[465/661] Compiling Basics ZipArchiver.swift
[466/661] Compiling Basics ArrayHelpers.swift
[467/661] Compiling Basics AuthorizationProvider.swift
[468/661] Compiling Basics Cancellator.swift
[469/661] Emitting module ArgumentParser
[476/662] Wrapping AST for _CryptoExtras for debugging
[478/750] Emitting module Basics
[479/759] Compiling X509 OCSPResponse.swift
[480/759] Compiling X509 OCSPResponseBytes.swift
[481/759] Compiling X509 OCSPResponseData.swift
[482/759] Compiling X509 OCSPResponseStatus.swift
[483/759] Compiling X509 OCSPSignature.swift
[484/759] Compiling X509 OCSPSingleRequest.swift
[485/759] Compiling X509 OCSPSingleResponse.swift
[486/759] Compiling X509 OCSPTBSRequest.swift
[487/759] Compiling X509 OCSPVersion.swift
[489/759] Compiling X509 CMSEncapsulatedContentInfo.swift
[490/759] Compiling X509 CMSIssuerAndSerialNumber.swift
[491/759] Compiling X509 CMSOperations.swift
[492/759] Compiling X509 CMSSignature.swift
[493/759] Compiling X509 CMSSignedData.swift
[494/759] Compiling X509 CertificatePrivateKey.swift
[495/759] Compiling X509 CertificatePublicKey.swift
[496/759] Compiling X509 CertificateSerialNumber.swift
[497/759] Compiling X509 CertificateVersion.swift
[498/759] Compiling X509 CMSAttribute.swift
[499/759] Compiling X509 CMSContentInfo.swift
[506/759] Compiling X509 LocalityName.swift
[507/759] Compiling X509 OrganizationName.swift
[508/759] Compiling X509 OrganizationalUnitName.swift
[509/759] Compiling X509 StateOrProvinceName.swift
[510/759] Compiling X509 StreetAddress.swift
[511/759] Compiling X509 Error.swift
[512/759] Compiling X509 AuthorityInformationAccess.swift
[513/759] Compiling X509 AuthorityKeyIdentifier.swift
[514/759] Compiling X509 BasicConstraints.swift
[515/759] Compiling X509 ExtendedKeyUsage.swift
[516/759] Compiling X509 ExtensionIdentifiers.swift
[517/759] Compiling X509 KeyUsage.swift
[519/760] Compiling X509 GeneralName.swift
[520/760] Compiling X509 LockedValueBox.swift
[521/760] Compiling X509 BasicOCSPResponse.swift
[522/760] Compiling X509 DirectoryString.swift
[523/760] Compiling X509 OCSPCertID.swift
[524/760] Compiling X509 OCSPCertStatus.swift
[525/760] Compiling X509 OCSPExtensionID.swift
[526/760] Compiling X509 PKCS8PrivateKey.swift
[527/760] Compiling X509 PromiseAndFuture.swift
[527/760] Wrapping AST for ArgumentParser for debugging
[529/760] Compiling X509 CSRAttribute.swift
[530/760] Compiling X509 CSRAttributes.swift
[531/760] Compiling X509 CSRVersion.swift
[532/760] Compiling X509 CertificateSigningRequest.swift
[533/760] Compiling X509 CertificationRequestInfo.swift
[534/760] Compiling X509 ExtensionRequest.swift
[535/760] Compiling X509 Certificate.swift
[539/760] Compiling X509 DistinguishedName.swift
[540/760] Compiling X509 CommonName.swift
[541/760] Compiling X509 CountryName.swift
[542/760] Compiling X509 DNBuilder.swift
[543/760] Compiling X509 SubjectAlternativeName.swift
[544/760] Compiling X509 SubjectKeyIdentifier.swift
[545/760] Compiling X509 Extension.swift
[546/760] Compiling X509 Extensions.swift
[547/760] Compiling X509 ExtensionsBuilder.swift
[562/760] Compiling X509 CMSSignerIdentifier.swift
[563/760] Compiling X509 CMSSignerInfo.swift
[564/760] Compiling X509 CMSVersion.swift
[565/760] Compiling X509 Digests.swift
[572/760] Compiling X509 NameConstraints.swift
[573/760] Compiling X509 OCSPNonce.swift
[574/760] Compiling X509 OCSPPolicy.swift
[575/760] Compiling X509 OCSPRequest.swift
[576/760] Emitting module X509
[577/772] Compiling X509 PolicyBuilder.swift
[578/772] Compiling X509 BasicConstraintsPolicy.swift
[579/772] Compiling X509 DNSNames.swift
[580/772] Compiling X509 DirectoryNames.swift
[581/772] Compiling X509 ExpiryPolicy.swift
[582/772] Compiling X509 IPConstraints.swift
[583/772] Compiling X509 NameConstraintsPolicy.swift
[584/772] Compiling X509 RFC5280Policy.swift
[585/772] Compiling X509 URIConstraints.swift
[586/772] Compiling X509 VersionPolicy.swift
[587/772] Compiling X509 ServerIdentityPolicy.swift
[588/772] Compiling X509 TrustRootLoading.swift
[591/772] Compiling Basics SourceControlURL.swift
[592/772] Compiling Basics SwiftVersion.swift
[593/772] Compiling Basics TestingLibrary.swift
[594/772] Compiling Basics Triple+Basics.swift
[595/772] Compiling Basics URL.swift
[596/772] Compiling Basics Triple+Platforms.swift
[597/772] Compiling Basics Triple.swift
[598/772] Compiling Basics Version+Extensions.swift
[599/772] Compiling Basics WritableByteStream+Extensions.swift
[600/772] Compiling X509 OneOfPolicies.swift
[648/824] Compiling PackageModel ArtifactsArchiveMetadata.swift
[649/824] Compiling PackageModel BuildConfiguration.swift
[650/824] Compiling PackageModel BuildEnvironment.swift
[651/824] Compiling PackageModel BuildFlags.swift
[652/824] Compiling PackageModel BuildSettings.swift
[653/824] Compiling PackageModel DependencyMapper.swift
[654/824] Compiling PackageModel Diagnostics.swift
[655/824] Compiling PackageModel EnabledTraitsMap.swift
[656/824] Compiling PackageModel SystemPackageProviderDescription.swift
[657/824] Compiling PackageModel TargetBuildSettingDescription.swift
[658/824] Compiling PackageModel TargetDescription.swift
[659/824] Compiling PackageModel TraitConfiguration.swift
[660/824] Compiling PackageModel TraitDescription.swift
[661/824] Compiling PackageModel ManifestSourceGeneration.swift
[662/824] Compiling PackageModel MinimumDeploymentTarget.swift
[663/824] Compiling PackageModel PackageIdentity.swift
[664/824] Compiling PackageModel PackageModel.swift
[665/824] Compiling PackageModel PackageReference.swift
[666/824] Compiling PackageModel Platform.swift
[667/824] Compiling PackageModel PlatformRegistry.swift
[668/824] Compiling PackageModel Product.swift
[669/824] Compiling PackageModel Registry.swift
[670/824] Compiling PackageModel RegistryReleaseMetadata.swift
[671/824] Compiling PackageModel Resource.swift
[672/824] Compiling PackageModel Sanitizers.swift
[673/824] Compiling PackageModel Snippet.swift
[674/824] Emitting module SwiftSyntax
[675/824] Emitting module PackageModel
[676/831] Compiling X509 UnverifiedChain.swift
[677/831] Compiling X509 VerificationDiagnostic.swift
[678/831] Compiling X509 Verifier.swift
[679/831] Compiling X509 VerifierPolicy.swift
[680/831] Compiling X509 AlgorithmIdentifier.swift
[681/831] Compiling X509 ECDSASignature.swift
[682/831] Compiling X509 RSAPKCS1PublicKey.swift
[683/831] Compiling X509 SubjectPublicKeyInfo.swift
[684/831] Compiling X509 TBSCertificate.swift
[685/831] Compiling X509 Time.swift
[686/831] Compiling X509 TimeCalculations.swift
[687/831] Compiling X509 Validity.swift
[689/832] Compiling PackageModel SupportedLanguageExtension.swift
[690/832] Compiling PackageModel SwiftLanguageVersion.swift
[691/832] Compiling PackageModel SwiftSDK.swift
[692/832] Compiling PackageModel SwiftSDKBundle.swift
[693/832] Compiling PackageModel SwiftSDKBundleStore.swift
[694/832] Compiling PackageModel SwiftSDKConfigurationStore.swift
[695/832] Compiling PackageModel Toolchain+SupportedFeatures.swift
[695/840] Wrapping AST for X509 for debugging
[697/840] Compiling PackageCollectionsSigning Base64URL.swift
[713/840] Compiling PackageCollectionsSigning Signature.swift
[714/840] Compiling PackageCollectionsSigning CertificatePolicy.swift
[715/840] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[716/840] Emitting module PackageCollectionsSigning
[717/840] Compiling PackageCollectionsSigning Utilities.swift
[718/840] Compiling PackageCollectionsSigning X509Extensions.swift
[719/840] Compiling PackageCollectionsSigning embedded_resources.swift
[721/841] Compiling PackageModel Toolchain.swift
[722/841] Compiling PackageModel ToolchainConfiguration.swift
[723/841] Compiling PackageModel ToolsVersion.swift
[724/841] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[725/841] Compiling PackageModel Toolset.swift
[726/841] Compiling PackageModel UserToolchain.swift
[727/841] Compiling PackageModel WindowsToolchainInfo.swift
[727/841] Wrapping AST for PackageCollectionsSigning for debugging
[729/841] Compiling PackageModel IdentityResolver.swift
[730/841] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[731/841] Compiling PackageModel Manifest+Traits.swift
[732/841] Compiling PackageModel Manifest.swift
[733/841] Compiling PackageModel PackageConditionDescription.swift
[734/841] Compiling PackageModel PackageDependencyDescription.swift
[735/841] Compiling PackageModel PlatformDescription.swift
[736/841] Compiling PackageModel ProductDescription.swift
[741/841] Compiling PackageModel SnippetGroup.swift
[742/841] Compiling PackageModel PlainTextSnippetExtractor.swift
[743/841] Compiling PackageModel Sources.swift
[751/841] Compiling PackageModel BinaryModule.swift
[752/841] Compiling PackageModel ClangModule.swift
[753/841] Compiling PackageModel Module.swift
[754/841] Compiling PackageModel PluginModule.swift
[755/841] Compiling PackageModel SwiftModule.swift
[756/841] Compiling PackageModel SystemLibraryModule.swift
[757/841] Compiling PackageModel ModuleMapType.swift
[759/858] Compiling PackageSigning X509Extensions.swift
[760/859] Emitting module PackageFingerprint
[761/859] Compiling PackageFingerprint PackageFingerprintStorage.swift
[762/859] Compiling SourceControl GitRepository.swift
[763/859] Emitting module SourceControl
[764/859] Compiling SourceControl Repository.swift
[765/859] Compiling PackageFingerprint Model.swift
[766/859] Compiling PackageSigning SigningIdentity.swift
[767/859] Compiling PackageSigning VerifierPolicies.swift
[768/859] Compiling SourceControl RepositoryManager.swift
[769/859] Compiling PackageSigning SigningEntity.swift
[770/859] Compiling PackageSigning PackageSigningEntityStorage.swift
[771/860] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[773/860] Compiling PackageSigning CertificateStores.swift
[774/860] Compiling PackageSigning SignatureProvider.swift
[774/860] Wrapping AST for SourceControl for debugging
[776/896] Emitting module PackageSigning
[794/899] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[796/899] Compiling PackageSigning embedded_resources.swift
[798/900] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[799/900] Compiling PackageCollections PackageCollections+Configuration.swift
[800/900] Compiling PackageCollections PackageCollections+Storage.swift
[801/903] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[802/903] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[803/903] Compiling PackageCollections PackageCollectionsStorage.swift
[804/903] Compiling PackageCollections API.swift
[805/903] Compiling PackageCollections CVE.swift
[805/904] Wrapping AST for PackageSigning for debugging
[807/904] Emitting module PackageCollections
[808/904] Compiling PackageCollections JSONPackageCollectionProvider.swift
[809/904] Compiling PackageCollections PackageCollectionProvider.swift
[810/904] Compiling PackageCollections PackageMetadataProvider.swift
[811/904] Compiling PackageLoading ToolsVersionParser.swift
[812/904] Compiling PackageCollections PackageIndex+Configuration.swift
[813/904] Compiling PackageCollections PackageIndex.swift
[814/904] Compiling PackageCollections PackageIndexAndCollections.swift
[815/904] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[818/904] Compiling PackageCollections Collection.swift
[819/904] Compiling PackageCollections License.swift
[820/904] Emitting module PackageLoading
[821/904] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[822/904] Compiling PackageCollections Trie.swift
[823/904] Compiling PackageCollections Utility.swift
[824/904] Compiling PackageCollections PackageList.swift
[825/904] Compiling PackageCollections PackageTypes.swift
[830/904] Compiling PackageCollections Search.swift
[831/904] Compiling PackageCollections TargetListResult.swift
[832/904] Compiling PackageCollections PackageCollections+Validation.swift
[833/904] Compiling PackageCollections PackageCollections.swift
[838/905] Wrapping AST for PackageCollections for debugging
[844/906] Wrapping AST for PackageLoading for debugging
[846/941] Compiling PackageRegistry SigningEntityTOFU.swift
[847/941] Emitting module PackageGraph
[848/944] Compiling PackageRegistry RegistryDownloadsManager.swift
[849/944] Compiling PackageRegistry SignatureValidation.swift
[850/944] Compiling PackageGraph ResolvedModule.swift
[851/944] Compiling PackageGraph ResolvedPackage.swift
[852/944] Compiling PackageGraph ResolvedProduct.swift
[853/944] Compiling PackageRegistry RegistryConfiguration.swift
[854/944] Compiling PackageGraph PartialSolution.swift
[855/944] Compiling PackageGraph PubGrubDependencyResolver.swift
[856/944] Compiling PackageGraph PubGrubPackageContainer.swift
[857/944] Compiling PackageGraph Term.swift
[858/944] Compiling PackageGraph ResolvedPackagesStore.swift
[859/944] Compiling PackageGraph Version+Extensions.swift
[860/944] Compiling PackageGraph VersionSetSpecifier.swift
[861/944] Compiling PackageGraph PackageGraphRoot.swift
[862/944] Compiling PackageGraph PackageModel+Extensions.swift
[863/944] Compiling PackageGraph PackageRequirement.swift
[864/944] Compiling PackageGraph DependencyResolutionNode.swift
[865/944] Compiling PackageGraph DependencyResolverBinding.swift
[866/944] Compiling PackageGraph DependencyResolverDelegate.swift
[867/944] Compiling PackageGraph DependencyResolverError.swift
[868/944] Compiling PackageGraph PlatformVersionProvider.swift
[869/944] Compiling PackageGraph Assignment.swift
[870/944] Compiling PackageGraph ContainerProvider.swift
[871/944] Compiling PackageGraph DiagnosticReportBuilder.swift
[872/944] Compiling PackageGraph Incompatibility.swift
[873/944] Compiling PackageGraph BoundVersion.swift
[874/944] Compiling PackageGraph DependencyMirrors.swift
[875/944] Compiling PackageGraph Diagnostics.swift
[876/944] Compiling PackageGraph GraphLoadingNode.swift
[877/944] Compiling PackageGraph ModuleAliasTracker.swift
[878/944] Compiling PackageGraph ModulesGraph+Loading.swift
[879/944] Compiling PackageGraph ModulesGraph.swift
[880/944] Compiling PackageGraph PackageContainer.swift
[881/945] Wrapping AST for PackageGraph for debugging
[883/965] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[884/965] Compiling SPMBuildCore Triple+Extensions.swift
[885/967] Compiling SPMBuildCore XCFrameworkMetadata.swift
[886/967] Compiling SPMBuildCore XcodeProjectRepresentation.swift
[887/967] Compiling PackageRegistry RegistryClient.swift
[888/967] Compiling PackageRegistry ChecksumTOFU.swift
[889/967] Emitting module PackageRegistry
[891/968] Compiling SPMBuildCore BuildParameters+Linking.swift
[892/968] Compiling SPMBuildCore BuildParameters+Output.swift
[893/968] Compiling SPMBuildCore BuildParameters+Testing.swift
[894/968] Emitting module SPMBuildCore
[894/968] Wrapping AST for PackageRegistry for debugging
[896/970] Emitting module PackageMetadata
[897/970] Compiling PackageMetadata PackageMetadata.swift
[898/971] Wrapping AST for PackageMetadata for debugging
[900/971] Compiling SPMBuildCore BuildParameters.swift
[901/971] Compiling SPMBuildCore BuildSystem.swift
[902/971] Compiling SPMBuildCore BuildSystemCommand.swift
[903/971] Compiling SPMBuildCore BuildSystemDelegate.swift
[904/971] Compiling SPMBuildCore BuiltTestProduct.swift
[905/971] Compiling SPMBuildCore CommandPluginResult.swift
[906/971] Compiling SPMBuildCore PluginMessages.swift
[907/971] Compiling SPMBuildCore PluginScriptRunner.swift
[908/971] Compiling SPMBuildCore BinaryTarget+Extensions.swift
[909/971] Compiling SPMBuildCore BuildParameters+Debugging.swift
[910/971] Compiling SPMBuildCore BuildParameters+Driver.swift
[911/971] Compiling SPMBuildCore DefaultPluginScriptRunner.swift
[912/971] Compiling SPMBuildCore PluginContextSerializer.swift
[913/971] Compiling SPMBuildCore PluginInvocation.swift
[914/972] Wrapping AST for SPMBuildCore for debugging
[916/1003] Compiling Workspace FileSystemPackageContainer.swift
[917/1003] Compiling Workspace RegistryPackageContainer.swift
[918/1003] Compiling Workspace SourceControlPackageContainer.swift
[919/1003] Compiling Workspace ResolvedFileWatcher.swift
[920/1007] Compiling Workspace CheckoutState.swift
[921/1007] Compiling Workspace Diagnostics.swift
[922/1007] Compiling Workspace InitPackage.swift
[923/1007] Compiling Workspace LoadableResult.swift
[924/1007] Compiling Workspace ManagedArtifact.swift
[925/1007] Emitting module Workspace
[926/1007] Compiling Workspace Workspace+Prebuilts.swift
[927/1007] Compiling Workspace Workspace+Registry.swift
[928/1007] Compiling Workspace Workspace+ResolvedPackages.swift
[929/1007] Compiling Workspace Workspace+Signing.swift
[930/1007] Compiling Workspace Workspace+SourceControl.swift
[931/1007] Compiling Workspace Workspace+State.swift
[932/1007] Compiling Workspace Workspace.swift
[944/1007] Compiling Workspace Workspace+Delegation.swift
[945/1007] Compiling Workspace Workspace+Dependencies.swift
[946/1007] Compiling Workspace Workspace+Editing.swift
[947/1007] Compiling Workspace Workspace+Manifests.swift
[948/1007] Compiling Workspace ResolverPrecomputationProvider.swift
[949/1007] Compiling Workspace ToolsVersionSpecificationRewriter.swift
[950/1007] Compiling Workspace Workspace+BinaryArtifacts.swift
[951/1007] Compiling Workspace Workspace+Configuration.swift
[952/1007] Compiling Workspace Workspace+PackageContainer.swift
[953/1007] Compiling Workspace ManagedDependency.swift
[954/1007] Compiling Workspace ManagedPrebuilt.swift
[955/1007] Compiling Workspace Base64URL.swift
[956/1007] Compiling Workspace CertificatePolicy.swift
[957/1007] Compiling Workspace ManifestSigning.swift
[970/1007] Compiling Workspace Signature.swift
[971/1007] Compiling Workspace Utilities.swift
[972/1007] Compiling Workspace X509Extensions.swift
[973/1007] Compiling Workspace embedded_resources.swift
[978/1008] Wrapping AST for Workspace for debugging
[988/1009] Wrapping AST for SwiftSyntax for debugging
[990/1068] Compiling SwiftBasicFormat Syntax+Extensions.swift
[991/1068] Compiling SwiftBasicFormat Indenter.swift
[992/1068] Compiling SwiftDiagnostics Message.swift
[993/1069] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[994/1069] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[995/1069] Compiling SwiftParser Attributes.swift
[996/1069] Compiling SwiftParser Availability.swift
[997/1069] Emitting module SwiftDiagnostics
[998/1069] Compiling SwiftDiagnostics Note.swift
[999/1069] Compiling SwiftBasicFormat InferIndentation.swift
[1000/1069] Emitting module SwiftBasicFormat
[1001/1069] Compiling SwiftBasicFormat BasicFormat.swift
[1002/1070] Compiling SwiftDiagnostics FixIt.swift
[1003/1070] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1005/1070] Compiling SwiftParser CharacterInfo.swift
[1006/1070] Compiling SwiftParser CollectionNodes+Parsable.swift
[1007/1070] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1008/1070] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1009/1071] Wrapping AST for SwiftBasicFormat for debugging
[1010/1071] Wrapping AST for SwiftDiagnostics for debugging
[1012/1071] Compiling SwiftParser StringLiterals.swift
[1013/1071] Compiling SwiftParser SwiftParserCompatibility.swift
[1014/1071] Compiling SwiftParser SwiftVersion.swift
[1015/1071] Compiling SwiftParser SyntaxUtils.swift
[1016/1071] Compiling SwiftParser TokenConsumer.swift
[1017/1071] Compiling SwiftParser TokenPrecedence.swift
[1018/1076] Compiling SwiftParser TokenSpec.swift
[1019/1076] Compiling SwiftParser TokenSpecSet.swift
[1020/1076] Compiling SwiftParser TopLevel.swift
[1021/1076] Compiling SwiftParser TriviaParser.swift
[1022/1076] Compiling SwiftParser Types.swift
[1023/1076] Compiling SwiftParser Parser.swift
[1024/1076] Compiling SwiftParser Patterns.swift
[1025/1076] Compiling SwiftParser Recovery.swift
[1026/1076] Compiling SwiftParser Specifiers.swift
[1027/1076] Compiling SwiftParser Statements.swift
[1028/1076] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1029/1076] Compiling SwiftParser LoopProgressCondition.swift
[1030/1076] Compiling SwiftParser Modifiers.swift
[1031/1076] Compiling SwiftParser Names.swift
[1032/1076] Compiling SwiftParser Nominals.swift
[1033/1076] Compiling SwiftParser Parameters.swift
[1034/1076] Compiling SwiftParser ParseSourceFile.swift
[1035/1076] Compiling SwiftParser Lexeme.swift
[1036/1076] Compiling SwiftParser LexemeSequence.swift
[1037/1076] Compiling SwiftParser Lexer.swift
[1038/1076] Compiling SwiftParser RegexLiteralLexer.swift
[1039/1076] Compiling SwiftParser UnicodeScalarExtensions.swift
[1040/1076] Compiling SwiftParser Lookahead.swift
[1045/1076] Compiling SwiftParser CompilerFiles.swift
[1046/1076] Compiling SwiftParser Declarations.swift
[1047/1076] Emitting module SwiftParser
[1048/1076] Compiling SwiftParser Directives.swift
[1049/1076] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1050/1076] Compiling SwiftParser Expressions.swift
[1051/1076] Compiling SwiftParser IncrementalParseTransition.swift
[1052/1076] Compiling SwiftParser IsValidIdentifier.swift
[1053/1076] Compiling SwiftParser Cursor.swift
[1054/1076] Compiling SwiftParser ExperimentalFeatures.swift
[1055/1076] Compiling SwiftParser IsLexerClassified.swift
[1056/1076] Compiling SwiftParser LayoutNodes+Parsable.swift
[1057/1076] Compiling SwiftParser Parser+TokenSpecSet.swift
[1058/1076] Compiling SwiftParser TokenSpecStaticMembers.swift
[1059/1077] Wrapping AST for SwiftParser for debugging
[1061/1098] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[1062/1099] Compiling SwiftIDEUtils Syntax+Classifications.swift
[1063/1099] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1064/1099] Compiling SwiftParserDiagnostics Utils.swift
[1065/1100] Compiling SwiftIDEUtils Utils.swift
[1066/1100] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1067/1100] Compiling SwiftIDEUtils SyntaxClassification.swift
[1068/1100] Compiling SwiftIDEUtils SyntaxClassifier.swift
[1069/1100] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1070/1100] Compiling SwiftIDEUtils FixItApplier.swift
[1071/1100] Emitting module SwiftIDEUtils
[1072/1100] Compiling SwiftIDEUtils NameMatcher.swift
[1073/1100] Compiling SwiftIDEUtils DeclNameLocation.swift
[1074/1101] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1075/1101] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1077/1101] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1078/1101] Emitting module SwiftParserDiagnostics
[1078/1101] Wrapping AST for SwiftIDEUtils for debugging
[1080/1101] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1081/1101] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1082/1101] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1083/1101] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1084/1101] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1085/1101] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1086/1102] Wrapping AST for SwiftParserDiagnostics for debugging
[1088/1117] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1089/1117] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1090/1117] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1091/1117] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1092/1117] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1093/1117] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1094/1117] Compiling SwiftSyntaxBuilder Indenter.swift
[1095/1117] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1096/1117] Emitting module SwiftSyntaxBuilder
[1097/1117] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1098/1117] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1099/1117] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1100/1117] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1101/1118] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1102/1118] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1103/1118] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1104/1119] Wrapping AST for SwiftSyntaxBuilder for debugging
[1106/1131] Compiling PackageModelSyntax ProductDescription+Syntax.swift
[1107/1132] Compiling PackageModelSyntax AddTargetDependency.swift
[1108/1132] Compiling PackageModelSyntax ManifestEditError.swift
[1109/1132] Compiling PackageModelSyntax TargetDescription+Syntax.swift
[1110/1132] Emitting module PackageModelSyntax
[1111/1132] Compiling PackageModelSyntax AddPackageDependency.swift
[1112/1132] Compiling PackageModelSyntax AddProduct.swift
[1113/1132] Compiling PackageModelSyntax AddSwiftSetting.swift
[1114/1132] Compiling PackageModelSyntax AddTarget.swift
[1115/1132] Compiling PackageModelSyntax PackageEditResult.swift
[1116/1132] Compiling PackageModelSyntax ManifestSyntaxRepresentable.swift
[1117/1132] Compiling PackageModelSyntax PackageDependency+Syntax.swift
[1118/1132] Compiling PackageModelSyntax SyntaxEditUtils.swift
[1119/1133] Wrapping AST for PackageModelSyntax for debugging
[1120/1133] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_time.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_TIME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/tasn_typ.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_OCTET_STRING_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/curve25519/curve25519.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_k25519Precomp' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_dsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ec_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ed25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ed25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_rsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_rsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_x25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_x25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/ec/ec_montgomery.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_GFp_mont_add' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/md4/md4.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_md4_block_data_order' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/rsa/rsa_impl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_kBoringSSLRSASqrtTwo' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/mem.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OPENSSL_malloc' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pem/pem_lib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PEM_def_callback' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pkcs8/pkcs8_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PKCS8_PRIV_KEY_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/trust_token/trust_token.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_TRUST_TOKEN_PRETOKEN_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/rsa_pss.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_RSA_PSS_PARAMS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_algor.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ALGOR_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_attrib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ATTRIBUTE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_crl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REVOKED_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_exten.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_EXTENSION_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_name.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_NAME_ENTRY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_pubkey.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_PUBKEY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_req.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REQ_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_sig.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_SIG_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_spki.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NETSCAPE_SPKAC_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_val.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VAL_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CINF_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509a.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_akeya.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_AUTHORITY_KEYID_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_bcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_BASIC_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_cpols.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICYINFO_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_crld.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_DIST_POINT_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_extku.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_EXTENDED_KEY_USAGE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_genn.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OTHERNAME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_info.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ACCESS_DESCRIPTION_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_ncons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_SUBTREE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pmaps.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_MAPPING_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_utl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509V3_conf_free' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[1121/1133] Linking libSwiftPMDataModel.so
BUILD FAILURE 6.1 linux