The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build StitcherMacros, reference main (a7def8), with Swift 6.1 for Android on 29 May 2025 11:16:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/athankefalas/StitcherMacros.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/athankefalas/StitcherMacros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a7def81 Create FUNDING.yml
Cloned https://github.com/athankefalas/StitcherMacros.git
Revision (git rev-parse @):
a7def81b91f720adb44de0af6f84dbe648ac5081
SUCCESS checkout https://github.com/athankefalas/StitcherMacros.git at main
========================================
Build
========================================
Selected platform:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/athankefalas/Stitcher.git
Fetching https://github.com/apple/swift-syntax.git
[1/1159] Fetching stitcher
[1160/71611] Fetching stitcher, swift-syntax
Fetched https://github.com/athankefalas/Stitcher.git from cache (7.31s)
Fetched https://github.com/apple/swift-syntax.git from cache (7.39s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (8.50s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/16591] Fetching swift-collections
[831/24871] Fetching swift-collections, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (2.73s)
Fetched https://github.com/apple/swift-collections.git from cache (2.93s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (6.85s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.47s)
Creating working copy for https://github.com/athankefalas/Stitcher.git
Working copy of https://github.com/athankefalas/Stitcher.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
Building for debugging...
[0/65] Write sources
[36/65] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[37/65] Write swift-version-24593BA9C3E375BF.txt
[37/65] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[40/285] Emitting module InternalCollectionsUtilities
[41/287] Emitting module OpenCombine
[42/299] Emitting module SwiftSyntax509
[43/299] Compiling SwiftSyntax509 Empty.swift
[44/300] Compiling OpenCombine SubscriptionTap.swift
[45/300] Compiling OpenCombine AnyCancellable.swift
[46/300] Compiling OpenCombine AnyPublisher.swift
[47/300] Compiling OpenCombine AnySubscriber.swift
[48/300] Compiling OpenCombine SubscriberTap.swift
[49/300] Compiling OpenCombine SubscriptionStatus.swift
[50/302] Compiling OpenCombine ReduceProducer.swift
[51/302] Compiling OpenCombine SubjectSubscriber.swift
[52/302] Compiling OpenCombine PublishedSubject.swift
[53/302] Compiling OpenCombine PublishedSubscriber.swift
[54/302] Compiling OpenCombine ConduitBase.swift
[55/302] Compiling OpenCombine ConduitList.swift
[56/302] Compiling OpenCombine DebugHook.swift
[57/302] Emitting module InternalCollectionsUtilities
[58/302] Compiling OpenCombine FilterProducer.swift
[59/302] Compiling OpenCombine Locking.swift
[60/302] Compiling OpenCombine PartialCompletion.swift
[61/302] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/302] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/302] Emitting module OpenCombine
[81/315] Compiling OpenCombine Publishers.Count.swift
[82/315] Compiling OpenCombine Publishers.Debounce.swift
[83/315] Compiling OpenCombine Publishers.Delay.swift
[84/315] Compiling OpenCombine Publishers.Drop.swift
[85/315] Compiling OpenCombine Publishers.DropUntilOutput.swift
[86/315] Compiling OpenCombine Publishers.DropWhile.swift
[87/315] Compiling OpenCombine Publishers.Filter.swift
[88/315] Compiling OpenCombine Publishers.First.swift
[89/315] Compiling OpenCombine Publishers.FlatMap.swift
[90/315] Compiling OpenCombine Publishers.HandleEvents.swift
[91/315] Compiling OpenCombine Publishers.IgnoreOutput.swift
[92/315] Compiling OpenCombine Publishers.Last.swift
[93/315] Compiling OpenCombine Publishers.MakeConnectable.swift
[94/315] Compiling OpenCombine Publishers.Map.swift
[95/315] Compiling OpenCombine Publishers.MapError.swift
[96/315] Compiling OpenCombine Publishers.MeasureInterval.swift
[97/315] Compiling OpenCombine Publishers.Multicast.swift
[98/315] Compiling OpenCombine Publishers.Output.swift
[99/315] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[100/315] Compiling OpenCombine Publishers.PrefixWhile.swift
[101/315] Compiling OpenCombine Publishers.Print.swift
[102/315] Compiling OpenCombine Publishers.ReceiveOn.swift
[103/315] Compiling OpenCombine Publishers.Reduce.swift
[104/315] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[105/315] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[106/315] Compiling OpenCombine Publishers.ReplaceError.swift
[107/315] Wrapping AST for SwiftSyntax509 for debugging
[109/315] Compiling OpenCombine Utils.swift
[110/315] Compiling OpenCombine Violations.swift
[111/315] Compiling OpenCombine ImmediateScheduler.swift
[112/315] Compiling OpenCombine ObservableObject.swift
[113/315] Compiling OpenCombine PassthroughSubject.swift
[114/315] Compiling OpenCombine Published.swift
[115/315] Compiling OpenCombine Publisher+Subscribe.swift
[116/315] Compiling OpenCombine Deferred.swift
[117/315] Compiling OpenCombine Empty.swift
[118/315] Compiling OpenCombine Fail.swift
[119/315] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[120/315] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[121/315] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[127/315] Compiling OpenCombine CombineIdentifier.swift
[128/315] Compiling OpenCombine ConcurrencyHelpers.swift
[129/315] Compiling OpenCombine Future+Concurrency.swift
[130/315] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[131/315] Compiling OpenCombine CurrentValueSubject.swift
[132/315] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[133/315] Compiling OpenCombine Future.swift
[134/315] Compiling OpenCombine GENERATED-RootProtocols.swift
[164/365] Compiling SwiftSyntax SourcePresence.swift
[165/365] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[166/365] Compiling SwiftSyntax Syntax.swift
[167/365] Compiling SwiftSyntax SyntaxArena.swift
[168/365] Compiling SwiftSyntax SyntaxChildren.swift
[169/365] Compiling SwiftSyntax SyntaxCollection.swift
[170/365] Compiling SwiftSyntax SyntaxData.swift
[171/365] Compiling SwiftSyntax SyntaxText.swift
[172/365] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[173/365] Compiling SwiftSyntax TokenDiagnostic.swift
[174/365] Compiling SwiftSyntax TokenSyntax.swift
[175/365] Compiling SwiftSyntax Trivia.swift
[176/365] Compiling SwiftSyntax Utils.swift
[177/365] Compiling SwiftSyntax AbsolutePosition.swift
[178/365] Compiling SwiftSyntax Assert.swift
[179/365] Compiling SwiftSyntax BumpPtrAllocator.swift
[180/365] Compiling SwiftSyntax CommonAncestor.swift
[181/365] Compiling SwiftSyntax Convenience.swift
[182/365] Compiling SwiftSyntax MemoryLayout.swift
[183/365] Compiling SwiftSyntax MissingNodeInitializers.swift
[184/365] Compiling SwiftSyntax RawSyntax.swift
[185/365] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[186/365] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[187/365] Compiling SwiftSyntax RawSyntaxTokenView.swift
[188/365] Compiling SwiftSyntax SourceLength.swift
[189/365] Compiling SwiftSyntax SourceLocation.swift
[190/368] Compiling OpenCombine Result.swift
[191/368] Compiling OpenCombine Scheduler.swift
[192/368] Compiling OpenCombine Subject+Void.swift
[193/368] Compiling OpenCombine Subscriber+Void.swift
[194/368] Compiling OpenCombine Subscribers.Assign.swift
[195/368] Compiling OpenCombine Subscribers.Completion.swift
[196/368] Compiling OpenCombine Subscribers.Demand.swift
[197/368] Compiling OpenCombine Subscribers.Sink.swift
[198/368] Compiling OpenCombine Subscribers.swift
[199/368] Compiling OpenCombine Subscription.swift
[200/368] Compiling OpenCombine Subscriptions.swift
[201/368] Compiling OpenCombine _Introspection.swift
[202/370] Compiling HeapModule Heap+Invariants.swift
[203/371] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[204/567] Compiling HeapModule Heap.swift
[205/567] Compiling HeapModule Heap+Descriptions.swift
[206/567] Compiling HeapModule Heap+UnsafeHandle.swift
[207/567] Compiling HeapModule _HeapNode.swift
[208/635] Emitting module HeapModule
[210/636] Compiling _RopeModule Rope+Sequence.swift
[211/636] Compiling _RopeModule Rope+Append.swift
[212/636] Compiling _RopeModule Rope+Extract.swift
[213/636] Compiling _RopeModule Rope+Find.swift
[214/636] Compiling _RopeModule Rope+ForEachWhile.swift
[215/636] Compiling _RopeModule Rope+Insert.swift
[216/636] Compiling _RopeModule Rope+_Storage.swift
[217/636] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[218/636] Compiling _RopeModule Rope+_UnsafeHandle.swift
[219/636] Compiling _RopeModule Rope.swift
[220/636] Compiling _RopeModule RopeElement.swift
[221/636] Compiling _RopeModule RopeMetric.swift
[222/636] Compiling _RopeModule RopeSummary.swift
[223/636] Compiling _RopeModule _RopeItem.swift
[224/636] Compiling _RopeModule _RopePath.swift
[225/636] Compiling HashTreeCollections TreeSet+Sequence.swift
[226/636] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[227/636] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[228/636] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[229/636] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[230/636] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[231/636] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[232/636] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[233/636] Compiling OpenCombine Publishers.Comparison.swift
[234/636] Compiling OpenCombine Publishers.Concatenate.swift
[235/636] Compiling OpenCombine Publishers.Contains.swift
[236/636] Compiling _RopeModule BigString+UTF8View.swift
[237/636] Compiling _RopeModule BigString+UnicodeScalarView.swift
[238/636] Compiling _RopeModule BigSubstring+UTF16View.swift
[239/636] Compiling _RopeModule BigSubstring+UTF8View.swift
[240/636] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[241/636] Compiling _RopeModule BigSubstring.swift
[242/636] Compiling _RopeModule Rope+Builder.swift
[243/636] Compiling _RopeModule Rope+Debugging.swift
[244/636] Compiling _RopeModule Rope+Invariants.swift
[245/636] Compiling _RopeModule Rope+_Node.swift
[246/636] Compiling _RopeModule _RopeVersion.swift
[247/636] Compiling _RopeModule Rope+Collection.swift
[248/636] Compiling _RopeModule Rope+Index.swift
[249/636] Compiling OpenCombine Publishers.Retry.swift
[250/636] Compiling OpenCombine Publishers.Scan.swift
[251/636] Compiling OpenCombine Publishers.Sequence.swift
[252/636] Compiling OpenCombine Publishers.SetFailureType.swift
[253/636] Compiling OpenCombine Publishers.Share.swift
[254/636] Compiling OpenCombine Publishers.SubscribeOn.swift
[255/636] Compiling OpenCombine Publishers.SwitchToLatest.swift
[256/636] Compiling OpenCombine Publishers.Throttle.swift
[257/636] Compiling OpenCombine Publishers.Timeout.swift
[258/636] Compiling OpenCombine Publishers.Zip.swift
[259/636] Compiling OpenCombine Publishers.swift
[260/636] Compiling OpenCombine Record.swift
[261/636] Compiling OpenCombine Result.Publisher.swift
[269/636] Compiling _RopeModule BigString+Insert.swift
[270/636] Compiling _RopeModule BigString+Managing Breaks.swift
[271/636] Compiling _RopeModule BigString+RemoveSubrange.swift
[272/636] Compiling _RopeModule BigString+ReplaceSubrange.swift
[273/636] Compiling _RopeModule BigString+Split.swift
[274/636] Compiling _RopeModule Range+BigString.swift
[275/636] Compiling _RopeModule BigString+UTF16View.swift
[314/699] Compiling OrderedCollections _HashTable+Bucket.swift
[315/699] Compiling OrderedCollections _HashTable+BucketIterator.swift
[316/699] Compiling OrderedCollections _HashTable+Constants.swift
[317/699] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[318/699] Compiling OrderedCollections _HashTable+Testing.swift
[319/699] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[320/699] Compiling OrderedCollections _HashTable.swift
[321/699] Compiling OrderedCollections _Hashtable+Header.swift
[334/700] Compiling OrderedCollections OrderedSet+SubSequence.swift
[335/700] Compiling OrderedCollections OrderedSet+Testing.swift
[336/700] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[337/700] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[338/700] Compiling OrderedCollections OrderedSet.swift
[339/700] Compiling OrderedCollections _UnsafeBitset.swift
[344/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[345/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[346/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[347/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[348/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[349/710] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[350/710] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[351/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[352/710] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[353/710] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[354/710] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[355/710] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[356/710] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[357/710] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[358/710] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[359/710] Compiling OrderedCollections OrderedDictionary+Values.swift
[360/710] Compiling OrderedCollections OrderedDictionary.swift
[361/710] Compiling OrderedCollections OrderedSet+Codable.swift
[362/710] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[363/710] Compiling OrderedCollections OrderedSet+Descriptions.swift
[364/710] Compiling OrderedCollections OrderedSet+Diffing.swift
[365/710] Compiling OrderedCollections OrderedSet+Equatable.swift
[366/710] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[367/710] Compiling OrderedCollections OrderedSet+Hashable.swift
[368/719] Compiling OrderedCollections OrderedDictionary+Codable.swift
[369/719] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[370/719] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[371/719] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[372/719] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[373/719] Compiling OrderedCollections OrderedDictionary+Elements.swift
[374/719] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[375/725] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[376/725] Compiling HeapModule Heap+Descriptions.swift
[386/734] Compiling HeapModule _HeapNode.swift
[387/734] Compiling HeapModule Heap.swift
[388/734] Compiling SwiftSyntax SyntaxNodes.swift
[389/734] Compiling SwiftSyntax SyntaxPatternNodes.swift
[390/734] Compiling SwiftSyntax SyntaxStmtNodes.swift
[391/734] Compiling SwiftSyntax SyntaxTypeNodes.swift
[396/741] Compiling HeapModule Heap+Invariants.swift
[397/741] Compiling HeapModule Heap+UnsafeHandle.swift
[398/741] Compiling _RopeModule _CharacterRecognizer.swift
[399/741] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[400/741] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[401/741] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[402/741] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[403/741] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[404/741] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[405/741] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[406/741] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[407/741] Compiling HashTreeCollections TreeSet.swift
[408/741] Emitting module HeapModule
[418/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[419/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[420/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[421/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[422/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[423/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[431/742] Compiling OrderedCollections OrderedSet+Initializers.swift
[432/742] Compiling OrderedCollections OrderedSet+Insertions.swift
[433/742] Compiling OrderedCollections OrderedSet+Invariants.swift
[434/742] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[435/742] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[436/742] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[437/742] Compiling SwiftSyntax SyntaxDeclNodes.swift
[438/742] Compiling SwiftSyntax SyntaxExprNodes.swift
[446/742] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[477/744] Compiling OrderedCollections OrderedSet+Sendable.swift
[478/744] Compiling OrderedCollections OrderedSet+SubSequence.swift
[479/744] Compiling OrderedCollections OrderedSet+Testing.swift
[480/744] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[481/744] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[482/744] Compiling OrderedCollections OrderedSet.swift
[483/744] Compiling OrderedCollections _UnsafeBitset.swift
[494/753] Emitting module OpenCombineDispatch
[495/753] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[555/754] Emitting module OrderedCollections
[567/846] Compiling HashTreeCollections TreeSet+Hashable.swift
[568/846] Compiling HashTreeCollections TreeSet+Sendable.swift
[569/846] Compiling HashTreeCollections TreeSet+Sequence.swift
[570/846] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[571/846] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[572/846] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[573/846] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[574/846] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[575/846] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[576/846] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[577/849] Emitting module OrderedCollections
[578/852] Compiling HashTreeCollections TreeDictionary+Values.swift
[579/852] Compiling HashTreeCollections TreeDictionary.swift
[580/852] Compiling HashTreeCollections TreeSet+Codable.swift
[581/852] Compiling HashTreeCollections TreeSet+Collection.swift
[582/852] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[583/852] Compiling HashTreeCollections TreeSet+Debugging.swift
[584/852] Compiling HashTreeCollections TreeSet+Descriptions.swift
[585/857] Compiling DequeModule Deque+CustomReflectable.swift
[586/857] Compiling DequeModule Deque+Descriptions.swift
[587/859] Compiling DequeModule Deque+Equatable.swift
[588/859] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[589/859] Compiling DequeModule _DequeBuffer.swift
[590/859] Compiling DequeModule _DequeBufferHeader.swift
[595/859] Compiling DequeModule Deque+Codable.swift
[596/859] Compiling DequeModule Deque+Collection.swift
[597/859] Compiling DequeModule Deque+Extras.swift
[598/859] Compiling DequeModule Deque+Hashable.swift
[599/859] Compiling DequeModule Deque._UnsafeHandle.swift
[600/859] Compiling DequeModule Deque.swift
[603/859] Compiling DequeModule Deque+Testing.swift
[604/859] Compiling DequeModule Deque._Storage.swift
[605/859] Compiling DequeModule _DequeSlot.swift
[606/859] Compiling DequeModule _UnsafeWrappedBuffer.swift
[607/859] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[608/859] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[609/859] Compiling HashTreeCollections _HashNode.swift
[610/859] Compiling HashTreeCollections _HashNodeHeader.swift
[611/859] Compiling HashTreeCollections _HashSlot.swift
[612/859] Compiling HashTreeCollections _HashStack.swift
[613/859] Emitting module _RopeModule
[615/859] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[616/859] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[617/859] Compiling HashTreeCollections TreeDictionary+Filter.swift
[618/859] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[619/859] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[620/859] Compiling HashTreeCollections TreeDictionary+Keys.swift
[621/859] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[622/859] Compiling HashTreeCollections TreeDictionary+Merge.swift
[623/859] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[624/859] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[632/859] Compiling HashTreeCollections TreeSet+Equatable.swift
[633/859] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[634/859] Compiling HashTreeCollections TreeSet+Extras.swift
[635/859] Compiling HashTreeCollections TreeSet+Filter.swift
[643/859] Emitting module OpenCombineDispatch
[644/859] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[645/860] Emitting module _RopeModule
[655/875] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[658/875] Compiling DequeModule Deque+CustomReflectable.swift
[659/875] Compiling DequeModule Deque+Descriptions.swift
[660/875] Compiling DequeModule Deque+Equatable.swift
[661/875] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[662/877] Compiling DequeModule _DequeBuffer.swift
[663/877] Compiling DequeModule _DequeBufferHeader.swift
[664/877] Compiling DequeModule Deque+Testing.swift
[665/877] Compiling DequeModule Deque._Storage.swift
[668/877] Compiling DequeModule Deque._UnsafeHandle.swift
[669/877] Compiling DequeModule Deque.swift
[673/877] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[674/877] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[675/877] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[676/877] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[677/877] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[678/877] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[679/877] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[680/877] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[681/877] Compiling HashTreeCollections TreeSet.swift
[682/930] Compiling BitCollections BitArray+Descriptions.swift
[683/930] Compiling BitCollections BitArray+Equatable.swift
[684/930] Emitting module HashTreeCollections
[685/931] Emitting module DequeModule
[695/932] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[696/932] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[697/932] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[698/932] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[699/932] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[700/932] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[701/932] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[702/932] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[703/932] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[704/932] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[705/932] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[706/932] Compiling BitCollections BitSet+SetAlgebra union.swift
[707/932] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[708/932] Compiling BitCollections BitSet.Counted.swift
[715/932] Compiling BitCollections BitSet+Equatable.swift
[716/932] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[717/932] Compiling BitCollections BitSet+Extras.swift
[718/932] Compiling BitCollections BitSet+Hashable.swift
[719/932] Compiling BitCollections BitArray+RandomBits.swift
[720/932] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[721/932] Compiling BitCollections BitArray+Shifts.swift
[722/932] Compiling BitCollections BitArray+Testing.swift
[723/932] Compiling BitCollections BitArray._UnsafeHandle.swift
[724/932] Compiling BitCollections BitArray.swift
[725/932] Compiling BitCollections BitSet+BidirectionalCollection.swift
[726/932] Compiling BitCollections BitSet+Codable.swift
[727/932] Compiling BitCollections BitSet+Initializers.swift
[728/932] Compiling BitCollections BitSet+Invariants.swift
[729/932] Compiling BitCollections BitSet+Random.swift
[730/932] Compiling BitCollections BitSet+SetAlgebra basics.swift
[731/932] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[732/932] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[733/932] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[734/932] Compiling BitCollections BitArray+Codable.swift
[735/932] Compiling BitCollections BitArray+Collection.swift
[736/932] Compiling BitCollections BitArray+Copy.swift
[737/932] Compiling BitCollections BitArray+CustomReflectable.swift
[740/932] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[741/932] Compiling BitCollections BitSet+CustomReflectable.swift
[742/932] Compiling BitCollections BitSet+CustomStringConvertible.swift
[756/932] Compiling BitCollections BitArray+BitwiseOperations.swift
[757/932] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[758/932] Compiling BitCollections BitArray+Invariants.swift
[759/932] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[762/933] Wrapping AST for OrderedCollections for debugging
[764/986] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[765/986] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[765/986] Wrapping AST for OpenCombineDispatch for debugging
[766/986] Wrapping AST for OpenCombine for debugging
[768/986] Emitting module DequeModule
[769/987] Emitting module BitCollections
[769/994] Wrapping AST for InternalCollectionsUtilities for debugging
[770/994] Wrapping AST for HeapModule for debugging
[772/994] Compiling BitCollections BitSet+Hashable.swift
[773/994] Compiling BitCollections BitSet+Initializers.swift
[774/994] Compiling BitCollections BitSet+Invariants.swift
[775/994] Compiling BitCollections BitSet+Random.swift
[776/994] Compiling BitCollections BitSet+SetAlgebra basics.swift
[777/994] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[778/994] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[779/994] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[780/994] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[781/994] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[782/994] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[783/994] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[784/994] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[785/994] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[786/994] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[787/994] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[788/994] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[789/994] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[790/994] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[791/995] Wrapping AST for DequeModule for debugging
[804/995] Compiling BitCollections BitArray+Testing.swift
[805/995] Compiling BitCollections BitArray._UnsafeHandle.swift
[806/995] Compiling BitCollections BitArray.swift
[807/995] Compiling BitCollections BitSet+BidirectionalCollection.swift
[808/995] Compiling BitCollections BitSet+Codable.swift
[809/995] Compiling BitCollections BitArray+BitwiseOperations.swift
[810/995] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[811/995] Compiling BitCollections BitArray+Codable.swift
[812/995] Compiling BitCollections BitArray+Collection.swift
[813/995] Compiling BitCollections BitArray+Copy.swift
[814/995] Compiling BitCollections BitArray+CustomReflectable.swift
[827/995] Compiling BitCollections BitSet+SetAlgebra union.swift
[828/995] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[829/995] Compiling BitCollections BitSet.Counted.swift
[832/995] Compiling BitCollections BitArray+Extras.swift
[833/995] Compiling BitCollections BitArray+Fill.swift
[834/995] Compiling BitCollections BitArray+Hashable.swift
[835/995] Compiling BitCollections BitArray+Initializers.swift
[836/995] Compiling BitCollections BitArray+Invariants.swift
[837/995] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[838/995] Compiling BitCollections BitArray+RandomBits.swift
[839/995] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[840/995] Compiling BitCollections BitArray+Shifts.swift
[840/995] Wrapping AST for _RopeModule for debugging
[855/995] Compiling BitCollections BitArray+Descriptions.swift
[879/995] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[880/995] Compiling BitCollections BitSet+CustomReflectable.swift
[881/995] Compiling BitCollections BitSet+CustomStringConvertible.swift
[882/995] Compiling BitCollections BitSet+Equatable.swift
[883/995] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[884/995] Compiling BitCollections BitSet+Extras.swift
[886/1002] Compiling BitCollections BitArray+Equatable.swift
[908/1002] Compiling BitCollections BitSet.Index.swift
[909/1002] Compiling BitCollections BitSet._UnsafeHandle.swift
[910/1002] Compiling BitCollections BitSet.swift
[911/1002] Compiling BitCollections Range+Utilities.swift
[912/1002] Compiling BitCollections Slice+Utilities.swift
[913/1002] Compiling BitCollections UInt+Tricks.swift
[914/1002] Compiling BitCollections _Word.swift
[916/1003] Emitting module BitCollections
[940/1003] Wrapping AST for BitCollections for debugging
[942/1003] Emitting module HashTreeCollections
[951/1005] Wrapping AST for HashTreeCollections for debugging
[953/1007] Emitting module Collections
[954/1007] Compiling Collections Collections.swift
[957/1010] Emitting module Collections
[957/1011] Wrapping AST for Collections for debugging
[960/1153] Emitting module SwiftSyntax
[961/1153] 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 |
[962/1153] 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 |
[963/1153] 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 |
[964/1153] 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 |
[965/1153] 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 |
[966/1153] 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 |
[967/1153] 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 |
[968/1153] 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 |
[969/1153] 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 |
[970/1153] 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 |
[971/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 |
[972/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 |
[973/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 |
[974/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 |
[975/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 |
[976/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 |
[977/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 |
[978/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 |
[979/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 |
[980/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 |
[981/1163] Compiling Stitcher DependencyContainingCollection.swift
[982/1163] Compiling Stitcher DependencyEagerness.swift
[983/1163] Compiling Stitcher DependencyLocator.swift
[984/1163] Compiling Stitcher DependencyLocatorTraits.swift
[985/1163] Compiling Stitcher DependencyParameters.swift
[986/1163] Compiling Stitcher DependencyScope.swift
[987/1163] Compiling Stitcher InjectionError.swift
[988/1163] Compiling Stitcher ManagedDependencyScopeProviding.swift
[989/1163] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[990/1163] Compiling Stitcher PipelineManagedDependencyScope.swift
[991/1163] Compiling Stitcher TypeName.swift
[992/1163] Compiling Stitcher Atomic.swift
[993/1163] Compiling Stitcher Dependencies.swift
[994/1163] Compiling Stitcher Injected+Init.swift
[995/1163] Compiling Stitcher Injected.swift
[996/1163] Compiling Stitcher AutoregisterableDependency.swift
[997/1163] Compiling Stitcher GeneratedDependencyRegistration.swift
[998/1163] Compiling Stitcher RegisterableDependency.swift
[999/1163] Compiling Stitcher DependenciesRegistrar.swift
[1000/1163] Compiling Stitcher Dependency.swift
[1001/1163] Compiling Stitcher DependencyGroup.swift
[1002/1163] Compiling Stitcher DependencyRegistrarBuilder.swift
[1003/1163] Compiling Stitcher RawDependencyRegistration.swift
[1004/1163] Compiling Stitcher DependencyGroupRepresenting.swift
[1005/1163] Compiling Stitcher DependencyRepresenting.swift
[1006/1163] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[1007/1163] Compiling Stitcher NeverInstanceStorage.swift
[1008/1163] Compiling Stitcher SharedInstanceStorage.swift
[1009/1163] Compiling Stitcher SingletonInstanceStorage.swift
[1010/1163] Compiling Stitcher InstanceStorage.swift
[1011/1163] Compiling Stitcher InstantionNotificationCenter.swift
[1012/1163] Compiling Stitcher PostInstantiationAware.swift
[1013/1163] Compiling Stitcher DependencyCycleDetector.swift
[1014/1163] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[1015/1163] Compiling Stitcher DependencyGraph+Assertions.swift
[1016/1163] Compiling Stitcher DependencyGraph+NameInjection.swift
[1017/1163] Compiling Stitcher DependencyGraph+TypeInjection.swift
[1018/1163] Compiling Stitcher DependencyGraph+ValueInjection.swift
[1019/1163] Compiling Stitcher DependencyGraph.swift
[1020/1163] Compiling Stitcher DependencyRegistrarIndex.swift
[1021/1163] Emitting module Stitcher
[1022/1163] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[1023/1163] Compiling Stitcher NameInjectionCodeGenerator.swift
[1024/1163] Compiling Stitcher TestInjectionCodeGenerator.swift
[1025/1163] Compiling Stitcher TypeInjectionCodeGenerator.swift
[1026/1163] Compiling Stitcher InjectionCodeGenerator.swift
[1027/1163] Compiling Stitcher InjectionCodeGenerators.swift
[1028/1163] Compiling Stitcher StitcherConfiguration.swift
[1029/1163] Compiling Stitcher DependencyContainer.swift
[1030/1163] Compiling Stitcher DependencyFactory+Function.swift
[1031/1163] Compiling Stitcher DependencyFactory.swift
[1032/1163] Compiling Stitcher RawThreadKeyError.swift
[1033/1163] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[1034/1163] Compiling Stitcher ThreadLocal.swift
[1035/1163] Compiling Stitcher ThreadValues.swift
[1036/1163] Compiling Stitcher ThreadValuesKey.swift
[1037/1163] Compiling Stitcher DefaultValueProviding.swift
[1038/1163] Compiling Stitcher Extensions.swift
[1039/1163] Compiling Stitcher Functions.swift
[1040/1163] Compiling Stitcher Reference.swift
[1041/1163] Compiling Stitcher WeakReference.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[3/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/46] Compiling InternalCollectionsUtilities Debugging.swift
[5/46] Compiling InternalCollectionsUtilities Descriptions.swift
[6/48] Emitting module SwiftSyntax509
[7/53] Compiling SwiftSyntax509 Empty.swift
[8/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/63] Compiling InternalCollectionsUtilities Specialize.swift
[11/249] Compiling OpenCombine Publishers.Drop.swift
[12/249] Compiling OpenCombine Publishers.DropUntilOutput.swift
[13/249] Compiling OpenCombine Publishers.Debounce.swift
[14/249] Compiling OpenCombine Publishers.Delay.swift
[15/251] Compiling OpenCombine Publishers.Comparison.swift
[16/251] Compiling OpenCombine Publishers.Concatenate.swift
[17/251] Compiling OpenCombine Publishers.Contains.swift
[18/251] Compiling OpenCombine Publishers.Count.swift
[19/251] Compiling OpenCombine Just.swift
[20/251] Compiling OpenCombine Optional.Publisher.swift
[21/251] Compiling OpenCombine Publishers.AllSatisfy.swift
[22/251] Compiling OpenCombine Publishers.AssertNoFailure.swift
[23/251] Compiling OpenCombine Publishers.Autoconnect.swift
[29/251] Compiling OpenCombine Publishers.Breakpoint.swift
[30/296] Compiling SwiftSyntax SyntaxArena.swift
[31/296] Compiling SwiftSyntax SyntaxChildren.swift
[32/296] Emitting module InternalCollectionsUtilities
[34/296] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/296] Compiling SwiftSyntax RawSyntaxTokenView.swift
[36/296] Compiling SwiftSyntax SourceLength.swift
[37/296] Compiling SwiftSyntax SourceLocation.swift
[38/296] Compiling SwiftSyntax SourcePresence.swift
[40/297] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[42/297] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/297] Compiling SwiftSyntax RawSyntax.swift
[45/360] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[46/360] Compiling HeapModule Heap+Descriptions.swift
[47/504] Compiling HeapModule Heap.swift
[48/504] Compiling HeapModule _HeapNode.swift
[49/558] Compiling HeapModule Heap+UnsafeHandle.swift
[50/558] Compiling HeapModule Heap+Invariants.swift
[51/572] Emitting module HeapModule
[53/573] Compiling _RopeModule BigString+Iterators.swift
[54/573] Compiling _RopeModule BigString+Metrics.swift
[55/573] Compiling _RopeModule BigString+Summary.swift
[56/573] Compiling _RopeModule BigString.swift
[57/573] Compiling _RopeModule _RopeVersion.swift
[58/573] Compiling _RopeModule Rope+Collection.swift
[59/573] Compiling _RopeModule Rope+Index.swift
[60/573] Compiling _RopeModule Rope+Sequence.swift
[61/573] Compiling _RopeModule Rope+Append.swift
[62/573] Compiling _RopeModule Rope+Extract.swift
[63/583] Compiling _RopeModule BigString+BidirectionalCollection.swift
[64/583] Compiling _RopeModule BigString+Builder.swift
[65/583] Compiling _RopeModule BigString+Contents.swift
[66/583] Compiling _RopeModule BigString+Debugging.swift
[67/583] Compiling _RopeModule BigString+Index.swift
[68/583] Compiling _RopeModule BigString+Ingester.swift
[69/583] Compiling _RopeModule BigString+Invariants.swift
[70/583] Compiling _RopeModule BigString+Chunk+Counts.swift
[71/583] Compiling _RopeModule BigString+Chunk+Description.swift
[72/583] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[73/583] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[74/583] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[75/583] Compiling _RopeModule BigString+Chunk+Splitting.swift
[76/583] Compiling _RopeModule BigString+Chunk.swift
[77/590] Compiling _RopeModule BigString+Append.swift
[78/590] Compiling _RopeModule BigString+Initializers.swift
[79/590] Compiling _RopeModule BigString+Insert.swift
[80/590] Compiling _RopeModule BigString+Managing Breaks.swift
[81/590] Compiling _RopeModule BigString+RemoveSubrange.swift
[82/590] Compiling _RopeModule BigString+ReplaceSubrange.swift
[83/590] Compiling _RopeModule BigString+Split.swift
[84/590] Compiling _RopeModule Range+BigString.swift
[85/590] Compiling _RopeModule Rope+Builder.swift
[86/590] Compiling _RopeModule Rope+Debugging.swift
[87/590] Compiling _RopeModule Rope+Invariants.swift
[88/590] Compiling _RopeModule Rope+_Node.swift
[89/590] Compiling _RopeModule BigString+Comparable.swift
[90/590] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[91/590] Compiling _RopeModule BigString+CustomStringConvertible.swift
[92/590] Compiling _RopeModule BigString+Equatable.swift
[93/590] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[94/590] Compiling _RopeModule BigString+Hashing.swift
[95/590] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[96/590] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[97/590] Compiling _RopeModule BigString+Sequence.swift
[98/590] Compiling _RopeModule BigString+TextOutputStream.swift
[99/590] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[100/590] Compiling _RopeModule BigString+Chunk+Breaks.swift
[109/590] Compiling _RopeModule BigString+UTF16View.swift
[110/590] Compiling _RopeModule BigString+UTF8View.swift
[111/590] Compiling _RopeModule Rope+_Storage.swift
[112/590] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[113/590] Compiling _RopeModule Rope+_UnsafeHandle.swift
[114/602] Compiling _RopeModule RopeSummary.swift
[115/602] Compiling _RopeModule _RopeItem.swift
[116/602] Compiling _RopeModule _RopePath.swift
[117/602] Compiling _RopeModule BigString+UnicodeScalarView.swift
[118/602] Compiling _RopeModule BigSubstring+UTF16View.swift
[119/602] Compiling _RopeModule BigSubstring+UTF8View.swift
[120/602] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[121/602] Compiling _RopeModule BigSubstring.swift
[122/602] Compiling _RopeModule Rope+Find.swift
[123/602] Compiling _RopeModule Rope+ForEachWhile.swift
[124/602] Compiling _RopeModule Rope+Insert.swift
[125/602] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[126/602] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[127/602] Compiling HashTreeCollections TreeDictionary+Keys.swift
[128/602] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[129/602] Compiling HashTreeCollections TreeDictionary+Merge.swift
[130/602] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[131/602] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[132/602] Compiling HashTreeCollections TreeDictionary+Values.swift
[143/602] Emitting module OpenCombine
[145/614] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[146/614] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[147/614] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[148/614] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[149/614] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[150/614] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[151/614] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[152/614] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[153/614] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[154/614] Compiling HashTreeCollections TreeSet.swift
[155/614] Compiling _RopeModule Rope.swift
[156/614] Compiling _RopeModule RopeElement.swift
[157/614] Compiling _RopeModule RopeMetric.swift
[196/614] Compiling OpenCombine Publishers.Print.swift
[197/614] Compiling OpenCombine Publishers.ReceiveOn.swift
[198/614] Compiling OpenCombine Publishers.Reduce.swift
[199/614] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[200/614] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[201/614] Compiling OpenCombine Publishers.ReplaceError.swift
[202/614] Compiling OrderedCollections OrderedSet+Sendable.swift
[203/614] Compiling OrderedCollections OrderedSet+SubSequence.swift
[204/614] Compiling OrderedCollections OrderedSet+Testing.swift
[205/614] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[206/614] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[207/614] Compiling OrderedCollections OrderedSet.swift
[208/614] Compiling OrderedCollections _UnsafeBitset.swift
[209/614] Compiling OpenCombine Result.swift
[210/614] Compiling OpenCombine Scheduler.swift
[211/614] Compiling OpenCombine Subject+Void.swift
[212/614] Compiling OpenCombine Subscriber+Void.swift
[213/614] Compiling OpenCombine Subscribers.Assign.swift
[214/614] Compiling OpenCombine Subscribers.Completion.swift
[215/614] Compiling OpenCombine Subscribers.Demand.swift
[216/614] Compiling OpenCombine Subscribers.Sink.swift
[217/614] Compiling OpenCombine Subscribers.swift
[218/614] Compiling OpenCombine Subscription.swift
[219/614] Compiling OpenCombine Subscriptions.swift
[220/614] Compiling OpenCombine _Introspection.swift
[267/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[268/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[269/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[270/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[271/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[276/678] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[277/678] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[278/678] Compiling OrderedCollections OrderedDictionary+Values.swift
[279/678] Compiling OrderedCollections OrderedDictionary+Codable.swift
[280/678] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[281/678] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[282/678] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[283/678] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[284/678] Compiling OrderedCollections OrderedDictionary+Elements.swift
[285/678] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[286/678] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[287/678] Compiling OrderedCollections _HashTable+Bucket.swift
[288/678] Compiling OrderedCollections _HashTable+BucketIterator.swift
[298/687] Compiling OrderedCollections OrderedDictionary.swift
[299/687] Compiling OrderedCollections OrderedSet+Codable.swift
[300/687] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[301/687] Compiling OrderedCollections OrderedSet+Descriptions.swift
[302/687] Compiling OrderedCollections OrderedSet+Diffing.swift
[303/687] Compiling OrderedCollections OrderedSet+Equatable.swift
[304/687] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[305/687] Compiling OrderedCollections OrderedSet+Hashable.swift
[306/687] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[307/687] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[320/687] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[321/687] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[322/687] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[330/687] Emitting module OrderedCollections
[371/694] Compiling OrderedCollections _HashTable+Constants.swift
[372/694] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[373/694] Compiling OrderedCollections _HashTable+Testing.swift
[374/694] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[375/694] Compiling OrderedCollections _HashTable.swift
[376/694] Compiling OrderedCollections _Hashtable+Header.swift
[377/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[378/694] Compiling SwiftSyntax SyntaxPatternNodes.swift
[379/694] Compiling SwiftSyntax SyntaxStmtNodes.swift
[380/694] Compiling SwiftSyntax SyntaxTypeNodes.swift
[386/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[387/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[388/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[389/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[390/694] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[391/694] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[411/701] Compiling OrderedCollections OrderedSet+Initializers.swift
[412/701] Compiling OrderedCollections OrderedSet+Insertions.swift
[413/701] Compiling OrderedCollections OrderedSet+Invariants.swift
[414/701] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[415/701] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[416/701] Compiling SwiftSyntax SyntaxDeclNodes.swift
[417/701] Compiling SwiftSyntax SyntaxExprNodes.swift
[418/701] Compiling SwiftSyntax SyntaxNodes.swift
[470/701] Compiling OrderedCollections OrderedSet+Sendable.swift
[471/701] Compiling OrderedCollections OrderedSet+SubSequence.swift
[472/701] Compiling OrderedCollections OrderedSet+Testing.swift
[473/701] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[474/708] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[477/708] Compiling _RopeModule Rope+Join.swift
[478/708] Compiling _RopeModule Rope+MutatingForEach.swift
[479/708] Compiling _RopeModule Rope+Remove.swift
[480/708] Compiling _RopeModule Rope+RemoveSubrange.swift
[481/708] Compiling _RopeModule Rope+Split.swift
[482/708] Compiling _RopeModule Optional Utilities.swift
[483/708] Compiling _RopeModule String Utilities.swift
[484/708] Compiling _RopeModule String.Index+ABI.swift
[485/708] Compiling _RopeModule _CharacterRecognizer.swift
[501/709] Compiling HeapModule Heap+Descriptions.swift
[556/709] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[557/709] Compiling OrderedCollections OrderedSet.swift
[558/709] Compiling OrderedCollections _UnsafeBitset.swift
[576/709] Compiling HeapModule Heap.swift
[577/709] Compiling HeapModule _HeapNode.swift
[578/709] Emitting module _RopeModule
[579/709] Emitting module HeapModule
[580/710] Compiling HeapModule Heap+Invariants.swift
[581/710] Compiling HeapModule Heap+UnsafeHandle.swift
[582/711] Emitting module _RopeModule
[592/789] Compiling HashTreeCollections TreeSet+Sequence.swift
[593/789] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[594/789] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[595/789] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[596/789] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[597/789] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[598/789] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[599/789] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[601/791] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[602/791] Compiling HashTreeCollections _HashNode+Structural merge.swift
[603/791] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[604/791] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[605/791] Compiling HashTreeCollections _HashNode+Structural union.swift
[606/791] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[607/791] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[608/791] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[609/791] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[610/791] Compiling HashTreeCollections _HashNode.swift
[611/791] Compiling HashTreeCollections _HashNodeHeader.swift
[612/791] Compiling HashTreeCollections _HashSlot.swift
[613/791] Compiling HashTreeCollections _HashStack.swift
[614/791] Compiling HashTreeCollections _HashTreeIterator.swift
[615/791] Compiling HashTreeCollections _HashTreeStatistics.swift
[616/791] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[617/791] Compiling HashTreeCollections _RawHashNode.swift
[618/791] Compiling HashTreeCollections _UnmanagedHashNode.swift
[619/791] Compiling HashTreeCollections _UnsafePath.swift
[620/791] Compiling HashTreeCollections TreeDictionary+Codable.swift
[621/791] Compiling HashTreeCollections TreeDictionary+Collection.swift
[622/791] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[623/791] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[624/791] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[625/791] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[626/791] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[627/791] Compiling HashTreeCollections TreeDictionary+Filter.swift
[628/791] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[629/791] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[630/792] Emitting module OrderedCollections
[632/793] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[651/794] Compiling HashTreeCollections TreeSet+Hashable.swift
[652/794] Compiling HashTreeCollections TreeSet+Sendable.swift
[662/815] Emitting module HashTreeCollections
[664/835] Compiling HashTreeCollections TreeDictionary.swift
[665/835] Compiling HashTreeCollections TreeSet+Codable.swift
[666/835] Compiling HashTreeCollections TreeSet+Collection.swift
[667/835] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[668/835] Compiling HashTreeCollections TreeSet+Debugging.swift
[669/835] Compiling HashTreeCollections TreeSet+Descriptions.swift
[670/835] Compiling HashTreeCollections TreeSet+Equatable.swift
[671/835] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[672/835] Compiling HashTreeCollections TreeSet+Extras.swift
[673/835] Compiling HashTreeCollections TreeSet+Filter.swift
[679/835] Compiling HashTreeCollections TreeDictionary+Keys.swift
[680/835] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[681/835] Compiling HashTreeCollections TreeDictionary+Merge.swift
[682/835] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[683/835] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[684/835] Compiling HashTreeCollections TreeDictionary+Values.swift
[685/835] Compiling DequeModule Deque+CustomReflectable.swift
[686/835] Compiling DequeModule Deque+Descriptions.swift
[687/835] Compiling DequeModule Deque+Equatable.swift
[688/835] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[689/837] Emitting module OpenCombineDispatch
[690/837] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[691/837] Compiling DequeModule _DequeBuffer.swift
[692/837] Compiling DequeModule _DequeBufferHeader.swift
[693/859] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[694/859] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[695/879] Compiling BitCollections BitArray+Hashable.swift
[696/879] Compiling BitCollections BitArray+Initializers.swift
[697/893] Emitting module OpenCombineDispatch
[698/893] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[700/893] Compiling BitCollections BitArray+Copy.swift
[701/893] Compiling BitCollections BitArray+CustomReflectable.swift
[702/893] Compiling BitCollections BitArray+BitwiseOperations.swift
[703/893] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[704/893] Compiling BitCollections BitArray+Descriptions.swift
[705/893] Compiling BitCollections BitArray+Equatable.swift
[706/893] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[707/893] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[708/893] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[709/893] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[710/893] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[711/893] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[712/893] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[713/893] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[714/893] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[715/893] Compiling HashTreeCollections TreeSet.swift
[716/925] Wrapping AST for _RopeModule for debugging
[717/946] Wrapping AST for OrderedCollections for debugging
[718/946] Wrapping AST for OpenCombine for debugging
[720/946] Compiling BitCollections BitArray+Invariants.swift
[721/946] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[723/946] Wrapping AST for InternalCollectionsUtilities for debugging
[724/946] Wrapping AST for HeapModule for debugging
[726/946] Compiling BitCollections BitArray+Descriptions.swift
[727/946] Compiling BitCollections BitArray+Equatable.swift
[728/946] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[729/946] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[730/946] Compiling BitCollections BitArray+Extras.swift
[731/946] Compiling BitCollections BitArray+Fill.swift
[732/946] Compiling BitCollections BitArray+BitwiseOperations.swift
[733/946] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[733/946] Wrapping AST for HashTreeCollections for debugging
[737/946] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[738/946] Compiling BitCollections BitSet+CustomReflectable.swift
[739/946] Compiling BitCollections BitSet+CustomStringConvertible.swift
[740/946] Compiling BitCollections BitSet+Equatable.swift
[741/946] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[742/946] Compiling BitCollections BitSet+Extras.swift
[743/946] Compiling BitCollections BitSet+Hashable.swift
[744/953] Compiling BitCollections BitSet+Random.swift
[745/953] Compiling BitCollections BitSet+SetAlgebra basics.swift
[746/953] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[747/953] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[748/953] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[749/953] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[750/953] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[751/953] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[752/953] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[753/953] Compiling BitCollections BitSet+SetAlgebra union.swift
[754/953] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[762/953] Compiling BitCollections BitSet+Initializers.swift
[763/953] Compiling BitCollections BitSet+Invariants.swift
[769/960] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[770/960] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[771/960] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[772/960] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[773/960] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[774/960] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[775/960] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[782/960] Compiling BitCollections BitSet.Counted.swift
[783/960] Emitting module BitCollections
[785/960] Compiling BitCollections BitArray+Hashable.swift
[786/960] Compiling BitCollections BitArray+Initializers.swift
[789/960] Compiling BitCollections BitArray+RandomBits.swift
[790/960] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[791/960] Compiling BitCollections BitArray+Shifts.swift
[792/960] Compiling BitCollections BitArray+Testing.swift
[793/960] Compiling BitCollections BitArray._UnsafeHandle.swift
[794/960] Compiling BitCollections BitArray.swift
[795/960] Emitting module DequeModule
[796/960] Compiling BitCollections BitArray+Codable.swift
[797/960] Compiling BitCollections BitArray+Collection.swift
[819/961] Emitting module DequeModule
[826/962] Compiling BitCollections BitArray+Copy.swift
[827/962] Compiling BitCollections BitArray+CustomReflectable.swift
[833/962] Compiling BitCollections BitSet+BidirectionalCollection.swift
[834/962] Compiling BitCollections BitSet+Codable.swift
[843/962] Wrapping AST for DequeModule for debugging
[845/962] Emitting module BitCollections
[894/962] Compiling BitCollections BitSet.Index.swift
[895/962] Compiling BitCollections BitSet._UnsafeHandle.swift
[896/962] Compiling BitCollections BitSet.swift
[897/962] Compiling BitCollections Range+Utilities.swift
[898/962] Compiling BitCollections Slice+Utilities.swift
[899/962] Compiling BitCollections UInt+Tricks.swift
[900/962] Compiling BitCollections _Word.swift
[910/965] Compiling Collections Collections.swift
[911/965] Emitting module Collections
[913/1020] Emitting module HashTreeCollections
[915/1037] 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 |
[916/1037] 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 |
[917/1037] 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 |
[918/1037] 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 |
[919/1037] 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 |
[920/1037] 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 |
[921/1037] 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 |
[922/1037] 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 |
[923/1037] 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 |
[924/1037] 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 |
[925/1049] Emitting module Stitcher
[926/1049] Compiling Collections Collections.swift
[927/1049] Emitting module Collections
[929/1050] Compiling Stitcher DependencyGroup.swift
[930/1050] Compiling Stitcher DependencyRegistrarBuilder.swift
[931/1050] Compiling Stitcher RawDependencyRegistration.swift
[932/1050] Compiling Stitcher DependencyGroupRepresenting.swift
[933/1050] Compiling Stitcher DependencyRepresenting.swift
[934/1050] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[935/1050] Compiling Stitcher NeverInstanceStorage.swift
[936/1050] Compiling Stitcher SharedInstanceStorage.swift
[937/1050] Compiling Stitcher SingletonInstanceStorage.swift
[938/1050] Compiling Stitcher InstanceStorage.swift
[939/1081] Compiling Stitcher RawThreadKeyError.swift
[940/1081] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[941/1081] Compiling Stitcher ThreadLocal.swift
[942/1081] Compiling Stitcher ThreadValues.swift
[943/1081] Compiling Stitcher ThreadValuesKey.swift
[944/1081] Compiling Stitcher DefaultValueProviding.swift
[945/1081] Compiling Stitcher Extensions.swift
[946/1081] Compiling Stitcher Functions.swift
[947/1081] Compiling Stitcher Reference.swift
[948/1081] Compiling Stitcher WeakReference.swift
[949/1088] Compiling Stitcher DependencyContainingCollection.swift
[950/1088] Compiling Stitcher DependencyEagerness.swift
[951/1088] Compiling Stitcher DependencyLocator.swift
[952/1088] Compiling Stitcher DependencyLocatorTraits.swift
[953/1088] Compiling Stitcher DependencyParameters.swift
[954/1088] Compiling Stitcher DependencyScope.swift
[955/1088] Compiling Stitcher InjectionError.swift
[956/1088] Compiling Stitcher RegisterableDependency.swift
[957/1088] Compiling Stitcher DependenciesRegistrar.swift
[958/1088] Compiling Stitcher Dependency.swift
[959/1121] 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 |
[960/1121] 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 |
[961/1121] 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 |
[962/1121] 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 |
[963/1121] 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 |
[964/1121] 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 |
[965/1121] 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 |
[966/1121] 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 |
[967/1121] 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 |
[968/1121] 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 |
[969/1121] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[970/1121] Compiling Stitcher NameInjectionCodeGenerator.swift
[971/1121] Compiling Stitcher TestInjectionCodeGenerator.swift
[972/1121] Compiling Stitcher TypeInjectionCodeGenerator.swift
[973/1121] Compiling Stitcher InjectionCodeGenerator.swift
[974/1121] Compiling Stitcher InjectionCodeGenerators.swift
[975/1121] Compiling Stitcher StitcherConfiguration.swift
[976/1121] Compiling Stitcher DependencyContainer.swift
[977/1121] Compiling Stitcher DependencyFactory+Function.swift
[978/1121] Compiling Stitcher DependencyFactory.swift
[979/1121] Compiling Stitcher TypeName.swift
[980/1121] Compiling Stitcher Atomic.swift
[981/1121] Compiling Stitcher Dependencies.swift
[982/1121] Compiling Stitcher Injected+Init.swift
[983/1121] Compiling Stitcher Injected.swift
[984/1121] Compiling Stitcher AutoregisterableDependency.swift
[985/1121] Compiling Stitcher GeneratedDependencyRegistration.swift
[986/1121] Compiling Stitcher RegisterableDependency.swift
[987/1121] Compiling Stitcher DependenciesRegistrar.swift
[988/1121] Compiling Stitcher Dependency.swift
[989/1121] Compiling Stitcher InstantionNotificationCenter.swift
[990/1121] Compiling Stitcher PostInstantiationAware.swift
[991/1121] Compiling Stitcher DependencyCycleDetector.swift
[992/1121] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[993/1121] Compiling Stitcher DependencyGraph+Assertions.swift
[994/1121] Compiling Stitcher DependencyGraph+NameInjection.swift
[995/1121] Compiling Stitcher DependencyGraph+TypeInjection.swift
[996/1121] Compiling Stitcher DependencyGraph+ValueInjection.swift
[997/1121] Compiling Stitcher DependencyGraph.swift
[998/1121] Compiling Stitcher DependencyRegistrarIndex.swift
BUILD FAILURE 6.1 android