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

Successful build of spmgraph, reference 1.0.1 (9ba4f7), with Swift 6.1 for macOS (SPM) on 1 Nov 2025 22:28:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getyourguide/spmgraph.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getyourguide/spmgraph
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 9ba4f78 Merge pull request #47 from getyourguide/fix-lint-config-2
Cloned https://github.com/getyourguide/spmgraph.git
Revision (git rev-parse @):
9ba4f78d21da72a37b0a29f0c988a6ce2678f008
SUCCESS checkout https://github.com/getyourguide/spmgraph.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/getyourguide/spmgraph.git
https://github.com/getyourguide/spmgraph.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/489] Write sources
[10/489] Write spmgraph-entitlement.plist
[11/489] Write sources
[29/489] Copying Resources
[30/489] Write sources
[58/489] Copying Resources
[59/489] Compiling CSystem shims.c
[60/489] Compiling fiat_curve25519_adx_mul.S
[61/489] Compiling fiat_curve25519_adx_square.S
[62/489] Compiling TSCclibc libc.c
[63/489] Write swift-version-2F0A5646E1D333AE.txt
[64/489] Compiling TSCclibc strerror.c
[65/491] Compiling v3_prn.c
[66/491] Compiling v3_pcons.c
[67/491] Compiling v3_skey.c
[68/491] Compiling CCryptoBoringSSLShims shims.c
[69/491] Compiling v3_purp.c
[70/491] Compiling v3_utl.c
[71/491] Compiling v3_pmaps.c
[72/531] Compiling TSCclibc process.c
[73/531] Compiling _SwiftSyntaxCShims PlatformMutex.c
[75/552] 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
[76/552] 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
[77/552] Emitting module _CertificateInternals
[78/552] Compiling _CertificateInternals _TinyArray.swift
[79/552] 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
[80/552] 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
[81/552] 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
[82/552] 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
[83/552] 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
[84/552] 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
[85/552] 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
[86/552] 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
[86/590] Compiling v3_ocsp.c
[87/666] Compiling v3_ncons.c
[89/666] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/666] Compiling Crypto SubjectPublicKeyInfo.swift
[91/666] Compiling Crypto CryptoKitErrors.swift
[92/666] Compiling Crypto Digest_boring.swift
[93/666] Compiling Crypto Digest.swift
[93/731] Compiling v3_lib.c
[95/731] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/731] Compiling v3_int.c
[97/731] Compiling SwiftSyntax SyntaxEnum.swift
[98/731] Compiling SwiftSyntax SyntaxKind.swift
[99/731] Compiling SwiftSyntax MissingNodeInitializers.swift
[100/731] Compiling SwiftSyntax RawSyntax.swift
[101/731] Compiling SwiftSyntax CustomTraits.swift
[102/731] Compiling SwiftSyntax EditorPlaceholder.swift
[103/731] Compiling SwiftSyntax Identifier.swift
[104/731] Compiling SwiftSyntax MemoryLayout.swift
[105/731] Compiling SwiftSyntax RawSyntaxArena.swift
[106/731] Compiling SwiftSyntax SyntaxCollections.swift
[107/731] Emitting module InternalCollectionsUtilities
[108/731] Compiling SwiftSyntax SyntaxRewriter.swift
[109/731] Compiling SwiftSyntax SyntaxTraits.swift
[109/731] Compiling v3_info.c
[110/731] Compiling v3_ia5.c
[112/787] Compiling TSCLibc libc.swift
[113/787] Emitting module TSCLibc
[113/803] Compiling v3_genn.c
[115/803] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[116/803] Compiling OrderedCollections OrderedDictionary+Elements.swift
[117/803] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[118/803] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[119/803] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/803] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[121/806] Compiling DequeModule _DequeBufferHeader.swift
[122/807] Compiling DequeModule Deque+Codable.swift
[123/807] Compiling DequeModule Deque+Collection.swift
[124/807] Compiling DequeModule Deque+Extras.swift
[125/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[126/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[127/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[128/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[129/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/848] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/854] Compiling TSCBasic StringConversions.swift
[132/854] Compiling TSCBasic SynchronizedQueue.swift
[133/854] Compiling TSCBasic TemporaryFile.swift
[134/854] Compiling TSCBasic TerminalController.swift
[135/854] Compiling TSCBasic DeltaAlgorithm.swift
[136/854] Compiling TSCBasic DiagnosticsEngine.swift
[137/854] Compiling TSCBasic Lock.swift
[141/854] Compiling TSCBasic DictionaryExtensions.swift
[142/854] Compiling TSCBasic DictionaryLiteralExtensions.swift
[143/854] Compiling TSCBasic JSONMapper.swift
[144/854] Compiling TSCBasic KeyedPair.swift
[145/854] Compiling TSCBasic LazyCache.swift
[149/854] Emitting module SystemPackage
[150/854] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/854] Compiling TSCBasic OrderedDictionary.swift
[152/854] Compiling TSCBasic OrderedSet.swift
[159/854] Compiling TSCBasic EditDistance.swift
[160/854] Compiling TSCBasic Closable.swift
[161/854] Compiling TSCBasic CodableResult.swift
[162/854] Compiling TSCBasic CollectionAlgorithms.swift
[163/854] Compiling TSCBasic CollectionExtensions.swift
[164/854] Compiling TSCBasic Condition.swift
[165/854] Compiling TSCBasic ProcessSet.swift
[166/854] Compiling TSCBasic RegEx.swift
[167/854] Compiling TSCBasic Result.swift
[168/854] Compiling TSCBasic SortedArray.swift
[169/854] Compiling TSCBasic Path.swift
[170/854] Compiling TSCBasic PathShims.swift
[171/854] Compiling TSCBasic Process.swift
[172/854] Compiling TSCBasic ProcessEnv.swift
[173/854] Compiling TSCBasic FileInfo.swift
[174/854] Compiling TSCBasic FileSystem.swift
[175/854] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[176/854] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[177/854] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[178/854] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[179/854] Compiling OrderedCollections OrderedDictionary+Values.swift
[180/854] Compiling OrderedCollections OrderedDictionary.swift
[181/854] Compiling TSCBasic GraphAlgorithms.swift
[182/854] Compiling TSCBasic HashAlgorithms.swift
[183/854] Compiling TSCBasic JSON.swift
[184/854] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[185/854] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[186/854] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[187/854] Compiling DequeModule _DequeSlot.swift
[190/854] Compiling TSCBasic CacheableSequence.swift
[191/854] Compiling TSCBasic OSLog.swift
[192/854] Compiling TSCBasic ObjectIdentifierProtocol.swift
[194/854] Compiling TSCBasic ByteString.swift
[195/854] Compiling TSCBasic CStringArray.swift
[198/854] Compiling DequeModule _DequeBuffer.swift
[205/854] Compiling TSCBasic Await.swift
[206/854] Compiling TSCBasic Base64URL.swift
[209/854] Compiling v3_extku.c
[218/854] Emitting module DequeModule
[218/863] Compiling v3_enum.c
[220/863] Compiling OrderedCollections OrderedSet+SubSequence.swift
[221/863] Compiling OrderedCollections OrderedSet+Testing.swift
[222/863] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[223/863] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/863] Compiling OrderedCollections OrderedSet.swift
[225/863] Compiling OrderedCollections _UnsafeBitset.swift
[225/863] Compiling v3_crld.c
[226/863] Compiling v3_cpols.c
[228/863] Emitting module OrderedCollections
[228/863] Compiling v3_conf.c
[229/863] Compiling v3_bitst.c
[231/863] Compiling GraphViz Rectangle.swift
[232/864] Emitting module Crypto
[233/872] Compiling GraphViz Position.swift
[233/872] Compiling v3_bcons.c
[234/872] Compiling v3_alt.c
[235/872] Compiling v3_akeya.c
[237/872] Compiling GraphViz Size.swift
[237/872] Compiling v3_akey.c
[238/872] Compiling x_x509a.c
[240/872] Compiling SwiftASN1 DER.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
[242/873] Compiling x_x509.c
[243/873] Compiling x_val.c
<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
[251/880] Compiling x_spki.c
[252/880] Compiling x_sig.c
<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
[261/880] Compiling _AsyncFileSystem OpenWritableFile.swift
[262/880] Compiling _AsyncFileSystem ReadableFileStream.swift
[263/880] Compiling _AsyncFileSystem WritableStream.swift
[264/880] Compiling SwiftASN1 Errors.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
[265/880] Emitting module TSCBasic
[265/884] Compiling x_pubkey.c
[266/884] Compiling x_req.c
[267/884] Compiling x_pkey.c
[268/884] Compiling x_name.c
[269/884] Compiling x_info.c
[270/884] Compiling x_exten.c
[271/884] Compiling x_attrib.c
[272/884] Compiling x_crl.c
[273/884] Compiling x_algor.c
[274/884] Compiling x_all.c
[275/884] Compiling x509spki.c
[276/884] Compiling x509rset.c
[278/884] Compiling _AsyncFileSystem OpenReadableFile.swift
[279/884] Compiling _AsyncFileSystem AsyncFileSystem.swift
[280/884] Emitting module _AsyncFileSystem
[281/884] Compiling _AsyncFileSystem MockFileSystem.swift
[282/884] Compiling _AsyncFileSystem ConcurrencySupport.swift
[283/884] Compiling _AsyncFileSystem OSFileSystem.swift
[284/884] Emitting module FileMonitorShared
[285/884] Compiling FileMonitorShared URL+isDirectory.swift
[286/884] Compiling FileMonitorShared Watcher.swift
[287/884] Compiling FileMonitorShared FileChangeEvent.swift
[288/884] Compiling PackageCollectionsModel PackageCollectionModel.swift
[291/884] Compiling GraphViz Point.swift
[292/884] Compiling SwiftSyntax SyntaxNodesOP.swift
[293/884] Compiling SwiftSyntax SyntaxNodesQRS.swift
[294/884] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[295/884] Compiling Crypto KEM.swift
[296/884] Compiling Crypto ECDH_boring.swift
[297/884] Compiling Crypto DH.swift
[298/884] Compiling Crypto ECDH.swift
[299/884] Compiling Crypto HKDF.swift
[300/884] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[301/884] Compiling Crypto RNG_boring.swift
[302/884] Compiling Crypto SafeCompare_boring.swift
[303/884] Compiling Crypto Zeroization_boring.swift
[304/884] Compiling Crypto PrettyBytes.swift
[305/884] Compiling Crypto SafeCompare.swift
[306/884] Compiling Crypto SecureBytes.swift
[307/884] Compiling Crypto Zeroization.swift
[319/884] Compiling SwiftSyntax SyntaxNodesAB.swift
[320/884] Compiling SwiftSyntax SyntaxNodesC.swift
[321/884] Compiling SwiftSyntax SyntaxNodesD.swift
[322/884] Compiling SwiftSyntax SyntaxNodesEF.swift
[323/884] Compiling SwiftSyntax SyntaxNodesGHI.swift
[324/884] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[324/884] Compiling x509name.c
[326/884] Compiling TSCBasic WritableByteStream.swift
[327/884] Compiling TSCBasic misc.swift
[365/884] Compiling TSCBasic Thread.swift
[366/884] Compiling TSCBasic Tuple.swift
[375/884] Compiling x509cset.c
[384/890] Compiling x509_vpm.c
[385/890] Compiling x509_txt.c
[391/890] Compiling x509_vfy.c
[392/890] Compiling x509_v3.c
[393/890] Compiling x509_set.c
[398/890] Compiling x509_trs.c
[399/890] Compiling x509_obj.c
[400/890] Compiling x509_req.c
[401/890] Compiling x509_def.c
[402/890] Compiling x509_lu.c
[403/890] Compiling x509_ext.c
[404/890] Compiling x509_d2.c
[415/890] Compiling x509.c
[416/890] Compiling x509_att.c
[417/890] Compiling t_x509a.c
[418/890] Compiling x509_cmp.c
[420/890] Emitting module PackageCollectionsModel
[421/890] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[421/890] Compiling t_x509.c
[422/890] Compiling t_req.c
[423/890] Compiling t_crl.c
[428/890] Compiling rsa_pss.c
[429/890] Compiling i2d_pr.c
[431/890] Emitting module GraphViz
[431/890] Compiling policy.c
[432/890] Compiling name_print.c
[433/890] Compiling by_file.c
[434/890] Compiling by_dir.c
[435/890] Compiling algorithm.c
[436/890] Compiling a_verify.c
[437/890] Compiling asn1_gen.c
[438/894] Compiling a_digest.c
[439/894] Compiling a_sign.c
[440/894] Compiling voprf.c
[441/894] Compiling thread_win.c
[442/894] Compiling thread_pthread.c
[443/894] Compiling trust_token.c
[444/894] Compiling pmbtoken.c
[445/894] Compiling thread_none.c
[446/894] Compiling thread.c
[447/894] Compiling siphash.c
[448/894] Compiling stack.c
<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
[458/894] 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
<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
[462/894] Compiling rsa_print.c
[463/894] Compiling rc4.c
<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
[466/894] Compiling rsa_asn1.c
[467/894] Compiling refcount.c
[468/894] Compiling rsa_crypt.c
[469/894] Compiling windows.c
[470/894] Compiling trusty.c
[471/894] Compiling getentropy.c
[472/894] Compiling rand_extra.c
[473/894] Compiling ios.c
[474/894] Compiling passive.c
[475/894] Compiling forkunsafe.c
[476/894] Compiling poly1305_arm_asm.S
[477/894] Compiling deterministic.c
[478/894] Compiling poly1305_vec.c
[479/894] Compiling poly1305_arm.c
[480/894] Compiling pool.c
[481/894] Compiling poly1305.c
[482/894] Compiling pkcs7.c
[483/894] Compiling p5_pbev2.c
[484/894] Compiling pem_xaux.c
[485/894] Compiling pkcs8.c
[486/894] Compiling pkcs7_x509.c
[487/894] Compiling pkcs8_x509.c
[488/894] Compiling pem_x509.c
[489/894] Compiling pem_pkey.c
[490/894] Compiling pem_oth.c
[491/894] Compiling pem_pk8.c
[492/894] Compiling pem_info.c
[493/894] Compiling pem_lib.c
[494/894] Compiling obj_xref.c
[495/894] Compiling pem_all.c
[496/894] Compiling mem.c
[497/894] Compiling lhash.c
[498/894] Compiling poly_rq_mul.S
[499/894] Compiling keccak.c
[500/894] Compiling kyber.c
[501/894] Compiling obj.c
[502/894] Compiling x86_64-mont5-mac.mac.x86_64.S
[503/894] Compiling x86_64-mont5-linux.linux.x86_64.S
[504/894] Compiling x86_64-mont-mac.mac.x86_64.S
[505/894] Compiling x86_64-mont-linux.linux.x86_64.S
[506/894] Compiling hpke.c
[507/894] Compiling x86-mont-windows.windows.x86.S
[508/894] Compiling x86-mont-linux.linux.x86.S
[509/894] Compiling vpaes-x86_64-mac.mac.x86_64.S
[509/894] Compiling vpaes-x86_64-linux.linux.x86_64.S
[511/894] Compiling vpaes-x86-windows.windows.x86.S
[512/894] Compiling vpaes-x86-linux.linux.x86.S
[513/894] Compiling vpaes-armv8-linux.linux.aarch64.S
[514/894] Compiling vpaes-armv7-linux.linux.arm.S
[515/894] Compiling vpaes-armv8-ios.ios.aarch64.S
[517/894] Emitting module DOT
[518/894] Compiling DOT DOT.swift
[519/894] Compiling DOT DOTEncoder.swift
[520/894] Compiling DOT DOTRepresentable.swift
[520/894] Compiling vpaes-armv7-ios.ios.arm.S
[521/894] Compiling sha512-x86_64-mac.mac.x86_64.S
[522/894] Compiling sha512-x86_64-linux.linux.x86_64.S
[523/894] Compiling sha512-armv8-linux.linux.aarch64.S
[524/894] Compiling sha512-armv4-linux.linux.arm.S
[525/894] Compiling kdf.c
[526/894] Compiling sha512-armv8-ios.ios.aarch64.S
[527/894] Compiling sha512-armv4-ios.ios.arm.S
[528/894] Compiling sha512-586-windows.windows.x86.S
[529/894] Compiling sha512-586-linux.linux.x86.S
[530/894] Compiling sha256-x86_64-linux.linux.x86_64.S
[531/894] Compiling sha256-x86_64-mac.mac.x86_64.S
[532/894] Compiling sha256-armv8-linux.linux.aarch64.S
[533/894] Compiling sha256-armv8-ios.ios.aarch64.S
[534/894] Compiling sha256-armv4-ios.ios.arm.S
[534/894] Compiling sha256-armv4-linux.linux.arm.S
[536/894] Compiling sha256-586-windows.windows.x86.S
[537/894] Compiling hrss.c
[538/894] Compiling sha256-586-linux.linux.x86.S
[539/898] Compiling sha1-x86_64-mac.mac.x86_64.S
[540/898] Compiling sha1-x86_64-linux.linux.x86_64.S
[541/898] Compiling sha1-armv8-linux.linux.aarch64.S
[542/898] Compiling sha1-armv4-large-linux.linux.arm.S
[543/898] Compiling sha1-armv4-large-ios.ios.arm.S
[544/898] Compiling sha1-armv8-ios.ios.aarch64.S
[545/898] Compiling sha1-586-windows.windows.x86.S
[546/898] Compiling sha1-586-linux.linux.x86.S
[547/898] Compiling sha256.c
[548/898] Compiling sha512.c
[549/898] Compiling sha1.c
[550/898] Compiling service_indicator.c
[551/898] Compiling fips.c
[552/898] Compiling rsaz-avx2-mac.mac.x86_64.S
[552/898] Compiling rsaz-avx2-linux.linux.x86_64.S
[554/898] Compiling self_check.c
[555/898] Compiling rdrand-x86_64-mac.mac.x86_64.S
[556/898] Compiling rsa_impl.c
[557/898] Compiling rdrand-x86_64-linux.linux.x86_64.S
[558/898] Compiling blinding.c
[559/898] Compiling padding.c
[560/898] Compiling rsa.c
[561/898] Compiling urandom.c
[562/898] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[563/898] Compiling fork_detect.c
[563/898] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[565/898] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[566/898] Compiling rand.c
[567/898] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[568/898] Compiling ctrdrbg.c
[569/898] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[570/898] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[571/898] Compiling p256-armv8-asm-linux.linux.aarch64.S
[572/898] Compiling p256-armv8-asm-ios.ios.aarch64.S
[573/898] Compiling ofb.c
[574/898] Compiling polyval.c
[575/898] Compiling gcm_nohw.c
[576/898] Compiling gcm.c
[577/898] Compiling ctr.c
[578/898] Compiling cfb.c
[579/898] Compiling md5-x86_64-mac.mac.x86_64.S
[580/898] Compiling md5-x86_64-linux.linux.x86_64.S
[581/898] Compiling md5-586-windows.windows.x86.S
[582/898] Compiling cbc.c
[583/898] Compiling md5-586-linux.linux.x86.S
[584/898] Compiling md5.c
[585/898] Compiling ghashv8-armv8-linux.linux.aarch64.S
[586/898] Compiling ghashv8-armv8-ios.ios.aarch64.S
[587/898] Compiling ghashv8-armv7-linux.linux.arm.S
[588/898] Compiling md4.c
[589/898] Compiling hkdf.c
[590/898] Compiling hmac.c
[591/898] Compiling ghashv8-armv7-ios.ios.arm.S
[592/898] Compiling ghash-x86_64-mac.mac.x86_64.S
[593/898] Compiling ghash-x86_64-linux.linux.x86_64.S
[594/898] Compiling ghash-x86-windows.windows.x86.S
[595/898] Compiling ghash-x86-linux.linux.x86.S
[596/898] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[597/898] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[599/898] Compiling Tools which.swift
[600/898] Compiling Tools Graph+Rendering.swift
[601/898] Emitting module Tools
[602/898] Compiling Tools Renderer.swift
[602/898] Compiling ghash-ssse3-x86-windows.windows.x86.S
[603/898] Compiling ghash-ssse3-x86-linux.linux.x86.S
[604/898] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[605/898] Compiling ghash-armv4-linux.linux.arm.S
[606/898] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[630/898] Compiling ghash-armv4-ios.ios.arm.S
[631/898] Compiling fips_shared_support.c
[632/898] Compiling ecdsa.c
[633/898] Compiling ecdh.c
[634/898] Compiling util.c
[635/898] Compiling wnaf.c
[636/898] Compiling simple_mul.c
[637/898] Compiling simple.c
[638/898] Compiling scalar.c
[639/898] Compiling p256.c
[640/898] Compiling oct.c
[641/898] Compiling felem.c
[642/898] Compiling p224-64.c
[643/898] Compiling ec_montgomery.c
[644/898] Compiling ec_key.c
[645/934] Compiling check.c
[646/934] Compiling digest.c
[647/934] Compiling digestsign.c
[648/934] Compiling digests.c
[649/934] Compiling ec.c
[650/934] Compiling dh.c
[651/934] Compiling co-586-windows.windows.x86.S
[652/934] Compiling co-586-linux.linux.x86.S
[653/934] Compiling bsaes-armv7-linux.linux.arm.S
[654/934] Compiling bsaes-armv7-ios.ios.arm.S
[655/934] Compiling cmac.c
[656/934] Compiling aead.c
[657/934] Compiling sqrt.c
[658/934] Compiling e_aesccm.c
[659/934] Compiling cipher.c
[660/934] Compiling rsaz_exp.c
[661/934] Compiling shift.c
[662/934] Compiling random.c
[663/934] Compiling p256-nistz.c
[664/934] Compiling e_aes.c
[665/934] Compiling jacobi.c
[666/934] Compiling montgomery_inv.c
[667/934] Compiling montgomery.c
[668/934] Compiling gcd_extra.c
[669/934] Compiling prime.c
[670/934] Compiling gcd.c
[671/934] Compiling exponentiation.c
[672/934] Compiling mul.c
[673/934] Compiling generic.c
[674/934] Compiling div_extra.c
[675/934] Compiling ctx.c
[675/934] Compiling cmp.c
[677/934] Compiling x86_64-gcc.c
[678/934] Compiling bytes.c
[679/934] Compiling div.c
[680/934] Compiling bn.c
[681/934] Compiling add.c
[682/934] Compiling bn-armv8-linux.linux.aarch64.S
[683/934] Compiling bn-586-windows.windows.x86.S
[684/934] Compiling bn-armv8-ios.ios.aarch64.S
[685/934] Compiling bn-586-linux.linux.x86.S
[686/934] Compiling armv8-mont-linux.linux.aarch64.S
[687/934] Compiling armv8-mont-ios.ios.aarch64.S
[688/934] Compiling armv4-mont-linux.linux.arm.S
[689/934] Compiling armv4-mont-ios.ios.arm.S
[690/934] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[691/934] Compiling aesv8-armv8-linux.linux.aarch64.S
[692/934] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[693/934] Compiling aesv8-armv7-linux.linux.arm.S
[694/934] Compiling aesv8-armv8-ios.ios.aarch64.S
[695/934] Compiling aesv8-armv7-ios.ios.arm.S
[696/934] Compiling aesni-x86_64-linux.linux.x86_64.S
[697/934] Compiling aesni-x86_64-mac.mac.x86_64.S
[698/934] Compiling aesni-x86-windows.windows.x86.S
[699/934] Compiling aesni-x86-linux.linux.x86.S
[700/934] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[700/934] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[702/934] Compiling mode_wrappers.c
[703/934] Compiling aes.c
[704/934] Compiling ex_data.c
[705/934] Compiling sign.c
[706/934] Compiling key_wrap.c
[707/934] Compiling scrypt.c
[708/934] Compiling aes_nohw.c
[709/934] Compiling pbkdf.c
[710/934] Compiling print.c
[711/934] Compiling p_x25519.c
[712/934] Compiling p_ed25519_asn1.c
[713/934] Compiling p_ed25519.c
[714/934] Compiling p_hkdf.c
[715/934] Compiling p_x25519_asn1.c
[716/934] Compiling p_rsa.c
[717/934] Compiling p_ec_asn1.c
[718/934] Compiling p_rsa_asn1.c
[719/934] Compiling p_ec.c
[720/934] Compiling err_data.c
[721/934] Compiling err.c
[722/934] Compiling evp_ctx.c
[723/934] Compiling engine.c
[724/934] Compiling evp.c
[725/934] Compiling ecdsa_asn1.c
[726/934] Compiling p_dsa_asn1.c
[727/934] Compiling evp_asn1.c
[728/934] Compiling ecdh_extra.c
[729/934] Compiling ec_derive.c
[730/934] Compiling dsa_asn1.c
[731/934] Compiling hash_to_curve.c
[732/934] Compiling ec_asn1.c
[733/934] Compiling digest_extra.c
[734/934] Compiling dsa.c
[735/934] Compiling params.c
[736/934] Compiling dh_asn1.c
[737/934] Compiling spake25519.c
[738/934] Compiling x25519-asm-arm.S
[739/934] Compiling curve25519_64_adx.c
[740/934] Compiling cpu_intel.c
[741/934] Compiling crypto.c
[742/934] Compiling cpu_arm_linux.c
[743/934] Compiling cpu_arm_freebsd.c
[744/934] Compiling des.c
[745/934] Compiling cpu_arm.c
[746/934] Compiling cpu_aarch64_sysreg.c
[746/934] Compiling cpu_aarch64_win.c
[748/934] Compiling cpu_aarch64_openbsd.c
[749/934] Compiling cpu_aarch64_linux.c
[750/934] Compiling cpu_aarch64_fuchsia.c
[751/934] Compiling cpu_aarch64_apple.c
[752/934] Compiling e_rc4.c
[753/934] Compiling e_tls.c
[754/934] Compiling e_rc2.c
[755/934] Compiling tls_cbc.c
[756/934] Compiling conf.c
[757/934] Compiling e_null.c
[758/934] Compiling e_des.c
[759/934] Compiling e_chacha20poly1305.c
[760/934] Compiling derive_key.c
[761/934] Compiling e_aesgcmsiv.c
[762/934] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[763/934] Compiling e_aesctrhmac.c
[764/934] Compiling cipher_extra.c
[765/934] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[766/934] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[767/934] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[768/934] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[769/934] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[770/934] Compiling curve25519.c
[771/934] Compiling chacha-x86_64-mac.mac.x86_64.S
[772/934] Compiling chacha-x86_64-linux.linux.x86_64.S
[773/934] Compiling chacha.c
[774/934] Compiling chacha-x86-linux.linux.x86.S
[775/934] Compiling chacha-x86-windows.windows.x86.S
[776/934] Compiling chacha-armv8-linux.linux.aarch64.S
[777/934] Compiling chacha-armv4-linux.linux.arm.S
[778/934] Compiling chacha-armv4-ios.ios.arm.S
[779/934] Compiling chacha-armv8-ios.ios.aarch64.S
[780/934] Compiling unicode.c
[781/934] Compiling ber.c
[782/934] Compiling asn1_compat.c
[783/934] Compiling buf.c
[784/934] Compiling bn_asn1.c
[785/934] Compiling convert.c
[786/934] Compiling cbb.c
[787/934] Compiling printf.c
[788/934] Compiling blake2.c
[789/934] Compiling pair.c
[790/934] Compiling hexdump.c
[791/934] Compiling file.c
[792/934] Compiling fd.c
[793/934] Compiling cbs.c
[794/934] Compiling errno.c
[795/934] Compiling bio_mem.c
[796/934] Compiling base64.c
[797/934] Compiling bio.c
[798/934] Compiling tasn_fre.c
[799/934] Compiling tasn_enc.c
[800/934] Compiling tasn_typ.c
[800/934] Compiling tasn_utl.c
[802/934] Compiling tasn_new.c
[803/934] Compiling f_string.c
[804/934] Compiling posix_time.c
[805/934] Compiling tasn_dec.c
[806/934] Compiling f_int.c
[807/934] Compiling asn1_par.c
[808/934] Compiling asn_pack.c
[809/934] Compiling a_utctm.c
[810/934] Compiling a_type.c
[810/934] Compiling asn1_lib.c
[812/934] Compiling a_time.c
[813/934] Compiling a_octet.c
[814/934] Compiling a_strnid.c
[814/934] Compiling a_strex.c
[816/934] Compiling a_i2d_fp.c
[817/934] Compiling a_mbstr.c
[818/934] Compiling a_int.c
[819/934] Write sources
[822/934] Compiling a_gentm.c
[823/934] Compiling a_object.c
[825/934] Emitting module TSCUtility
[825/937] Compiling a_dup.c
[826/937] Compiling a_d2i_fp.c
[827/937] Compiling a_bool.c
[828/937] Compiling a_bitstr.c
[830/942] Compiling TSCUtility FSWatch.swift
[831/942] Compiling TSCUtility FloatingPointExtensions.swift
[832/942] Compiling TSCUtility Git.swift
[833/942] Compiling TSCUtility Hex.swift
[834/942] Compiling TSCUtility PolymorphicCodable.swift
[835/942] Compiling TSCUtility ProgressAnimation.swift
[836/942] Compiling TSCUtility SerializedDiagnostics.swift
[837/942] Compiling TSCUtility SimplePersistence.swift
[838/942] Compiling TSCUtility OSLog.swift
[839/942] Compiling TSCUtility OrderedZip.swift
[840/942] Compiling TSCUtility PkgConfig.swift
[841/942] Compiling TSCUtility Platform.swift
[842/942] Compiling TSCUtility URL.swift
[843/942] Compiling TSCUtility Verbosity.swift
[844/942] Compiling TSCUtility Version.swift
[845/942] Compiling TSCUtility IndexStore.swift
[846/942] Compiling TSCUtility InterruptHandler.swift
[847/942] Compiling TSCUtility JSONMessageStreamingParser.swift
[848/942] Compiling TSCUtility Netrc.swift
[849/942] Compiling TSCUtility BuildFlags.swift
[850/942] Compiling TSCUtility CollectionExtensions.swift
[851/942] Compiling TSCUtility Context.swift
[852/942] Compiling TSCUtility Diagnostics.swift
[853/942] Compiling TSCUtility Archiver.swift
[854/942] Compiling TSCUtility ArgumentParser.swift
[855/942] Compiling TSCUtility ArgumentParserShellCompletion.swift
[856/942] Compiling TSCUtility Array+Extensions.swift
[857/942] Compiling TSCUtility Versioning.swift
[858/942] Compiling TSCUtility dlopen.swift
[859/942] Compiling TSCUtility misc.swift
[860/942] Compiling TSCUtility Bits.swift
[861/942] Compiling TSCUtility Bitstream.swift
[862/942] Compiling TSCUtility BitstreamReader.swift
[863/942] Compiling TSCUtility BitstreamWriter.swift
[864/942] Compiling TSCUtility StringExtensions.swift
[865/942] Compiling TSCUtility StringMangling.swift
[866/942] Compiling TSCUtility Tracing.swift
[867/942] Compiling TSCUtility Triple.swift
[868/942] Compiling FileMonitorMacOS FileWatcher+Action.swift
[869/942] Compiling FileMonitorMacOS FileWatcherEvent.swift
[870/942] Compiling FileMonitorMacOS FileWatcher+Type.swift
[871/942] Emitting module FileMonitorMacOS
[872/942] Compiling FileMonitorMacOS MacosWatcher.swift
[873/942] Compiling FileMonitorMacOS FileWatcher.swift
[874/942] Emitting module ArgumentParserToolInfo
[875/942] Compiling ArgumentParserToolInfo ToolInfo.swift
[876/1059] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[877/1059] Emitting module CryptoBoringWrapper
[878/1059] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[879/1059] Compiling FileMonitor FileMonitor.swift
[880/1059] Compiling FileMonitor FileDidChangedDelegate.swift
[881/1059] Emitting module FileMonitor
[882/1073] Compiling _CryptoExtras DigestType.swift
[883/1074] Compiling _CryptoExtras PEMDocument.swift
[884/1074] Compiling _CryptoExtras Error.swift
[885/1074] Compiling _CryptoExtras RandomBytes.swift
[886/1074] 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
[887/1074] Compiling ArgumentParser OptionGroup.swift
[888/1074] Compiling ArgumentParser AsyncParsableCommand.swift
[889/1074] Compiling ArgumentParser CommandConfiguration.swift
[890/1074] Compiling ArgumentParser CommandGroup.swift
[891/1074] Compiling ArgumentParser EnumerableFlag.swift
[892/1074] Compiling ArgumentParser ExpressibleByArgument.swift
[893/1074] Compiling ArgumentParser ParsableArguments.swift
[894/1081] Compiling Basics Errors.swift
[895/1081] Compiling Basics AbsolutePath.swift
[896/1081] Compiling Basics FileSystem+Extensions.swift
[897/1081] Compiling Basics InMemoryFileSystem.swift
[898/1081] Compiling Basics NativePathExtensions.swift
[899/1081] Compiling Basics RelativePath.swift
[900/1081] Compiling Basics TSCAdapters.swift
[901/1081] Compiling Basics TemporaryFile.swift
[902/1081] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[903/1081] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[904/1081] Compiling _CryptoExtras RSA_boring.swift
[905/1081] Compiling _CryptoExtras RSA_security.swift
[906/1081] Compiling _CryptoExtras ChaCha20CTR.swift
[907/1081] Compiling _CryptoExtras RSA.swift
[908/1081] Compiling _CryptoExtras AES_GCM_SIV.swift
[909/1081] Compiling _CryptoExtras Block Function.swift
[910/1081] Emitting module Basics
[911/1081] Compiling ArgumentParser ParserError.swift
[912/1081] Compiling ArgumentParser SplitArguments.swift
[913/1081] Compiling ArgumentParser DumpHelpGenerator.swift
[914/1081] Compiling ArgumentParser HelpCommand.swift
[915/1081] Compiling ArgumentParser HelpGenerator.swift
[916/1081] Compiling ArgumentParser SequenceExtensions.swift
[917/1081] Compiling ArgumentParser StringExtensions.swift
[918/1081] Compiling _CryptoExtras BoringSSLHelpers.swift
[919/1081] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[926/1081] Emitting module _CryptoExtras
[929/1081] Compiling Basics SQLite.swift
[930/1081] Compiling Basics SQLiteBackedCache.swift
[931/1081] Compiling Basics Sandbox.swift
[932/1081] Compiling Basics SendableTimeInterval.swift
[933/1081] Compiling Basics SerializedJSON.swift
[934/1081] Compiling Basics SourceControlURL.swift
[935/1081] Compiling Basics SwiftVersion.swift
[936/1081] Compiling ArgumentParser ParsedValues.swift
[937/1081] Compiling ArgumentParser ArgumentDiscussion.swift
[938/1081] Compiling ArgumentParser ArgumentHelp.swift
[939/1081] Compiling ArgumentParser ArgumentVisibility.swift
[940/1081] Compiling ArgumentParser CompletionKind.swift
[941/1081] Compiling ArgumentParser Errors.swift
[942/1081] Compiling ArgumentParser ParsableCommand.swift
[943/1081] Compiling ArgumentParser ArgumentDecoder.swift
[944/1081] Compiling ArgumentParser ArgumentDefinition.swift
[945/1081] Compiling ArgumentParser ArgumentSet.swift
[946/1081] Compiling ArgumentParser CommandParser.swift
[947/1081] Compiling ArgumentParser MessageInfo.swift
[948/1081] Compiling ArgumentParser UsageGenerator.swift
[949/1081] Compiling ArgumentParser CollectionExtensions.swift
[950/1081] Compiling ArgumentParser Mutex.swift
[951/1081] Compiling ArgumentParser SwiftExtensions.swift
[952/1081] Compiling ArgumentParser Tree.swift
[953/1081] Compiling ArgumentParser CodingKeyValidator.swift
[954/1081] Compiling ArgumentParser InputKey.swift
[955/1081] Compiling ArgumentParser InputOrigin.swift
[956/1081] Compiling ArgumentParser Name.swift
[957/1081] Compiling ArgumentParser Parsed.swift
[958/1081] Compiling ArgumentParser Platform.swift
[959/1081] Compiling Basics IdentifiableSet.swift
[960/1081] Compiling Basics String+Extensions.swift
[961/1081] Compiling Basics AsyncProcess.swift
[962/1081] Compiling Basics ConcurrencyHelpers.swift
[963/1081] Compiling Basics NSLock+Extensions.swift
[964/1081] Compiling Basics SendableBox.swift
[965/1081] Compiling Basics ThreadSafeArrayStore.swift
[966/1172] Emitting module ArgumentParser
[967/1176] Compiling X509 CertificateVersion.swift
[968/1176] Compiling X509 CMSAttribute.swift
[969/1176] Compiling X509 CMSContentInfo.swift
[970/1176] Compiling X509 CMSEncapsulatedContentInfo.swift
[971/1176] Compiling X509 CMSIssuerAndSerialNumber.swift
[972/1176] Compiling ArgumentParser NonsenseFlagsValidator.swift
[973/1176] Compiling ArgumentParser ParsableArgumentsValidation.swift
[974/1176] Compiling ArgumentParser PositionalArgumentsValidator.swift
[975/1176] Compiling ArgumentParser UniqueNamesValidator.swift
[976/1176] Compiling X509 StreetAddress.swift
[977/1176] Compiling X509 Error.swift
[978/1176] Compiling X509 AuthorityInformationAccess.swift
[979/1176] Compiling X509 AuthorityKeyIdentifier.swift
[980/1176] Compiling X509 BasicConstraints.swift
[981/1176] Compiling X509 RelativeDistinguishedName.swift
[982/1176] Compiling X509 SEC1PrivateKey.swift
[983/1176] Compiling X509 Signature.swift
[984/1176] Compiling X509 OCSPExtensionID.swift
[985/1176] Compiling X509 OCSPNonce.swift
[986/1176] Compiling X509 OCSPPolicy.swift
[987/1176] Compiling X509 OCSPRequest.swift
[988/1176] Compiling X509 ExtendedKeyUsage.swift
[989/1176] Compiling X509 ExtensionIdentifiers.swift
[990/1176] Compiling X509 KeyUsage.swift
[991/1176] Compiling X509 NameConstraints.swift
[992/1176] Compiling X509 SubjectAlternativeName.swift
[993/1230] Compiling X509 SubjectKeyIdentifier.swift
[994/1230] Compiling X509 Extension.swift
[995/1230] Compiling X509 Extensions.swift
[996/1230] Compiling X509 ExtensionsBuilder.swift
[997/1230] Compiling X509 GeneralName.swift
[998/1230] Compiling X509 LockedValueBox.swift
[999/1230] Compiling X509 BasicOCSPResponse.swift
[1000/1230] Compiling X509 DirectoryString.swift
[1001/1230] Compiling X509 OCSPCertID.swift
[1002/1230] Compiling X509 OCSPCertStatus.swift
[1003/1239] Compiling PackageModel TraitDescription.swift
[1004/1239] Compiling PackageModel ManifestSourceGeneration.swift
[1005/1239] Compiling PackageModel MinimumDeploymentTarget.swift
[1006/1239] Compiling PackageModel BinaryModule.swift
[1007/1239] Compiling PackageModel Registry.swift
[1008/1239] Compiling PackageModel PlainTextSnippetExtractor.swift
[1009/1239] Compiling PackageModel Sources.swift
[1010/1239] Compiling PackageModel SupportedLanguageExtension.swift
[1011/1239] Compiling PackageModel SwiftLanguageVersion.swift
[1012/1239] Compiling PackageModel SwiftSDK.swift
[1013/1239] Compiling PackageModel Manifest+Traits.swift
[1014/1239] Compiling PackageModel Manifest.swift
[1015/1239] Compiling PackageModel PackageConditionDescription.swift
[1016/1239] Compiling PackageModel PackageDependencyDescription.swift
[1017/1239] Compiling PackageModel PlatformDescription.swift
[1018/1239] Compiling PackageModel ProductDescription.swift
[1019/1239] Compiling PackageModel SystemPackageProviderDescription.swift
[1020/1239] Compiling PackageModel TargetBuildSettingDescription.swift
[1021/1239] Compiling PackageModel TargetDescription.swift
[1022/1239] Compiling PackageModel TraitConfiguration.swift
[1023/1239] Compiling PackageModel SwiftSDKBundle.swift
[1024/1239] Compiling PackageModel PackageIdentity.swift
[1025/1239] Compiling PackageModel PackageModel.swift
[1026/1239] Compiling PackageModel PackageReference.swift
[1027/1239] Compiling PackageModel Platform.swift
[1028/1239] Compiling PackageModel RegistryReleaseMetadata.swift
[1029/1239] Compiling PackageModel Resource.swift
[1030/1239] Compiling PackageModel Sanitizers.swift
[1031/1239] Compiling PackageModel Snippet.swift
[1032/1239] Compiling PackageModel SnippetGroup.swift
[1033/1239] Compiling X509 OCSPSingleResponse.swift
[1034/1239] Compiling X509 OCSPTBSRequest.swift
[1035/1239] Compiling X509 OCSPVersion.swift
[1036/1239] Compiling X509 PKCS8PrivateKey.swift
[1037/1239] Compiling X509 PromiseAndFuture.swift
[1038/1239] Compiling X509 RDNAttribute.swift
[1039/1239] Compiling X509 RandomNumberGenerator+bytes.swift
[1043/1239] Compiling PackageModel SwiftModule.swift
[1044/1239] Compiling PackageModel SystemLibraryModule.swift
[1045/1239] Compiling PackageModel ModuleMapType.swift
[1046/1239] Compiling X509 CertificateStore.swift
[1047/1239] Compiling X509 OneOfPolicies.swift
[1048/1239] Compiling X509 PolicyBuilder.swift
[1049/1239] Compiling X509 BasicConstraintsPolicy.swift
[1050/1239] Compiling X509 DNSNames.swift
[1051/1239] Compiling X509 DirectoryNames.swift
[1052/1239] Compiling X509 ExpiryPolicy.swift
[1057/1239] Compiling X509 OCSPResponse.swift
[1058/1239] Compiling X509 OCSPResponseBytes.swift
[1059/1239] Compiling X509 OCSPResponseData.swift
[1060/1239] Compiling X509 OCSPResponseStatus.swift
[1061/1239] Compiling X509 OCSPSignature.swift
[1062/1239] Compiling X509 OCSPSingleRequest.swift
[1063/1239] Compiling PackageModel PlatformRegistry.swift
[1064/1239] Compiling PackageModel Product.swift
[1065/1239] Compiling PackageModel SwiftSDKBundleStore.swift
[1066/1239] Compiling PackageModel SwiftSDKConfigurationStore.swift
[1067/1239] Compiling PackageModel Toolchain+SupportedFeatures.swift
[1068/1239] Compiling PackageModel Toolchain.swift
[1069/1239] Compiling PackageModel ToolchainConfiguration.swift
[1070/1239] Compiling PackageModel ClangModule.swift
[1071/1239] Compiling PackageModel Module.swift
[1072/1239] Compiling PackageModel PluginModule.swift
[1073/1239] Compiling PackageModel ArtifactsArchiveMetadata.swift
[1074/1239] Compiling PackageModel BuildConfiguration.swift
[1075/1239] Compiling PackageModel BuildEnvironment.swift
[1076/1239] Compiling PackageModel BuildFlags.swift
[1077/1239] Compiling PackageModel BuildSettings.swift
[1078/1239] Compiling PackageModel DependencyMapper.swift
[1079/1239] Compiling PackageModel Diagnostics.swift
[1080/1239] Compiling PackageModel EnabledTraitsMap.swift
[1081/1239] Compiling PackageModel IdentityResolver.swift
[1082/1239] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[1130/1244] Compiling X509 VerifierPolicy.swift
[1131/1244] Compiling X509 AlgorithmIdentifier.swift
[1132/1244] Compiling X509 ECDSASignature.swift
[1133/1244] Compiling X509 RSAPKCS1PublicKey.swift
[1134/1244] Compiling X509 SubjectPublicKeyInfo.swift
[1135/1244] Compiling X509 TBSCertificate.swift
[1136/1244] Compiling X509 Time.swift
[1137/1244] Compiling X509 TimeCalculations.swift
[1138/1244] Compiling X509 Validity.swift
[1139/1244] Emitting module PackageModel
[1140/1244] Emitting module X509
[1159/1252] Compiling PackageModel ToolsVersion.swift
[1160/1252] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[1161/1252] Compiling PackageModel Toolset.swift
[1162/1252] Compiling PackageModel UserToolchain.swift
[1163/1252] Compiling PackageModel WindowsToolchainInfo.swift
[1182/1252] Compiling PackageCollectionsSigning X509Extensions.swift
[1183/1252] Compiling PackageCollectionsSigning Utilities.swift
[1184/1252] Compiling PackageCollectionsSigning Base64URL.swift
[1185/1252] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[1186/1252] Compiling PackageCollectionsSigning Signature.swift
[1187/1252] Emitting module PackageCollectionsSigning
[1188/1252] Compiling PackageCollectionsSigning embedded_resources.swift
[1189/1252] Compiling PackageCollectionsSigning CertificatePolicy.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
<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
[1211/1270] Compiling PackageFingerprint Model.swift
[1212/1270] Compiling PackageSigning PackageSigningEntityStorage.swift
[1213/1270] Compiling PackageSigning VerifierPolicies.swift
[1214/1270] Compiling PackageSigning SigningEntity.swift
[1215/1270] Compiling PackageSigning SigningIdentity.swift
[1216/1270] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[1217/1270] Compiling PackageSigning SignatureProvider.swift
[1218/1270] Compiling PackageSigning CertificateStores.swift
[1219/1270] Compiling PackageFingerprint PackageFingerprintStorage.swift
[1220/1270] Emitting module PackageFingerprint
[1221/1270] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[1222/1270] Emitting module PackageSigning
[1223/1270] Compiling PackageSigning embedded_resources.swift
[1224/1270] Compiling PackageSigning X509Extensions.swift
[1225/1270] Compiling SourceControl RepositoryManager.swift
[1226/1270] Compiling SourceControl Repository.swift
[1227/1270] Emitting module SourceControl
[1228/1270] Compiling SourceControl GitRepository.swift
/Users/admin/builder/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 |     }
/Users/admin/builder/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 |     }
<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
Fetching https://github.com/apple/swift-package-manager
[1/165993] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (7.83s)
Fetching https://github.com/aus-der-Technik/FileMonitor
[1/358] Fetching filemonitor
Fetched https://github.com/aus-der-Technik/FileMonitor from cache (0.67s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29322] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (5.69s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.73s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/7002] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (1.34s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35942] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.15s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/tuist/GraphViz.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/197] Fetching swift-toolchain-sqlite
[17/6868] Fetching swift-toolchain-sqlite, swift-certificates
[84/7440] Fetching swift-toolchain-sqlite, swift-certificates, graphviz
Fetched https://github.com/apple/swift-certificates.git from cache (1.11s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.17s)
Fetched https://github.com/apple/swift-system.git from cache (1.29s)
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Fetched https://github.com/tuist/GraphViz.git from cache (1.44s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.47s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (2.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (0.58s)
Computing version for https://github.com/tuist/GraphViz.git
Computed https://github.com/tuist/GraphViz.git at 0.4.2 (0.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.62s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.27s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.51s)
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
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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
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/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-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-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/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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
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-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at swift-6.2-RELEASE (3cf1cb6)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/10] Write swift-version-2F0A5646E1D333AE.txt
[4/163] Compiling SwiftSyntax600 Empty.swift
[5/164] Emitting module SwiftSyntax600
[6/164] Emitting module SwiftSyntax509
[7/164] Compiling SwiftSyntax509 Empty.swift
[8/164] Emitting module TSCLibc
[9/164] Compiling TSCLibc libc.swift
[10/164] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/164] Compiling SystemPackage Mocking.swift
[12/164] Compiling SystemPackage FilePathComponentView.swift
[13/165] Compiling SystemPackage Errno.swift
[14/165] Compiling SystemPackage ErrnoWindows.swift
[15/165] Compiling SystemPackage Constants.swift
[16/165] Compiling SystemPackage Exports.swift
[17/165] Compiling SystemPackage PlatformString.swift
[18/165] Compiling SystemPackage SystemString.swift
[19/167] Compiling PackageCollectionsModel PackageCollectionModel.swift
[20/171] Emitting module SwiftSyntax602
[21/171] Compiling SwiftSyntax602 Empty.swift
[22/171] Compiling Crypto ECDSASignature_boring.swift
[23/171] Compiling Crypto ECDSA_boring.swift
[24/171] Compiling Crypto EdDSA_boring.swift
[25/171] Compiling Crypto ECDSA.swift
[26/171] Compiling Crypto Ed25519.swift
[27/171] Compiling Crypto Signature.swift
[28/171] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[29/171] Compiling Crypto CryptoKitErrors_boring.swift
[30/179] Compiling Crypto DHKEM.swift
[31/179] Compiling Crypto HPKE-KEM-Curve25519.swift
[32/179] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[33/179] Compiling Crypto HPKE-KEM.swift
[34/179] Compiling Crypto HPKE-Errors.swift
[35/179] Compiling Crypto HPKE.swift
[36/179] Compiling Crypto HPKE-Context.swift
[37/179] Compiling Crypto HPKE-KeySchedule.swift
[38/179] Compiling SystemPackage FilePathTempPosix.swift
[39/179] Compiling SystemPackage FilePathTempWindows.swift
[40/179] Compiling SystemPackage FilePathWindows.swift
[41/179] Compiling SystemPackage FilePermissions.swift
[42/179] Compiling SystemPackage Backcompat.swift
[43/179] Compiling SystemPackage CInterop.swift
[44/179] Compiling SystemPackage RawBuffer.swift
[45/179] Compiling SystemPackage Syscalls.swift
[46/179] Compiling SystemPackage WindowsSyscallAdapters.swift
[47/179] Compiling Crypto HashFunctions.swift
[48/179] Compiling Crypto HashFunctions_SHA2.swift
[49/179] Compiling Crypto HPKE-AEAD.swift
[50/179] Compiling Crypto HPKE-Ciphersuite.swift
[51/179] Compiling Crypto HPKE-KDF.swift
[52/179] Compiling Crypto HPKE-KexKeyDerivation.swift
[53/179] Compiling Crypto HPKE-LabeledExtract.swift
[54/179] Compiling Crypto HPKE-Utils.swift
[55/179] Compiling SwiftSyntax510 Empty.swift
[56/179] Emitting module SwiftSyntax510
[57/179] Emitting module _CertificateInternals
[58/179] Compiling _CertificateInternals _TinyArray.swift
[59/179] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[60/179] Compiling SwiftSyntax601 Empty.swift
[61/179] Emitting module SwiftSyntax601
[62/179] Compiling Crypto HPKE-Modes.swift
[63/179] Compiling Crypto Insecure.swift
[64/179] Compiling Crypto Insecure_HashFunctions.swift
[65/179] Compiling Crypto KEM.swift
[66/179] Compiling Crypto ECDH_boring.swift
[67/179] Compiling Crypto DH.swift
[68/179] Compiling Crypto ECDH.swift
[69/179] Compiling Crypto HKDF.swift
[70/179] Compiling Crypto AESWrap.swift
[71/179] Compiling Crypto AESWrap_boring.swift
[72/179] Compiling Crypto Ed25519_boring.swift
[73/179] Compiling Crypto EllipticCurvePoint_boring.swift
[74/179] Compiling Crypto EllipticCurve_boring.swift
[75/179] Compiling Crypto NISTCurvesKeys_boring.swift
[76/179] Compiling Crypto X25519Keys_boring.swift
[77/179] Compiling Crypto Curve25519.swift
[78/179] Compiling Crypto Ed25519Keys.swift
[79/179] Compiling Crypto NISTCurvesKeys.swift
[80/179] Compiling Crypto X25519Keys.swift
[81/179] Compiling Crypto SymmetricKeys.swift
[82/179] Compiling Crypto HMAC.swift
[83/179] Compiling Crypto MACFunctions.swift
[84/179] Compiling Crypto MessageAuthenticationCode.swift
[85/179] Compiling Crypto AES.swift
[86/179] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/179] Compiling SystemPackage FileOperations.swift
[88/179] Compiling SystemPackage FilePath.swift
[89/179] Compiling SystemPackage FileDescriptor.swift
[90/179] Compiling SystemPackage FileHelpers.swift
[97/179] Compiling SystemPackage FilePathString.swift
[98/179] Compiling SystemPackage FilePathSyntax.swift
[99/179] Compiling SystemPackage FilePathTemp.swift
[100/179] Compiling SystemPackage MachPort.swift
[107/179] Compiling SystemPackage FilePathComponents.swift
[108/179] Compiling SystemPackage FilePathParsing.swift
[109/179] Emitting module Crypto
[118/228] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[119/228] Emitting module CryptoBoringWrapper
[120/231] Emitting module InternalCollectionsUtilities
[121/308] Compiling SwiftSyntax BumpPtrAllocator.swift
[122/308] Compiling SwiftSyntax CommonAncestor.swift
[123/310] Compiling SwiftSyntax AbsolutePosition.swift
[124/310] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[125/310] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[126/310] Compiling SwiftSyntax Convenience.swift
[127/310] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[128/310] Compiling SwiftSyntax Syntax.swift
[129/310] Compiling SwiftSyntax SyntaxChildren.swift
[130/310] Compiling FileMonitorShared URL+isDirectory.swift
[131/310] Compiling FileMonitorShared FileChangeEvent.swift
[132/310] Compiling SwiftASN1 DER.swift
[133/310] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[134/310] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[135/310] Emitting module FileMonitorShared
[136/310] Compiling FileMonitorShared Watcher.swift
[141/310] Compiling SwiftSyntax SyntaxCollection.swift
[142/310] Compiling SwiftSyntax SyntaxHashable.swift
[143/311] Compiling SwiftASN1 Errors.swift
[144/311] Compiling GraphViz Position.swift
[145/311] Compiling GraphViz Rectangle.swift
[148/311] Compiling GraphViz Point.swift
[151/317] Compiling SwiftSyntax SyntaxIdentifier.swift
[152/317] Compiling SwiftSyntax SyntaxNodeStructure.swift
[153/317] Compiling SwiftSyntax Assert.swift
[156/317] Emitting module SystemPackage
[157/317] Compiling SwiftSyntax SyntaxNodesC.swift
[158/317] Compiling SwiftSyntax Tokens.swift
[159/317] Compiling SwiftSyntax TriviaPieces.swift
[160/373] Compiling GraphViz Size.swift
[161/373] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[162/373] Compiling Crypto RNG_boring.swift
[163/373] Compiling Crypto SafeCompare_boring.swift
[164/373] Compiling Crypto Zeroization_boring.swift
[165/373] Compiling Crypto PrettyBytes.swift
[166/373] Compiling Crypto SafeCompare.swift
[167/373] Compiling Crypto SecureBytes.swift
[168/373] Compiling Crypto Zeroization.swift
[169/373] Compiling OrderedCollections _HashTable+Bucket.swift
[170/373] Compiling OrderedCollections _HashTable+BucketIterator.swift
[171/373] Compiling OrderedCollections _HashTable+Constants.swift
[172/373] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[173/373] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[174/373] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[175/373] Compiling OrderedCollections OrderedDictionary+Elements.swift
[176/373] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[177/373] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[178/373] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[179/373] Compiling OrderedCollections _HashTable+Testing.swift
[180/373] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[181/373] Compiling OrderedCollections _HashTable.swift
[182/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[183/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[184/389] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[185/389] Compiling OrderedCollections OrderedSet+Codable.swift
[186/389] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[187/389] Compiling OrderedCollections OrderedSet+Descriptions.swift
[188/393] Compiling FileMonitorMacOS FileWatcher+Type.swift
[189/407] Compiling TSCBasic misc.swift
[190/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[191/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[192/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[193/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[194/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[195/413] Compiling FileMonitorMacOS MacosWatcher.swift
[196/413] Compiling FileMonitorMacOS FileWatcherEvent.swift
[197/413] Compiling FileMonitorMacOS FileWatcher+Action.swift
[198/413] Emitting module FileMonitorMacOS
[199/413] Compiling FileMonitorMacOS FileWatcher.swift
[200/413] Emitting module TSCBasic
[201/413] Compiling OrderedCollections _Hashtable+Header.swift
[202/413] Compiling OrderedCollections OrderedDictionary+Codable.swift
[203/413] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[204/413] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[205/413] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[206/413] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[207/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[208/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[209/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[210/413] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[211/413] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[212/413] Compiling OrderedCollections OrderedSet+Sendable.swift
[216/413] Compiling TSCBasic Thread.swift
[217/413] Compiling TSCBasic Tuple.swift
[218/413] Compiling TSCBasic WritableByteStream.swift
[219/413] Compiling OrderedCollections OrderedSet+Hashable.swift
[220/413] Compiling OrderedCollections OrderedSet+Initializers.swift
[221/413] Compiling OrderedCollections OrderedSet+Insertions.swift
[222/413] Compiling OrderedCollections OrderedSet+Invariants.swift
[223/413] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[227/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[228/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[229/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[230/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[231/413] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[232/413] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[233/413] Compiling _CryptoExtras RSA_boring.swift
[234/413] Compiling _CryptoExtras RSA_security.swift
[235/413] Compiling _CryptoExtras AES_GCM_SIV.swift
[236/413] Compiling _CryptoExtras Block Function.swift
[237/413] Compiling _CryptoExtras ChaCha20CTR.swift
[238/420] Compiling ArgumentParserToolInfo ToolInfo.swift
[239/420] Emitting module ArgumentParserToolInfo
[260/420] Compiling DequeModule _DequeSlot.swift
[262/420] Compiling _CryptoExtras RSA.swift
[263/420] Compiling DequeModule _DequeBuffer.swift
[264/420] Compiling DequeModule Deque+Testing.swift
[265/420] Compiling DequeModule Deque._Storage.swift
[270/430] Compiling DequeModule Deque._UnsafeHandle.swift
[271/430] Compiling DequeModule Deque.swift
[272/433] Emitting module PackageCollectionsModel
[273/433] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[274/433] Compiling DequeModule _UnsafeWrappedBuffer.swift
[275/433] Emitting module SwiftASN1
[276/433] Compiling _CryptoExtras Error.swift
[277/433] Compiling _CryptoExtras DigestType.swift
[278/433] Compiling _CryptoExtras PEMDocument.swift
[279/434] Compiling DequeModule _DequeBufferHeader.swift
[299/435] Compiling _AsyncFileSystem WritableStream.swift
[300/435] Compiling _AsyncFileSystem OSFileSystem.swift
[301/435] Compiling _AsyncFileSystem ConcurrencySupport.swift
[302/435] Compiling _AsyncFileSystem MockFileSystem.swift
[303/435] Compiling _AsyncFileSystem OpenReadableFile.swift
[304/435] Emitting module _AsyncFileSystem
[305/435] Compiling _AsyncFileSystem OpenWritableFile.swift
[306/435] Compiling _AsyncFileSystem ReadableFileStream.swift
[307/435] Compiling _AsyncFileSystem AsyncFileSystem.swift
[308/480] Compiling OrderedCollections OrderedSet+SubSequence.swift
[309/480] Compiling OrderedCollections OrderedSet+Testing.swift
[310/480] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[311/480] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[312/480] Compiling OrderedCollections OrderedSet.swift
[313/480] Compiling OrderedCollections _UnsafeBitset.swift
[314/480] Compiling FileMonitor FileDidChangedDelegate.swift
[315/480] Emitting module FileMonitor
[316/480] Compiling FileMonitor FileMonitor.swift
[317/480] Emitting module DequeModule
[318/480] Compiling ArgumentParser SequenceExtensions.swift
[319/480] Compiling ArgumentParser StringExtensions.swift
[320/480] Compiling _CryptoExtras BoringSSLHelpers.swift
[321/480] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[322/480] Compiling ArgumentParser SwiftExtensions.swift
[323/480] Compiling ArgumentParser Tree.swift
[324/480] Compiling _CryptoExtras RandomBytes.swift
[325/480] Emitting module OrderedCollections
[330/480] Compiling ArgumentParser CodingKeyValidator.swift
[331/480] Compiling ArgumentParser CommandConfiguration.swift
[332/480] Emitting module _CryptoExtras
[333/480] Compiling ArgumentParser CommandGroup.swift
[334/480] Compiling ArgumentParser EnumerableFlag.swift
[339/480] Emitting module GraphViz
[342/480] Compiling ArgumentParser InputKey.swift
[343/480] Compiling ArgumentParser InputOrigin.swift
[344/480] Compiling ArgumentParser Name.swift
[345/480] Compiling ArgumentParser Parsed.swift
[350/480] Compiling ArgumentParser ParsedValues.swift
[351/484] Emitting module ArgumentParser
[352/579] Compiling X509 CMSEncapsulatedContentInfo.swift
[353/579] Compiling X509 CMSIssuerAndSerialNumber.swift
[354/579] Compiling X509 CMSOperations.swift
[355/579] Compiling X509 CMSSignature.swift
[356/579] Compiling X509 CertificatePublicKey.swift
[357/579] Compiling X509 CertificateSerialNumber.swift
[358/579] Compiling X509 CertificateVersion.swift
[359/579] Compiling X509 CMSAttribute.swift
[360/579] Compiling X509 CMSContentInfo.swift
[361/579] Compiling X509 CertificationRequestInfo.swift
[362/579] Compiling X509 ExtensionRequest.swift
[363/579] Compiling X509 Certificate.swift
[364/579] Compiling X509 CertificatePrivateKey.swift
[365/579] Compiling X509 CMSSignedData.swift
[366/579] Compiling X509 CMSSignerIdentifier.swift
[367/579] Compiling X509 CMSSignerInfo.swift
[368/579] Compiling X509 StreetAddress.swift
[369/579] Compiling X509 Error.swift
[370/579] Compiling X509 IPConstraints.swift
[371/579] Compiling X509 NameConstraintsPolicy.swift
[372/579] Compiling X509 RFC5280Policy.swift
[373/579] Compiling X509 URIConstraints.swift
[374/579] Compiling X509 VersionPolicy.swift
[375/579] Compiling X509 ServerIdentityPolicy.swift
[376/579] Compiling X509 TrustRootLoading.swift
[377/579] Compiling X509 UnverifiedChain.swift
[378/579] Compiling X509 VerificationDiagnostic.swift
[379/579] Compiling X509 Verifier.swift
[380/579] Compiling X509 OCSPResponseBytes.swift
[381/579] Compiling X509 OCSPResponseData.swift
[382/579] Compiling X509 OCSPResponseStatus.swift
[383/579] Compiling X509 OCSPSignature.swift
[384/615] Compiling DOT DOTRepresentable.swift
[385/615] Compiling DOT DOTEncoder.swift
[386/615] Emitting module DOT
[387/615] Compiling DOT DOT.swift
[388/619] Compiling X509 CMSVersion.swift
[389/619] Compiling X509 Digests.swift
[390/619] Compiling X509 DistinguishedName.swift
[391/619] Compiling X509 CommonName.swift
[392/619] Compiling X509 CountryName.swift
[393/619] Compiling X509 DNBuilder.swift
[394/619] Compiling X509 LocalityName.swift
[395/619] Compiling X509 OrganizationName.swift
[396/619] Compiling X509 OrganizationalUnitName.swift
[397/619] Compiling X509 StateOrProvinceName.swift
[398/628] Compiling Tools which.swift
[399/628] Compiling TSCUtility FloatingPointExtensions.swift
[400/628] Compiling TSCUtility Git.swift
[401/628] Compiling TSCUtility Hex.swift
[402/628] Compiling TSCUtility Archiver.swift
[403/628] Compiling TSCUtility ArgumentParser.swift
[404/628] Compiling TSCUtility Bits.swift
[405/628] Compiling TSCUtility Bitstream.swift
[406/628] Compiling TSCUtility BitstreamReader.swift
[407/628] Compiling TSCUtility BitstreamWriter.swift
[408/628] Compiling TSCUtility FSWatch.swift
[409/628] Compiling Tools Graph+Rendering.swift
[410/628] Emitting module Tools
[411/628] Compiling Tools Renderer.swift
[412/628] Compiling TSCUtility BuildFlags.swift
[413/628] Compiling TSCUtility CollectionExtensions.swift
[414/628] Compiling TSCUtility Context.swift
[415/628] Compiling TSCUtility Diagnostics.swift
[416/631] Compiling TSCUtility OSLog.swift
[417/631] Compiling TSCUtility OrderedZip.swift
[418/631] Compiling TSCUtility PkgConfig.swift
[419/631] Compiling TSCUtility Platform.swift
[420/631] Compiling TSCUtility PolymorphicCodable.swift
[421/631] Compiling TSCUtility Netrc.swift
[422/631] Compiling TSCUtility StringExtensions.swift
[423/631] Compiling TSCUtility StringMangling.swift
[424/631] Compiling TSCUtility Tracing.swift
[425/631] Compiling TSCUtility Triple.swift
[426/631] Compiling TSCUtility ArgumentParserShellCompletion.swift
[427/631] Compiling TSCUtility Array+Extensions.swift
[428/631] Compiling TSCUtility IndexStore.swift
[429/631] Compiling TSCUtility InterruptHandler.swift
[430/631] Compiling TSCUtility JSONMessageStreamingParser.swift
[431/631] Compiling TSCUtility ProgressAnimation.swift
[432/631] Compiling TSCUtility SerializedDiagnostics.swift
[433/631] Compiling TSCUtility SimplePersistence.swift
[434/631] Compiling TSCUtility URL.swift
[435/631] Compiling TSCUtility Verbosity.swift
[436/631] Compiling TSCUtility Versioning.swift
[437/631] Compiling TSCUtility dlopen.swift
[438/631] Compiling TSCUtility misc.swift
[441/631] Compiling TSCUtility Version.swift
[442/631] Emitting module TSCUtility
[451/631] Compiling X509 OCSPSingleResponse.swift
[452/631] Compiling X509 OCSPTBSRequest.swift
[453/631] Compiling X509 OCSPVersion.swift
[454/631] Compiling X509 PKCS8PrivateKey.swift
[455/631] Compiling X509 PromiseAndFuture.swift
[456/631] Compiling X509 RDNAttribute.swift
[457/631] Compiling X509 RandomNumberGenerator+bytes.swift
[458/631] Compiling X509 RelativeDistinguishedName.swift
[459/631] Compiling X509 SEC1PrivateKey.swift
[460/631] Compiling X509 Signature.swift
[461/631] Compiling X509 SignatureAlgorithm.swift
[462/631] Compiling X509 AllOfPolicies.swift
[463/631] Compiling X509 AnyPolicy.swift
[464/631] Compiling X509 CertificateStore.swift
[465/631] Compiling X509 OneOfPolicies.swift
[466/631] Compiling X509 PolicyBuilder.swift
[467/631] Compiling X509 BasicConstraintsPolicy.swift
[468/631] Compiling X509 DNSNames.swift
[469/631] Compiling X509 DirectoryNames.swift
[470/631] Compiling X509 ExpiryPolicy.swift
[471/631] Compiling X509 SubjectKeyIdentifier.swift
[472/631] Compiling X509 Extension.swift
[473/631] Compiling X509 Extensions.swift
[474/631] Compiling X509 ExtensionsBuilder.swift
[475/631] Compiling X509 GeneralName.swift
[476/631] Compiling X509 LockedValueBox.swift
[477/631] Compiling X509 BasicOCSPResponse.swift
[478/631] Compiling X509 DirectoryString.swift
[479/631] Compiling X509 OCSPCertID.swift
[480/631] Compiling X509 OCSPCertStatus.swift
[497/631] Compiling X509 OCSPExtensionID.swift
[498/631] Compiling X509 OCSPNonce.swift
[499/631] Compiling X509 OCSPPolicy.swift
[500/631] Compiling X509 OCSPRequest.swift
[501/631] Compiling X509 OCSPResponse.swift
[506/631] Compiling X509 OCSPSingleRequest.swift
[511/631] Compiling X509 VerifierPolicy.swift
[512/631] Compiling X509 AlgorithmIdentifier.swift
[513/631] Compiling X509 ECDSASignature.swift
[514/631] Compiling X509 RSAPKCS1PublicKey.swift
[515/631] Compiling X509 SubjectPublicKeyInfo.swift
[516/631] Compiling X509 TBSCertificate.swift
[517/631] Compiling X509 Time.swift
[518/631] Compiling X509 TimeCalculations.swift
[519/631] Compiling X509 Validity.swift
[530/699] Compiling Basics UniversalArchiver.swift
[531/699] Compiling Basics ZipArchiver.swift
[532/699] Compiling Basics ArrayHelpers.swift
[533/699] Compiling Basics AuthorizationProvider.swift
[534/699] Compiling Basics Cancellator.swift
[535/699] Compiling Basics ByteString+Extensions.swift
[536/699] Compiling Basics Errors.swift
[537/699] Compiling Basics AbsolutePath.swift
[538/699] Compiling Basics FileSystem+Extensions.swift
[539/699] Compiling Basics InMemoryFileSystem.swift
[540/699] Compiling Basics EnvironmentKey.swift
[541/699] Compiling Basics EnvironmentShims.swift
[542/699] Compiling Basics VFSOverlay.swift
[543/699] Compiling Basics VirtualFileSystem.swift
[544/699] Compiling Basics AdjacencyMatrix.swift
[545/699] Compiling Basics DirectedGraph.swift
[546/699] Compiling Basics GraphAlgorithms.swift
[547/699] Compiling Basics UndirectedGraph.swift
[548/699] Compiling Basics HTTPClient.swift
[549/699] Compiling Basics LegacyHTTPClientRequest.swift
[550/699] Compiling Basics Dictionary+Extensions.swift
[551/699] Compiling Basics IdentifiableSet.swift
[552/699] Compiling Basics String+Extensions.swift
[553/699] Compiling Basics AsyncProcess.swift
[554/699] Compiling Basics ConcurrencyHelpers.swift
[555/699] Compiling Basics NSLock+Extensions.swift
[556/699] Compiling Basics SendableBox.swift
[557/699] Compiling Basics ThreadSafeArrayStore.swift
[558/699] Compiling Basics Archiver.swift
[559/699] Compiling Basics TarArchiver.swift
[560/699] Emitting module X509
[561/699] Emitting module Basics
[563/706] Compiling Basics URLSessionHTTPClient.swift
[564/706] Compiling Basics ImportScanning.swift
[565/706] Compiling Basics JSON+Extensions.swift
[566/706] Compiling Basics JSONDecoder+Extensions.swift
[567/706] Compiling Basics Netrc.swift
[568/706] Compiling Basics OSSignpost.swift
[569/706] Compiling Basics Observability.swift
[570/706] Compiling Basics Process.swift
[571/706] Compiling Basics NinjaProgressAnimation.swift
[572/706] Compiling Basics PercentProgressAnimation.swift
[573/706] Compiling Basics ProgressAnimationProtocol.swift
[574/706] Compiling Basics SingleLinePercentProgressAnimation.swift
[575/706] Compiling Basics ThrottledProgressAnimation.swift
[576/706] Compiling Basics SQLite.swift
[577/706] Compiling Basics SQLiteBackedCache.swift
[578/706] Compiling Basics Sandbox.swift
[579/706] Compiling Basics SendableTimeInterval.swift
[580/706] Compiling Basics SerializedJSON.swift
[581/706] Compiling Basics SourceControlURL.swift
[582/706] Compiling Basics SwiftVersion.swift
[583/706] Compiling Basics HTTPClientConfiguration.swift
[584/706] Compiling Basics HTTPClientError.swift
[585/706] Compiling Basics HTTPClientHeaders.swift
[586/706] Compiling Basics HTTPClientRequest.swift
[587/706] Compiling Basics HTTPClientResponse.swift
[588/706] Compiling Basics HTTPMethod.swift
[589/706] Compiling Basics LegacyHTTPClient.swift
[590/706] Compiling Basics ThreadSafeBox.swift
[591/706] Compiling Basics ThreadSafeKeyValueStore.swift
[592/706] Compiling Basics ThrowingDefer.swift
[593/706] Compiling Basics TokenBucket.swift
[594/706] Compiling Basics DispatchTimeInterval+Extensions.swift
[595/706] Compiling Basics Environment.swift
[602/706] Compiling Basics NativePathExtensions.swift
[603/706] Compiling Basics RelativePath.swift
[604/706] Compiling Basics TSCAdapters.swift
[605/706] Compiling Basics TemporaryFile.swift
[629/706] Compiling Basics TestingLibrary.swift
[630/706] Compiling Basics Triple+Basics.swift
[631/706] Compiling Basics URL.swift
[632/706] Compiling Basics Triple+Platforms.swift
[633/706] Compiling Basics Triple.swift
[634/706] Compiling Basics Version+Extensions.swift
[635/706] Compiling Basics WritableByteStream+Extensions.swift
[636/768] Compiling PackageCollectionsSigning X509Extensions.swift
[637/768] Compiling PackageCollectionsSigning embedded_resources.swift
[638/768] Compiling PackageCollectionsSigning Utilities.swift
[639/768] Compiling PackageCollectionsSigning CertificatePolicy.swift
[640/768] Compiling PackageCollectionsSigning Signature.swift
[641/768] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[642/768] Emitting module PackageCollectionsSigning
[643/768] Compiling PackageCollectionsSigning Base64URL.swift
[644/768] Compiling PackageModel SwiftSDKBundleStore.swift
[645/768] Compiling PackageModel SwiftSDKConfigurationStore.swift
[646/768] Compiling PackageModel Toolchain+SupportedFeatures.swift
[647/768] Compiling PackageModel Toolchain.swift
[648/768] Compiling PackageModel ToolchainConfiguration.swift
[649/773] Compiling PackageModel TraitDescription.swift
[650/773] Compiling PackageModel ManifestSourceGeneration.swift
[651/773] Compiling PackageModel MinimumDeploymentTarget.swift
[652/773] Compiling PackageModel BinaryModule.swift
[653/773] Compiling PackageModel PackageConditionDescription.swift
[654/773] Compiling PackageModel PackageDependencyDescription.swift
[655/773] Compiling PackageModel PlatformDescription.swift
[656/773] Compiling PackageModel EnabledTraitsMap.swift
[657/773] Compiling PackageModel IdentityResolver.swift
[658/773] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[659/773] Compiling PackageModel Manifest+Traits.swift
[660/773] Compiling PackageModel Manifest.swift
[661/773] Compiling PackageModel TargetDescription.swift
[662/773] Compiling PackageModel TraitConfiguration.swift
[663/773] Compiling PackageModel ProductDescription.swift
[664/773] Compiling PackageModel SystemPackageProviderDescription.swift
[665/773] Compiling PackageModel TargetBuildSettingDescription.swift
[666/773] Compiling PackageModel PackageIdentity.swift
[667/773] Compiling PackageModel PackageModel.swift
[668/773] Compiling PackageModel PackageReference.swift
[669/773] Compiling PackageModel Platform.swift
[670/773] Compiling PackageModel ArtifactsArchiveMetadata.swift
[671/773] Compiling PackageModel BuildConfiguration.swift
[672/773] Compiling PackageModel BuildEnvironment.swift
[673/773] Compiling PackageModel BuildFlags.swift
[674/773] Compiling PackageModel BuildSettings.swift
[675/773] Compiling PackageModel DependencyMapper.swift
[676/773] Emitting module PackageModel
[681/773] Compiling PackageModel PlatformRegistry.swift
[682/773] Compiling PackageModel Product.swift
[683/773] Compiling PackageModel Registry.swift
[684/773] Compiling PackageModel RegistryReleaseMetadata.swift
[685/773] Compiling PackageModel Resource.swift
[686/773] Compiling PackageModel Sanitizers.swift
[687/773] Compiling PackageModel Snippet.swift
[688/773] Compiling PackageModel SnippetGroup.swift
[689/773] Compiling PackageModel ClangModule.swift
[690/773] Compiling PackageModel Module.swift
[691/773] Compiling PackageModel PluginModule.swift
[692/773] Compiling PackageModel SwiftModule.swift
[693/773] Compiling PackageModel SystemLibraryModule.swift
[694/773] Compiling PackageModel ModuleMapType.swift
[695/773] Compiling PackageModel PlainTextSnippetExtractor.swift
[696/773] Compiling PackageModel Sources.swift
[697/773] Compiling PackageModel SupportedLanguageExtension.swift
[698/773] Compiling PackageModel SwiftLanguageVersion.swift
[699/773] Compiling PackageModel SwiftSDK.swift
[700/773] Compiling PackageModel SwiftSDKBundle.swift
[701/773] Compiling PackageModel ToolsVersion.swift
[702/773] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[703/773] Compiling PackageModel Toolset.swift
[704/773] Compiling PackageModel UserToolchain.swift
[705/773] Compiling PackageModel WindowsToolchainInfo.swift
[718/773] Compiling PackageModel Diagnostics.swift
[724/791] Compiling PackageSigning VerifierPolicies.swift
[725/791] Compiling PackageSigning SigningIdentity.swift
[726/791] Compiling PackageSigning CertificateStores.swift
[727/791] Compiling PackageSigning SignatureProvider.swift
[728/791] Compiling PackageSigning PackageSigningEntityStorage.swift
[729/791] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[730/791] Compiling PackageSigning SigningEntity.swift
[731/791] Compiling SourceControl Repository.swift
[732/791] Compiling SourceControl RepositoryManager.swift
[733/791] Compiling PackageFingerprint Model.swift
[734/791] Compiling PackageFingerprint PackageFingerprintStorage.swift
[735/791] Emitting module PackageFingerprint
[736/791] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[737/791] Emitting module PackageSigning
[738/791] Compiling PackageSigning X509Extensions.swift
[739/791] Compiling PackageSigning embedded_resources.swift
[740/791] Emitting module SourceControl
[741/791] Compiling SourceControl GitRepository.swift
[742/831] Compiling PackageCollections PackageCollectionProvider.swift
[743/831] Compiling PackageCollections PackageMetadataProvider.swift
[744/833] Compiling PackageCollections Search.swift
[745/833] Compiling PackageCollections TargetListResult.swift
[746/833] Compiling PackageLoading PackageDescriptionSerialization.swift
[747/833] Compiling PackageCollections Trie.swift
[748/833] Compiling PackageCollections Utility.swift
[749/833] Compiling PackageLoading Target+PkgConfig.swift
[750/833] Compiling PackageLoading TargetSourcesBuilder.swift
[751/833] Compiling PackageLoading Platform.swift
[752/834] Compiling PackageCollections API.swift
[753/834] Compiling PackageCollections CVE.swift
[754/834] Compiling PackageCollections Collection.swift
[755/834] Emitting module PackageCollections
[756/834] Compiling PackageCollections License.swift
[757/834] Compiling PackageCollections PackageList.swift
[758/834] Compiling PackageCollections PackageTypes.swift
[759/834] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[760/834] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[761/834] Compiling PackageCollections PackageCollectionsStorage.swift
[762/834] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[763/834] Compiling PackageLoading ToolsVersionParser.swift
[764/834] Compiling PackageCollections PackageCollections+Configuration.swift
[765/834] Compiling PackageCollections PackageCollections+Storage.swift
[766/834] Compiling PackageCollections PackageCollections+Validation.swift
[767/834] Emitting module PackageLoading
[768/834] Compiling PackageCollections PackageCollections.swift
[769/834] Compiling PackageCollections PackageIndex+Configuration.swift
[770/834] Compiling PackageCollections PackageIndex.swift
[771/834] Compiling PackageCollections PackageIndexAndCollections.swift
[772/834] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[773/834] Compiling PackageCollections JSONPackageCollectionProvider.swift
[774/834] Compiling PackageLoading RegistryReleaseMetadataSerialization.swift
[785/869] Emitting module PackageGraph
[786/872] Compiling PackageGraph DependencyResolverBinding.swift
[787/872] Compiling PackageGraph DependencyResolverDelegate.swift
[788/872] Compiling PackageGraph DependencyResolverError.swift
[789/872] Compiling PackageRegistry SigningEntityTOFU.swift
[790/872] Compiling PackageRegistry SignatureValidation.swift
[791/872] Compiling PackageGraph ResolvedModule.swift
[792/872] Compiling PackageGraph ResolvedPackage.swift
[793/872] Compiling PackageGraph ResolvedProduct.swift
[794/872] Compiling PackageGraph PackageModel+Extensions.swift
[795/872] Compiling PackageGraph PackageRequirement.swift
[796/872] Compiling PackageGraph DependencyResolutionNode.swift
[797/872] Compiling PackageGraph ModulesGraph.swift
[798/872] Compiling PackageGraph PackageContainer.swift
[799/872] Compiling PackageGraph PackageGraphRoot.swift
[800/872] Compiling PackageRegistry RegistryDownloadsManager.swift
[801/872] Compiling PackageRegistry RegistryConfiguration.swift
[802/872] Emitting module SwiftSyntax
[810/872] Compiling PackageGraph Version+Extensions.swift
[811/872] Compiling PackageGraph VersionSetSpecifier.swift
[838/872] Compiling PackageGraph PubGrubDependencyResolver.swift
[839/872] Compiling PackageGraph PubGrubPackageContainer.swift
[840/872] Compiling PackageGraph Term.swift
[841/872] Compiling PackageGraph PlatformVersionProvider.swift
[842/872] Compiling PackageGraph Assignment.swift
[843/872] Compiling PackageGraph ContainerProvider.swift
[844/872] Compiling PackageGraph DiagnosticReportBuilder.swift
[845/872] Compiling PackageGraph Incompatibility.swift
[846/872] Compiling PackageGraph PartialSolution.swift
[847/872] Compiling PackageGraph ResolvedPackagesStore.swift
[850/872] Compiling PackageGraph BoundVersion.swift
[851/872] Compiling PackageGraph DependencyMirrors.swift
[852/872] Compiling PackageGraph Diagnostics.swift
[853/872] Compiling PackageGraph GraphLoadingNode.swift
[854/872] Compiling PackageGraph ModuleAliasTracker.swift
[855/872] Compiling PackageGraph ModulesGraph+Loading.swift
[856/892] Compiling SPMBuildCore BuildSystemDelegate.swift
[857/892] Compiling SPMBuildCore BuiltTestProduct.swift
[858/894] Compiling PackageRegistry ChecksumTOFU.swift
[859/894] Compiling PackageRegistry RegistryClient.swift
[860/894] Emitting module PackageRegistry
[861/896] Compiling SPMBuildCore XCFrameworkMetadata.swift
[862/896] Compiling SPMBuildCore XcodeProjectRepresentation.swift
[863/896] Emitting module SPMBuildCore
[864/896] Emitting module PackageMetadata
[865/896] Compiling PackageMetadata PackageMetadata.swift
[866/896] Compiling SPMBuildCore BuildParameters+Linking.swift
[867/896] Compiling SPMBuildCore BuildParameters+Output.swift
[868/896] Compiling SPMBuildCore BuildSystem.swift
[869/896] Compiling SPMBuildCore BuildSystemCommand.swift
[870/896] Compiling SPMBuildCore PluginContextSerializer.swift
[871/896] Compiling SPMBuildCore PluginInvocation.swift
[872/896] Compiling SPMBuildCore CommandPluginResult.swift
[873/896] Compiling SPMBuildCore DefaultPluginScriptRunner.swift
[874/896] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[875/896] Compiling SPMBuildCore Triple+Extensions.swift
[876/896] Compiling SPMBuildCore BuildParameters+Testing.swift
[877/896] Compiling SPMBuildCore BuildParameters.swift
[878/896] Compiling SPMBuildCore BinaryTarget+Extensions.swift
[879/896] Compiling SPMBuildCore BuildParameters+Debugging.swift
[880/896] Compiling SPMBuildCore BuildParameters+Driver.swift
[881/896] Compiling SPMBuildCore PluginMessages.swift
[882/896] Compiling SPMBuildCore PluginScriptRunner.swift
[890/988] Compiling SwiftDiagnostics Message.swift
[891/989] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[892/989] Compiling SwiftBasicFormat Syntax+Extensions.swift
[893/989] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[894/989] Compiling SwiftDiagnostics Note.swift
[895/989] Compiling SwiftBasicFormat InferIndentation.swift
[896/989] Compiling SwiftParser IsValidIdentifier.swift
[897/989] Compiling SwiftParser Cursor.swift
[898/989] Compiling SwiftParser Lexeme.swift
[899/989] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[900/989] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[901/989] Compiling SwiftDiagnostics FixIt.swift
[902/989] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[903/989] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[904/989] Compiling SwiftDiagnostics Diagnostic.swift
[905/989] Compiling SwiftDiagnostics Convenience.swift
[906/989] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[907/989] Emitting module SwiftDiagnostics
[908/992] Compiling SwiftBasicFormat BasicFormat.swift
[909/992] Compiling SwiftBasicFormat Indenter.swift
[910/992] Emitting module SwiftBasicFormat
[911/992] Compiling SwiftParser Attributes.swift
[912/992] Compiling SwiftParser Availability.swift
[913/992] Compiling SwiftParser CharacterInfo.swift
[914/992] Compiling SwiftParser CollectionNodes+Parsable.swift
[915/992] Compiling SwiftParser CompilerFiles.swift
[916/992] Compiling SwiftParser StringLiterals.swift
[917/992] Compiling SwiftParser SwiftParserCompatibility.swift
[918/992] Emitting module Workspace
[919/992] Compiling SwiftParser TokenSpec.swift
[920/992] Compiling SwiftParser TokenSpecSet.swift
[921/992] Compiling SwiftParser Patterns.swift
[922/992] Compiling SwiftParser Recovery.swift
[923/992] Compiling SwiftParser SwiftVersion.swift
[924/992] Compiling SwiftParser SyntaxUtils.swift
[925/992] Compiling SwiftParser TokenConsumer.swift
[926/992] Compiling SwiftParser TokenPrecedence.swift
[927/992] Compiling SwiftParser RegexLiteralLexer.swift
[928/992] Compiling SwiftParser UnicodeScalarExtensions.swift
[929/992] Compiling SwiftParser Lookahead.swift
[930/992] Compiling SwiftParser LoopProgressCondition.swift
[931/992] Compiling SwiftParser Modifiers.swift
[936/996] Emitting module SwiftParser
[942/996] Compiling Workspace Workspace.swift
[943/996] Compiling SwiftParser TriviaParser.swift
[944/996] Compiling SwiftParser Types.swift
[945/996] Compiling SwiftParser ExperimentalFeatures.swift
[949/996] Compiling Workspace Workspace+SourceControl.swift
[950/996] Compiling Workspace Workspace+State.swift
[951/996] Compiling SwiftParser Nominals.swift
[952/996] Compiling SwiftParser Parameters.swift
[953/996] Compiling SwiftParser ParseSourceFile.swift
[954/996] Compiling SwiftParser Specifiers.swift
[955/996] Compiling SwiftParser Statements.swift
[956/996] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[957/996] Compiling SwiftParser Names.swift
[958/996] Compiling SwiftParser Parser.swift
[959/996] Compiling SwiftParser Declarations.swift
[960/996] Compiling SwiftParser Directives.swift
[961/996] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[962/996] Compiling SwiftParser Expressions.swift
[963/996] Compiling SwiftParser IncrementalParseTransition.swift
[983/996] Compiling SwiftParser IsLexerClassified.swift
[984/996] Compiling SwiftParser LayoutNodes+Parsable.swift
[985/996] Compiling SwiftParser Parser+TokenSpecSet.swift
[986/996] Compiling SwiftParser TokenSpecStaticMembers.swift
[987/1018] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[991/1019] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[992/1019] Compiling SwiftParserDiagnostics PresenceUtils.swift
[993/1019] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[994/1019] Compiling SwiftIDEUtils SyntaxClassification.swift
[995/1019] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[996/1019] Compiling SwiftIDEUtils Syntax+Classifications.swift
[997/1019] Compiling SwiftIDEUtils Utils.swift
[998/1019] Compiling SwiftIDEUtils SyntaxClassifier.swift
[999/1019] Compiling SwiftIDEUtils DeclNameLocation.swift
[1000/1019] Compiling SwiftIDEUtils FixItApplier.swift
[1001/1019] Compiling SwiftIDEUtils NameMatcher.swift
[1002/1019] Emitting module SwiftIDEUtils
[1003/1019] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1004/1019] Compiling SwiftParserDiagnostics Utils.swift
[1005/1019] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1006/1019] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1007/1019] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1008/1019] Emitting module SwiftParserDiagnostics
[1009/1019] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1010/1019] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1011/1019] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1012/1019] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1013/1034] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1014/1034] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1015/1034] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1016/1034] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1017/1034] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1018/1034] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1019/1035] Compiling SwiftSyntaxBuilder Indenter.swift
[1020/1035] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1021/1035] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1022/1035] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1023/1035] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1024/1035] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1025/1035] Emitting module SwiftSyntaxBuilder
[1026/1035] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1027/1035] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1028/1035] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1029/1047] Compiling PackageModelSyntax ProductDescription+Syntax.swift
[1030/1048] Compiling PackageModelSyntax TargetDescription+Syntax.swift
[1031/1048] Compiling PackageModelSyntax PackageEditResult.swift
[1032/1048] Compiling PackageModelSyntax PackageDependency+Syntax.swift
[1033/1048] Compiling PackageModelSyntax ManifestSyntaxRepresentable.swift
[1034/1048] Compiling PackageModelSyntax AddTargetDependency.swift
[1035/1048] Compiling PackageModelSyntax ManifestEditError.swift
[1036/1048] Compiling PackageModelSyntax AddPackageDependency.swift
[1037/1048] Compiling PackageModelSyntax AddProduct.swift
[1038/1048] Emitting module PackageModelSyntax
[1039/1048] Compiling PackageModelSyntax AddSwiftSetting.swift
[1040/1048] Compiling PackageModelSyntax AddTarget.swift
[1041/1048] Compiling PackageModelSyntax SyntaxEditUtils.swift
[1041/1048] Write Objects.LinkFileList
[1042/1048] Linking libSwiftPMDataModel.dylib
[1044/1055] Compiling Core PackageLoader.swift
[1045/1055] Compiling Core System.swift
[1046/1055] Compiling Core GitClient.swift
[1047/1055] Compiling Core KeyPath+Core.swift
[1048/1055] Emitting module Core
[1049/1055] Compiling Core AbsolutePath+Core.swift
[1050/1055] Compiling Core ProcessInfo+Core.swift
[1051/1071] Compiling SPMGraphVisualize Package+externalDependencies.swift
[1052/1071] Compiling SPMGraphVisualize Edge+Factories.swift
[1053/1071] Compiling SPMGraphVisualize Node+Factories.swift
[1054/1071] Compiling SPMGraphVisualize HelperFunctions.swift
[1055/1071] Compiling SPMGraphVisualize Array+Extensions.swift
[1056/1071] Emitting module SPMGraphVisualize
[1057/1071] Compiling SPMGraphVisualize SPMGraphVisualize.swift
[1058/1071] Compiling SPMGraphVisualize GraphVizWrapper.swift
[1059/1071] Compiling SPMGraphVisualize Node+Attributes.swift
[1060/1071] Compiling SPMGraphDescriptionInterface SPMGraphConfigLoader.swift
[1061/1071] Emitting module SPMGraphDescriptionInterface
[1062/1071] Compiling SPMGraphDescriptionInterface SPMGraphConfigInterface.swift
[1062/1071] Write Objects.LinkFileList
[1063/1078] Linking libSPMGraphDescriptionInterface.dylib
[1065/1078] Emitting module SPMGraphLint
[1066/1078] Compiling SPMGraphLint SPMGraphLint.swift
[1067/1078] Emitting module SPMGraphTests
[1068/1078] Compiling SPMGraphTests SPMGraphTests.swift
[1069/1078] Compiling SPMGraphConfigSetup resource_bundle_accessor.swift
[1070/1078] Compiling SPMGraphConfigSetup SPMGraphLoad.swift
[1071/1078] Emitting module SPMGraphConfigSetup
[1072/1078] Compiling SPMGraphConfigSetup SPMGraphEdit.swift
[1073/1085] Compiling FixtureSupport resource_bundle_accessor.swift
[1074/1085] Compiling FixtureSupport Package+Fixture.swift
[1075/1085] Emitting module FixtureSupport
[1076/1085] Emitting module SPMGraphExecutable
[1077/1085] Compiling SPMGraphExecutable Visualize.swift
[1078/1085] Compiling SPMGraphExecutable Load.swift
[1079/1085] Compiling SPMGraphExecutable Lint.swift
[1080/1085] Compiling SPMGraphExecutable Config.swift
[1081/1085] Compiling SPMGraphExecutable Tests.swift
[1082/1085] Compiling SPMGraphExecutable SPMGraph.swift
[1082/1085] Write Objects.LinkFileList
[1083/1085] Linking spmgraph
[1084/1085] Applying spmgraph
Build complete! (36.22s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
Build complete.
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.