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 v1.1.0 (6689ae), with Swift 6.1 for Android on 29 May 2025 11:14:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: v1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/athankefalas/StitcherMacros
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 6689ae8 Release version 1.1.0
Cloned https://github.com/athankefalas/StitcherMacros.git
Revision (git rev-parse @):
6689ae827df0c1ac11623ae0af298f3a3ef4eae7
SUCCESS checkout https://github.com/athankefalas/StitcherMacros.git at v1.1.0
========================================
Build
========================================
Selected platform:         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-4609320-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/apple/swift-syntax.git
Fetching https://github.com/athankefalas/Stitcher.git
[1/1159] Fetching stitcher
Fetched https://github.com/athankefalas/Stitcher.git from cache (0.43s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.15s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (8.67s)
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/24871] Fetching swift-collections, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.27s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.88s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/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
Building for debugging...
[0/65] Write sources
[36/65] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[37/65] Write swift-version-24593BA9C3E375BF.txt
[38/65] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[40/285] Emitting module InternalCollectionsUtilities
[41/287] Emitting module OpenCombine
[43/311] Compiling OpenCombine Cancellable.swift
[44/311] Compiling OpenCombine Codable.swift
[45/313] Compiling OpenCombine AnyCancellable.swift
[46/313] Compiling OpenCombine AnyPublisher.swift
[47/313] Compiling OpenCombine AnySubscriber.swift
[48/313] Emitting module InternalCollectionsUtilities
[49/313] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[50/313] Compiling OpenCombine Future.swift
[51/313] Emitting module SwiftSyntax509
[52/313] Compiling SwiftSyntax509 Empty.swift
[53/314] Compiling OpenCombine ConduitList.swift
[54/314] Compiling OpenCombine DebugHook.swift
[55/314] Compiling OpenCombine GENERATED-RootProtocols.swift
[56/314] Compiling OpenCombine ConduitBase.swift
[57/314] Compiling OpenCombine CombineIdentifier.swift
[58/314] Compiling OpenCombine ConcurrencyHelpers.swift
[59/314] Compiling OpenCombine Future+Concurrency.swift
[60/314] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[61/314] Compiling OpenCombine CurrentValueSubject.swift
[63/314] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/314] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/315] Wrapping AST for SwiftSyntax509 for debugging
[67/430] Compiling _RopeModule BigString+Iterators.swift
[68/430] Compiling _RopeModule BigString+Metrics.swift
[69/431] Compiling _RopeModule BigString+Ingester.swift
[70/431] Compiling _RopeModule BigString+Invariants.swift
[71/432] Compiling _RopeModule BigString+Builder.swift
[72/432] Compiling _RopeModule BigString+Contents.swift
[73/433] Compiling _RopeModule BigString+Equatable.swift
[74/433] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[75/433] Compiling _RopeModule BigString+Debugging.swift
[76/433] Compiling _RopeModule BigString+Index.swift
[77/435] Compiling _RopeModule BigString+Sequence.swift
[78/435] Compiling _RopeModule BigString+TextOutputStream.swift
[79/435] Compiling OpenCombine Result.swift
[80/435] Compiling OpenCombine Scheduler.swift
[81/435] Compiling OpenCombine Subject+Void.swift
[82/435] Compiling OpenCombine Subscriber+Void.swift
[83/435] Compiling OpenCombine Subscribers.Assign.swift
[84/435] Compiling OpenCombine Subscribers.Completion.swift
[85/435] Compiling OpenCombine Subscribers.Demand.swift
[86/435] Compiling OpenCombine Subscribers.Sink.swift
[87/435] Compiling OpenCombine Subscribers.swift
[88/435] Compiling OpenCombine Subscription.swift
[89/435] Compiling _RopeModule BigString+Comparable.swift
[90/435] Compiling OpenCombine Subscriptions.swift
[91/435] Compiling OpenCombine _Introspection.swift
[92/435] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[93/435] Compiling _RopeModule BigString+CustomStringConvertible.swift
[94/435] Compiling _RopeModule BigString+Hashing.swift
[95/435] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[96/435] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[110/567] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[111/567] Compiling OrderedCollections _HashTable.swift
[112/567] Compiling OrderedCollections _Hashtable+Header.swift
[113/567] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[114/567] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[115/567] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[116/567] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[117/567] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[118/567] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[119/567] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[120/567] Compiling OrderedCollections OrderedDictionary+Values.swift
[121/567] Compiling OrderedCollections OrderedSet+Initializers.swift
[122/567] Compiling OrderedCollections OrderedSet+Insertions.swift
[123/567] Compiling OrderedCollections OrderedDictionary+Codable.swift
[124/567] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[125/567] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[126/567] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[127/567] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[128/567] Compiling OrderedCollections OrderedDictionary+Elements.swift
[129/567] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[130/567] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[131/567] Compiling OrderedCollections _HashTable+Bucket.swift
[132/567] Compiling OrderedCollections _HashTable+BucketIterator.swift
[133/567] Compiling OrderedCollections _HashTable+Constants.swift
[134/567] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/567] Compiling OrderedCollections _HashTable+Testing.swift
[136/567] Compiling OrderedCollections OrderedSet+Invariants.swift
[137/567] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[138/567] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[139/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[140/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[141/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[142/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[143/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[144/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[145/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[146/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[147/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[148/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/567] Compiling OrderedCollections OrderedDictionary.swift
[176/567] Compiling OrderedCollections OrderedSet+Codable.swift
[177/567] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[178/567] Compiling OrderedCollections OrderedSet+Descriptions.swift
[179/567] Compiling OrderedCollections OrderedSet+Diffing.swift
[180/567] Compiling OrderedCollections OrderedSet+Equatable.swift
[181/567] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[182/567] Compiling OrderedCollections OrderedSet+Hashable.swift
[183/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[184/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[185/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[186/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[187/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[188/567] Compiling HeapModule Heap+Invariants.swift
[202/567] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[216/567] Compiling HeapModule Heap+Descriptions.swift
[217/567] Compiling HeapModule _HeapNode.swift
[218/568] Compiling HeapModule Heap.swift
[219/582] Compiling HeapModule Heap+UnsafeHandle.swift
[220/582] Emitting module HeapModule
[221/583] Compiling DequeModule Deque+CustomReflectable.swift
[222/583] Compiling DequeModule Deque+Descriptions.swift
[223/585] Compiling HashTreeCollections TreeSet+Hashable.swift
[224/585] Compiling HashTreeCollections TreeSet+Sendable.swift
[225/585] Compiling HashTreeCollections TreeSet+Sequence.swift
[226/585] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[227/585] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[228/585] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[229/585] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[230/585] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[231/585] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[232/585] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[234/595] Compiling DequeModule _DequeBuffer.swift
[235/595] Compiling DequeModule _DequeBufferHeader.swift
[248/602] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[249/602] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[250/602] Compiling DequeModule Deque+Equatable.swift
[251/602] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[252/602] Compiling DequeModule Deque+Extras.swift
[253/602] Compiling DequeModule Deque+Hashable.swift
[254/602] Compiling DequeModule Deque+Testing.swift
[255/602] Compiling DequeModule Deque._Storage.swift
[258/626] Compiling OrderedCollections OrderedSet+Sendable.swift
[259/626] Compiling OrderedCollections OrderedSet+SubSequence.swift
[260/626] Compiling OrderedCollections OrderedSet+Testing.swift
[261/626] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[262/626] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[263/626] Compiling OrderedCollections OrderedSet.swift
[264/626] Compiling OrderedCollections _UnsafeBitset.swift
[265/626] Compiling HashTreeCollections TreeDictionary+Merge.swift
[266/626] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[267/626] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[268/626] Compiling HashTreeCollections TreeDictionary+Values.swift
[279/626] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[280/626] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/626] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/626] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/626] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/626] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/626] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/626] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/626] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/626] Compiling HashTreeCollections TreeSet.swift
[289/626] Compiling OpenCombine Publishers.Throttle.swift
[290/626] Compiling OpenCombine Publishers.Timeout.swift
[291/626] Compiling OpenCombine Publishers.Zip.swift
[292/626] Compiling OpenCombine Publishers.swift
[293/626] Compiling OpenCombine Record.swift
[294/626] Compiling OpenCombine Result.Publisher.swift
[295/670] Compiling _RopeModule BigSubstring.swift
[296/670] Compiling _RopeModule Rope+Builder.swift
[297/670] Compiling _RopeModule Rope+Debugging.swift
[298/670] Compiling _RopeModule Rope+Invariants.swift
[299/670] Compiling _RopeModule Rope+_Node.swift
[300/670] Compiling _RopeModule Rope+_Storage.swift
[301/670] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[302/670] Compiling _RopeModule Rope+_UnsafeHandle.swift
[303/670] Compiling _RopeModule Rope.swift
[304/670] Compiling _RopeModule RopeElement.swift
[305/670] Compiling _RopeModule BigString+BidirectionalCollection.swift
[306/670] Compiling _RopeModule BigString+UnicodeScalarView.swift
[307/670] Compiling _RopeModule BigSubstring+UTF16View.swift
[308/670] Compiling _RopeModule BigSubstring+UTF8View.swift
[309/670] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[313/670] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[314/670] Compiling _RopeModule BigString+Hashing.swift
[315/670] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[316/670] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[317/670] Compiling _RopeModule BigString+Sequence.swift
[318/670] Compiling _RopeModule BigString+TextOutputStream.swift
[319/670] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[320/670] Compiling _RopeModule BigString+Chunk+Breaks.swift
[321/670] Compiling _RopeModule BigString+RemoveSubrange.swift
[322/670] Compiling _RopeModule BigString+ReplaceSubrange.swift
[323/670] Compiling _RopeModule Rope+ForEachWhile.swift
[324/670] Compiling _RopeModule Rope+Insert.swift
[338/670] Compiling _RopeModule RopeMetric.swift
[339/670] Compiling _RopeModule RopeSummary.swift
[340/670] Compiling _RopeModule _RopeItem.swift
[341/670] Compiling _RopeModule _RopePath.swift
[342/670] Compiling _RopeModule _RopeVersion.swift
[343/670] Compiling _RopeModule Rope+Collection.swift
[344/670] Compiling _RopeModule Rope+Index.swift
[345/670] Compiling _RopeModule Rope+Sequence.swift
[346/670] Compiling _RopeModule Rope+Append.swift
[347/670] Compiling _RopeModule Rope+Extract.swift
[348/670] Compiling _RopeModule Rope+Find.swift
[362/671] Compiling _RopeModule BigString+Builder.swift
[363/671] Compiling _RopeModule BigString+Contents.swift
[364/671] Compiling _RopeModule BigString+Debugging.swift
[365/671] Compiling _RopeModule BigString+Index.swift
[366/671] Compiling _RopeModule BigString+Ingester.swift
[367/671] Compiling _RopeModule BigString+Invariants.swift
[368/671] Compiling _RopeModule BigString+Iterators.swift
[369/671] Compiling _RopeModule BigString+Metrics.swift
[370/671] Compiling _RopeModule BigString+Split.swift
[371/671] Compiling _RopeModule Range+BigString.swift
[372/671] Compiling _RopeModule BigString+UTF16View.swift
[373/671] Compiling _RopeModule BigString+UTF8View.swift
[374/671] Compiling _RopeModule BigString+Comparable.swift
[375/671] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[376/671] Compiling _RopeModule BigString+CustomStringConvertible.swift
[377/671] Compiling _RopeModule BigString+Equatable.swift
[405/678] Compiling _RopeModule BigString+Summary.swift
[406/678] Compiling _RopeModule BigString.swift
[407/687] Compiling _RopeModule BigString+Insert.swift
[408/687] Compiling _RopeModule BigString+Managing Breaks.swift
[410/687] Compiling _RopeModule _CharacterRecognizer.swift
[422/744] Emitting module DequeModule
[424/745] Compiling OrderedCollections _HashTable+Bucket.swift
[425/745] Compiling OrderedCollections _HashTable+BucketIterator.swift
[426/745] Compiling OrderedCollections _HashTable+Constants.swift
[427/745] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[428/745] Compiling OrderedCollections _HashTable+Testing.swift
[429/745] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[430/745] Compiling OrderedCollections _HashTable.swift
[431/745] Compiling OrderedCollections _Hashtable+Header.swift
[441/745] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[442/745] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[443/745] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[444/745] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[445/745] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[450/745] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[451/745] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[452/745] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[453/745] Compiling OrderedCollections OrderedDictionary+Values.swift
[454/745] Compiling OrderedCollections OrderedDictionary.swift
[455/745] Compiling OrderedCollections OrderedSet+Codable.swift
[456/745] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[457/745] Compiling OrderedCollections OrderedSet+Descriptions.swift
[458/745] Compiling OrderedCollections OrderedSet+Diffing.swift
[459/745] Compiling OrderedCollections OrderedSet+Equatable.swift
[468/745] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[469/745] Compiling OrderedCollections OrderedSet+Hashable.swift
[470/745] Compiling OrderedCollections OrderedSet+Initializers.swift
[478/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[479/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[491/754] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[492/754] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[493/754] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[494/754] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[495/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[496/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[497/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[498/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[499/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[500/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[501/754] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[510/754] Emitting module OrderedCollections
[511/755] Compiling OrderedCollections OrderedSet+Insertions.swift
[512/755] Compiling OrderedCollections OrderedSet+Invariants.swift
[513/755] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[514/755] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[515/755] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[516/755] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[517/755] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[539/755] Compiling OrderedCollections OrderedDictionary+Codable.swift
[540/755] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[541/755] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[542/755] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[543/755] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[544/755] Compiling OrderedCollections OrderedDictionary+Elements.swift
[545/755] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[546/755] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[547/755] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[548/755] Emitting module OpenCombineDispatch
[550/756] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[552/756] Emitting module _RopeModule
[553/757] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[554/757] Compiling OrderedCollections OrderedSet.swift
[555/757] Compiling OrderedCollections _UnsafeBitset.swift
[567/757] Compiling OrderedCollections OrderedSet+Sendable.swift
[568/757] Compiling OrderedCollections OrderedSet+SubSequence.swift
[569/757] Compiling OrderedCollections OrderedSet+Testing.swift
[570/757] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[602/818] Compiling _RopeModule Rope+Join.swift
[603/818] Compiling _RopeModule Rope+MutatingForEach.swift
[604/818] Compiling _RopeModule Rope+Remove.swift
[605/818] Compiling _RopeModule Rope+RemoveSubrange.swift
[606/818] Compiling _RopeModule Rope+Split.swift
[607/818] Compiling _RopeModule Optional Utilities.swift
[608/818] Compiling _RopeModule String Utilities.swift
[609/818] Compiling _RopeModule String.Index+ABI.swift
[610/818] Compiling _RopeModule _CharacterRecognizer.swift
[611/864] Emitting module HeapModule
[612/864] Compiling HashTreeCollections _Bitmap.swift
[613/864] Compiling HashTreeCollections _Bucket.swift
[614/866] Compiling HashTreeCollections TreeDictionary+Values.swift
[615/866] Compiling HashTreeCollections TreeDictionary.swift
[616/866] Compiling HashTreeCollections TreeSet+Codable.swift
[617/866] Compiling HashTreeCollections TreeSet+Collection.swift
[618/866] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[619/866] Compiling HashTreeCollections TreeSet+Debugging.swift
[620/866] Compiling HashTreeCollections TreeSet+Descriptions.swift
[621/866] Compiling HeapModule Heap.swift
[622/866] Compiling HeapModule _HeapNode.swift
[623/866] Compiling HashTreeCollections _HashNode+Storage.swift
[624/866] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[625/866] Compiling HashTreeCollections _HashNode+Structural filter.swift
[626/866] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[627/866] Compiling HeapModule Heap+Invariants.swift
[628/866] Compiling HeapModule Heap+UnsafeHandle.swift
[629/866] Compiling HeapModule Heap+Descriptions.swift
[630/866] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[632/867] Compiling HashTreeCollections TreeSet+Hashable.swift
[633/867] Compiling HashTreeCollections TreeSet+Sendable.swift
[634/867] Compiling HashTreeCollections TreeSet+Sequence.swift
[635/867] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[636/867] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[637/867] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[638/867] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[639/867] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[640/867] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[641/867] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[642/877] Emitting module OrderedCollections
[643/878] Compiling DequeModule _DequeSlot.swift
[644/878] Compiling DequeModule _UnsafeWrappedBuffer.swift
[645/878] Emitting module _RopeModule
[647/878] Compiling HashTreeCollections _HashNodeHeader.swift
[648/878] Compiling HashTreeCollections _HashSlot.swift
[649/878] Compiling HashTreeCollections _HashStack.swift
[650/878] Compiling HashTreeCollections _HashTreeIterator.swift
[651/878] Compiling HashTreeCollections _HashTreeStatistics.swift
[652/878] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[653/878] Compiling HashTreeCollections _RawHashNode.swift
[654/878] Compiling HashTreeCollections _UnmanagedHashNode.swift
[655/878] Compiling HashTreeCollections _UnsafePath.swift
[656/878] Compiling HashTreeCollections TreeDictionary+Codable.swift
[657/878] Compiling HashTreeCollections TreeDictionary+Collection.swift
[658/878] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[659/878] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[660/878] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[661/878] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[662/878] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[663/878] Compiling HashTreeCollections TreeDictionary+Filter.swift
[664/878] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[665/878] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[666/931] Compiling BitCollections BitArray+Extras.swift
[667/931] Compiling BitCollections BitArray+Fill.swift
[668/931] Compiling BitCollections BitArray+Descriptions.swift
[669/931] Compiling BitCollections BitArray+Equatable.swift
[670/931] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[671/931] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[672/932] Emitting module HashTreeCollections
[679/933] Compiling HashTreeCollections TreeSet+Equatable.swift
[680/933] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[681/933] Compiling HashTreeCollections TreeSet+Extras.swift
[682/933] Compiling HashTreeCollections TreeSet+Filter.swift
[683/933] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[684/933] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[685/933] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[686/933] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[687/933] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[688/933] Compiling BitCollections BitSet+SetAlgebra union.swift
[689/933] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[690/933] Compiling BitCollections BitSet.Counted.swift
[691/933] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[692/933] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[699/933] Compiling BitCollections BitArray+Hashable.swift
[700/933] Compiling BitCollections BitArray+Initializers.swift
[701/933] Compiling BitCollections BitArray+Invariants.swift
[702/933] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[703/933] Compiling BitCollections BitArray+RandomBits.swift
[704/933] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[705/933] Compiling BitCollections BitArray+Shifts.swift
[706/933] Compiling BitCollections BitArray+Testing.swift
[709/986] Compiling BitCollections BitArray+RandomBits.swift
[710/986] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[710/986] Wrapping AST for OrderedCollections for debugging
[711/986] Wrapping AST for OpenCombineDispatch for debugging
[713/986] Emitting module DequeModule
[713/987] Wrapping AST for _RopeModule for debugging
[715/987] Wrapping AST for OpenCombine for debugging
[717/987] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[718/987] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[719/987] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[720/987] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[721/987] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[722/987] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[723/987] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[724/987] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[725/987] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[726/987] Compiling HashTreeCollections TreeSet.swift
[726/987] Wrapping AST for InternalCollectionsUtilities for debugging
[727/987] Wrapping AST for HashTreeCollections for debugging
[728/987] Wrapping AST for HeapModule for debugging
[729/987] Wrapping AST for DequeModule for debugging
[731/987] Compiling BitCollections BitSet+Initializers.swift
[732/987] Compiling BitCollections BitSet+Invariants.swift
[733/987] Compiling BitCollections BitSet+Random.swift
[734/987] Compiling BitCollections BitSet+SetAlgebra basics.swift
[735/987] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[736/987] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[737/987] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[743/987] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[744/987] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[745/987] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[746/987] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[747/987] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[748/987] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[749/994] Emitting module BitCollections
[750/1001] Compiling BitCollections BitArray+BitwiseOperations.swift
[751/1001] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[752/1001] Compiling BitCollections BitArray+Codable.swift
[753/1001] Compiling BitCollections BitArray+Collection.swift
[754/1001] Compiling BitCollections BitArray+Copy.swift
[755/1001] Compiling BitCollections BitArray+CustomReflectable.swift
[756/1001] Compiling BitCollections BitArray+Descriptions.swift
[757/1001] Compiling BitCollections BitArray+Equatable.swift
[764/1001] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[765/1001] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[766/1001] Compiling BitCollections BitArray+Extras.swift
[767/1001] Compiling BitCollections BitArray+Fill.swift
[772/1001] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[773/1001] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[774/1001] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[775/1001] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[776/1001] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[777/1001] Compiling BitCollections BitSet+Hashable.swift
[787/1001] Compiling BitCollections BitArray+Hashable.swift
[788/1001] Compiling BitCollections BitArray+Initializers.swift
[789/1001] Compiling BitCollections BitArray+Invariants.swift
[790/1001] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[791/1001] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[792/1001] Compiling BitCollections BitSet+CustomReflectable.swift
[793/1001] Compiling BitCollections BitSet+CustomStringConvertible.swift
[794/1001] Compiling BitCollections BitSet+Equatable.swift
[795/1001] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[796/1001] Compiling BitCollections BitSet+Extras.swift
[799/1001] Compiling BitCollections BitArray+Shifts.swift
[800/1001] Compiling BitCollections BitArray+Testing.swift
[801/1001] Compiling BitCollections BitArray._UnsafeHandle.swift
[802/1001] Compiling BitCollections BitArray.swift
[803/1001] Compiling BitCollections BitSet+BidirectionalCollection.swift
[804/1001] Compiling BitCollections BitSet+Codable.swift
[818/1001] Compiling BitCollections BitSet+SetAlgebra union.swift
[819/1001] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[820/1001] Compiling BitCollections BitSet.Counted.swift
[844/1002] Emitting module BitCollections
[883/1002] Compiling BitCollections BitSet.Index.swift
[884/1002] Compiling BitCollections BitSet._UnsafeHandle.swift
[885/1002] Compiling BitCollections BitSet.swift
[886/1002] Compiling BitCollections Range+Utilities.swift
[887/1002] Compiling BitCollections Slice+Utilities.swift
[888/1002] Compiling BitCollections UInt+Tricks.swift
[889/1002] Compiling BitCollections _Word.swift
[956/1004] Emitting module HashTreeCollections
[957/1005] Wrapping AST for BitCollections for debugging
[959/1005] Emitting module SwiftSyntax
[960/1009] Emitting module Collections
[961/1009] Compiling Collections Collections.swift
[962/1009] Emitting module Collections
[963/1010] Compiling Collections Collections.swift
[965/1011] Wrapping AST for Collections for debugging
[967/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 |
[968/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 |
[969/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 |
[970/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 |
[971/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 |
[972/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 |
[973/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 |
[974/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 |
[975/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 |
[976/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 |
[977/1163] Compiling Stitcher DependencyContainingCollection.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 DependencyEagerness.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 DependencyLocator.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 DependencyLocatorTraits.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 DependencyParameters.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 |
[982/1163] Compiling Stitcher DependencyScope.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 |
[983/1163] Compiling Stitcher InjectionError.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 |
[984/1163] Compiling Stitcher ManagedDependencyScopeProviding.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 |
[985/1163] Compiling Stitcher ManagedDependencyScopeReceipt.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 |
[986/1163] Compiling Stitcher PipelineManagedDependencyScope.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 |
[987/1163] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[988/1163] Compiling Stitcher NameInjectionCodeGenerator.swift
[989/1163] Compiling Stitcher TestInjectionCodeGenerator.swift
[990/1163] Compiling Stitcher TypeInjectionCodeGenerator.swift
[991/1163] Compiling Stitcher InjectionCodeGenerator.swift
[992/1163] Compiling Stitcher InjectionCodeGenerators.swift
[993/1163] Compiling Stitcher StitcherConfiguration.swift
[994/1163] Compiling Stitcher DependencyContainer.swift
[995/1163] Compiling Stitcher DependencyFactory+Function.swift
[996/1163] Compiling Stitcher DependencyFactory.swift
[997/1163] Emitting module Stitcher
[998/1163] Compiling Stitcher InstantionNotificationCenter.swift
[999/1163] Compiling Stitcher PostInstantiationAware.swift
[1000/1163] Compiling Stitcher DependencyCycleDetector.swift
[1001/1163] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[1002/1163] Compiling Stitcher DependencyGraph+Assertions.swift
[1003/1163] Compiling Stitcher DependencyGraph+NameInjection.swift
[1004/1163] Compiling Stitcher DependencyGraph+TypeInjection.swift
[1005/1163] Compiling Stitcher DependencyGraph+ValueInjection.swift
[1006/1163] Compiling Stitcher DependencyGraph.swift
[1007/1163] Compiling Stitcher DependencyRegistrarIndex.swift
[1008/1163] Compiling Stitcher DependencyGroup.swift
[1009/1163] Compiling Stitcher DependencyRegistrarBuilder.swift
[1010/1163] Compiling Stitcher RawDependencyRegistration.swift
[1011/1163] Compiling Stitcher DependencyGroupRepresenting.swift
[1012/1163] Compiling Stitcher DependencyRepresenting.swift
[1013/1163] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[1014/1163] Compiling Stitcher NeverInstanceStorage.swift
[1015/1163] Compiling Stitcher SharedInstanceStorage.swift
[1016/1163] Compiling Stitcher SingletonInstanceStorage.swift
[1017/1163] Compiling Stitcher InstanceStorage.swift
[1018/1163] Compiling Stitcher TypeName.swift
[1019/1163] Compiling Stitcher Atomic.swift
[1020/1163] Compiling Stitcher Dependencies.swift
[1021/1163] Compiling Stitcher Injected+Init.swift
[1022/1163] Compiling Stitcher Injected.swift
[1023/1163] Compiling Stitcher AutoregisterableDependency.swift
[1024/1163] Compiling Stitcher GeneratedDependencyRegistration.swift
[1025/1163] Compiling Stitcher RegisterableDependency.swift
[1026/1163] Compiling Stitcher DependenciesRegistrar.swift
[1027/1163] Compiling Stitcher Dependency.swift
[1028/1163] Compiling Stitcher InstanceStorageFactory.swift
[1029/1163] Compiling Stitcher InstanceStorageKey.swift
[1030/1163] Compiling Stitcher AnyPipeline.swift
[1031/1163] Compiling Stitcher AnyPipelineCancellable.swift
[1032/1163] Compiling Stitcher Pipeline.swift
[1033/1163] Compiling Stitcher PipelineSubject.swift
[1034/1163] Compiling Stitcher Stitcher.swift
[1035/1163] Compiling Stitcher AsyncTask.swift
[1036/1163] Compiling Stitcher CancellableTask.swift
[1037/1163] Compiling Stitcher RawThreadKey.swift
[1038/1163] Emitting module Stitcher
[1039/1173] Compiling Stitcher RawThreadKeyError.swift
[1040/1173] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[1041/1173] Compiling Stitcher ThreadLocal.swift
[1042/1173] Compiling Stitcher ThreadValues.swift
[1043/1173] Compiling Stitcher ThreadValuesKey.swift
[1044/1173] Compiling Stitcher DefaultValueProviding.swift
[1045/1173] Compiling Stitcher Extensions.swift
[1046/1173] Compiling Stitcher Functions.swift
[1047/1173] Compiling Stitcher Reference.swift
[1048/1173] Compiling Stitcher WeakReference.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/63] Compiling SwiftSyntax509 Empty.swift
[3/63] Emitting module SwiftSyntax509
[4/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/64] Compiling InternalCollectionsUtilities Specialize.swift
[6/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[7/66] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[8/66] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[11/70] Compiling InternalCollectionsUtilities Debugging.swift
[12/70] Compiling InternalCollectionsUtilities Descriptions.swift
[13/96] Compiling OpenCombine ReduceProducer.swift
[14/96] Compiling OpenCombine SubjectSubscriber.swift
[15/109] Compiling OpenCombine SubscriberTap.swift
[16/109] Compiling OpenCombine SubscriptionStatus.swift
[20/251] Compiling OpenCombine FilterProducer.swift
[21/251] Compiling OpenCombine Locking.swift
[22/251] Compiling OpenCombine PartialCompletion.swift
[23/251] Compiling OpenCombine PublishedSubject.swift
[24/251] Compiling OpenCombine PublishedSubscriber.swift
[25/296] Compiling SwiftSyntax RawSyntaxTokenView.swift
[26/296] Compiling SwiftSyntax SourceLength.swift
[29/296] Emitting module InternalCollectionsUtilities
[30/296] Compiling SwiftSyntax CommonAncestor.swift
[31/296] Compiling SwiftSyntax Convenience.swift
[32/296] Compiling SwiftSyntax MemoryLayout.swift
[33/296] Compiling SwiftSyntax AbsolutePosition.swift
[34/296] Compiling SwiftSyntax Assert.swift
[35/296] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/296] Emitting module InternalCollectionsUtilities
[37/296] Compiling SwiftSyntax MissingNodeInitializers.swift
[38/296] Compiling SwiftSyntax SyntaxText.swift
[39/296] Compiling SwiftSyntax TokenSyntax.swift
[40/296] Compiling SwiftSyntax Trivia.swift
[41/297] Compiling SwiftSyntax Utils.swift
[42/297] Compiling SwiftSyntax RawSyntax.swift
[45/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[46/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[47/331] Compiling HashTreeCollections _HashNode+Structural union.swift
[48/331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[49/331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[50/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[51/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[52/525] Compiling _RopeModule BigString+Insert.swift
[53/525] Compiling _RopeModule BigString+Managing Breaks.swift
[54/527] Compiling HeapModule _HeapNode.swift
[55/527] Compiling HeapModule Heap.swift
[56/527] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/527] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[58/527] Compiling _RopeModule BigString+Chunk+Counts.swift
[59/527] Compiling _RopeModule BigString+Chunk+Description.swift
[60/527] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[61/527] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[62/527] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[63/527] Compiling _RopeModule BigString+Chunk+Splitting.swift
[64/527] Compiling HeapModule Heap+Invariants.swift
[65/527] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[66/527] Compiling HeapModule Heap+Descriptions.swift
[67/527] Compiling HeapModule Heap+UnsafeHandle.swift
[68/527] Emitting module HeapModule
[70/528] Compiling _RopeModule _RopeItem.swift
[71/528] Compiling _RopeModule _RopePath.swift
[72/528] Compiling HashTreeCollections TreeSet+Sequence.swift
[73/528] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[74/528] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[75/528] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[76/528] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[77/528] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[78/528] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[79/528] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[80/538] Compiling _RopeModule Rope+Insert.swift
[81/538] Compiling _RopeModule BigString+Comparable.swift
[82/538] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[83/538] Compiling _RopeModule BigString+CustomStringConvertible.swift
[84/538] Compiling _RopeModule BigString+Equatable.swift
[85/538] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[86/538] Compiling _RopeModule BigString+Hashing.swift
[87/545] Compiling DequeModule _DequeSlot.swift
[88/545] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/545] Compiling _RopeModule BigSubstring+UTF8View.swift
[90/545] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[91/545] Compiling _RopeModule BigSubstring.swift
[92/545] Compiling _RopeModule Rope+Builder.swift
[93/545] Compiling _RopeModule Rope+Debugging.swift
[94/545] Compiling _RopeModule Rope+Invariants.swift
[95/545] Compiling _RopeModule Rope+_Node.swift
[96/545] Compiling _RopeModule Rope+Extract.swift
[97/545] Compiling _RopeModule Rope+Find.swift
[98/545] Compiling _RopeModule Rope+ForEachWhile.swift
[106/545] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/545] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/545] Compiling OrderedCollections OrderedSet+Testing.swift
[109/545] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/545] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/545] Compiling OrderedCollections OrderedSet.swift
[112/545] Compiling OrderedCollections _UnsafeBitset.swift
[113/545] Compiling _RopeModule Rope.swift
[114/545] Compiling _RopeModule RopeElement.swift
[115/545] Compiling _RopeModule RopeMetric.swift
[116/545] Compiling _RopeModule RopeSummary.swift
[119/545] Compiling _RopeModule BigString+Append.swift
[120/545] Compiling _RopeModule BigString+Initializers.swift
[125/545] Compiling OrderedCollections OrderedDictionary.swift
[126/545] Compiling OrderedCollections OrderedSet+Codable.swift
[127/545] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/545] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/545] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/545] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/545] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/545] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/545] Emitting module OpenCombine
[134/554] Compiling _RopeModule _RopeVersion.swift
[135/554] Compiling _RopeModule Rope+Collection.swift
[136/554] Compiling _RopeModule Rope+Index.swift
[137/554] Compiling _RopeModule Rope+Sequence.swift
[138/554] Compiling _RopeModule Rope+Append.swift
[144/557] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/557] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/557] Compiling _RopeModule BigString+Iterators.swift
[147/557] Compiling _RopeModule BigString+Metrics.swift
[148/557] Compiling _RopeModule BigString+Summary.swift
[149/557] Compiling _RopeModule BigString.swift
[150/557] Compiling _RopeModule BigString+UnicodeScalarView.swift
[151/557] Compiling _RopeModule BigSubstring+UTF16View.swift
[152/625] Compiling _RopeModule BigString+Comparable.swift
[153/625] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[154/625] Emitting module OpenCombine
[155/637] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[156/637] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[157/637] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[158/637] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[159/637] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[160/637] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[161/637] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[162/637] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[163/637] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[164/637] Compiling HashTreeCollections TreeSet.swift
[165/637] Emitting module DequeModule
[168/638] Compiling _RopeModule BigString+CustomStringConvertible.swift
[169/638] Compiling _RopeModule BigString+Equatable.swift
[170/638] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[171/638] Compiling _RopeModule BigString+Hashing.swift
[172/638] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[173/638] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[174/638] Compiling _RopeModule BigString+Sequence.swift
[175/638] Compiling _RopeModule BigString+TextOutputStream.swift
[176/638] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[177/638] Compiling _RopeModule BigString+Chunk+Breaks.swift
[178/638] Compiling _RopeModule BigString+Chunk+Counts.swift
[180/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[181/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[182/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[183/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/681] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/681] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[186/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[187/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[188/681] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[189/681] Compiling _RopeModule BigSubstring+UTF8View.swift
[190/681] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[191/681] Compiling OrderedCollections _HashTable+Bucket.swift
[192/681] Compiling OrderedCollections _HashTable+BucketIterator.swift
[193/681] Compiling OrderedCollections _HashTable+Constants.swift
[194/681] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[195/681] Compiling OrderedCollections _HashTable+Testing.swift
[196/681] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[197/681] Compiling OrderedCollections _HashTable.swift
[198/681] Compiling OrderedCollections _Hashtable+Header.swift
[199/691] Compiling _RopeModule RopeMetric.swift
[200/691] Compiling _RopeModule RopeSummary.swift
[201/691] Compiling _RopeModule _RopeItem.swift
[202/691] Compiling _RopeModule _RopePath.swift
[203/691] Compiling _RopeModule _RopeVersion.swift
[204/691] Compiling _RopeModule Rope+Collection.swift
[205/691] Compiling _RopeModule Rope+Index.swift
[206/693] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[207/693] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[208/693] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[209/693] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[210/693] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[211/693] Compiling OrderedCollections OrderedDictionary+Values.swift
[212/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[226/693] Compiling OpenCombine Publishers.First.swift
[227/693] Compiling OpenCombine Publishers.FlatMap.swift
[228/693] Compiling OpenCombine Publishers.HandleEvents.swift
[229/693] Compiling OpenCombine Publishers.IgnoreOutput.swift
[230/693] Compiling OpenCombine Publishers.Last.swift
[231/693] Compiling OpenCombine Publishers.MakeConnectable.swift
[235/693] Compiling _RopeModule Rope+Sequence.swift
[236/693] Compiling _RopeModule Rope+Append.swift
[237/693] Compiling _RopeModule Rope+Extract.swift
[238/693] Compiling _RopeModule Rope+Find.swift
[239/693] Compiling _RopeModule Rope+ForEachWhile.swift
[240/693] Compiling _RopeModule Rope+Insert.swift
[244/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[245/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[246/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[247/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[248/693] Compiling OrderedCollections OrderedSet+Initializers.swift
[249/693] Compiling OrderedCollections OrderedSet+Insertions.swift
[250/702] Compiling OpenCombine Result.swift
[251/702] Compiling OpenCombine Scheduler.swift
[252/702] Compiling OpenCombine Subject+Void.swift
[253/702] Compiling OpenCombine Subscriber+Void.swift
[254/702] Compiling OpenCombine Subscribers.Assign.swift
[255/702] Compiling OpenCombine Subscribers.Completion.swift
[256/702] Compiling OpenCombine Subscribers.Demand.swift
[257/702] Compiling OpenCombine Subscribers.Sink.swift
[258/702] Compiling OpenCombine Subscribers.swift
[259/702] Compiling OpenCombine Subscription.swift
[260/702] Compiling OpenCombine Subscriptions.swift
[261/702] Compiling OpenCombine _Introspection.swift
[262/702] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[263/702] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[264/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[265/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[266/702] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[272/711] Compiling OrderedCollections OrderedDictionary+Codable.swift
[273/711] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[274/711] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[275/711] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[276/711] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[290/711] Compiling OrderedCollections OrderedDictionary+Elements.swift
[291/711] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[292/711] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[293/711] Compiling OrderedCollections OrderedDictionary.swift
[294/711] Compiling OrderedCollections OrderedSet+Codable.swift
[295/711] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[296/711] Compiling OrderedCollections OrderedSet+Descriptions.swift
[297/711] Compiling OrderedCollections OrderedSet+Diffing.swift
[298/711] Compiling OrderedCollections OrderedSet+Equatable.swift
[299/711] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[300/711] Compiling OrderedCollections OrderedSet+Hashable.swift
[301/711] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[302/711] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[325/711] Compiling OrderedCollections OrderedSet+Invariants.swift
[430/718] Emitting module OrderedCollections
[452/719] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[453/719] Compiling OrderedCollections OrderedSet.swift
[454/719] Compiling OrderedCollections _UnsafeBitset.swift
[461/719] Emitting module _RopeModule
[482/726] Compiling HeapModule Heap+Invariants.swift
[483/726] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[484/726] Compiling HeapModule Heap+Descriptions.swift
[500/726] Compiling OrderedCollections OrderedSet+Sendable.swift
[501/726] Compiling OrderedCollections OrderedSet+SubSequence.swift
[502/726] Compiling OrderedCollections OrderedSet+Testing.swift
[503/726] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[513/726] Compiling _RopeModule Rope+Join.swift
[514/726] Compiling _RopeModule Rope+MutatingForEach.swift
[515/726] Compiling _RopeModule Rope+Remove.swift
[516/726] Compiling _RopeModule Rope+RemoveSubrange.swift
[517/726] Compiling _RopeModule Rope+Split.swift
[518/726] Compiling _RopeModule Optional Utilities.swift
[519/726] Compiling _RopeModule String Utilities.swift
[520/726] Compiling _RopeModule String.Index+ABI.swift
[521/726] Compiling _RopeModule _CharacterRecognizer.swift
[524/727] Compiling HeapModule _HeapNode.swift
[525/727] Compiling HeapModule Heap.swift
[527/727] Compiling HeapModule Heap+UnsafeHandle.swift
[528/727] Emitting module HashTreeCollections
[529/727] Emitting module HeapModule
[646/791] Emitting module _RopeModule
[647/879] Compiling HashTreeCollections TreeSet+Sequence.swift
[648/879] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[649/879] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[650/879] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[651/879] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[652/879] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[653/879] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[654/879] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[656/879] Compiling HashTreeCollections _HashNode+Storage.swift
[657/879] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[658/881] Compiling DequeModule _DequeBuffer.swift
[659/881] Compiling DequeModule _DequeBufferHeader.swift
[660/881] Compiling HashTreeCollections _HashNode+Structural filter.swift
[661/881] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[662/881] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[663/881] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[664/881] Emitting module OrderedCollections
[665/882] Emitting module OpenCombineDispatch
[666/882] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[667/883] Compiling DequeModule _DequeSlot.swift
[668/883] Compiling DequeModule _UnsafeWrappedBuffer.swift
[670/883] Compiling HashTreeCollections TreeSet+Hashable.swift
[671/883] Compiling HashTreeCollections TreeSet+Sendable.swift
[680/893] Wrapping AST for _RopeModule for debugging
[682/893] Compiling HashTreeCollections _HashNodeHeader.swift
[683/893] Compiling HashTreeCollections _HashSlot.swift
[684/893] Compiling HashTreeCollections _HashStack.swift
[685/893] Compiling HashTreeCollections _HashTreeIterator.swift
[686/893] Compiling HashTreeCollections _HashTreeStatistics.swift
[687/893] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[688/893] Compiling HashTreeCollections _RawHashNode.swift
[689/893] Compiling HashTreeCollections _UnmanagedHashNode.swift
[690/893] Compiling HashTreeCollections _UnsafePath.swift
[691/893] Compiling HashTreeCollections TreeDictionary+Codable.swift
[692/893] Compiling HashTreeCollections TreeDictionary+Collection.swift
[693/893] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[694/893] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[695/893] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[696/893] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[697/893] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[698/893] Compiling HashTreeCollections TreeDictionary+Filter.swift
[699/893] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[700/893] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[700/893] Wrapping AST for OrderedCollections for debugging
[707/894] Compiling HashTreeCollections TreeDictionary+Keys.swift
[708/894] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[709/894] Compiling HashTreeCollections TreeDictionary+Merge.swift
[710/894] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[711/894] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[712/894] Compiling HashTreeCollections TreeDictionary+Values.swift
[713/894] Compiling HashTreeCollections TreeDictionary.swift
[714/894] Compiling HashTreeCollections TreeSet+Codable.swift
[715/894] Compiling HashTreeCollections TreeSet+Collection.swift
[716/894] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[717/894] Compiling HashTreeCollections TreeSet+Debugging.swift
[718/894] Compiling HashTreeCollections TreeSet+Descriptions.swift
[719/894] Compiling HashTreeCollections TreeSet+Equatable.swift
[720/894] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[721/894] Compiling HashTreeCollections TreeSet+Extras.swift
[722/894] Compiling HashTreeCollections TreeSet+Filter.swift
[722/894] Wrapping AST for OpenCombine for debugging
[725/894] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[726/894] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[727/894] Compiling HashTreeCollections _HashNode+Structural merge.swift
[728/894] Compiling HashTreeCollections _AncestorHashSlots.swift
[733/894] Compiling HashTreeCollections _HashNode+Builder.swift
[734/894] Compiling HashTreeCollections _HashNode+Debugging.swift
[735/894] Compiling HashTreeCollections _HashNode+Initializers.swift
[736/894] Compiling HashTreeCollections _HashNode+Invariants.swift
[737/894] Compiling HashTreeCollections _HashNode+Lookups.swift
[738/894] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[739/894] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[740/901] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[741/901] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[742/901] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[743/901] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[744/901] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[745/901] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[746/901] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[747/901] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[748/901] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[749/901] Compiling HashTreeCollections TreeSet.swift
[750/901] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[751/901] Emitting module OpenCombineDispatch
[751/902] Wrapping AST for InternalCollectionsUtilities for debugging
[757/928] Wrapping AST for HeapModule for debugging
[758/954] Wrapping AST for HashTreeCollections for debugging
[760/954] Compiling BitCollections BitArray+BitwiseOperations.swift
[761/954] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[761/954] Wrapping AST for DequeModule for debugging
[763/954] Emitting module BitCollections
[766/954] Compiling BitCollections BitArray+Codable.swift
[767/954] Compiling BitCollections BitArray+Collection.swift
[768/954] Compiling BitCollections BitArray+Copy.swift
[769/954] Compiling BitCollections BitArray+CustomReflectable.swift
[770/954] Compiling BitCollections BitArray+Descriptions.swift
[771/954] Compiling BitCollections BitArray+Equatable.swift
[772/954] Emitting module DequeModule
[774/955] Compiling BitCollections BitSet+Hashable.swift
[775/955] Compiling BitCollections BitSet+Initializers.swift
[776/955] Compiling BitCollections BitSet+Invariants.swift
[777/955] Compiling BitCollections BitSet+Random.swift
[778/955] Compiling BitCollections BitSet+SetAlgebra basics.swift
[779/955] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[780/955] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[781/955] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[782/955] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[783/955] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[784/955] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[785/955] Compiling BitCollections BitSet+SetAlgebra union.swift
[786/955] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[787/955] Compiling BitCollections BitSet.Counted.swift
[788/955] Compiling BitCollections BitSet+Codable.swift
[789/955] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[790/955] Compiling BitCollections BitSet+CustomReflectable.swift
[791/955] Compiling BitCollections BitSet+CustomStringConvertible.swift
[792/955] Compiling BitCollections BitSet+Equatable.swift
[793/955] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[794/955] Compiling BitCollections BitSet+Extras.swift
[795/955] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[796/955] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[797/955] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[798/955] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[799/955] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[800/955] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[801/955] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[802/955] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[817/962] Emitting module BitCollections
[818/962] Compiling BitCollections BitSet.Index.swift
[819/962] Compiling BitCollections BitSet._UnsafeHandle.swift
[820/962] Compiling BitCollections BitSet.swift
[821/962] Compiling BitCollections Range+Utilities.swift
[822/962] Compiling BitCollections Slice+Utilities.swift
[823/962] Compiling BitCollections UInt+Tricks.swift
[824/962] Compiling BitCollections _Word.swift
[851/964] Compiling Collections Collections.swift
[852/964] Emitting module Collections
[862/964] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[863/964] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[864/964] Compiling BitCollections BitArray+Extras.swift
[865/964] Compiling BitCollections BitArray+Fill.swift
[866/964] Compiling BitCollections BitArray+Hashable.swift
[867/964] Compiling BitCollections BitArray+Initializers.swift
[868/964] Compiling BitCollections BitArray+Invariants.swift
[869/964] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[870/964] Compiling BitCollections BitArray+RandomBits.swift
[871/964] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[872/964] Compiling BitCollections BitArray+Shifts.swift
[873/964] Compiling BitCollections BitArray+Testing.swift
[874/964] Compiling BitCollections BitArray._UnsafeHandle.swift
[875/964] Compiling BitCollections BitArray.swift
[876/964] Compiling BitCollections BitSet+BidirectionalCollection.swift
[919/1036] 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 |
[920/1036] 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 |
[921/1036] 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 |
[922/1036] 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 |
[923/1036] 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 |
[924/1036] 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 |
[925/1036] 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 |
[926/1036] 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 |
[927/1036] 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 |
[928/1036] 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 |
[929/1046] Emitting module HashTreeCollections
[931/1047] Emitting module Stitcher
[932/1047] Compiling Stitcher DependencyGroup.swift
[933/1047] Compiling Stitcher DependencyRegistrarBuilder.swift
[934/1047] Compiling Stitcher RawDependencyRegistration.swift
[935/1047] Compiling Stitcher DependencyGroupRepresenting.swift
[936/1047] Compiling Stitcher DependencyRepresenting.swift
[937/1047] Compiling Stitcher ManagedSingletonInstanceStorage.swift
[938/1047] Compiling Stitcher NeverInstanceStorage.swift
[939/1047] Compiling Stitcher SharedInstanceStorage.swift
[940/1047] Compiling Stitcher SingletonInstanceStorage.swift
[941/1047] Compiling Stitcher InstanceStorage.swift
[942/1047] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
[943/1047] Compiling Stitcher NameInjectionCodeGenerator.swift
[944/1047] Compiling Stitcher TestInjectionCodeGenerator.swift
[945/1047] Compiling Stitcher TypeInjectionCodeGenerator.swift
[946/1047] Compiling Stitcher InjectionCodeGenerator.swift
[947/1047] Compiling Stitcher InjectionCodeGenerators.swift
[948/1047] Compiling Stitcher StitcherConfiguration.swift
[949/1047] Compiling Stitcher DependencyContainer.swift
[950/1047] Compiling Stitcher DependencyFactory+Function.swift
[951/1047] Compiling Stitcher DependencyFactory.swift
[952/1047] 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 |
[953/1047] 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 |
[954/1047] 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 |
[955/1047] 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 |
[956/1047] 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 |
[957/1047] 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 |
[958/1047] 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 |
[959/1047] 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 |
[960/1047] 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 |
[961/1047] 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 |
[962/1047] Compiling Stitcher TypeName.swift
[963/1047] Compiling Stitcher Atomic.swift
[964/1047] Compiling Stitcher Dependencies.swift
[965/1047] Compiling Stitcher Injected+Init.swift
[966/1047] Compiling Stitcher Injected.swift
[967/1047] Compiling Stitcher AutoregisterableDependency.swift
[968/1047] Compiling Stitcher GeneratedDependencyRegistration.swift
[969/1047] Compiling Stitcher RegisterableDependency.swift
[970/1047] Compiling Stitcher DependenciesRegistrar.swift
[971/1047] Compiling Stitcher Dependency.swift
[972/1048] Compiling Stitcher RawThreadKeyError.swift
[973/1048] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[974/1048] Compiling Stitcher ThreadLocal.swift
[975/1048] Compiling Stitcher ThreadValues.swift
[976/1048] Compiling Stitcher ThreadValuesKey.swift
[977/1048] Compiling Stitcher DefaultValueProviding.swift
[978/1048] Compiling Stitcher Extensions.swift
[979/1048] Compiling Stitcher Functions.swift
[980/1048] Compiling Stitcher Reference.swift
[981/1048] Compiling Stitcher WeakReference.swift
[982/1049] Compiling Stitcher DependencyContainingCollection.swift
[983/1049] Compiling Stitcher DependencyEagerness.swift
[984/1049] Compiling Stitcher DependencyLocator.swift
[985/1049] Compiling Stitcher DependencyLocatorTraits.swift
[986/1049] Compiling Stitcher DependencyParameters.swift
[987/1049] Compiling Stitcher DependencyScope.swift
[988/1049] Compiling Stitcher InjectionError.swift
[989/1049] Compiling Stitcher ManagedDependencyScopeProviding.swift
[990/1049] Compiling Stitcher ManagedDependencyScopeReceipt.swift
[991/1049] Compiling Stitcher PipelineManagedDependencyScope.swift
[992/1049] Compiling Stitcher InstantionNotificationCenter.swift
[993/1049] Compiling Stitcher PostInstantiationAware.swift
[994/1049] Compiling Stitcher DependencyCycleDetector.swift
[995/1049] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[996/1049] Compiling Stitcher DependencyGraph+Assertions.swift
[997/1049] Compiling Stitcher DependencyGraph+NameInjection.swift
[998/1049] Compiling Stitcher DependencyGraph+TypeInjection.swift
[999/1049] Compiling Stitcher DependencyGraph+ValueInjection.swift
[1000/1049] Compiling Stitcher DependencyGraph.swift
[1001/1049] Compiling Stitcher DependencyRegistrarIndex.swift
[1002/1049] Emitting module Collections
[1003/1049] Compiling Collections Collections.swift
BUILD FAILURE 6.1 android