The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build StitcherMacros, reference main (a7def8), with Swift 6.1 for Linux on 28 Apr 2025 22:17:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/athankefalas/StitcherMacros.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/athankefalas/StitcherMacros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a7def81 Create FUNDING.yml
Cloned https://github.com/athankefalas/StitcherMacros.git
Revision (git rev-parse @):
a7def81b91f720adb44de0af6f84dbe648ac5081
SUCCESS checkout https://github.com/athankefalas/StitcherMacros.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/athankefalas/StitcherMacros.git
https://github.com/athankefalas/StitcherMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "stitcher",
      "requirement" : {
        "exact" : [
          "1.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/athankefalas/Stitcher.git"
    }
  ],
  "manifest_display_name" : "StitcherMacros",
  "name" : "StitcherMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StitcherMacros",
      "targets" : [
        "StitcherMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StitcherMacrosPlugins",
      "targets" : [
        "StitcherMacrosPlugins"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StitcherMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacrosTests",
      "path" : "Tests/StitcherMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "StitcherMacrosTests.swift",
        "Tests/InjectedParametersClassFunctionTests.swift",
        "Tests/InjectedParametersMacroForFunctionsTests.swift",
        "Types/Types.swift",
        "Types/Utils.swift"
      ],
      "target_dependencies" : [
        "StitcherMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StitcherMacrosPlugins",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacrosPlugins",
      "path" : "Sources/StitcherMacrosPlugins",
      "product_dependencies" : [
        "Stitcher",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StitcherMacros",
        "StitcherMacrosPlugins"
      ],
      "sources" : [
        "InjectedParameters/Diagnostic/InjectedParametersDiagnostic.swift",
        "InjectedParameters/Diagnostic/LogDiagnostic.swift",
        "InjectedParameters/InjectedParametersMacro.swift",
        "InjectedParameters/InvocationParameter.swift",
        "InjectedParameters/Parameters/AttachedParentKind.swift",
        "InjectedParameters/Parameters/IgnoredParameter.swift",
        "InjectedParameters/Parameters/InjectedParametersConfiguration.swift",
        "InjectedParameters/Syntax/FunctionInvocationSyntax.swift",
        "InjectedParameters/Syntax/InitializerInvocationSyntax.swift",
        "PreferredInitializer/PreferredInitializerDiagnostic.swift",
        "PreferredInitializer/PreferredInitializerMacro.swift",
        "RegisterableDependency/Diagnostic/RegisterableDiagnostic.swift",
        "RegisterableDependency/Parameters/RegisterableConfiguration.swift",
        "RegisterableDependency/RegisterableMacro.swift",
        "RegisterableDependency/Syntax/PropertyDeclarationSyntax.swift",
        "RegisterableDependency/Syntax/ProtocolConformanceSyntax.swift",
        "RegisterableDependency/Syntax/RegisterableDependencyImplementationSyntax.swift",
        "StitcherMacrosPlugin.swift",
        "Utils/Attributes.swift",
        "Utils/DefinedMacro.swift",
        "Utils/StringExtensions.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StitcherMacros",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacros",
      "path" : "Sources/StitcherMacros",
      "product_dependencies" : [
        "Stitcher"
      ],
      "product_memberships" : [
        "StitcherMacros"
      ],
      "sources" : [
        "StitcherMacros.swift"
      ],
      "target_dependencies" : [
        "StitcherMacrosPlugins"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/athankefalas/Stitcher.git
Fetching https://github.com/apple/swift-syntax.git
[1/1159] Fetching stitcher
[1160/71404] Fetching stitcher, swift-syntax
Fetched https://github.com/athankefalas/Stitcher.git from cache (10.14s)
Fetched https://github.com/apple/swift-syntax.git from cache (10.28s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (11.50s)
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
[2/24522] Fetching swift-collections, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.24s)
[4548/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.31s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (6.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.41s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/athankefalas/Stitcher.git
Working copy of https://github.com/athankefalas/Stitcher.git resolved at 1.1.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.4
Building for debugging...
[0/65] Write sources
[36/65] Write swift-version-24593BA9C3E375BF.txt
[37/101] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[40/285] Emitting module InternalCollectionsUtilities
[41/287] Emitting module OpenCombine
[43/311] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/311] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/311] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[46/311] Compiling OpenCombine Future.swift
[47/311] Compiling OpenCombine ConduitList.swift
[48/311] Compiling OpenCombine DebugHook.swift
[49/311] Compiling OpenCombine GENERATED-RootProtocols.swift
[50/311] Compiling OpenCombine ConduitBase.swift
[51/313] Emitting module SwiftSyntax509
[52/313] Compiling SwiftSyntax509 Empty.swift
[55/314] Compiling OpenCombine AnySubscriber.swift
[56/314] Compiling OpenCombine Cancellable.swift
[57/314] Compiling OpenCombine Codable.swift
[58/314] Compiling OpenCombine CombineIdentifier.swift
[59/314] Compiling OpenCombine ConcurrencyHelpers.swift
[60/314] Compiling OpenCombine Future+Concurrency.swift
[61/314] Compiling OpenCombine AnyCancellable.swift
[62/314] Compiling OpenCombine AnyPublisher.swift
[65/314] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[66/314] Compiling OpenCombine CurrentValueSubject.swift
[76/315] Emitting module InternalCollectionsUtilities
[109/315] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/315] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/315] Compiling OpenCombine PartialCompletion.swift
[112/315] Compiling OpenCombine PublishedSubject.swift
[113/315] Compiling OpenCombine PublishedSubscriber.swift
[114/315] Compiling OpenCombine ReduceProducer.swift
[115/315] Compiling OpenCombine SubjectSubscriber.swift
[116/315] Compiling OpenCombine SubscriberTap.swift
[117/315] Compiling OpenCombine SubscriptionStatus.swift
[118/315] Compiling OpenCombine SubscriptionTap.swift
[120/315] Wrapping AST for SwiftSyntax509 for debugging
[122/315] Compiling OpenCombine Publishers.Count.swift
[123/315] Compiling OpenCombine Publishers.Debounce.swift
[124/315] Compiling OpenCombine Publishers.Delay.swift
[125/315] Compiling OpenCombine Publishers.Drop.swift
[126/315] Compiling OpenCombine Publishers.DropUntilOutput.swift
[127/315] Compiling OpenCombine Publishers.DropWhile.swift
[128/315] Compiling OpenCombine Publishers.Filter.swift
[129/315] Compiling OpenCombine Publishers.First.swift
[130/315] Compiling OpenCombine Publishers.FlatMap.swift
[131/315] Compiling OpenCombine Publishers.HandleEvents.swift
[132/315] Compiling OpenCombine Publishers.IgnoreOutput.swift
[133/315] Compiling OpenCombine Publishers.Last.swift
[134/315] Compiling OpenCombine Publishers.MakeConnectable.swift
[163/316] Compiling OpenCombine Utils.swift
[164/316] Compiling OpenCombine Violations.swift
[165/316] Compiling OpenCombine ImmediateScheduler.swift
[166/316] Compiling OpenCombine ObservableObject.swift
[167/316] Compiling OpenCombine PassthroughSubject.swift
[168/316] Compiling OpenCombine Published.swift
[169/316] Compiling OpenCombine Publisher+Subscribe.swift
[170/316] Compiling OpenCombine Deferred.swift
[171/316] Compiling OpenCombine Empty.swift
[172/316] Compiling OpenCombine Fail.swift
[173/316] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[174/316] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[175/316] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[176/316] Compiling OpenCombine Just.swift
[177/316] Compiling OpenCombine Optional.Publisher.swift
[178/316] Compiling OpenCombine Publishers.AllSatisfy.swift
[179/316] Compiling OpenCombine Publishers.AssertNoFailure.swift
[180/316] Compiling OpenCombine Publishers.Autoconnect.swift
[181/316] Compiling OpenCombine Publishers.Breakpoint.swift
[182/316] Compiling OpenCombine Publishers.Buffer.swift
[183/316] Compiling OpenCombine Publishers.Collect.swift
[184/316] Compiling OpenCombine Publishers.CollectByCount.swift
[185/316] Compiling OpenCombine Publishers.CompactMap.swift
[186/316] Compiling OpenCombine Publishers.Comparison.swift
[187/316] Compiling OpenCombine Publishers.Concatenate.swift
[188/316] Compiling OpenCombine Publishers.Contains.swift
[190/491] Compiling _RopeModule BigString+Iterators.swift
[191/491] Compiling _RopeModule BigString+Metrics.swift
[192/491] Compiling _RopeModule BigString+Summary.swift
[193/491] Compiling _RopeModule BigString.swift
[194/491] Compiling _RopeModule BigString+Append.swift
[195/491] Compiling _RopeModule BigString+Initializers.swift
[196/491] Compiling _RopeModule BigString+Insert.swift
[197/491] Compiling _RopeModule BigString+Managing Breaks.swift
[198/491] Compiling _RopeModule BigString+RemoveSubrange.swift
[199/491] Compiling _RopeModule BigString+ReplaceSubrange.swift
[200/491] Compiling _RopeModule BigString+Split.swift
[201/491] Compiling _RopeModule Range+BigString.swift
[202/491] Compiling _RopeModule BigString+UTF16View.swift
[203/549] Compiling HeapModule Heap+Descriptions.swift
[204/605] Compiling OpenCombine Result.swift
[205/605] Compiling OpenCombine Scheduler.swift
[206/605] Compiling OpenCombine Subject+Void.swift
[207/605] Compiling OpenCombine Subscriber+Void.swift
[208/605] Compiling OpenCombine Subscribers.Assign.swift
[209/605] Compiling OpenCombine Subscribers.Completion.swift
[210/605] Compiling OpenCombine Subscribers.Demand.swift
[211/605] Compiling OpenCombine Subscribers.Sink.swift
[212/605] Compiling OpenCombine Subscribers.swift
[213/605] Compiling OpenCombine Subscription.swift
[214/605] Compiling OpenCombine Subscriptions.swift
[215/605] Compiling OpenCombine _Introspection.swift
[216/612] Compiling HeapModule _HeapNode.swift
[229/635] Compiling HeapModule Heap.swift
[230/635] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[231/635] Compiling HeapModule Heap+Invariants.swift
[232/635] Compiling HeapModule Heap+UnsafeHandle.swift
[233/635] Emitting module HeapModule
[235/636] Compiling _RopeModule BigString+Chunk+Counts.swift
[236/636] Compiling _RopeModule BigString+Chunk+Description.swift
[237/636] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[238/636] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[239/636] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[240/636] Compiling _RopeModule BigString+Chunk+Splitting.swift
[241/636] Compiling _RopeModule BigString+Chunk.swift
[242/643] Compiling _RopeModule Rope+Invariants.swift
[243/643] Compiling _RopeModule Rope+_Node.swift
[244/643] Compiling _RopeModule _RopeVersion.swift
[245/643] Compiling _RopeModule Rope+Collection.swift
[246/643] Compiling _RopeModule Rope+Index.swift
[247/643] Compiling _RopeModule Rope+Sequence.swift
[248/643] Compiling _RopeModule Rope+Append.swift
[249/643] Compiling _RopeModule _RopeItem.swift
[250/643] Compiling _RopeModule _RopePath.swift
[251/643] Compiling HashTreeCollections TreeSet+Sequence.swift
[252/643] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[253/643] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[254/643] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[255/643] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[256/643] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[257/643] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[258/643] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[269/708] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[270/708] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[271/708] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[272/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[273/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[274/708] Compiling OrderedCollections OrderedSet+Sendable.swift
[275/708] Compiling OrderedCollections OrderedSet+SubSequence.swift
[276/708] Compiling OrderedCollections OrderedSet+Testing.swift
[277/708] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[278/708] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[279/708] Compiling OrderedCollections OrderedSet.swift
[280/708] Compiling OrderedCollections _UnsafeBitset.swift
[281/708] Compiling _RopeModule Rope.swift
[282/708] Compiling _RopeModule RopeElement.swift
[283/708] Compiling _RopeModule RopeMetric.swift
[284/708] Compiling _RopeModule RopeSummary.swift
[285/708] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[286/708] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[287/708] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[288/708] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[289/708] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[290/708] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[291/708] Compiling HashTreeCollections TreeSet.swift
[292/708] Compiling OpenCombine Publishers.Throttle.swift
[293/708] Compiling OpenCombine Publishers.Timeout.swift
[294/708] Compiling OpenCombine Publishers.Zip.swift
[295/708] Compiling OpenCombine Publishers.swift
[296/708] Compiling OpenCombine Record.swift
[297/708] Compiling OpenCombine Result.Publisher.swift
[298/708] Compiling OrderedCollections OrderedDictionary.swift
[299/708] Compiling OrderedCollections OrderedSet+Codable.swift
[300/708] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[301/708] Compiling OrderedCollections OrderedSet+Descriptions.swift
[302/708] Compiling OrderedCollections OrderedSet+Diffing.swift
[303/708] Compiling OrderedCollections OrderedSet+Equatable.swift
[304/708] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[305/708] Compiling OrderedCollections OrderedSet+Hashable.swift
[306/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[307/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[308/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[309/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[310/708] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[311/708] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[312/708] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[313/708] Compiling OrderedCollections OrderedSet+Initializers.swift
[314/708] Compiling OrderedCollections _HashTable+Bucket.swift
[315/708] Compiling OrderedCollections _HashTable+BucketIterator.swift
[316/708] Compiling OrderedCollections _HashTable+Constants.swift
[317/708] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[318/708] Compiling OrderedCollections _HashTable+Testing.swift
[319/708] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[320/708] Compiling OrderedCollections _HashTable.swift
[321/708] Compiling OrderedCollections _Hashtable+Header.swift
[322/708] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[323/708] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[324/708] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[325/708] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[326/708] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[327/708] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[328/708] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[329/708] Compiling OrderedCollections OrderedDictionary+Values.swift
[370/709] Compiling OrderedCollections OrderedSet+Insertions.swift
[371/709] Compiling OrderedCollections OrderedSet+Invariants.swift
[372/709] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[373/709] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[374/709] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[379/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[380/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[381/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[382/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[383/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[384/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[385/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[403/726] Compiling OrderedCollections OrderedDictionary+Codable.swift
[404/726] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[405/726] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[406/726] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[407/726] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[408/726] Compiling OrderedCollections OrderedDictionary+Elements.swift
[409/726] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[410/726] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[411/726] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[412/726] Compiling HeapModule Heap+Descriptions.swift
[445/726] Compiling HeapModule _HeapNode.swift
[451/726] Compiling OrderedCollections OrderedSet+Sendable.swift
[452/726] Compiling OrderedCollections OrderedSet+SubSequence.swift
[453/726] Compiling OrderedCollections OrderedSet+Testing.swift
[454/726] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[455/726] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[456/726] Compiling OrderedCollections OrderedSet.swift
[457/726] Compiling OrderedCollections _UnsafeBitset.swift
[464/735] Compiling HeapModule Heap.swift
[496/735] Compiling HeapModule Heap+Invariants.swift
[497/735] Compiling HeapModule Heap+UnsafeHandle.swift
[505/735] Emitting module HeapModule
[525/745] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[526/745] Emitting module OpenCombineDispatch
[527/748] Emitting module OrderedCollections
[538/840] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[539/840] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[540/840] Compiling HashTreeCollections TreeDictionary+Filter.swift
[541/840] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[542/840] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[543/840] Compiling HashTreeCollections TreeDictionary+Keys.swift
[544/840] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[545/840] Compiling DequeModule Deque+CustomReflectable.swift
[546/840] Compiling DequeModule Deque+Descriptions.swift
[547/842] Emitting module _RopeModule
[548/842] Compiling DequeModule _DequeBuffer.swift
[549/842] Compiling DequeModule _DequeBufferHeader.swift
[550/842] Compiling HashTreeCollections _HashTreeIterator.swift
[551/842] Compiling HashTreeCollections _HashTreeStatistics.swift
[552/842] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[553/842] Compiling HashTreeCollections _RawHashNode.swift
[554/842] Compiling HashTreeCollections _UnmanagedHashNode.swift
[555/842] Compiling HashTreeCollections _UnsafePath.swift
[556/842] Compiling HashTreeCollections TreeDictionary+Codable.swift
[557/842] Compiling HashTreeCollections TreeDictionary+Collection.swift
[558/842] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[559/842] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[560/842] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[561/842] Compiling DequeModule Deque+Codable.swift
[562/842] Compiling DequeModule Deque+Collection.swift
[565/842] Compiling DequeModule Deque+Equatable.swift
[566/842] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[567/842] Compiling DequeModule Deque+Extras.swift
[568/842] Compiling DequeModule Deque+Hashable.swift
[569/842] Compiling DequeModule Deque._UnsafeHandle.swift
[570/842] Compiling DequeModule Deque.swift
[573/842] Compiling DequeModule Deque+Testing.swift
[574/842] Compiling DequeModule Deque._Storage.swift
[575/842] Compiling DequeModule _DequeSlot.swift
[576/842] Compiling DequeModule _UnsafeWrappedBuffer.swift
[577/842] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[578/842] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[579/842] Compiling HashTreeCollections _HashNode.swift
[580/842] Compiling HashTreeCollections _HashNodeHeader.swift
[581/842] Compiling HashTreeCollections _HashSlot.swift
[582/842] Compiling HashTreeCollections _HashStack.swift
[587/842] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[588/842] Emitting module OpenCombineDispatch
[589/843] Emitting module OrderedCollections
[591/844] Compiling HashTreeCollections TreeSet+Hashable.swift
[592/844] Compiling HashTreeCollections TreeSet+Sendable.swift
[593/844] Compiling HashTreeCollections TreeSet+Sequence.swift
[594/844] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[595/844] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[596/844] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[597/844] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[598/844] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[599/844] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[600/844] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[602/854] Emitting module _RopeModule
[605/922] Compiling BitCollections BitArray+Copy.swift
[606/922] Compiling BitCollections BitArray+CustomReflectable.swift
[607/922] Compiling BitCollections BitArray+BitwiseOperations.swift
[608/922] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[609/922] Compiling BitCollections BitSet.Counted.swift
[610/922] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[611/922] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[612/922] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[613/922] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[614/922] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[615/922] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[616/922] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[617/922] Compiling HashTreeCollections TreeSet+Extras.swift
[618/922] Compiling HashTreeCollections TreeSet+Filter.swift
[626/922] Compiling HashTreeCollections TreeDictionary+Merge.swift
[627/922] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[628/922] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[629/922] Compiling HashTreeCollections TreeDictionary+Values.swift
[632/924] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[633/924] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[634/924] Compiling BitCollections BitArray+Extras.swift
[635/924] Compiling BitCollections BitArray+Fill.swift
[636/924] Compiling BitCollections BitArray+Hashable.swift
[637/924] Compiling BitCollections BitArray+Initializers.swift
[646/924] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[648/924] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[649/924] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[650/924] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[651/924] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[652/924] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[653/924] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[654/924] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[655/924] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[656/924] Compiling HashTreeCollections TreeSet.swift
[657/924] Emitting module HashTreeCollections
[658/925] Emitting module DequeModule
[670/926] Compiling BitCollections BitSet+Codable.swift
[671/926] Compiling BitCollections BitSet+Initializers.swift
[672/926] Compiling BitCollections BitSet+Invariants.swift
[673/926] Compiling BitCollections BitSet+Random.swift
[674/926] Compiling BitCollections BitSet+SetAlgebra basics.swift
[675/926] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[676/926] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[677/926] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[678/926] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[679/926] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[680/926] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[681/926] Compiling BitCollections BitSet+Extras.swift
[682/926] Compiling BitCollections BitSet+Hashable.swift
[683/926] Compiling BitCollections BitArray+RandomBits.swift
[684/926] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[685/926] Compiling BitCollections BitArray+Shifts.swift
[686/926] Compiling BitCollections BitArray+Testing.swift
[687/926] Compiling BitCollections BitArray._UnsafeHandle.swift
[688/926] Compiling BitCollections BitArray.swift
[689/926] Compiling BitCollections BitSet+BidirectionalCollection.swift
[690/926] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[691/926] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[692/926] Compiling BitCollections BitSet+SetAlgebra union.swift
[693/926] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[699/926] Compiling DequeModule _DequeSlot.swift
[700/926] Compiling DequeModule _UnsafeWrappedBuffer.swift
[700/927] Wrapping AST for OrderedCollections for debugging
[702/927] Emitting module BitCollections
[703/934] Compiling BitCollections BitArray+Codable.swift
[704/934] Compiling BitCollections BitArray+Collection.swift
[707/934] Compiling BitCollections BitArray+Invariants.swift
[708/934] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[709/987] Wrapping AST for OpenCombineDispatch for debugging
[711/987] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[712/987] Compiling BitCollections BitSet+CustomReflectable.swift
[713/987] Compiling BitCollections BitArray+CustomReflectable.swift
[714/987] Compiling BitCollections BitArray+Descriptions.swift
[715/987] Compiling BitCollections BitArray+Equatable.swift
[716/987] Compiling BitCollections BitSet+Initializers.swift
[717/987] Compiling BitCollections BitSet+Invariants.swift
[718/987] Compiling BitCollections BitSet+Random.swift
[719/987] Compiling BitCollections BitSet+SetAlgebra basics.swift
[720/987] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[721/987] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[722/987] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[725/987] Compiling BitCollections BitSet+CustomStringConvertible.swift
[726/987] Compiling BitCollections BitSet+Equatable.swift
[727/987] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[728/987] Compiling BitCollections BitSet+Extras.swift
[729/987] Compiling BitCollections BitSet+Hashable.swift
[730/987] Compiling BitCollections BitArray+RandomBits.swift
[731/987] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[732/987] Compiling BitCollections BitArray+Shifts.swift
[733/987] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[734/987] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[735/987] Compiling BitCollections BitArray+Extras.swift
[736/987] Compiling BitCollections BitArray+Fill.swift
[737/987] Compiling BitCollections BitArray+Hashable.swift
[738/987] Compiling BitCollections BitArray+Initializers.swift
[739/987] Compiling BitCollections BitArray+Invariants.swift
[740/987] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[741/987] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[742/987] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[743/987] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[744/987] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[745/987] Compiling BitCollections BitSet+SetAlgebra union.swift
[746/987] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[747/987] Compiling BitCollections BitSet.Counted.swift
[748/987] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[749/987] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[750/987] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[751/987] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[752/987] Compiling BitCollections BitArray+Testing.swift
[753/987] Compiling BitCollections BitArray._UnsafeHandle.swift
[754/987] Compiling BitCollections BitArray.swift
[755/987] Compiling BitCollections BitSet+BidirectionalCollection.swift
[756/987] Compiling BitCollections BitSet+Codable.swift
[757/987] Compiling BitCollections BitArray+BitwiseOperations.swift
[758/987] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[759/987] Compiling BitCollections BitArray+Codable.swift
[760/987] Compiling BitCollections BitArray+Collection.swift
[761/987] Compiling BitCollections BitArray+Copy.swift
[772/987] Wrapping AST for InternalCollectionsUtilities for debugging
[773/987] Wrapping AST for OpenCombine for debugging
[793/987] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[794/987] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[795/987] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[795/988] Wrapping AST for HeapModule for debugging
[798/988] Emitting module DequeModule
[821/996] Wrapping AST for _RopeModule for debugging
[822/996] Wrapping AST for DequeModule for debugging
[840/996] Emitting module BitCollections
[841/996] Compiling BitCollections BitSet.Index.swift
[842/996] Compiling BitCollections BitSet._UnsafeHandle.swift
[843/996] Compiling BitCollections BitSet.swift
[844/996] Compiling BitCollections Range+Utilities.swift
[845/996] Compiling BitCollections Slice+Utilities.swift
[846/996] Compiling BitCollections UInt+Tricks.swift
[847/996] Compiling BitCollections _Word.swift
[934/999] Emitting module Collections
[935/999] Compiling Collections Collections.swift
[937/1001] Wrapping AST for BitCollections for debugging
[939/1072] Emitting module HashTreeCollections
[940/1073] Wrapping AST for HashTreeCollections for debugging
[942/1075] Emitting module Collections
[943/1075] Compiling Collections Collections.swift
[944/1076] Wrapping AST for Collections for debugging
[946/1147] Emitting module Stitcher
[948/1167] Compiling Stitcher Common.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[949/1167] Compiling Stitcher DefaultIndexer.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[950/1167] Compiling Stitcher ParallelIndexer.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[951/1167] Compiling Stitcher PlainIndexer.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[952/1167] Compiling Stitcher IndexedDependencyContainer.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[953/1167] Compiling Stitcher Indexing.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[954/1167] Compiling Stitcher IndexingCoordinator.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[955/1167] Compiling Stitcher IndexingKey.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[956/1167] Compiling Stitcher IndexingTask.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[957/1167] Compiling Stitcher StorageCleaner.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[958/1167] Compiling Stitcher RawThreadKeyError.swift
[959/1167] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[960/1167] Compiling Stitcher ThreadLocal.swift
[961/1167] Compiling Stitcher ThreadValues.swift
[962/1167] Compiling Stitcher ThreadValuesKey.swift
[963/1167] Compiling Stitcher DefaultValueProviding.swift
[964/1167] Compiling Stitcher Extensions.swift
[965/1167] Compiling Stitcher Functions.swift
[966/1167] Compiling Stitcher Reference.swift
[967/1167] Compiling Stitcher WeakReference.swift
[968/1167] Compiling Stitcher InstanceStorageFactory.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[969/1167] Compiling Stitcher InstanceStorageKey.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[970/1167] Compiling Stitcher AnyPipeline.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[971/1167] Compiling Stitcher AnyPipelineCancellable.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[972/1167] Compiling Stitcher Pipeline.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[973/1167] Compiling Stitcher PipelineSubject.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[974/1167] Compiling Stitcher Stitcher.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[975/1167] Compiling Stitcher AsyncTask.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[976/1167] Compiling Stitcher CancellableTask.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[977/1167] Compiling Stitcher RawThreadKey.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[998/1167] Compiling Stitcher DependencyContainingCollection.swift
[999/1167] Compiling Stitcher DependencyEagerness.swift
[1000/1167] Compiling Stitcher DependencyLocator.swift
[1001/1167] Compiling Stitcher DependencyLocatorTraits.swift
[1002/1167] Compiling Stitcher DependencyParameters.swift
[1003/1167] Compiling Stitcher DependencyScope.swift
[1004/1167] Compiling Stitcher InjectionError.swift
[1005/1167] Compiling Stitcher ManagedDependencyScopeProviding.swift
[1006/1167] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[1007/1167] Compiling Stitcher PipelineManagedDependencyScope.swift
[1008/1167] Compiling Stitcher DependencyGroup.swift
[1009/1167] Compiling Stitcher DependencyRegistrarBuilder.swift
[1010/1167] Compiling Stitcher RawDependencyRegistration.swift
[1011/1167] Compiling Stitcher DependencyGroupRepresenting.swift
[1012/1167] Compiling Stitcher DependencyRepresenting.swift
[1013/1167] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[1014/1167] Compiling Stitcher NeverInstanceStorage.swift
[1015/1167] Compiling Stitcher SharedInstanceStorage.swift
[1016/1167] Compiling Stitcher SingletonInstanceStorage.swift
[1017/1167] Compiling Stitcher InstanceStorage.swift
[1018/1167] Compiling Stitcher TypeName.swift
[1019/1167] Compiling Stitcher Atomic.swift
[1020/1167] Compiling Stitcher Dependencies.swift
[1021/1167] Compiling Stitcher Injected+Init.swift
[1022/1167] Compiling Stitcher Injected.swift
[1023/1167] Compiling Stitcher AutoregisterableDependency.swift
[1024/1167] Compiling Stitcher GeneratedDependencyRegistration.swift
[1025/1167] Compiling Stitcher RegisterableDependency.swift
[1026/1167] Compiling Stitcher DependenciesRegistrar.swift
[1027/1167] Compiling Stitcher Dependency.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[1058/1167] Compiling Stitcher InstantionNotificationCenter.swift
[1059/1167] Compiling Stitcher PostInstantiationAware.swift
[1060/1167] Compiling Stitcher DependencyCycleDetector.swift
[1061/1167] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[1062/1167] Compiling Stitcher DependencyGraph+Assertions.swift
[1063/1167] Compiling Stitcher DependencyGraph+NameInjection.swift
[1064/1167] Compiling Stitcher DependencyGraph+TypeInjection.swift
[1065/1167] Compiling Stitcher DependencyGraph+ValueInjection.swift
[1066/1167] Compiling Stitcher DependencyGraph.swift
[1067/1167] Compiling Stitcher DependencyRegistrarIndex.swift
[1068/1167] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[1069/1167] Compiling Stitcher NameInjectionCodeGenerator.swift
[1070/1167] Compiling Stitcher TestInjectionCodeGenerator.swift
[1071/1167] Compiling Stitcher TypeInjectionCodeGenerator.swift
[1072/1167] Compiling Stitcher InjectionCodeGenerator.swift
[1073/1167] Compiling Stitcher InjectionCodeGenerators.swift
[1074/1167] Compiling Stitcher StitcherConfiguration.swift
[1075/1167] Compiling Stitcher DependencyContainer.swift
[1076/1167] Compiling Stitcher DependencyFactory+Function.swift
[1077/1167] Compiling Stitcher DependencyFactory.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/63] Compiling InternalCollectionsUtilities Specialize.swift
[4/65] Compiling SwiftSyntax509 Empty.swift
[5/65] Emitting module SwiftSyntax509
[8/98] Compiling OpenCombine CurrentValueSubject.swift
[9/98] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[10/98] Compiling OpenCombine Future+Concurrency.swift
[11/98] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[12/127] Compiling OpenCombine Cancellable.swift
[13/127] Compiling OpenCombine Codable.swift
[15/127] Compiling OpenCombine Future.swift
[17/251] Compiling OpenCombine ObservableObject.swift
[18/251] Compiling OpenCombine PassthroughSubject.swift
[21/296] Compiling SwiftSyntax SyntaxText.swift
[22/296] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[23/296] Compiling SwiftSyntax TokenDiagnostic.swift
[24/296] Emitting module InternalCollectionsUtilities
[26/296] Compiling SwiftSyntax TokenSyntax.swift
[27/296] Compiling SwiftSyntax Trivia.swift
[31/296] Compiling SwiftSyntax Utils.swift
[32/296] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/296] Compiling SwiftSyntax SyntaxData.swift
[34/296] Compiling SwiftSyntax RawSyntax.swift
[35/296] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/297] Compiling SwiftSyntax Syntax.swift
[39/297] Compiling SwiftSyntax SyntaxArena.swift
[40/297] Compiling SwiftSyntax SyntaxChildren.swift
[45/328] Compiling HeapModule Heap+Invariants.swift
[46/361] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[47/382] Compiling HeapModule Heap+Descriptions.swift
[48/425] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[49/425] Compiling _RopeModule BigString+Chunk+Breaks.swift
[50/425] Compiling _RopeModule BigString+Chunk+Counts.swift
[51/425] Compiling _RopeModule BigString+Chunk+Description.swift
[52/425] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[53/425] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[54/425] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[55/425] Compiling HashTreeCollections _HashNode.swift
[56/425] Compiling HashTreeCollections _HashNodeHeader.swift
[57/425] Compiling HashTreeCollections _HashSlot.swift
[58/425] Compiling HashTreeCollections _HashStack.swift
[59/425] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[60/425] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[61/584] Compiling HeapModule _HeapNode.swift
[62/584] Compiling HeapModule Heap.swift
[63/584] Compiling HeapModule Heap+UnsafeHandle.swift
[64/584] Emitting module HeapModule
[65/585] Compiling _RopeModule BigString+Comparable.swift
[66/585] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[67/585] Compiling _RopeModule BigString+CustomStringConvertible.swift
[68/585] Compiling _RopeModule BigString+Equatable.swift
[69/585] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[70/585] Compiling _RopeModule BigString+Hashing.swift
[71/585] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[72/585] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[73/585] Compiling _RopeModule BigString+Sequence.swift
[74/585] Compiling _RopeModule BigString+TextOutputStream.swift
[75/585] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[76/585] Compiling _RopeModule BigString+Chunk+Breaks.swift
[77/585] Compiling _RopeModule BigString+Chunk+Counts.swift
[79/597] Compiling _RopeModule Rope+ForEachWhile.swift
[80/597] Compiling _RopeModule Rope+Insert.swift
[81/597] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/597] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/597] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/597] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/597] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/597] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/597] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/597] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/607] Compiling _RopeModule BigString+UnicodeScalarView.swift
[90/607] Compiling _RopeModule BigSubstring+UTF16View.swift
[91/607] Compiling _RopeModule BigSubstring+UTF8View.swift
[92/607] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[93/607] Compiling _RopeModule BigSubstring.swift
[94/607] Compiling _RopeModule Rope+Builder.swift
[95/607] Compiling _RopeModule Rope+Debugging.swift
[99/614] Compiling _RopeModule Rope+Invariants.swift
[100/614] Compiling _RopeModule Rope+_Node.swift
[101/614] Compiling _RopeModule Rope+_Storage.swift
[102/614] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[103/614] Compiling _RopeModule Rope+_UnsafeHandle.swift
[104/614] Compiling _RopeModule Rope.swift
[105/614] Compiling _RopeModule RopeElement.swift
[106/614] Emitting module OpenCombine
[107/614] Compiling OrderedCollections OrderedSet+Sendable.swift
[108/614] Compiling OrderedCollections OrderedSet+SubSequence.swift
[109/614] Compiling OrderedCollections OrderedSet+Testing.swift
[110/614] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[111/614] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[112/614] Compiling OrderedCollections OrderedSet.swift
[113/614] Compiling OrderedCollections _UnsafeBitset.swift
[114/614] Compiling _RopeModule Rope+Sequence.swift
[115/614] Compiling _RopeModule Rope+Append.swift
[116/614] Compiling _RopeModule Rope+Extract.swift
[117/614] Compiling _RopeModule Rope+Find.swift
[126/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[127/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[128/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[129/669] Compiling OrderedCollections OrderedDictionary.swift
[130/669] Compiling OrderedCollections OrderedSet+Codable.swift
[131/669] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/669] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/669] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/669] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/669] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/669] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/669] Compiling OrderedCollections _HashTable+Bucket.swift
[138/669] Compiling OrderedCollections _HashTable+BucketIterator.swift
[139/669] Compiling OrderedCollections _HashTable+Constants.swift
[140/669] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[141/669] Compiling OrderedCollections _HashTable+Testing.swift
[142/669] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[143/669] Compiling OrderedCollections _HashTable.swift
[144/669] Compiling OrderedCollections _Hashtable+Header.swift
[145/669] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/669] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[147/669] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[148/669] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[149/669] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[150/669] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[151/669] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[152/669] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[153/669] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/669] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/669] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/669] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/669] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/669] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/669] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/669] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/669] Compiling HashTreeCollections TreeSet.swift
[162/669] Emitting module OpenCombine
[176/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[177/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[178/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[179/669] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[180/669] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[185/678] Compiling OpenCombine Result.swift
[186/678] Compiling OpenCombine Scheduler.swift
[187/678] Compiling OpenCombine Subject+Void.swift
[188/678] Compiling OpenCombine Subscriber+Void.swift
[189/678] Compiling OpenCombine Subscribers.Assign.swift
[190/678] Compiling OpenCombine Subscribers.Completion.swift
[191/678] Compiling OpenCombine Subscribers.Demand.swift
[192/678] Compiling OpenCombine Subscribers.Sink.swift
[193/678] Compiling OpenCombine Subscribers.swift
[194/678] Compiling OpenCombine Subscription.swift
[195/678] Compiling OpenCombine Subscriptions.swift
[196/678] Compiling OpenCombine _Introspection.swift
[197/678] Compiling OrderedCollections OrderedDictionary+Values.swift
[198/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[199/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[200/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[201/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[202/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[203/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[204/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[205/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[206/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[224/685] Compiling OrderedCollections OrderedSet+Initializers.swift
[225/685] Compiling OrderedCollections OrderedSet+Insertions.swift
[226/685] Compiling OrderedCollections OrderedSet+Invariants.swift
[227/685] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[228/685] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[274/685] Compiling OrderedCollections OrderedDictionary+Codable.swift
[275/685] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[276/685] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[277/685] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[278/685] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[279/685] Compiling OrderedCollections OrderedDictionary+Elements.swift
[280/685] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[281/685] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[286/685] Compiling OrderedCollections OrderedSet+Sendable.swift
[287/685] Compiling OrderedCollections OrderedSet+SubSequence.swift
[288/685] Compiling OrderedCollections OrderedSet+Testing.swift
[289/685] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[290/685] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[291/685] Compiling OrderedCollections OrderedSet.swift
[292/685] Compiling OrderedCollections _UnsafeBitset.swift
[477/694] Emitting module OrderedCollections
[501/702] Compiling OpenCombine Publishers.Throttle.swift
[502/702] Compiling OpenCombine Publishers.Timeout.swift
[503/702] Compiling OpenCombine Publishers.Zip.swift
[504/702] Compiling OpenCombine Publishers.swift
[505/702] Compiling OpenCombine Record.swift
[506/702] Compiling OpenCombine Result.Publisher.swift
[509/702] Compiling _RopeModule Rope+Join.swift
[510/702] Compiling _RopeModule Rope+MutatingForEach.swift
[511/702] Compiling _RopeModule Rope+Remove.swift
[512/702] Compiling _RopeModule Rope+RemoveSubrange.swift
[513/702] Compiling _RopeModule Rope+Split.swift
[514/702] Compiling _RopeModule Optional Utilities.swift
[515/702] Compiling _RopeModule String Utilities.swift
[516/702] Compiling _RopeModule String.Index+ABI.swift
[517/702] Compiling _RopeModule _CharacterRecognizer.swift
[546/702] Compiling HeapModule Heap+Invariants.swift
[547/704] Compiling HeapModule Heap+Descriptions.swift
[550/704] Compiling HeapModule Heap.swift
[551/704] Compiling HeapModule _HeapNode.swift
[561/704] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[562/704] Compiling HeapModule Heap+UnsafeHandle.swift
[563/704] Emitting module OrderedCollections
[564/705] Emitting module _RopeModule
[566/705] Emitting module HeapModule
[577/801] Compiling HashTreeCollections _HashNode+Lookups.swift
[578/801] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[579/801] Compiling HashTreeCollections _HashTreeIterator.swift
[580/801] Compiling HashTreeCollections _HashTreeStatistics.swift
[581/801] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[582/801] Compiling HashTreeCollections _RawHashNode.swift
[583/801] Compiling HashTreeCollections _UnmanagedHashNode.swift
[584/801] Compiling HashTreeCollections _UnsafePath.swift
[585/801] Compiling HashTreeCollections TreeDictionary+Codable.swift
[586/801] Compiling HashTreeCollections TreeDictionary+Collection.swift
[587/801] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[588/801] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[589/801] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[590/801] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[591/801] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[592/801] Compiling HashTreeCollections _HashNode+Structural union.swift
[593/801] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[594/801] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[595/801] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[596/801] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[597/801] Compiling HashTreeCollections TreeDictionary+Keys.swift
[598/801] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[599/801] Compiling HashTreeCollections TreeDictionary+Merge.swift
[600/801] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[601/801] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[602/801] Compiling HashTreeCollections TreeDictionary+Values.swift
[603/801] Compiling HashTreeCollections TreeDictionary.swift
[604/801] Compiling HashTreeCollections TreeSet+Codable.swift
[605/801] Compiling HashTreeCollections TreeSet+Collection.swift
[606/801] Compiling DequeModule Deque+Extras.swift
[607/801] Compiling DequeModule Deque+Hashable.swift
[608/801] Compiling DequeModule _DequeBuffer.swift
[609/801] Compiling DequeModule _DequeBufferHeader.swift
[610/801] Compiling HashTreeCollections _Hash.swift
[611/801] Compiling HashTreeCollections _HashLevel.swift
[612/801] Compiling HashTreeCollections _HashNode+Builder.swift
[613/801] Compiling HashTreeCollections _HashNode+Debugging.swift
[614/801] Compiling HashTreeCollections _HashNode+Initializers.swift
[615/801] Compiling HashTreeCollections _HashNode+Invariants.swift
[616/801] Emitting module _RopeModule
[627/801] Compiling HashTreeCollections _HashNode.swift
[628/801] Compiling HashTreeCollections _HashNodeHeader.swift
[629/801] Compiling HashTreeCollections _HashSlot.swift
[630/801] Compiling HashTreeCollections _HashStack.swift
[631/801] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[632/801] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[633/801] Compiling HashTreeCollections TreeDictionary+Filter.swift
[634/801] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[635/801] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[637/803] Emitting module HashTreeCollections
[638/804] Compiling DequeModule Deque+CustomReflectable.swift
[639/804] Compiling DequeModule Deque+Descriptions.swift
[644/806] Compiling HashTreeCollections TreeSet+Hashable.swift
[645/806] Compiling HashTreeCollections TreeSet+Sendable.swift
[646/806] Compiling HashTreeCollections TreeSet+Sequence.swift
[647/806] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[648/806] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[649/806] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[650/806] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[651/806] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[652/806] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[653/806] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[657/816] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[658/816] Compiling HashTreeCollections TreeSet+Debugging.swift
[659/816] Compiling HashTreeCollections TreeSet+Descriptions.swift
[660/816] Compiling HashTreeCollections TreeSet+Equatable.swift
[661/816] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[662/816] Compiling HashTreeCollections TreeSet+Extras.swift
[663/816] Compiling HashTreeCollections TreeSet+Filter.swift
[664/831] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[665/831] Emitting module OpenCombineDispatch
[678/937] Compiling BitCollections BitSet+BidirectionalCollection.swift
[679/937] Compiling BitCollections BitSet+Codable.swift
[680/937] Compiling BitCollections BitArray+Invariants.swift
[681/937] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[682/937] Compiling BitCollections BitArray+RandomBits.swift
[683/937] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[684/937] Compiling BitCollections BitArray+Shifts.swift
[685/937] Compiling BitCollections BitArray+Testing.swift
[686/937] Compiling BitCollections BitArray+Hashable.swift
[687/937] Compiling BitCollections BitArray+Initializers.swift
[688/937] Compiling BitCollections BitArray._UnsafeHandle.swift
[689/937] Compiling BitCollections BitArray.swift
[690/939] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[691/939] Emitting module OpenCombineDispatch
[691/940] Wrapping AST for _RopeModule for debugging
[693/940] Wrapping AST for OrderedCollections for debugging
[697/940] Compiling BitCollections BitArray+Extras.swift
[698/940] Compiling BitCollections BitArray+Fill.swift
[698/940] Wrapping AST for OpenCombine for debugging
[700/940] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[701/940] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[702/940] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[703/940] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[704/940] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[705/940] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[706/940] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[707/940] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[708/940] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[709/940] Compiling HashTreeCollections TreeSet.swift
[709/940] Wrapping AST for InternalCollectionsUtilities for debugging
[711/940] Compiling DequeModule _DequeSlot.swift
[712/940] Compiling DequeModule _UnsafeWrappedBuffer.swift
[714/940] Wrapping AST for HeapModule for debugging
[716/940] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[717/940] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[724/947] Compiling BitCollections BitSet+Initializers.swift
[725/947] Compiling BitCollections BitSet+Invariants.swift
[726/947] Compiling BitCollections BitSet+Random.swift
[727/947] Compiling BitCollections BitSet+SetAlgebra basics.swift
[728/947] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[729/947] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[730/947] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[733/947] Emitting module DequeModule
[738/948] Compiling BitCollections BitArray+Descriptions.swift
[739/948] Compiling BitCollections BitArray+Equatable.swift
[740/948] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[741/948] Compiling BitCollections BitSet+CustomReflectable.swift
[742/948] Compiling BitCollections BitSet+CustomStringConvertible.swift
[743/948] Compiling BitCollections BitSet+Equatable.swift
[744/948] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[745/948] Compiling BitCollections BitSet+Extras.swift
[746/948] Compiling BitCollections BitSet+Hashable.swift
[747/948] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[748/948] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[758/948] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[759/948] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[760/948] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[761/948] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[762/948] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[763/948] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[764/948] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[767/948] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[768/948] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[769/948] Compiling BitCollections BitSet+SetAlgebra union.swift
[770/948] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[771/948] Compiling BitCollections BitSet.Counted.swift
[772/948] Emitting module BitCollections
[810/955] Compiling BitCollections BitArray+BitwiseOperations.swift
[811/955] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[812/955] Compiling BitCollections BitArray+Codable.swift
[813/955] Compiling BitCollections BitArray+Collection.swift
[814/955] Compiling BitCollections BitArray+Copy.swift
[815/955] Compiling BitCollections BitArray+CustomReflectable.swift
[818/955] Emitting module DequeModule
[819/956] Emitting module BitCollections
[877/956] Wrapping AST for DequeModule for debugging
[879/956] Compiling BitCollections BitSet.Index.swift
[880/956] Compiling BitCollections BitSet._UnsafeHandle.swift
[881/956] Compiling BitCollections BitSet.swift
[882/956] Compiling BitCollections Range+Utilities.swift
[883/956] Compiling BitCollections Slice+Utilities.swift
[884/956] Compiling BitCollections UInt+Tricks.swift
[885/956] Compiling BitCollections _Word.swift
[895/959] Emitting module Collections
[896/959] Compiling Collections Collections.swift
[898/960] Emitting module HashTreeCollections
[900/961] Emitting module SwiftSyntax
[900/974] Wrapping AST for HashTreeCollections for debugging
[902/1040] Compiling Collections Collections.swift
[903/1040] Emitting module Collections
[905/1041] Compiling Stitcher InstanceStorageFactory.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[906/1041] Compiling Stitcher InstanceStorageKey.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[907/1041] Compiling Stitcher AnyPipeline.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[908/1041] Compiling Stitcher AnyPipelineCancellable.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[909/1041] Compiling Stitcher Pipeline.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[910/1041] Compiling Stitcher PipelineSubject.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[911/1041] Compiling Stitcher Stitcher.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[912/1041] Compiling Stitcher AsyncTask.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[913/1041] Compiling Stitcher CancellableTask.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[914/1041] Compiling Stitcher RawThreadKey.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[915/1050] Emitting module Stitcher
[916/1050] Compiling Stitcher DependencyGroup.swift
[917/1050] Compiling Stitcher DependencyRegistrarBuilder.swift
[918/1050] Compiling Stitcher RawDependencyRegistration.swift
[919/1050] Compiling Stitcher DependencyGroupRepresenting.swift
[920/1050] Compiling Stitcher DependencyRepresenting.swift
[921/1050] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[922/1050] Compiling Stitcher NeverInstanceStorage.swift
[923/1050] Compiling Stitcher SharedInstanceStorage.swift
[924/1050] Compiling Stitcher SingletonInstanceStorage.swift
[925/1050] Compiling Stitcher InstanceStorage.swift
[926/1121] Compiling Stitcher InstanceStorageFactory.swift
[927/1121] Compiling Stitcher InstanceStorageKey.swift
[928/1121] Compiling Stitcher AnyPipeline.swift
[929/1121] Compiling Stitcher AnyPipelineCancellable.swift
[930/1121] Compiling Stitcher Pipeline.swift
[931/1121] Compiling Stitcher PipelineSubject.swift
[932/1121] Compiling Stitcher Stitcher.swift
[933/1121] Compiling Stitcher AsyncTask.swift
[934/1121] Compiling Stitcher CancellableTask.swift
[935/1121] Compiling Stitcher RawThreadKey.swift
[936/1121] Compiling Stitcher InstantionNotificationCenter.swift
[937/1121] Compiling Stitcher PostInstantiationAware.swift
[938/1121] Compiling Stitcher DependencyCycleDetector.swift
[939/1121] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[940/1121] Compiling Stitcher DependencyGraph+Assertions.swift
[941/1121] Compiling Stitcher DependencyGraph+NameInjection.swift
[942/1121] Compiling Stitcher DependencyGraph+TypeInjection.swift
[943/1121] Compiling Stitcher DependencyGraph+ValueInjection.swift
[944/1121] Compiling Stitcher DependencyGraph.swift
[945/1121] Compiling Stitcher DependencyRegistrarIndex.swift
[946/1121] Compiling Stitcher RawThreadKeyError.swift
[947/1121] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[948/1121] Compiling Stitcher ThreadLocal.swift
[949/1121] Compiling Stitcher ThreadValues.swift
[950/1121] Compiling Stitcher ThreadValuesKey.swift
[951/1121] Compiling Stitcher DefaultValueProviding.swift
[952/1121] Compiling Stitcher Extensions.swift
[953/1121] Compiling Stitcher Functions.swift
[954/1121] Compiling Stitcher Reference.swift
[955/1121] Compiling Stitcher WeakReference.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[966/1131] Compiling Stitcher TypeName.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[967/1131] Compiling Stitcher Atomic.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[968/1131] Compiling Stitcher Dependencies.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[969/1131] Compiling Stitcher Injected+Init.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[970/1131] Compiling Stitcher Injected.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[971/1131] Compiling Stitcher AutoregisterableDependency.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[972/1131] Compiling Stitcher GeneratedDependencyRegistration.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[973/1131] Compiling Stitcher RegisterableDependency.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[974/1131] Compiling Stitcher DependenciesRegistrar.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[975/1131] Compiling Stitcher Dependency.swift
/host/spi-builder-workspace/.build/checkouts/Stitcher/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[976/1131] Compiling Stitcher Common.swift
[977/1131] Compiling Stitcher DefaultIndexer.swift
[978/1131] Compiling Stitcher ParallelIndexer.swift
[979/1131] Compiling Stitcher PlainIndexer.swift
[980/1131] Compiling Stitcher IndexedDependencyContainer.swift
[981/1131] Compiling Stitcher Indexing.swift
[982/1131] Compiling Stitcher IndexingCoordinator.swift
[983/1131] Compiling Stitcher IndexingKey.swift
[984/1131] Compiling Stitcher IndexingTask.swift
[985/1131] Compiling Stitcher StorageCleaner.swift
[986/1131] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[987/1131] Compiling Stitcher NameInjectionCodeGenerator.swift
[988/1131] Compiling Stitcher TestInjectionCodeGenerator.swift
[989/1131] Compiling Stitcher TypeInjectionCodeGenerator.swift
[990/1131] Compiling Stitcher InjectionCodeGenerator.swift
[991/1131] Compiling Stitcher InjectionCodeGenerators.swift
[992/1131] Compiling Stitcher StitcherConfiguration.swift
[993/1131] Compiling Stitcher DependencyContainer.swift
[994/1131] Compiling Stitcher DependencyFactory+Function.swift
[995/1131] Compiling Stitcher DependencyFactory.swift
[996/1131] Compiling Stitcher DependencyGroup.swift
[997/1131] Compiling Stitcher DependencyRegistrarBuilder.swift
[998/1131] Compiling Stitcher RawDependencyRegistration.swift
[999/1131] Compiling Stitcher DependencyGroupRepresenting.swift
[1000/1131] Compiling Stitcher DependencyRepresenting.swift
[1001/1131] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[1002/1131] Compiling Stitcher NeverInstanceStorage.swift
[1003/1131] Compiling Stitcher SharedInstanceStorage.swift
[1004/1131] Compiling Stitcher SingletonInstanceStorage.swift
[1005/1131] Compiling Stitcher InstanceStorage.swift
[1006/1131] Emitting module Stitcher
BUILD FAILURE 6.1 linux