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 AUv3Controls, reference main (10e8aa), with Swift 6.1 for Wasm on 16 Jun 2025 17:35:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/AUv3Controls.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bradhowes/AUv3Controls
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 10e8aa8 Trying using swiftpackageindex.com for docs
Cloned https://github.com/bradhowes/AUv3Controls.git
Revision (git rev-parse @):
10e8aa8b911e0e842efece74c74c6d04dfaa8fdc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/AUv3Controls.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bradhowes/AUv3Controls.git
https://github.com/bradhowes/AUv3Controls.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.16.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AUv3Controls",
  "name" : "AUv3Controls",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AUv3Controls",
      "targets" : [
        "AUv3Controls"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AUv3ControlsTests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3ControlsTests",
      "path" : "Tests/AUv3ControlsTests",
      "product_dependencies" : [
        "ComposableArchitecture",
        "SnapshotTesting"
      ],
      "sources" : [
        "AVFoundationTests.swift",
        "AngleTests.swift",
        "ClampTests.swift",
        "ColorTests.swift",
        "ControlFeatureTests.swift",
        "DemoPreviewTests.swift",
        "DualityTests.swift",
        "EditorFeatureTests.swift",
        "ExtensionsTests.swift",
        "KnobFeatureTests.swift",
        "LoggerTests.swift",
        "NormValueTransformTests.swift",
        "ThemeTests.swift",
        "TitleFeatureTests.swift",
        "ToggleFeatureTests.swift",
        "TrackFeatureTests.swift",
        "XCTest+Extensions.swift"
      ],
      "target_dependencies" : [
        "AUv3Controls"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Controls",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Controls",
      "path" : "Sources/AUv3Controls",
      "product_dependencies" : [
        "ComposableArchitecture",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "AUv3Controls"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AUv3Controls/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DimmedAppearanceModifier.swift",
        "EffectsContainers.swift",
        "Examples/Duality.swift",
        "Examples/Envelope.swift",
        "Extensions/AUParameter.swift",
        "Extensions/AUParameterTree.swift",
        "Extensions/Angle.swift",
        "Extensions/ClosedRange.swift",
        "Extensions/Color.swift",
        "Extensions/KeyPath.swift",
        "Extensions/UUID.swift",
        "Extensions/View.swift",
        "Knob/ControlFeature.swift",
        "Knob/EditorFeature.swift",
        "Knob/KnobConfig.swift",
        "Knob/KnobFeature.swift",
        "Knob/KnobValueFormatter.swift",
        "Knob/NormValueTransform.swift",
        "Knob/TitleFeature.swift",
        "Knob/TrackFeature.swift",
        "Support/Logger.swift",
        "Theme.swift",
        "Toggle/CheckedToggleStyle.swift",
        "Toggle/ToggleFeature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/2082] Fetching swift-docc-plugin
[210/7067] Fetching swift-docc-plugin, swift-async-algorithms
[7068/20294] Fetching swift-docc-plugin, swift-async-algorithms, swift-snapshot-testing
Fetched https://github.com/apple/swift-async-algorithms from cache (0.42s)
[2612/15309] Fetching swift-docc-plugin, swift-snapshot-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (0.44s)
[794/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.66s)
[1/303725] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (16.45s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (17.45s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.12s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (0.86s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
[1/1411] Fetching swift-perception
[58/4680] Fetching swift-perception, swift-sharing
[2851/6214] Fetching swift-perception, swift-sharing, swift-identified-collections
[6215/11681] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[6872/57088] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (0.78s)
[27525/55677] Fetching swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
[22513/121042] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[60128/125623] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-custom-dump
[67542/131872] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-custom-dump, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.40s)
[65148/127291] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.66s)
Fetching https://github.com/pointfreeco/swift-case-paths
[74294/121903] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
Fetching https://github.com/pointfreeco/combine-schedulers
[79252/121042] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
[92002/125428] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths
[101347/127838] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-navigation from cache (1.87s)
[64362/82431] Fetching swift-sharing, swift-identified-collections, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.29s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.42s)
[58636/75635] Fetching swift-sharing, swift-identified-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (5.46s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (5.47s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.51s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.1 (6.08s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.54s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.43s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.59s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (1.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.12s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.74s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.51s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.78s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.63s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.74s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.64s)
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.20.2
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/79] Write sources
[28/79] Copying PrivacyInfo.xcprivacy
[31/79] Write sources
[48/79] Copying Assets.xcassets
[49/79] Compiling UIKitNavigationShim shim.m
[50/79] Compiling _SwiftSyntaxCShims dummy.c
[51/79] Write swift-version-24593BA9C3E375BF.txt
[53/124] Compiling IssueReporting XCTest.swift
[54/124] Compiling IssueReporting IsTesting.swift
[55/124] Compiling IssueReporting IssueReporter.swift
[56/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/127] Emitting module Sharing1
[58/127] Compiling Sharing1 Empty.swift
[59/128] Compiling IssueReporting TestContext.swift
[60/128] Compiling IssueReporting Unimplemented.swift
[61/128] Emitting module IssueReporting
[62/128] Emitting module SwiftSyntax510
[63/128] Compiling SwiftSyntax510 Empty.swift
[64/128] Emitting module SwiftSyntax601
[65/128] Compiling SwiftSyntax601 Empty.swift
[69/128] Compiling IssueReporting SwiftTesting.swift
[70/130] Emitting module SwiftSyntax509
[71/130] Compiling SwiftSyntax509 Empty.swift
[72/130] Emitting module InternalCollectionsUtilities
[73/130] Compiling IssueReporting UncheckedSendable.swift
[74/130] Compiling IssueReporting Warn.swift
[75/130] Compiling IssueReporting Deprecations.swift
[76/130] Compiling IssueReporting FailureObserver.swift
[77/131] Compiling IssueReporting ErrorReporting.swift
[78/131] Compiling IssueReporting AppHostWarning.swift
[79/131] Compiling IssueReporting LockIsolated.swift
[80/131] Compiling IssueReporting Rethrows.swift
[81/131] Emitting module SwiftSyntax600
[82/131] Compiling SwiftSyntax600 Empty.swift
[85/132] Compiling Sharing2 Empty.swift
[86/132] Emitting module Sharing2
[87/133] Compiling IssueReporting BreakpointReporter.swift
[88/133] Compiling IssueReporting FatalErrorReporter.swift
[92/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/134] Wrapping AST for SwiftSyntax601 for debugging
[94/134] Wrapping AST for SwiftSyntax509 for debugging
[95/139] Wrapping AST for SwiftSyntax510 for debugging
[98/145] Compiling IssueReporting WithExpectedIssue.swift
[99/145] Compiling IssueReporting WithIssueContext.swift
[99/145] Wrapping AST for SwiftSyntax600 for debugging
[101/279] Compiling DequeModule Deque+Codable.swift
[102/279] Compiling DequeModule Deque+Collection.swift
[103/279] Emitting module ConcurrencyExtras
[104/280] Compiling ConcurrencyExtras UncheckedSendable.swift
[105/280] Compiling DequeModule _DequeBuffer.swift
[106/280] Compiling DequeModule _DequeBufferHeader.swift
[107/282] Compiling DequeModule Deque+CustomReflectable.swift
[108/282] Compiling DequeModule Deque+Descriptions.swift
[109/282] Compiling DequeModule Deque+Extras.swift
[110/282] Compiling DequeModule Deque+Hashable.swift
[111/282] Compiling DequeModule Deque+Equatable.swift
[112/282] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/282] Compiling DequeModule _DequeSlot.swift
[114/282] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/282] Compiling ConcurrencyExtras MainSerialExecutor.swift
[116/282] Compiling ConcurrencyExtras Task.swift
[117/282] Compiling ConcurrencyExtras Result.swift
[118/282] Compiling DequeModule Deque._Storage.swift
[119/282] Compiling DequeModule Deque._UnsafeHandle.swift
[120/282] Compiling DequeModule Deque.swift
[121/282] Compiling ConcurrencyExtras LockIsolated.swift
[130/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/283] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/283] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/283] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[150/291] Compiling DequeModule Deque+Testing.swift
[158/291] Compiling OrderedCollections OrderedDictionary.swift
[159/291] Compiling OrderedCollections OrderedSet+Codable.swift
[160/291] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/291] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/291] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/291] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/291] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/291] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/291] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/291] Compiling OrderedCollections OrderedSet+Insertions.swift
[168/291] Compiling OrderedCollections OrderedSet+Invariants.swift
[169/291] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[170/291] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[171/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[172/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[173/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[178/294] Compiling PerceptionCore Bindable.swift
[180/296] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[181/296] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[182/296] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[183/296] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[184/296] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[185/296] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[186/296] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[187/296] Compiling OrderedCollections OrderedDictionary+Values.swift
[188/327] Compiling XCTestDynamicOverlay Exports.swift
[189/327] Compiling CombineSchedulers AnyScheduler.swift
[190/327] Compiling CombineSchedulers Concurrency.swift
[191/328] Compiling CombineSchedulers Timer.swift
[192/328] Compiling CombineSchedulers SwiftUI.swift
[193/328] Compiling CombineSchedulers TestScheduler.swift
[194/328] Emitting module CombineSchedulers
[195/328] Emitting module DequeModule
[196/328] Compiling CombineSchedulers ImmediateScheduler.swift
[197/328] Compiling CombineSchedulers Deprecations.swift
[198/329] Compiling CombineSchedulers Lock.swift
[199/329] Compiling CombineSchedulers NSRecursiveLock.swift
[200/329] Compiling CombineSchedulers UIKit.swift
[201/329] Compiling CombineSchedulers UIScheduler.swift
[202/329] Compiling Clocks SwiftUI.swift
[203/330] Compiling Clocks Timer.swift
[205/330] Compiling CombineSchedulers UnimplementedScheduler.swift
[206/330] Compiling Clocks ImmediateClock.swift
[207/331] Compiling Clocks AnyClock.swift
[208/331] Emitting module Clocks
[210/331] Compiling Clocks Lock.swift
[211/331] Compiling Clocks _AsyncTimerSequence.swift
[212/331] Compiling Clocks UnimplementedClock.swift
[213/331] Compiling Clocks TestClock.swift
[214/332] Emitting module XCTestDynamicOverlay
[215/332] Compiling XCTestDynamicOverlay Deprecations.swift
[226/333] Compiling OrderedCollections OrderedSet+Sendable.swift
[227/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[228/333] Compiling OrderedCollections OrderedSet+Testing.swift
[229/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[230/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[231/333] Compiling OrderedCollections OrderedSet.swift
[232/333] Compiling OrderedCollections _UnsafeBitset.swift
[233/334] Emitting module OrderedCollections
[234/394] Compiling Dependencies Dependency.swift
[235/394] Compiling Dependencies DependencyContext.swift
[236/394] Compiling Dependencies DependencyKey.swift
[237/394] Compiling Dependencies DependencyValues.swift
[239/397] Compiling CasePathsCore KeyPath+Sendable.swift
[240/397] Compiling CasePathsCore TypeName.swift
[241/398] Compiling CasePathsCore Never+CasePathable.swift
[242/398] Compiling Dependencies OpenURL.swift
[243/398] Compiling Dependencies TimeZone.swift
[244/398] Compiling Dependencies URLSession.swift
[245/401] Compiling Dependencies Locale.swift
[246/401] Compiling Dependencies MainQueue.swift
[247/401] Compiling Dependencies MainRunLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[248/402] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[249/415] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[250/415] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[251/415] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[252/419] Compiling CasePathsCore UncheckedSendable.swift
[253/419] Compiling CustomDump Unordered.swift
[254/419] Compiling CustomDump XCTAssertDifference.swift
[255/419] Compiling CustomDump XCTAssertNoDifference.swift
[256/419] Compiling CasePathsCore Optional+CasePathable.swift
[257/458] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[258/458] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[259/458] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[260/458] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[261/464] Compiling CasePathsCore Result+CasePathable.swift
[262/464] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[263/464] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[264/464] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[265/464] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[266/464] Compiling AsyncAlgorithms AsyncChannel.swift
[267/464] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[271/464] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[272/464] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[273/464] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[274/464] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[279/464] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[280/464] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[281/464] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[282/464] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[283/464] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[284/464] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[285/464] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[286/464] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[287/464] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[288/464] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[289/464] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[291/464] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[297/473] Emitting module CasePathsCore
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[306/476] Emitting module CustomDump
[310/476] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[311/476] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[312/476] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[313/476] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[314/476] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[315/476] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[316/476] Emitting module IdentifiedCollections
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[331/483] Compiling IdentifiedCollections IdentifiedArray.swift
[332/483] Compiling IdentifiedCollections IdentifiedCollection.swift
[340/484] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[341/484] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[342/484] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[343/484] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[344/484] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[345/484] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[346/484] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[347/484] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[348/484] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[349/484] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[350/484] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[351/484] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
error: emit-module command failed with exit code 1 (use -v to see invocation)
[352/484] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[353/484] Emitting module PerceptionCore
[354/484] Compiling PerceptionCore WithPerceptionTracking.swift
[360/484] Compiling PerceptionCore PerceptionTracking.swift
[363/484] Compiling PerceptionCore PerceptionRegistrar.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/30] Write swift-version-24593BA9C3E375BF.txt
[4/82] Emitting module SwiftSyntax600
[5/84] Compiling SwiftSyntax600 Empty.swift
[6/85] Emitting module SwiftSyntax510
[7/85] Compiling SwiftSyntax510 Empty.swift
[8/85] Emitting module SwiftSyntax601
[9/86] Emitting module SwiftSyntax509
[10/86] Compiling SwiftSyntax509 Empty.swift
[11/87] Compiling SwiftSyntax601 Empty.swift
[16/84] Emitting module ConcurrencyExtras
[17/84] Emitting module Sharing1
[18/84] Compiling Sharing1 Empty.swift
[19/85] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/85] Compiling ConcurrencyExtras Result.swift
[21/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/87] Compiling ConcurrencyExtras LockIsolated.swift
[25/87] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/87] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/87] Compiling InternalCollectionsUtilities Debugging.swift
[30/87] Compiling InternalCollectionsUtilities Descriptions.swift
[31/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/89] Compiling InternalCollectionsUtilities Integer rank.swift
[40/91] Compiling ConcurrencyExtras Task.swift
[41/91] Compiling ConcurrencyExtras UncheckedSendable.swift
[42/91] Emitting module Sharing2
[43/91] Compiling Sharing2 Empty.swift
[46/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/121] Compiling SwiftSyntax RawSyntax.swift
[50/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[52/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/121] Compiling SwiftSyntax SourceEdit.swift
[54/121] Compiling SwiftSyntax SourceLength.swift
[57/157] Compiling SwiftSyntax EditorPlaceholder.swift
[58/157] Compiling SwiftSyntax Identifier.swift
[59/157] Compiling SwiftSyntax BumpPtrAllocator.swift
[60/157] Compiling SwiftSyntax CommonAncestor.swift
[61/157] Emitting module IssueReporting
[62/157] Emitting module InternalCollectionsUtilities
[64/158] Compiling SwiftSyntax SourceLocation.swift
[65/158] Compiling SwiftSyntax SourcePresence.swift
[66/158] Compiling SwiftSyntax Assert.swift
[69/158] Compiling SwiftSyntax Convenience.swift
[70/158] Compiling SwiftSyntax CustomTraits.swift
[73/229] Compiling OrderedCollections _HashTable+Constants.swift
[74/229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/242] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/242] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/267] Compiling PerceptionCore Bindable.swift
[78/267] Compiling PerceptionCore Environment.swift
[79/267] Compiling PerceptionCore BetaChecking.swift
[80/267] Compiling PerceptionCore Exports.swift
[81/267] Compiling PerceptionCore Locking.swift
[82/267] Compiling PerceptionCore ThreadLocal.swift
[83/267] Compiling PerceptionCore Unchecked.swift
[84/267] Compiling PerceptionCore _PerceptionRegistrar.swift
[85/267] Compiling PerceptionCore Perceptible.swift
[86/267] Compiling Clocks Timer.swift
[88/277] Compiling PerceptionCore PerceptionChecking.swift
[89/277] Emitting module Clocks
[90/277] Emitting module CombineSchedulers
[95/278] Compiling XCTestDynamicOverlay Exports.swift
[98/278] Compiling Clocks ImmediateClock.swift
[101/279] Compiling Clocks AnyClock.swift
[102/279] Compiling CombineSchedulers UIScheduler.swift
[103/279] Compiling CombineSchedulers UIKit.swift
[106/279] Compiling CombineSchedulers Timer.swift
[111/279] Compiling Clocks _AsyncTimerSequence.swift
[112/279] Compiling Clocks Lock.swift
[113/279] Emitting module PerceptionCore
[114/279] Compiling DequeModule _DequeSlot.swift
[115/279] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/279] Compiling CombineSchedulers UnimplementedScheduler.swift
[119/280] Compiling PerceptionCore WithPerceptionTracking.swift
[120/280] Compiling PerceptionCore PerceptionTracking.swift
[122/280] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[123/280] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[124/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[125/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[126/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[127/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[128/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[129/280] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[130/280] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[131/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[132/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[133/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[134/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[135/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[136/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[137/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/287] Compiling PerceptionCore PerceptionRegistrar.swift
[141/287] Emitting module XCTestDynamicOverlay
[142/287] Compiling XCTestDynamicOverlay Deprecations.swift
[144/288] Compiling Clocks SwiftUI.swift
[145/288] Compiling Clocks TestClock.swift
[146/288] Compiling Clocks UnimplementedClock.swift
[153/290] Emitting module DequeModule
[154/291] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[155/291] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[156/291] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[157/291] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[158/291] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/291] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/291] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/291] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/291] Compiling OrderedCollections OrderedDictionary.swift
[163/291] Compiling OrderedCollections OrderedSet+Codable.swift
[164/291] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[165/291] Compiling OrderedCollections OrderedSet+Descriptions.swift
[166/291] Compiling OrderedCollections OrderedSet+Diffing.swift
[167/291] Compiling OrderedCollections OrderedSet+Equatable.swift
[168/291] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[169/291] Compiling OrderedCollections OrderedSet+Hashable.swift
[170/291] Compiling OrderedCollections OrderedSet+Initializers.swift
[171/291] Compiling OrderedCollections OrderedSet+Insertions.swift
[172/291] Compiling OrderedCollections OrderedSet+Invariants.swift
[173/291] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[174/291] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[175/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[176/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[177/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[189/351] Compiling Dependencies DependencyContext.swift
[190/351] Compiling Dependencies DependencyKey.swift
[191/351] Compiling Dependencies DependencyValues.swift
[192/351] Compiling Dependencies Context.swift
[193/354] Compiling CasePathsCore KeyPath+Sendable.swift
[194/355] Compiling CasePathsCore TypeName.swift
[195/355] Compiling Dependencies MainRunLoop.swift
[196/355] Compiling Dependencies OpenURL.swift
[197/355] Compiling Dependencies TimeZone.swift
[198/355] Compiling Dependencies URLSession.swift
[199/355] Emitting module CasePathsCore
[200/355] Compiling CasePathsCore UncheckedSendable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[201/355] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[202/358] Compiling Dependencies Date.swift
[203/358] Compiling Dependencies FireAndForget.swift
[204/358] Compiling Dependencies Locale.swift
[205/358] Compiling Dependencies MainQueue.swift
[206/358] Compiling Dependencies Assert.swift
[207/358] Compiling Dependencies Calendar.swift
[208/358] Compiling Dependencies Clocks.swift
[209/358] Compiling Dependencies Dependency.swift
[210/358] Compiling CasePathsCore Never+CasePathable.swift
[211/358] Compiling CasePathsCore Optional+CasePathable.swift
[216/358] Compiling CasePathsCore Result+CasePathable.swift
[226/359] Compiling Dependencies Deprecations.swift
[227/359] Compiling Dependencies Exports.swift
[228/359] Compiling Dependencies TypeName.swift
[229/359] Compiling CustomDump Unordered.swift
[230/359] Compiling CustomDump XCTAssertDifference.swift
[231/359] Compiling CustomDump XCTAssertNoDifference.swift
[233/359] Compiling Dependencies UUID.swift
[234/359] Compiling Dependencies WithRandomNumberGenerator.swift
[235/359] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[257/359] Emitting module CustomDump
[258/359] Compiling OrderedCollections OrderedSet+Sendable.swift
[259/359] Compiling OrderedCollections OrderedSet+SubSequence.swift
[260/359] Compiling OrderedCollections OrderedSet+Testing.swift
[261/359] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[262/359] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[263/359] Compiling OrderedCollections OrderedSet.swift
[264/359] Compiling OrderedCollections _UnsafeBitset.swift
[265/359] Emitting module OrderedCollections
[266/360] Compiling Dependencies PreviewTrait.swift
[267/360] Compiling Dependencies TestTrait.swift
[268/360] Compiling Dependencies WithDependencies.swift
[285/360] Compiling CustomDump ExpectDifference.swift
BUILD FAILURE 6.1 wasm