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 v1.1.0 (6689ae), 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-2":/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: v1.1.0
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
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 6689ae8 Release version 1.1.0
Cloned https://github.com/athankefalas/StitcherMacros.git
Revision (git rev-parse @):
6689ae827df0c1ac11623ae0af298f3a3ef4eae7
SUCCESS checkout https://github.com/athankefalas/StitcherMacros.git at v1.1.0
========================================
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-2":/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/apple/swift-syntax.git
Fetching https://github.com/athankefalas/Stitcher.git
[1/1159] Fetching stitcher
Fetched https://github.com/athankefalas/Stitcher.git from cache (0.40s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (10.29s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (11.39s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/16242] Fetching swift-collections
[651/24522] Fetching swift-collections, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.05s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (6.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.42s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/athankefalas/Stitcher.git
Working copy of https://github.com/athankefalas/Stitcher.git resolved at 1.1.0
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 SwiftSyntax509 Empty.swift
[46/311] Compiling OpenCombine SubscriptionTap.swift
[47/311] Compiling OpenCombine AnyCancellable.swift
[48/311] Emitting module SwiftSyntax509
[49/314] Compiling OpenCombine AnyPublisher.swift
[50/314] Compiling OpenCombine AnySubscriber.swift
[51/314] Emitting module InternalCollectionsUtilities
[56/314] Compiling OpenCombine PublishedSubscriber.swift
[57/314] Compiling OpenCombine ReduceProducer.swift
[58/314] Compiling OpenCombine PartialCompletion.swift
[59/314] Compiling OpenCombine PublishedSubject.swift
[61/314] Compiling OpenCombine SubjectSubscriber.swift
[62/314] Compiling OpenCombine SubscriberTap.swift
[63/314] Compiling OpenCombine SubscriptionStatus.swift
[64/314] Compiling OpenCombine ConduitBase.swift
[65/314] Compiling OpenCombine ConduitList.swift
[66/314] Compiling OpenCombine Locking.swift
[69/314] Compiling OpenCombine DebugHook.swift
[70/314] Compiling OpenCombine FilterProducer.swift
[95/315] Compiling OpenCombine Publishers.Map.swift
[96/315] Compiling OpenCombine Publishers.MapError.swift
[97/315] Compiling OpenCombine Publishers.MeasureInterval.swift
[98/315] Compiling OpenCombine Publishers.Multicast.swift
[99/315] Compiling OpenCombine Publishers.Output.swift
[100/315] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[101/315] Compiling OpenCombine Publishers.PrefixWhile.swift
[102/315] Compiling OpenCombine Publishers.Print.swift
[103/315] Compiling OpenCombine Publishers.ReceiveOn.swift
[104/315] Compiling OpenCombine Publishers.Reduce.swift
[105/315] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[106/315] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[107/315] Compiling OpenCombine Publishers.ReplaceError.swift
[107/315] Wrapping AST for SwiftSyntax509 for debugging
[112/315] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/315] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/315] Compiling OpenCombine CombineIdentifier.swift
[115/315] Compiling OpenCombine ConcurrencyHelpers.swift
[116/315] Compiling OpenCombine Future+Concurrency.swift
[117/315] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[118/315] Compiling OpenCombine CurrentValueSubject.swift
[119/315] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[120/315] Compiling OpenCombine Future.swift
[121/315] Compiling OpenCombine GENERATED-RootProtocols.swift
[122/315] Compiling OpenCombine Just.swift
[123/315] Compiling OpenCombine Optional.Publisher.swift
[124/315] Compiling OpenCombine Publishers.AllSatisfy.swift
[125/315] Compiling OpenCombine Publishers.AssertNoFailure.swift
[126/315] Compiling OpenCombine Publishers.Autoconnect.swift
[127/315] Compiling OpenCombine Publishers.Breakpoint.swift
[128/315] Compiling OpenCombine Publishers.Buffer.swift
[129/315] Compiling OpenCombine Publishers.Collect.swift
[130/315] Compiling OpenCombine Publishers.CollectByCount.swift
[131/315] Compiling OpenCombine Publishers.CompactMap.swift
[132/315] Compiling OpenCombine Publishers.Comparison.swift
[133/315] Compiling OpenCombine Publishers.Concatenate.swift
[134/315] Compiling OpenCombine Publishers.Contains.swift
[137/315] Compiling OpenCombine Utils.swift
[138/315] Compiling OpenCombine Violations.swift
[139/315] Compiling OpenCombine ImmediateScheduler.swift
[140/315] Compiling OpenCombine ObservableObject.swift
[141/315] Compiling OpenCombine PassthroughSubject.swift
[142/315] Compiling OpenCombine Published.swift
[143/315] Compiling OpenCombine Publisher+Subscribe.swift
[144/315] Compiling OpenCombine Deferred.swift
[145/315] Compiling OpenCombine Empty.swift
[146/315] Compiling OpenCombine Fail.swift
[147/315] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[148/315] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[149/315] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[151/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[152/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[153/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[154/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[155/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/491] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/491] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/491] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/491] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/491] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/491] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/491] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/491] Compiling OrderedCollections OrderedDictionary+Values.swift
[164/491] Compiling OrderedCollections OrderedDictionary.swift
[165/491] Compiling OrderedCollections OrderedSet+Codable.swift
[166/491] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[167/491] Compiling OrderedCollections OrderedSet+Descriptions.swift
[168/491] Compiling OrderedCollections OrderedSet+Diffing.swift
[169/491] Compiling OrderedCollections OrderedSet+Equatable.swift
[170/491] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/491] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/491] Compiling OrderedCollections OrderedSet+Initializers.swift
[173/491] Compiling OrderedCollections OrderedSet+Insertions.swift
[174/491] Compiling OrderedCollections OrderedSet+Invariants.swift
[175/491] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[176/491] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[177/491] Compiling OrderedCollections _HashTable+Bucket.swift
[178/491] Compiling OrderedCollections _HashTable+BucketIterator.swift
[179/491] Compiling OrderedCollections _HashTable+Constants.swift
[180/491] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[181/491] Compiling OrderedCollections _HashTable+Testing.swift
[182/491] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[183/491] Compiling OrderedCollections _HashTable.swift
[184/491] Compiling OrderedCollections _Hashtable+Header.swift
[185/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[186/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[187/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[188/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[189/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[190/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[191/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[192/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[193/491] Compiling OrderedCollections OrderedDictionary+Codable.swift
[194/491] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[195/491] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[196/491] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[197/491] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[198/491] Compiling OrderedCollections OrderedDictionary+Elements.swift
[199/491] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[200/491] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[201/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[202/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[203/535] Compiling HeapModule Heap+Invariants.swift
[204/539] Compiling OpenCombine Result.swift
[205/539] Compiling OpenCombine Scheduler.swift
[206/539] Compiling OpenCombine Subject+Void.swift
[207/539] Compiling OpenCombine Subscriber+Void.swift
[208/539] Compiling OpenCombine Subscribers.Assign.swift
[209/539] Compiling OpenCombine Subscribers.Completion.swift
[210/539] Compiling OpenCombine Subscribers.Demand.swift
[211/539] Compiling OpenCombine Subscribers.Sink.swift
[212/539] Compiling OpenCombine Subscribers.swift
[213/539] Compiling OpenCombine Subscription.swift
[214/539] Compiling OpenCombine Subscriptions.swift
[215/539] Compiling OpenCombine _Introspection.swift
[216/567] Compiling HeapModule Heap+Descriptions.swift
[229/582] Compiling HeapModule Heap.swift
[230/582] Compiling HeapModule _HeapNode.swift
[231/582] Compiling HeapModule Heap+UnsafeHandle.swift
[232/582] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[233/582] Compiling DequeModule Deque+CustomReflectable.swift
[234/582] Compiling DequeModule Deque+Descriptions.swift
[235/584] Emitting module HeapModule
[236/585] Compiling DequeModule _DequeBuffer.swift
[237/585] Compiling DequeModule _DequeBufferHeader.swift
[239/585] Compiling DequeModule Deque+Extras.swift
[240/585] Compiling DequeModule Deque+Hashable.swift
[241/585] Compiling DequeModule Deque+Equatable.swift
[242/585] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[243/585] Compiling OpenCombine Publishers.Retry.swift
[244/585] Compiling OpenCombine Publishers.Scan.swift
[245/585] Compiling OpenCombine Publishers.Sequence.swift
[246/585] Compiling OpenCombine Publishers.SetFailureType.swift
[247/585] Compiling OpenCombine Publishers.Share.swift
[248/585] Compiling OpenCombine Publishers.SubscribeOn.swift
[249/585] Compiling OpenCombine Publishers.SwitchToLatest.swift
[250/585] Compiling OpenCombine Publishers.Throttle.swift
[251/585] Compiling OpenCombine Publishers.Timeout.swift
[252/585] Compiling OpenCombine Publishers.Zip.swift
[253/585] Compiling OpenCombine Publishers.swift
[254/585] Compiling OpenCombine Record.swift
[255/585] Compiling OpenCombine Result.Publisher.swift
[256/585] Compiling HashTreeCollections TreeDictionary.swift
[257/585] Compiling HashTreeCollections TreeSet+Codable.swift
[258/585] Compiling HashTreeCollections TreeSet+Collection.swift
[259/585] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[260/585] Compiling HashTreeCollections TreeSet+Debugging.swift
[261/585] Compiling HashTreeCollections TreeSet+Descriptions.swift
[262/585] Compiling HashTreeCollections TreeSet+Equatable.swift
[263/585] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[264/585] Compiling HashTreeCollections TreeSet+Extras.swift
[265/585] Compiling HashTreeCollections TreeSet+Filter.swift
[266/585] Compiling OpenCombine Publishers.IgnoreOutput.swift
[267/585] Compiling OpenCombine Publishers.Last.swift
[268/585] Compiling OpenCombine Publishers.MakeConnectable.swift
[282/632] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[283/632] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[284/632] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[285/632] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[286/632] Compiling HashTreeCollections _HashNode+Structural union.swift
[287/632] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[288/632] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[289/632] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[290/632] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[291/632] Compiling HashTreeCollections _HashNode.swift
[292/632] Compiling HashTreeCollections _HashNodeHeader.swift
[293/632] Compiling HashTreeCollections _HashSlot.swift
[294/632] Compiling HashTreeCollections _HashStack.swift
[308/654] Compiling _RopeModule BigString+Ingester.swift
[309/654] Compiling _RopeModule BigString+Invariants.swift
[310/655] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[311/655] Compiling _RopeModule BigString+Chunk+Breaks.swift
[312/655] Compiling _RopeModule BigString+Chunk+Counts.swift
[313/655] Compiling _RopeModule BigString+Chunk+Description.swift
[314/655] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[315/655] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[316/655] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[317/655] Compiling _RopeModule BigString+Chunk+Splitting.swift
[318/662] Compiling _RopeModule BigString+Chunk.swift
[319/662] Compiling _RopeModule BigString+BidirectionalCollection.swift
[320/662] Compiling _RopeModule BigString+Builder.swift
[321/662] Compiling _RopeModule BigString+Contents.swift
[322/662] Compiling _RopeModule BigString+Debugging.swift
[323/662] Compiling _RopeModule BigString+Index.swift
[332/662] Compiling _RopeModule BigString+Equatable.swift
[333/662] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[334/662] Compiling _RopeModule BigString+Hashing.swift
[335/662] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[336/662] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[337/662] Compiling _RopeModule BigString+Sequence.swift
[338/662] Compiling _RopeModule BigString+TextOutputStream.swift
[339/662] Compiling _RopeModule BigString+UnicodeScalarView.swift
[340/662] Compiling _RopeModule BigSubstring+UTF16View.swift
[341/662] Compiling _RopeModule BigSubstring+UTF8View.swift
[342/662] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[343/729] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[344/729] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[345/729] Emitting module DequeModule
[347/730] Compiling OrderedCollections OrderedSet+Hashable.swift
[348/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[349/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[350/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[351/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[352/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[353/730] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[354/730] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[355/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[356/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[357/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[358/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[359/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[360/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[361/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[362/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[363/730] Compiling OrderedCollections OrderedDictionary.swift
[364/730] Compiling OrderedCollections OrderedSet+Codable.swift
[365/730] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[366/730] Compiling OrderedCollections OrderedSet+Descriptions.swift
[367/730] Compiling OrderedCollections OrderedSet+Diffing.swift
[368/730] Compiling OrderedCollections OrderedSet+Equatable.swift
[369/730] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[370/730] Compiling OrderedCollections OrderedSet+Initializers.swift
[371/730] Compiling OrderedCollections OrderedSet+Insertions.swift
[372/730] Compiling OrderedCollections OrderedSet+Invariants.swift
[373/730] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[374/730] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[375/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[376/730] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[377/730] Compiling OrderedCollections _HashTable+Bucket.swift
[378/730] Compiling OrderedCollections _HashTable+BucketIterator.swift
[379/730] Compiling OrderedCollections _HashTable+Constants.swift
[380/730] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[381/730] Compiling OrderedCollections _HashTable+Testing.swift
[382/730] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[383/730] Compiling OrderedCollections _HashTable.swift
[384/730] Compiling OrderedCollections _Hashtable+Header.swift
[385/732] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[386/732] Compiling OrderedCollections OrderedSet.swift
[387/732] Compiling OrderedCollections _UnsafeBitset.swift
[388/732] Compiling _RopeModule Rope+Sequence.swift
[389/732] Compiling _RopeModule Rope+Append.swift
[390/732] Compiling _RopeModule Rope+Extract.swift
[391/732] Compiling _RopeModule Rope+Find.swift
[392/732] Compiling _RopeModule Rope+ForEachWhile.swift
[393/732] Compiling _RopeModule Rope+Insert.swift
[394/741] Compiling _RopeModule _CharacterRecognizer.swift
[395/741] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[396/741] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[397/741] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[398/741] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[399/741] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[400/741] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[401/741] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[402/741] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[403/741] Compiling HashTreeCollections TreeSet.swift
[414/741] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[415/741] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[416/741] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[417/741] Compiling OrderedCollections OrderedDictionary+Elements.swift
[418/741] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[419/741] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[459/748] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[460/748] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[463/748] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[464/748] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[465/748] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[466/748] Compiling OrderedCollections OrderedDictionary+Values.swift
[467/748] Compiling OrderedCollections OrderedDictionary+Codable.swift
[468/748] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[480/748] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[481/748] Emitting module OpenCombineDispatch
[514/749] Compiling OrderedCollections OrderedSet+Sendable.swift
[515/749] Compiling OrderedCollections OrderedSet+SubSequence.swift
[516/749] Compiling OrderedCollections OrderedSet+Testing.swift
[517/749] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[518/749] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[519/749] Compiling OrderedCollections OrderedSet.swift
[520/749] Compiling OrderedCollections _UnsafeBitset.swift
[522/749] Emitting module OrderedCollections
[535/757] Emitting module OpenCombineDispatch
[536/757] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[548/767] Compiling HeapModule Heap+Descriptions.swift
[567/787] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[568/787] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[569/787] Compiling HashTreeCollections _HashNode+Storage.swift
[570/787] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[571/787] Compiling HashTreeCollections _HashNode+Structural filter.swift
[572/787] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[573/787] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[574/787] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[575/787] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[576/787] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[577/843] Compiling HeapModule _HeapNode.swift
[578/843] Compiling HeapModule Heap.swift
[579/858] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[580/858] Compiling HeapModule Heap+UnsafeHandle.swift
[581/858] Compiling HeapModule Heap+Invariants.swift
[582/858] Compiling DequeModule Deque._UnsafeHandle.swift
[583/858] Compiling DequeModule Deque.swift
[584/858] Compiling DequeModule _DequeBuffer.swift
[585/858] Compiling DequeModule _DequeBufferHeader.swift
[586/858] Compiling HashTreeCollections _Hash.swift
[587/858] Compiling HashTreeCollections _HashLevel.swift
[588/858] Compiling HashTreeCollections _HashNode+Builder.swift
[589/858] Compiling HashTreeCollections _HashNode+Debugging.swift
[590/858] Compiling HashTreeCollections _HashNode+Initializers.swift
[591/858] Compiling HashTreeCollections _HashNode+Invariants.swift
[592/858] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[593/858] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[594/858] Compiling HashTreeCollections TreeDictionary+Filter.swift
[595/858] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[596/858] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[597/858] Compiling HashTreeCollections TreeDictionary+Keys.swift
[598/858] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[599/858] Compiling HashTreeCollections TreeDictionary+Merge.swift
[600/858] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[601/858] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[602/858] Compiling HashTreeCollections TreeDictionary.swift
[603/858] Compiling HashTreeCollections TreeSet+Codable.swift
[604/858] Compiling HashTreeCollections TreeSet+Collection.swift
[605/858] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[606/858] Emitting module _RopeModule
[607/858] Compiling HashTreeCollections TreeSet+Debugging.swift
[608/858] Compiling HashTreeCollections TreeSet+Descriptions.swift
[609/858] Compiling HashTreeCollections TreeSet+Equatable.swift
[610/858] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[611/858] Compiling HashTreeCollections TreeSet+Extras.swift
[612/858] Compiling HashTreeCollections TreeSet+Filter.swift
[613/858] Compiling HashTreeCollections TreeDictionary+Values.swift
[614/858] Compiling HashTreeCollections TreeSet+Hashable.swift
[615/858] Compiling HashTreeCollections TreeSet+Sendable.swift
[616/858] Compiling HashTreeCollections TreeSet+Sequence.swift
[617/858] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[618/858] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[619/858] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[620/858] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[621/858] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[622/858] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[623/858] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[628/858] Compiling HashTreeCollections _HashNode+Lookups.swift
[629/858] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[630/858] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[631/858] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[632/858] Emitting module HeapModule
[633/859] Compiling DequeModule Deque+CustomReflectable.swift
[634/859] Compiling DequeModule Deque+Descriptions.swift
[645/861] Compiling DequeModule Deque+Extras.swift
[646/861] Compiling DequeModule Deque+Hashable.swift
[647/861] Compiling DequeModule Deque+Equatable.swift
[648/861] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[649/861] Compiling DequeModule Deque+Testing.swift
[650/861] Compiling DequeModule Deque._Storage.swift
[661/880] Compiling BitCollections BitArray+RandomBits.swift
[662/880] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[663/880] Compiling BitCollections BitArray+Shifts.swift
[664/880] Compiling BitCollections BitArray+Testing.swift
[665/880] Compiling BitCollections BitArray._UnsafeHandle.swift
[666/880] Compiling BitCollections BitArray.swift
[667/880] Compiling BitCollections BitSet+BidirectionalCollection.swift
[668/930] Compiling BitCollections BitSet+Codable.swift
[669/930] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[670/930] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[671/930] Compiling BitCollections BitArray+Extras.swift
[672/930] Compiling BitCollections BitArray+Fill.swift
[673/930] Compiling BitCollections BitArray+Hashable.swift
[674/930] Compiling BitCollections BitArray+Initializers.swift
[675/930] Compiling BitCollections BitArray+Invariants.swift
[676/930] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[687/930] Emitting module OrderedCollections
[690/931] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[691/931] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[692/931] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[693/931] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[694/931] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[695/931] Compiling BitCollections BitSet+SetAlgebra union.swift
[696/931] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[697/931] Compiling BitCollections BitSet.Counted.swift
[702/931] Emitting module _RopeModule
[711/931] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[714/931] Emitting module HashTreeCollections
[716/940] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[717/940] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[718/940] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[719/940] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[720/940] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[721/940] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[722/940] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[723/940] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[724/940] Compiling HashTreeCollections TreeSet.swift
[725/985] Compiling BitCollections BitArray+BitwiseOperations.swift
[726/985] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[727/985] Compiling BitCollections BitArray+Codable.swift
[728/985] Compiling BitCollections BitArray+Collection.swift
[729/985] Compiling BitCollections BitArray+Copy.swift
[730/985] Compiling BitCollections BitArray+CustomReflectable.swift
[731/985] Compiling BitCollections BitArray+Descriptions.swift
[732/992] Compiling BitCollections BitArray+RandomBits.swift
[733/992] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[734/992] Compiling BitCollections BitArray+Shifts.swift
[735/992] Compiling BitCollections BitArray+Testing.swift
[736/992] Compiling BitCollections BitArray._UnsafeHandle.swift
[737/992] Compiling BitCollections BitArray.swift
[738/992] Compiling BitCollections BitSet+BidirectionalCollection.swift
[739/992] Compiling BitCollections BitSet+Codable.swift
[740/992] Emitting module DequeModule
[742/993] Emitting module BitCollections
[744/993] Compiling BitCollections BitSet+SetAlgebra union.swift
[745/993] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[746/993] Compiling BitCollections BitSet.Counted.swift
[747/993] Compiling BitCollections BitSet.Index.swift
[748/993] Compiling BitCollections BitSet._UnsafeHandle.swift
[749/993] Compiling BitCollections BitSet.swift
[750/993] Compiling BitCollections Range+Utilities.swift
[751/993] Compiling BitCollections Slice+Utilities.swift
[752/993] Compiling BitCollections UInt+Tricks.swift
[753/993] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[754/993] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[755/993] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[756/993] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[757/993] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[758/993] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[759/993] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[760/993] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[761/993] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[767/994] Wrapping AST for OrderedCollections for debugging
[768/994] Wrapping AST for OpenCombineDispatch for debugging
[771/994] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[772/994] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[785/994] Compiling BitCollections BitSet+Initializers.swift
[786/994] Compiling BitCollections BitSet+Invariants.swift
[787/994] Compiling BitCollections BitSet+Random.swift
[788/994] Compiling BitCollections BitSet+SetAlgebra basics.swift
[789/994] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[790/994] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[791/994] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[791/994] Wrapping AST for OpenCombine for debugging
[803/994] Wrapping AST for InternalCollectionsUtilities for debugging
[804/994] Wrapping AST for HeapModule for debugging
[805/994] Wrapping AST for DequeModule for debugging
[816/994] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[817/994] Compiling BitCollections BitSet+CustomReflectable.swift
[818/994] Compiling BitCollections BitSet+CustomStringConvertible.swift
[819/994] Compiling BitCollections BitSet+Equatable.swift
[820/994] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[821/994] Compiling BitCollections BitSet+Extras.swift
[822/994] Compiling BitCollections BitSet+Hashable.swift
[830/1001] Compiling BitCollections BitArray+Equatable.swift
[838/1001] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[839/1001] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[840/1001] Compiling BitCollections BitArray+Extras.swift
[841/1001] Compiling BitCollections BitArray+Fill.swift
[842/1001] Compiling BitCollections BitArray+Hashable.swift
[843/1001] Compiling BitCollections BitArray+Initializers.swift
[844/1001] Compiling BitCollections BitArray+Invariants.swift
[845/1001] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[879/1001] Compiling BitCollections BitSet.Index.swift
[880/1001] Compiling BitCollections BitSet._UnsafeHandle.swift
[881/1001] Compiling BitCollections BitSet.swift
[882/1001] Compiling BitCollections Range+Utilities.swift
[883/1001] Compiling BitCollections Slice+Utilities.swift
[884/1001] Compiling BitCollections UInt+Tricks.swift
[885/1001] Compiling BitCollections _Word.swift
[887/1003] Wrapping AST for _RopeModule for debugging
[889/1005] Emitting module Collections
[890/1005] Compiling Collections Collections.swift
[907/1006] Emitting module BitCollections
[957/1034] Wrapping AST for BitCollections for debugging
[959/1078] Emitting module HashTreeCollections
[960/1079] Wrapping AST for HashTreeCollections for debugging
[962/1081] Emitting module Collections
[963/1081] Compiling Collections Collections.swift
[964/1082] Wrapping AST for Collections for debugging
[966/1153] Emitting module Stitcher
[967/1163] 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 |
[968/1163] 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 |
[969/1163] 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 |
[970/1163] 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 |
[971/1163] 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 |
[972/1163] 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 |
[973/1163] 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 |
[974/1163] 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 |
[975/1163] 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 |
[976/1163] 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 |
[987/1173] Compiling Stitcher DependencyGroup.swift
[988/1173] Compiling Stitcher DependencyRegistrarBuilder.swift
[989/1173] Compiling Stitcher RawDependencyRegistration.swift
[990/1173] Compiling Stitcher DependencyGroupRepresenting.swift
[991/1173] Compiling Stitcher DependencyRepresenting.swift
[992/1173] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[993/1173] Compiling Stitcher NeverInstanceStorage.swift
[994/1173] Compiling Stitcher SharedInstanceStorage.swift
[995/1173] Compiling Stitcher SingletonInstanceStorage.swift
[996/1173] Compiling Stitcher InstanceStorage.swift
[997/1173] Compiling Stitcher TypeName.swift
[998/1173] Compiling Stitcher Atomic.swift
[999/1173] Compiling Stitcher Dependencies.swift
[1000/1173] Compiling Stitcher Injected+Init.swift
[1001/1173] Compiling Stitcher Injected.swift
[1002/1173] Compiling Stitcher AutoregisterableDependency.swift
[1003/1173] Compiling Stitcher GeneratedDependencyRegistration.swift
[1004/1173] Compiling Stitcher RegisterableDependency.swift
[1005/1173] Compiling Stitcher DependenciesRegistrar.swift
[1006/1173] Compiling Stitcher Dependency.swift
[1027/1173] 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 |
[1028/1173] 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 |
[1029/1173] 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 |
[1030/1173] 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 |
[1031/1173] 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 |
[1032/1173] 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 |
[1033/1173] 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 |
[1034/1173] 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 |
[1035/1173] 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 |
[1036/1173] 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 |
[1037/1173] Compiling Stitcher DependencyContainingCollection.swift
[1038/1173] Compiling Stitcher DependencyEagerness.swift
[1039/1173] Compiling Stitcher DependencyLocator.swift
[1040/1173] Compiling Stitcher DependencyLocatorTraits.swift
[1041/1173] Compiling Stitcher DependencyParameters.swift
[1042/1173] Compiling Stitcher DependencyScope.swift
[1043/1173] Compiling Stitcher InjectionError.swift
[1044/1173] Compiling Stitcher ManagedDependencyScopeProviding.swift
[1045/1173] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[1046/1173] Compiling Stitcher PipelineManagedDependencyScope.swift
[1047/1173] Compiling Stitcher RawThreadKeyError.swift
[1048/1173] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[1049/1173] Compiling Stitcher ThreadLocal.swift
[1050/1173] Compiling Stitcher ThreadValues.swift
[1051/1173] Compiling Stitcher ThreadValuesKey.swift
[1052/1173] Compiling Stitcher DefaultValueProviding.swift
[1053/1173] Compiling Stitcher Extensions.swift
[1054/1173] Compiling Stitcher Functions.swift
[1055/1173] Compiling Stitcher Reference.swift
[1056/1173] Compiling Stitcher WeakReference.swift
[1067/1173] Compiling Stitcher AutoregisterableDependencyCodeGenerator.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 |
[1068/1173] Compiling Stitcher NameInjectionCodeGenerator.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 |
[1069/1173] Compiling Stitcher TestInjectionCodeGenerator.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 |
[1070/1173] Compiling Stitcher TypeInjectionCodeGenerator.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 |
[1071/1173] Compiling Stitcher InjectionCodeGenerator.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 |
[1072/1173] Compiling Stitcher InjectionCodeGenerators.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 |
[1073/1173] Compiling Stitcher StitcherConfiguration.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 |
[1074/1173] Compiling Stitcher DependencyContainer.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 |
[1075/1173] Compiling Stitcher DependencyFactory+Function.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 |
[1076/1173] Compiling Stitcher DependencyFactory.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 |
[1077/1173] Compiling Stitcher InstantionNotificationCenter.swift
[1078/1173] Compiling Stitcher PostInstantiationAware.swift
[1079/1173] Compiling Stitcher DependencyCycleDetector.swift
[1080/1173] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[1081/1173] Compiling Stitcher DependencyGraph+Assertions.swift
[1082/1173] Compiling Stitcher DependencyGraph+NameInjection.swift
[1083/1173] Compiling Stitcher DependencyGraph+TypeInjection.swift
[1084/1173] Compiling Stitcher DependencyGraph+ValueInjection.swift
[1085/1173] Compiling Stitcher DependencyGraph.swift
[1086/1173] Compiling Stitcher DependencyRegistrarIndex.swift
[1117/1173] Emitting module Stitcher
[1128/1173] Emitting module SwiftSyntax
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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] Emitting module SwiftSyntax509
[3/63] Compiling SwiftSyntax509 Empty.swift
[5/99] Compiling OpenCombine SubscriberTap.swift
[6/99] Compiling OpenCombine SubscriptionStatus.swift
[7/227] Compiling OpenCombine ConduitList.swift
[8/227] Compiling OpenCombine DebugHook.swift
[9/233] Compiling OpenCombine GENERATED-RootProtocols.swift
[10/233] Compiling OpenCombine ConduitBase.swift
[13/251] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[14/251] Compiling OpenCombine Future.swift
[17/296] Compiling SwiftSyntax TokenDiagnostic.swift
[18/296] Compiling SwiftSyntax TokenSyntax.swift
[21/296] Compiling SwiftSyntax RawSyntaxTokenView.swift
[22/296] Compiling SwiftSyntax SourceLength.swift
[23/296] Compiling SwiftSyntax RawSyntax.swift
[24/296] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[25/296] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[26/296] Emitting module InternalCollectionsUtilities
[28/296] Compiling SwiftSyntax SourceLocation.swift
[29/296] Compiling SwiftSyntax SourcePresence.swift
[30/296] Compiling SwiftSyntax AbsolutePosition.swift
[31/296] Compiling SwiftSyntax Assert.swift
[32/296] Compiling SwiftSyntax BumpPtrAllocator.swift
[45/320] Compiling DequeModule _DequeBufferHeader.swift
[46/320] Compiling SwiftSyntax SyntaxText.swift
[47/320] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[50/320] Compiling SwiftSyntax Trivia.swift
[51/320] Compiling SwiftSyntax Utils.swift
[52/320] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[53/320] Compiling SwiftSyntax Syntax.swift
[54/320] Compiling SwiftSyntax SyntaxArena.swift
[55/320] Compiling SwiftSyntax SyntaxChildren.swift
[56/320] Compiling SwiftSyntax SyntaxCollection.swift
[57/320] Compiling SwiftSyntax SyntaxData.swift
[58/371] Compiling HeapModule Heap+Invariants.swift
[59/464] Compiling HeapModule Heap+Descriptions.swift
[60/531] Compiling _RopeModule BigString+Debugging.swift
[61/531] Compiling _RopeModule BigString+Index.swift
[62/533] Compiling HeapModule _HeapNode.swift
[63/533] Compiling HeapModule Heap.swift
[64/533] Compiling _RopeModule BigString+Chunk+Counts.swift
[65/533] Compiling _RopeModule BigString+Chunk+Description.swift
[66/533] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[67/533] Compiling HeapModule Heap+UnsafeHandle.swift
[68/533] Emitting module HeapModule
[69/534] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[70/534] Compiling _RopeModule BigString+Chunk+Breaks.swift
[73/534] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[74/534] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[75/534] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[76/534] Compiling _RopeModule BigString+Chunk+Splitting.swift
[77/534] Compiling _RopeModule BigString+Chunk.swift
[78/534] Compiling _RopeModule BigString+BidirectionalCollection.swift
[79/534] Compiling _RopeModule BigString+Builder.swift
[80/534] Compiling _RopeModule BigString+Contents.swift
[83/534] Compiling _RopeModule Rope+ForEachWhile.swift
[84/534] Compiling _RopeModule Rope+Insert.swift
[85/534] Compiling HashTreeCollections TreeSet+Sequence.swift
[86/534] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[87/534] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[88/534] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[89/534] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[90/534] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[91/534] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[92/534] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[100/551] Compiling DequeModule _DequeSlot.swift
[101/551] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/551] Emitting module OpenCombine
[103/563] Compiling _RopeModule BigString+Equatable.swift
[104/563] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[105/563] Compiling _RopeModule BigString+Hashing.swift
[106/563] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[107/563] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[108/563] Compiling _RopeModule BigString+Sequence.swift
[109/563] Compiling _RopeModule BigString+TextOutputStream.swift
[110/563] Emitting module OpenCombine
[127/563] Compiling _RopeModule BigString+Append.swift
[128/563] Compiling _RopeModule BigString+Initializers.swift
[129/563] Compiling _RopeModule BigString+Insert.swift
[130/563] Compiling _RopeModule BigString+Managing Breaks.swift
[131/563] Compiling _RopeModule BigString+RemoveSubrange.swift
[132/563] Compiling _RopeModule BigString+ReplaceSubrange.swift
[133/563] Compiling _RopeModule BigString+Split.swift
[134/563] Compiling _RopeModule Range+BigString.swift
[136/563] Compiling _RopeModule BigString+Iterators.swift
[137/563] Compiling _RopeModule BigString+Metrics.swift
[138/563] Compiling _RopeModule BigString+Summary.swift
[139/563] Compiling _RopeModule BigString.swift
[140/563] Compiling _RopeModule BigString+Comparable.swift
[141/563] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[142/563] Compiling _RopeModule BigString+CustomStringConvertible.swift
[143/617] Compiling _RopeModule BigString+Comparable.swift
[144/617] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[145/631] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[146/631] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[147/631] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[148/631] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[149/631] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[150/631] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[151/631] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[152/631] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[153/631] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[154/631] Compiling HashTreeCollections TreeSet.swift
[155/631] Emitting module DequeModule
[156/632] Compiling OpenCombine Result.swift
[157/632] Compiling OpenCombine Scheduler.swift
[158/632] Compiling OpenCombine Subject+Void.swift
[159/632] Compiling OpenCombine Subscriber+Void.swift
[160/632] Compiling OpenCombine Subscribers.Assign.swift
[161/632] Compiling OpenCombine Subscribers.Completion.swift
[162/632] Compiling OpenCombine Subscribers.Demand.swift
[163/632] Compiling OpenCombine Subscribers.Sink.swift
[164/632] Compiling OpenCombine Subscribers.swift
[165/632] Compiling OpenCombine Subscription.swift
[166/632] Compiling OpenCombine Subscriptions.swift
[167/632] Compiling OpenCombine _Introspection.swift
[169/632] Compiling _RopeModule BigString+Chunk.swift
[170/632] Compiling _RopeModule BigString+BidirectionalCollection.swift
[171/632] Compiling _RopeModule BigString+UnicodeScalarView.swift
[172/632] Compiling _RopeModule BigSubstring+UTF16View.swift
[173/632] Compiling _RopeModule BigSubstring+UTF8View.swift
[174/632] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[175/632] Compiling _RopeModule BigSubstring.swift
[176/632] Compiling _RopeModule Rope+Builder.swift
[177/632] Compiling _RopeModule Rope+Debugging.swift
[178/632] Compiling _RopeModule Rope+Invariants.swift
[179/632] Compiling _RopeModule Rope+_Node.swift
[180/632] Compiling _RopeModule _RopeVersion.swift
[181/632] Compiling _RopeModule Rope+Collection.swift
[182/632] Compiling _RopeModule Rope+Index.swift
[183/632] Compiling _RopeModule Rope+Sequence.swift
[184/632] Compiling _RopeModule Rope+Append.swift
[187/632] Compiling _RopeModule Rope+Extract.swift
[188/632] Compiling _RopeModule Rope+Find.swift
[189/632] Compiling _RopeModule Rope+ForEachWhile.swift
[190/632] Compiling _RopeModule Rope+Insert.swift
[191/632] Compiling _RopeModule Rope+_Storage.swift
[192/632] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[193/632] Compiling _RopeModule Rope+_UnsafeHandle.swift
[194/632] Compiling _RopeModule Rope.swift
[195/632] Compiling _RopeModule RopeElement.swift
[196/632] Compiling _RopeModule RopeMetric.swift
[197/632] Compiling _RopeModule RopeSummary.swift
[198/632] Compiling _RopeModule BigString+Append.swift
[199/632] Compiling _RopeModule BigString+Initializers.swift
[200/632] Compiling _RopeModule BigString+Insert.swift
[201/632] Compiling _RopeModule BigString+Managing Breaks.swift
[202/632] Compiling _RopeModule BigString+RemoveSubrange.swift
[203/632] Compiling _RopeModule BigString+ReplaceSubrange.swift
[204/632] Compiling _RopeModule BigString+Split.swift
[205/632] Compiling _RopeModule Range+BigString.swift
[206/632] Compiling _RopeModule BigString+UTF16View.swift
[207/632] Compiling _RopeModule BigString+UTF8View.swift
[218/641] Compiling _RopeModule BigString+Chunk+Description.swift
[219/641] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[220/641] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[221/641] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[222/641] Compiling _RopeModule BigString+Chunk+Splitting.swift
[247/696] Compiling OrderedCollections _HashTable+Constants.swift
[248/696] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[249/696] Compiling OrderedCollections _HashTable+Testing.swift
[250/696] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[251/696] Compiling OrderedCollections _HashTable.swift
[252/696] Compiling OrderedCollections _Hashtable+Header.swift
[253/696] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[254/696] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[255/696] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[256/696] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[257/696] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[258/696] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[259/696] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[260/696] Compiling OrderedCollections OrderedDictionary+Codable.swift
[261/696] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[262/696] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[263/696] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[264/696] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[265/696] Compiling OrderedCollections OrderedDictionary+Elements.swift
[266/696] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[267/696] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[268/696] Compiling OrderedCollections OrderedSet+Initializers.swift
[269/696] Compiling OrderedCollections OrderedSet+Insertions.swift
[270/696] Compiling OrderedCollections OrderedSet+Invariants.swift
[271/696] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[272/696] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[273/696] Compiling OrderedCollections OrderedDictionary+Values.swift
[274/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[275/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[276/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[277/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[278/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[279/696] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[280/696] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[281/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[282/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[283/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[284/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[285/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[286/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[287/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[288/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[289/696] Compiling OrderedCollections OrderedDictionary.swift
[290/696] Compiling OrderedCollections OrderedSet+Codable.swift
[291/696] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[292/696] Compiling OrderedCollections OrderedSet+Descriptions.swift
[293/696] Compiling OrderedCollections OrderedSet+Diffing.swift
[294/696] Compiling OrderedCollections OrderedSet+Equatable.swift
[295/696] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[296/696] Compiling OrderedCollections OrderedSet+Hashable.swift
[297/696] Compiling OrderedCollections _HashTable+Bucket.swift
[298/696] Compiling OrderedCollections _HashTable+BucketIterator.swift
[306/696] Compiling _RopeModule _RopeItem.swift
[307/696] Compiling _RopeModule _RopePath.swift
[311/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[312/696] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[375/702] Compiling SwiftSyntax SyntaxPatternNodes.swift
[376/702] Compiling SwiftSyntax SyntaxStmtNodes.swift
[377/702] Compiling SwiftSyntax SyntaxTypeNodes.swift
[386/702] Compiling SwiftSyntax SyntaxDeclNodes.swift
[387/702] Compiling SwiftSyntax SyntaxExprNodes.swift
[388/702] Compiling SwiftSyntax SyntaxNodes.swift
[422/709] Emitting module OrderedCollections
[453/710] Compiling OrderedCollections OrderedSet+Sendable.swift
[454/710] Compiling OrderedCollections OrderedSet+SubSequence.swift
[455/710] Compiling OrderedCollections OrderedSet+Testing.swift
[456/710] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[464/719] Compiling OpenCombine Publishers.Print.swift
[465/719] Compiling OpenCombine Publishers.ReceiveOn.swift
[466/719] Compiling OpenCombine Publishers.Reduce.swift
[467/719] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[468/719] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[469/719] Compiling OpenCombine Publishers.ReplaceError.swift
[472/719] Compiling _RopeModule Rope+Join.swift
[473/719] Compiling _RopeModule Rope+MutatingForEach.swift
[474/719] Compiling _RopeModule Rope+Remove.swift
[475/719] Compiling _RopeModule Rope+RemoveSubrange.swift
[476/719] Compiling _RopeModule Rope+Split.swift
[477/719] Compiling _RopeModule Optional Utilities.swift
[478/719] Compiling _RopeModule String Utilities.swift
[479/719] Compiling _RopeModule String.Index+ABI.swift
[480/719] Compiling _RopeModule _CharacterRecognizer.swift
[515/727] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[516/727] Compiling OrderedCollections OrderedSet.swift
[517/727] Compiling OrderedCollections _UnsafeBitset.swift
[549/728] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[550/728] Compiling HeapModule Heap+Descriptions.swift
[552/728] Compiling HeapModule Heap.swift
[572/728] Compiling HeapModule _HeapNode.swift
[573/728] Emitting module _RopeModule
[574/728] Compiling HeapModule Heap+Invariants.swift
[575/728] Compiling HeapModule Heap+UnsafeHandle.swift
[599/730] Emitting module HeapModule
[600/733] Emitting module OpenCombineDispatch
[611/809] Compiling HashTreeCollections _HashNodeHeader.swift
[612/809] Compiling HashTreeCollections _HashSlot.swift
[613/809] Compiling HashTreeCollections _HashStack.swift
[614/809] Compiling HashTreeCollections _HashTreeIterator.swift
[615/809] Compiling HashTreeCollections _HashTreeStatistics.swift
[616/809] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[617/809] Compiling HashTreeCollections _RawHashNode.swift
[618/809] Compiling HashTreeCollections _UnmanagedHashNode.swift
[619/809] Compiling HashTreeCollections _UnsafePath.swift
[620/809] Compiling HashTreeCollections TreeDictionary+Codable.swift
[621/809] Compiling HashTreeCollections TreeDictionary+Collection.swift
[622/809] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[623/809] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[624/809] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[625/809] Compiling HashTreeCollections TreeDictionary.swift
[626/809] Compiling HashTreeCollections TreeSet+Codable.swift
[627/809] Compiling HashTreeCollections TreeSet+Collection.swift
[628/809] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[629/809] Compiling HashTreeCollections TreeSet+Debugging.swift
[630/810] Emitting module OrderedCollections
[631/811] Emitting module _RopeModule
[633/811] Compiling HashTreeCollections TreeSet+Hashable.swift
[634/811] Compiling HashTreeCollections TreeSet+Sendable.swift
[635/811] Compiling HashTreeCollections TreeSet+Sequence.swift
[636/811] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[637/811] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[638/811] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[639/811] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[640/811] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[641/811] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[642/811] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[643/821] Emitting module HashTreeCollections
[644/822] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[648/823] Emitting module OpenCombineDispatch
[650/823] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[651/823] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[652/823] Compiling HashTreeCollections TreeDictionary+Filter.swift
[653/823] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[654/823] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[655/823] Compiling HashTreeCollections TreeDictionary+Keys.swift
[656/823] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[657/823] Compiling HashTreeCollections TreeDictionary+Merge.swift
[658/823] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[659/823] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[660/823] Compiling HashTreeCollections TreeDictionary+Values.swift
[666/826] Compiling HashTreeCollections TreeSet+Descriptions.swift
[667/826] Compiling HashTreeCollections TreeSet+Equatable.swift
[668/826] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[669/826] Compiling HashTreeCollections TreeSet+Extras.swift
[670/826] Compiling HashTreeCollections TreeSet+Filter.swift
[671/838] Wrapping AST for OrderedCollections for debugging
[681/838] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[681/938] Wrapping AST for InternalCollectionsUtilities for debugging
[682/944] Wrapping AST for OpenCombine for debugging
[684/944] Compiling BitCollections BitArray+Copy.swift
[685/944] Compiling BitCollections BitArray+CustomReflectable.swift
[686/946] Compiling BitCollections BitArray+Extras.swift
[687/946] Compiling BitCollections BitArray+Fill.swift
[688/946] Compiling BitCollections BitArray+Hashable.swift
[689/946] Compiling BitCollections BitArray+Initializers.swift
[689/946] Wrapping AST for HeapModule for debugging
[692/946] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[693/946] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[694/946] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[695/946] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[696/946] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[697/946] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[698/946] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[699/946] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[700/946] Compiling HashTreeCollections TreeSet.swift
[701/946] Compiling BitCollections BitSet+Hashable.swift
[702/946] Compiling BitCollections BitSet+Initializers.swift
[703/946] Compiling BitCollections BitSet+Invariants.swift
[704/946] Compiling BitCollections BitSet+Random.swift
[705/946] Compiling BitCollections BitSet+SetAlgebra basics.swift
[706/946] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[707/946] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[708/946] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[709/946] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[710/946] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[711/946] Compiling BitCollections BitArray._UnsafeHandle.swift
[712/946] Compiling BitCollections BitArray.swift
[713/946] Compiling BitCollections BitSet+BidirectionalCollection.swift
[714/946] Compiling BitCollections BitSet+Codable.swift
[715/946] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[716/946] Compiling BitCollections BitSet+CustomReflectable.swift
[717/946] Compiling BitCollections BitSet+CustomStringConvertible.swift
[718/946] Compiling BitCollections BitSet+Equatable.swift
[719/946] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[720/946] Compiling BitCollections BitSet+Extras.swift
[721/946] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[722/946] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[723/946] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[724/946] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[725/946] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[726/946] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[727/946] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[728/946] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[729/946] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[730/946] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[731/946] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[736/946] Compiling BitCollections BitArray+Invariants.swift
[737/946] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[738/946] Compiling BitCollections BitArray+BitwiseOperations.swift
[739/946] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[740/946] Compiling DequeModule _DequeSlot.swift
[741/946] Compiling DequeModule _UnsafeWrappedBuffer.swift
[768/954] Emitting module BitCollections
[769/954] Compiling BitCollections BitArray+Codable.swift
[770/954] Compiling BitCollections BitArray+Collection.swift
[781/954] Compiling BitCollections BitArray+RandomBits.swift
[782/954] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[783/954] Compiling BitCollections BitArray+Shifts.swift
[784/954] Compiling BitCollections BitArray+Testing.swift
[787/954] Emitting module BitCollections
[799/961] Compiling BitCollections BitSet+SetAlgebra union.swift
[800/961] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[801/961] Compiling BitCollections BitSet.Counted.swift
[838/961] Wrapping AST for _RopeModule for debugging
[859/961] Emitting module DequeModule
[888/962] Compiling BitCollections BitSet.Index.swift
[889/962] Compiling BitCollections BitSet._UnsafeHandle.swift
[890/962] Compiling BitCollections BitSet.swift
[891/962] Compiling BitCollections Range+Utilities.swift
[892/962] Compiling BitCollections Slice+Utilities.swift
[893/962] Compiling BitCollections UInt+Tricks.swift
[894/962] Compiling BitCollections _Word.swift
[910/962] Wrapping AST for DequeModule for debugging
[921/965] Compiling Collections Collections.swift
[922/965] Emitting module Collections
[924/966] Emitting module HashTreeCollections
[925/982] Wrapping AST for HashTreeCollections for debugging
[927/1040] Compiling Collections Collections.swift
[928/1040] Emitting module Collections
[930/1040] 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 |
[931/1040] 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 |
[932/1040] 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 |
[933/1040] 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 |
[934/1040] 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 |
[935/1040] 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 |
[936/1040] 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 |
[937/1040] 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 |
[938/1040] 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 |
[939/1040] 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 |
[940/1050] Emitting module Stitcher
[941/1056] Compiling Stitcher DependencyGroup.swift
[942/1056] Compiling Stitcher DependencyRegistrarBuilder.swift
[943/1056] Compiling Stitcher RawDependencyRegistration.swift
[944/1056] Compiling Stitcher DependencyGroupRepresenting.swift
[945/1056] Compiling Stitcher DependencyRepresenting.swift
[946/1056] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[947/1056] Compiling Stitcher NeverInstanceStorage.swift
[948/1056] Compiling Stitcher SharedInstanceStorage.swift
[949/1056] Compiling Stitcher SingletonInstanceStorage.swift
[950/1056] Compiling Stitcher InstanceStorage.swift
[951/1061] Emitting module SwiftSyntax
[952/1121] Compiling Stitcher InstanceStorageFactory.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/1121] Compiling Stitcher InstanceStorageKey.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/1121] Compiling Stitcher AnyPipeline.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/1121] Compiling Stitcher AnyPipelineCancellable.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/1121] Compiling Stitcher Pipeline.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/1121] Compiling Stitcher PipelineSubject.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/1121] Compiling Stitcher Stitcher.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 |
[959/1121] Compiling Stitcher AsyncTask.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 |
[960/1121] Compiling Stitcher CancellableTask.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 |
[961/1121] Compiling Stitcher RawThreadKey.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 |
[962/1121] Compiling Stitcher DependencyContainingCollection.swift
[963/1121] Compiling Stitcher DependencyEagerness.swift
[964/1121] Compiling Stitcher DependencyLocator.swift
[965/1121] Compiling Stitcher DependencyLocatorTraits.swift
[966/1121] Compiling Stitcher DependencyParameters.swift
[967/1121] Compiling Stitcher DependencyScope.swift
[968/1121] Compiling Stitcher InjectionError.swift
[969/1121] Compiling Stitcher ManagedDependencyScopeProviding.swift
[970/1121] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[971/1121] Compiling Stitcher PipelineManagedDependencyScope.swift
[972/1121] Compiling Stitcher RawThreadKeyError.swift
[973/1121] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[974/1121] Compiling Stitcher ThreadLocal.swift
[975/1121] Compiling Stitcher ThreadValues.swift
[976/1121] Compiling Stitcher ThreadValuesKey.swift
[977/1121] Compiling Stitcher DefaultValueProviding.swift
[978/1121] Compiling Stitcher Extensions.swift
[979/1121] Compiling Stitcher Functions.swift
[980/1121] Compiling Stitcher Reference.swift
[981/1121] Compiling Stitcher WeakReference.swift
[982/1121] Emitting module Stitcher
[983/1131] Compiling Stitcher InstantionNotificationCenter.swift
[984/1131] Compiling Stitcher PostInstantiationAware.swift
[985/1131] Compiling Stitcher DependencyCycleDetector.swift
[986/1131] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[987/1131] Compiling Stitcher DependencyGraph+Assertions.swift
[988/1131] Compiling Stitcher DependencyGraph+NameInjection.swift
[989/1131] Compiling Stitcher DependencyGraph+TypeInjection.swift
[990/1131] Compiling Stitcher DependencyGraph+ValueInjection.swift
[991/1131] Compiling Stitcher DependencyGraph.swift
[992/1131] Compiling Stitcher DependencyRegistrarIndex.swift
[993/1131] Compiling Stitcher Common.swift
[994/1131] Compiling Stitcher DefaultIndexer.swift
[995/1131] Compiling Stitcher ParallelIndexer.swift
[996/1131] Compiling Stitcher PlainIndexer.swift
[997/1131] Compiling Stitcher IndexedDependencyContainer.swift
[998/1131] Compiling Stitcher Indexing.swift
[999/1131] Compiling Stitcher IndexingCoordinator.swift
[1000/1131] Compiling Stitcher IndexingKey.swift
[1001/1131] Compiling Stitcher IndexingTask.swift
[1002/1131] Compiling Stitcher StorageCleaner.swift
[1003/1131] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[1004/1131] Compiling Stitcher NameInjectionCodeGenerator.swift
[1005/1131] Compiling Stitcher TestInjectionCodeGenerator.swift
[1006/1131] Compiling Stitcher TypeInjectionCodeGenerator.swift
[1007/1131] Compiling Stitcher InjectionCodeGenerator.swift
[1008/1131] Compiling Stitcher InjectionCodeGenerators.swift
[1009/1131] Compiling Stitcher StitcherConfiguration.swift
[1010/1131] Compiling Stitcher DependencyContainer.swift
[1011/1131] Compiling Stitcher DependencyFactory+Function.swift
[1012/1131] Compiling Stitcher DependencyFactory.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/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 |
BUILD FAILURE 6.1 linux