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