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 with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.41.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:             5.9
Building package at path:  $workDir
https://github.com/athankefalas/StitcherMacros.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/athankefalas/Stitcher.git
[1/1123] Fetching stitcher
[1124/62272] Fetching stitcher, swift-syntax
Fetched https://github.com/athankefalas/Stitcher.git (3.32s)
Fetched https://github.com/apple/swift-syntax.git (3.36s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (0.33s)
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-collections.git
[1/8268] Fetching opencombine
[4797/22332] Fetching opencombine, swift-collections
Fetched https://github.com/OpenCombine/OpenCombine.git (1.05s)
Fetched https://github.com/apple/swift-collections.git (1.07s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.1 (0.50s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.50s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/athankefalas/Stitcher.git
Working copy of https://github.com/athankefalas/Stitcher.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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
Building for debugging...
[0/45] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[2/137] Compiling OpenCombine Cancellable.swift
[3/137] Compiling OpenCombine Codable.swift
[4/137] Compiling OpenCombine CombineIdentifier.swift
[5/139] Emitting module InternalCollectionsUtilities
[6/139] Compiling OpenCombine AnyCancellable.swift
[7/139] Compiling OpenCombine AnyPublisher.swift
[8/139] Compiling OpenCombine AnySubscriber.swift
[9/139] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[10/139] Compiling OpenCombine CurrentValueSubject.swift
[11/139] Compiling OpenCombine ConcurrencyHelpers.swift
[12/139] Compiling OpenCombine Future+Concurrency.swift
[13/139] Emitting module SwiftSyntax509
[14/139] Compiling SwiftSyntax509 Empty.swift
[15/139] Emitting module OpenCombine
[26/140] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[27/140] Compiling OpenCombine Future.swift
[28/140] Compiling OpenCombine GENERATED-RootProtocols.swift
[33/153] Compiling OpenCombine ConduitBase.swift
[34/153] Compiling OpenCombine ConduitList.swift
[35/153] Compiling OpenCombine DebugHook.swift
[37/153] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/153] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/154] Compiling OpenCombine PartialCompletion.swift
[45/154] Compiling OpenCombine PublishedSubject.swift
[46/154] Compiling OpenCombine PublishedSubscriber.swift
[47/154] Compiling OpenCombine ReduceProducer.swift
[48/154] Compiling OpenCombine SubjectSubscriber.swift
[49/154] Compiling OpenCombine SubscriberTap.swift
[50/154] Compiling OpenCombine SubscriptionStatus.swift
[51/154] Compiling OpenCombine SubscriptionTap.swift
[52/154] Compiling OpenCombine Utils.swift
[53/154] Compiling OpenCombine Violations.swift
[54/154] Compiling OpenCombine ImmediateScheduler.swift
[55/154] Compiling OpenCombine ObservableObject.swift
[56/154] Compiling OpenCombine PassthroughSubject.swift
[57/154] Compiling OpenCombine Published.swift
[58/154] Compiling OpenCombine Publisher+Subscribe.swift
[59/154] Compiling OpenCombine Deferred.swift
[60/154] Compiling OpenCombine Empty.swift
[61/154] Compiling OpenCombine Fail.swift
[62/154] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[63/154] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[64/154] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[64/154] Wrapping AST for SwiftSyntax509 for debugging
[68/248] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[69/321] Compiling HeapModule Heap+Descriptions.swift
[70/396] Compiling HeapModule _HeapNode.swift
[71/413] Compiling HeapModule Heap.swift
[72/420] Compiling _RopeModule RopeElement.swift
[73/420] Compiling _RopeModule RopeMetric.swift
[74/420] Compiling _RopeModule RopeSummary.swift
[75/420] Compiling _RopeModule _RopeItem.swift
[76/420] Compiling _RopeModule _RopePath.swift
[77/420] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[78/420] Compiling _RopeModule BigString+Chunk+Breaks.swift
[79/420] Compiling _RopeModule BigString+Chunk+Counts.swift
[80/420] Compiling _RopeModule BigString+Chunk+Description.swift
[81/420] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[82/420] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[83/420] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[84/420] Compiling _RopeModule BigString+Chunk+Splitting.swift
[85/475] Emitting module HeapModule
[86/475] Compiling HeapModule Heap+Invariants.swift
[87/475] Compiling HeapModule Heap+UnsafeHandle.swift
[88/476] Emitting module BitCollections
[90/484] Compiling OrderedCollections OrderedDictionary+Codable.swift
[91/484] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/486] Wrapping AST for InternalCollectionsUtilities for debugging
[93/486] Wrapping AST for HeapModule for debugging
[95/486] Compiling OrderedCollections OrderedSet+Hashable.swift
[96/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[103/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[104/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[105/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/486] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/486] Compiling OpenCombine Result.swift
[109/486] Compiling OpenCombine Scheduler.swift
[110/486] Compiling OpenCombine Subject+Void.swift
[111/486] Compiling OpenCombine Subscriber+Void.swift
[112/486] Compiling OpenCombine Subscribers.Assign.swift
[113/486] Compiling OpenCombine Subscribers.Completion.swift
[114/486] Compiling OpenCombine Subscribers.Demand.swift
[115/486] Compiling OpenCombine Subscribers.Sink.swift
[116/486] Compiling OpenCombine Subscribers.swift
[117/486] Compiling OpenCombine Subscription.swift
[118/486] Compiling OpenCombine Subscriptions.swift
[119/486] Compiling OpenCombine _Introspection.swift
[120/486] Compiling DequeModule _DequeSlot.swift
[121/486] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/486] Compiling _RopeModule BigString+Chunk.swift
[123/486] Compiling _RopeModule BigString+BidirectionalCollection.swift
[124/486] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[125/486] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[126/486] Compiling HashTreeCollections TreeDictionary+Keys.swift
[127/486] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[128/486] Compiling HashTreeCollections TreeDictionary+Merge.swift
[129/486] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[130/486] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[131/486] Compiling HashTreeCollections TreeDictionary+Values.swift
[132/486] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[133/486] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[134/486] Compiling OpenCombine Publishers.ReplaceError.swift
[135/486] Compiling OpenCombine Publishers.Retry.swift
[136/486] Compiling OpenCombine Publishers.Scan.swift
[137/486] Compiling OpenCombine Publishers.Sequence.swift
[138/486] Compiling OpenCombine Publishers.SetFailureType.swift
[139/486] Compiling OpenCombine Publishers.Share.swift
[140/486] Compiling OpenCombine Publishers.SubscribeOn.swift
[141/486] Compiling OpenCombine Publishers.SwitchToLatest.swift
[142/486] Compiling OpenCombine Publishers.Throttle.swift
[143/486] Compiling OpenCombine Publishers.Timeout.swift
[144/486] Compiling OpenCombine Publishers.Zip.swift
[145/486] Compiling OpenCombine Publishers.swift
[146/486] Compiling OpenCombine Record.swift
[147/486] Compiling OpenCombine Result.Publisher.swift
[148/486] Emitting module DequeModule
[161/486] Compiling BitCollections BitSet.Index.swift
[162/486] Compiling BitCollections BitSet._UnsafeHandle.swift
[163/494] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[164/494] Compiling OrderedCollections _HashTable+Bucket.swift
[165/494] Compiling OrderedCollections _HashTable+BucketIterator.swift
[166/494] Compiling OrderedCollections _HashTable+Constants.swift
[167/494] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[168/494] Compiling OrderedCollections _HashTable+Testing.swift
[169/494] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[173/494] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/494] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[175/494] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[176/494] Compiling OrderedCollections OrderedDictionary+Elements.swift
[177/494] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[178/494] Compiling OrderedCollections _HashTable.swift
[181/494] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[182/494] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[183/494] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[184/494] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[185/494] Compiling OrderedCollections OrderedSet+Initializers.swift
[186/494] Compiling OrderedCollections OrderedSet+Insertions.swift
[187/494] Compiling OrderedCollections OrderedSet+Invariants.swift
[188/494] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[189/494] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[190/494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[191/494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[192/494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[193/494] Compiling OrderedCollections OrderedDictionary.swift
[194/494] Compiling OrderedCollections OrderedSet+Codable.swift
[195/494] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[196/494] Compiling OrderedCollections OrderedSet+Descriptions.swift
[197/494] Compiling OrderedCollections OrderedSet+Diffing.swift
[198/494] Compiling OrderedCollections OrderedSet+Equatable.swift
[199/494] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[215/497] Wrapping AST for OpenCombine for debugging
[220/499] Compiling OrderedCollections OrderedSet+Sendable.swift
[221/499] Compiling OrderedCollections OrderedSet+SubSequence.swift
[222/499] Compiling OrderedCollections OrderedSet+Testing.swift
[223/499] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[224/499] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/499] Wrapping AST for DequeModule for debugging
[256/518] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[257/518] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[258/518] Compiling OrderedCollections OrderedDictionary+Values.swift
[288/520] Emitting module OrderedCollections
[319/520] Compiling OrderedCollections OrderedSet.swift
[320/520] Compiling OrderedCollections _UnsafeBitset.swift
[331/521] Emitting module OpenCombineDispatch
[332/521] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[343/523] Compiling _RopeModule _CharacterRecognizer.swift
[344/523] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[345/523] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[346/523] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[347/523] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[348/523] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[349/523] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[350/523] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[351/523] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[352/523] Compiling HashTreeCollections TreeSet.swift
[355/524] Wrapping AST for BitCollections for debugging
[356/524] Wrapping AST for OpenCombineDispatch for debugging
[357/524] Wrapping AST for OrderedCollections for debugging
[359/524] Emitting module _RopeModule
[360/524] Emitting module HashTreeCollections
[381/530] Compiling _RopeModule Rope+Join.swift
[382/530] Compiling _RopeModule Rope+MutatingForEach.swift
[383/530] Compiling _RopeModule Rope+Remove.swift
[384/530] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/530] Compiling _RopeModule Rope+Split.swift
[386/530] Compiling _RopeModule Optional Utilities.swift
[387/530] Compiling _RopeModule String Utilities.swift
[388/530] Compiling _RopeModule String.Index+ABI.swift
[442/532] Wrapping AST for HashTreeCollections for debugging
[474/534] Wrapping AST for _RopeModule for debugging
[476/536] Emitting module Collections
[477/536] Compiling Collections Collections.swift
[479/538] Wrapping AST for Collections for debugging
[481/609] Emitting module Stitcher
[482/619] Compiling Stitcher RawThreadKeyError.swift
[483/619] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[484/619] Compiling Stitcher ThreadLocal.swift
[485/619] Compiling Stitcher ThreadValues.swift
[486/619] Compiling Stitcher ThreadValuesKey.swift
[487/619] Compiling Stitcher DefaultValueProviding.swift
[488/619] Compiling Stitcher Extensions.swift
[489/619] Compiling Stitcher Functions.swift
[490/619] Compiling Stitcher Reference.swift
[491/619] Compiling Stitcher WeakReference.swift
[492/619] Compiling Stitcher TypeName.swift
[493/619] Compiling Stitcher Atomic.swift
[494/619] Compiling Stitcher Dependencies.swift
[495/619] Compiling Stitcher Injected+Init.swift
[496/619] Compiling Stitcher Injected.swift
[497/619] Compiling Stitcher AutoregisterableDependency.swift
[498/619] Compiling Stitcher GeneratedDependencyRegistration.swift
[499/619] Compiling Stitcher RegisterableDependency.swift
[500/619] Compiling Stitcher DependenciesRegistrar.swift
[501/619] Compiling Stitcher Dependency.swift
[502/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[503/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[504/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[505/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[506/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[507/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[508/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[509/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[510/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[511/619] 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
            let processInfo = ProcessInfo()
                              ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[512/619] Compiling Stitcher DependencyGroup.swift
[513/619] Compiling Stitcher DependencyRegistrarBuilder.swift
[514/619] Compiling Stitcher RawDependencyRegistration.swift
[515/619] Compiling Stitcher DependencyGroupRepresenting.swift
[516/619] Compiling Stitcher DependencyRepresenting.swift
[517/619] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[518/619] Compiling Stitcher NeverInstanceStorage.swift
[519/619] Compiling Stitcher SharedInstanceStorage.swift
[520/619] Compiling Stitcher SingletonInstanceStorage.swift
[521/619] Compiling Stitcher InstanceStorage.swift
[522/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[523/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[524/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[525/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[526/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[527/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[528/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[529/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[530/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[531/619] 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
        let coreCount = Double(ProcessInfo().processorCount)
                               ^
Foundation.ProcessInfo (internal):3:23: note: 'init()' declared here
    override internal init()
                      ^
[532/619] Compiling Stitcher DependencyContainingCollection.swift
[533/619] Compiling Stitcher DependencyEagerness.swift
[534/619] Compiling Stitcher DependencyLocator.swift
[535/619] Compiling Stitcher DependencyLocatorTraits.swift
[536/619] Compiling Stitcher DependencyParameters.swift
[537/619] Compiling Stitcher DependencyScope.swift
[538/619] Compiling Stitcher InjectionError.swift
[539/619] Compiling Stitcher ManagedDependencyScopeProviding.swift
[540/619] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[541/619] Compiling Stitcher PipelineManagedDependencyScope.swift
[542/619] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[543/619] Compiling Stitcher NameInjectionCodeGenerator.swift
[544/619] Compiling Stitcher TestInjectionCodeGenerator.swift
[545/619] Compiling Stitcher TypeInjectionCodeGenerator.swift
[546/619] Compiling Stitcher InjectionCodeGenerator.swift
[547/619] Compiling Stitcher InjectionCodeGenerators.swift
[548/619] Compiling Stitcher StitcherConfiguration.swift
[549/619] Compiling Stitcher DependencyContainer.swift
[550/619] Compiling Stitcher DependencyFactory+Function.swift
[551/619] Compiling Stitcher DependencyFactory.swift
[552/619] Compiling Stitcher InstantionNotificationCenter.swift
[553/619] Compiling Stitcher PostInstantiationAware.swift
[554/619] Compiling Stitcher DependencyCycleDetector.swift
[555/619] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[556/619] Compiling Stitcher DependencyGraph+Assertions.swift
[557/619] Compiling Stitcher DependencyGraph+NameInjection.swift
[558/619] Compiling Stitcher DependencyGraph+TypeInjection.swift
[559/619] Compiling Stitcher DependencyGraph+ValueInjection.swift
[560/619] Compiling Stitcher DependencyGraph.swift
[561/619] Compiling Stitcher DependencyRegistrarIndex.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1