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 Beton, reference master (ead711), with Swift 6.1 for Wasm on 29 May 2025 14:29:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/21GramConsulting/Beton.git
Reference: master
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/21GramConsulting/Beton
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ead7113 🏗️ A ton of convenience initializers for measurements.
Cloned https://github.com/21GramConsulting/Beton.git
Revision (git rev-parse @):
ead7113116e17fa5da041d72a04127068e0a4677
SUCCESS checkout https://github.com/21GramConsulting/Beton.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/21GramConsulting/Beton.git
https://github.com/21GramConsulting/Beton.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en_US",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Beton",
  "name" : "Beton",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Beton",
      "targets" : [
        "Beton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTBeton",
      "targets" : [
        "XCTBeton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTBeton",
      "module_type" : "SwiftTarget",
      "name" : "XCTBeton",
      "path" : "Sources/XCTBeton",
      "product_memberships" : [
        "XCTBeton"
      ],
      "sources" : [
        "Performance/XCTMeasureOptions.swift",
        "Performance/XCTMetric/XCTCPUMetric.swift",
        "Performance/XCTMetric/XCTClockMetric.swift",
        "Performance/XCTMetric/XCTMemoryMetric.swift",
        "Performance/XCTMetric/XCTMetric+measurementStorage.swift",
        "Performance/XCTMetric/XCTMetric.swift",
        "Performance/XCTMetric/XCTStorageMetric.swift",
        "XCTBeton.swift",
        "XCTestCase/XCTAssertMetric/XCTAssertClockIdentifier.swift",
        "XCTestCase/XCTAssertMetric/XCTAssertCpuIdentifier.swift",
        "XCTestCase/XCTAssertMetric/XCTAssertDiskIdentifier.swift",
        "XCTestCase/XCTAssertMetric/XCTAssertMemoryIdentifier.swift",
        "XCTestCase/XCTAssertMetric/XCTAssertMetric.swift",
        "XCTestCase/XCTAssertMetric/XCTestCase+XCTAssertMetric.swift",
        "XCTestCase/XCTAssertMetricIdentifier.swift",
        "XCTestCase/XCTestCase+measure.swift",
        "XCTestCase/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Beton"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UserAcceptanceTests",
      "module_type" : "SwiftTarget",
      "name" : "UserAcceptanceTests",
      "path" : "Tests/UserAcceptanceTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UserAcceptanceTests/Resources/en_US.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en_us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/UserAcceptanceTests/Resources/hu_HU.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "hu_hu"
            }
          }
        }
      ],
      "sources" : [
        "Beton/Bundle/BundleTests.swift",
        "Beton/Measurement/MeasurementTests+pow.swift",
        "Beton/Measurement/MeasurementTests+sqrt.swift",
        "Beton/Measurement/MeasurementTests.swift",
        "Beton/Operators/wtfTests.swift",
        "Beton/Sequence/SequenceTests+sum.swift",
        "XCTBeton/XCTBetonExamples.swift"
      ],
      "target_dependencies" : [
        "Beton",
        "XCTBeton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UnitTests/Resources/en_US.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en_us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/UnitTests/Resources/hu_HU.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "hu_hu"
            }
          }
        }
      ],
      "sources" : [
        "Beton/Bundle/BundleTest+localizedString.swift",
        "Beton/Bundle/BundleTest+localiztationBundles.swift",
        "Beton/Bundle/BundleTest.swift",
        "Beton/Collections/repeatingTests.swift",
        "Beton/Locale/LocaleTest+ExpressibleByStringLiteral.swift",
        "Beton/MathTest.swift",
        "Beton/Measurement/MeasurementTest+AdditiveArithmetic.swift",
        "Beton/Measurement/MeasurementTest+ExpressibleByFloatLiteral.swift",
        "Beton/Measurement/MeasurementTest+ExpressibleByIntegerLiteral.swift",
        "Beton/Measurement/MeasurementTest.swift",
        "Beton/Measurement/Unit/UnitAccelerationTest.swift",
        "Beton/Measurement/Unit/UnitAngleTest.swift",
        "Beton/Measurement/Unit/UnitAreaTest.swift",
        "Beton/Measurement/Unit/UnitConcentrationMassTest.swift",
        "Beton/Measurement/Unit/UnitDispersionTest.swift",
        "Beton/Measurement/Unit/UnitDurationTest.swift",
        "Beton/Measurement/Unit/UnitElectricChargeTest.swift",
        "Beton/Measurement/Unit/UnitElectricCurrentTest.swift",
        "Beton/Measurement/Unit/UnitElectricPotentialDifferenceTest.swift",
        "Beton/Measurement/Unit/UnitElectricResistanceTest.swift",
        "Beton/Measurement/Unit/UnitEnergyTest.swift",
        "Beton/Measurement/Unit/UnitFrequencyTest.swift",
        "Beton/Measurement/Unit/UnitFuelEfficiencyTest.swift",
        "Beton/Measurement/Unit/UnitIlluminanceTest.swift",
        "Beton/Measurement/Unit/UnitInformationStorageTest.swift",
        "Beton/Measurement/Unit/UnitLengthTest.swift",
        "Beton/Measurement/Unit/UnitMassTest.swift",
        "Beton/Measurement/Unit/UnitPowerTest.swift",
        "Beton/Measurement/Unit/UnitPressureTest.swift",
        "Beton/Measurement/Unit/UnitSpeedTest.swift",
        "Beton/Measurement/Unit/UnitTemperatureTest.swift",
        "Beton/Measurement/Unit/UnitVolumeTest.swift",
        "Beton/Notifications/Notification_NameTests.swift",
        "Beton/Operators/PipeTests.swift",
        "Beton/Operators/wtf/wtfTests+throwIfOptional.swift",
        "Beton/Operators/wtf/wtfTests.swift",
        "Beton/Sequence/SequenceTest+testSum.swift",
        "Beton/Sequence/SequenceTest.swift",
        "Beton/URL/URLTest+ExpressibleByStringLiteral.swift",
        "Beton/URL/URLTest.swift",
        "Beton/UUID/ArrayInitFromUuidTest.swift",
        "Beton/UUID/DataInitFromUuidTest.swift",
        "XCTBeton/Performance/XCTAssertMetric/XCTAssertClockIdentifierTest.swift",
        "XCTBeton/Performance/XCTAssertMetric/XCTAssertCpuIdentifierTest.swift",
        "XCTBeton/Performance/XCTAssertMetric/XCTAssertDiskIdentifierTest.swift",
        "XCTBeton/Performance/XCTAssertMetric/XCTAssertMemoryIdentifierTest.swift",
        "XCTBeton/Performance/XCTAssertMetric/XCTAssertMetric.AspectTest.swift",
        "XCTBeton/Performance/XCTMetric/XCTCPUMetricTest.swift",
        "XCTBeton/Performance/XCTMetric/XCTClockMetricTest.swift",
        "XCTBeton/Performance/XCTMetric/XCTMemoryMetricTest.swift",
        "XCTBeton/Performance/XCTMetric/XCTMetricTest.swift",
        "XCTBeton/Performance/XCTMetric/XCTStorageMetricTest.swift",
        "XCTBeton/Performance/XCTestCase+numberOfMeasurements.swift",
        "XCTBeton/XCTestCaseTest.swift"
      ],
      "target_dependencies" : [
        "Beton",
        "XCTBeton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RegressionTests",
      "module_type" : "SwiftTarget",
      "name" : "RegressionTests",
      "path" : "Tests/RegressionTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/RegressionTests/Resources/en_US.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en_us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/RegressionTests/Resources/hu_HU.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "hu_hu"
            }
          }
        }
      ],
      "sources" : [
        "RegressionTests.swift"
      ],
      "target_dependencies" : [
        "Beton",
        "XCTBeton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/PerformanceTests/Resources/en_US.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en_us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/PerformanceTests/Resources/hu_HU.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "hu_hu"
            }
          }
        }
      ],
      "sources" : [
        "Beton/Bundle/BundleTest.swift"
      ],
      "target_dependencies" : [
        "Beton",
        "XCTBeton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Beton",
      "module_type" : "SwiftTarget",
      "name" : "Beton",
      "path" : "Sources/Beton",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "Beton",
        "XCTBeton"
      ],
      "sources" : [
        "Beton.swift",
        "Bundle/Bundle+localizationBundles.swift",
        "Bundle/Bundle+localizedString.swift",
        "Bundle/BundleAware.swift",
        "Collections/repeating.swift",
        "Locale/Locale+ExpressibleByStringLiteral.swift",
        "Locale/LocaleAware.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitAcceleration.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitAngle.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitArea.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitConcentrationMass.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitDispersion.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitDuration.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitElectricCharge.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitElectricCurrent.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitElectricPotentialDifference.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitElectricResistance.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitEnergy.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitFrequency.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitFuelEfficiency.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitIlluminance.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitInformationStorage.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitLength.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitMass.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitPower.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitPressure.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitSpeed.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitTemperature.swift",
        "Measurement/ConvenienceInitializers/Measurement+convenienceInit+whenUnitVolume.swift",
        "Measurement/Measurement+AdditiveArithmetic.swift",
        "Measurement/Measurement+ExpressibleByFloatLiteral.swift",
        "Measurement/Measurement+ExpressibleByIntegerLiteral.swift",
        "Measurement/Measurement+convenienceInit.swift",
        "Measurement/Unit/Unit.swift",
        "Measurement/Unit/UnitAcceleration+default.swift",
        "Measurement/Unit/UnitAngle+default.swift",
        "Measurement/Unit/UnitArea+default.swift",
        "Measurement/Unit/UnitConcentrationMass+default.swift",
        "Measurement/Unit/UnitDispersion+default.swift",
        "Measurement/Unit/UnitDuration+default.swift",
        "Measurement/Unit/UnitElectricCharge+default.swift",
        "Measurement/Unit/UnitElectricCurrent+default.swift",
        "Measurement/Unit/UnitElectricPotentialDifference+default.swift",
        "Measurement/Unit/UnitElectricResistance+default.swift",
        "Measurement/Unit/UnitEnergy+default.swift",
        "Measurement/Unit/UnitFrequency+default.swift",
        "Measurement/Unit/UnitFuelEfficiency+default.swift",
        "Measurement/Unit/UnitIlluminance+default.swift",
        "Measurement/Unit/UnitInformationStorage+default.swift",
        "Measurement/Unit/UnitLength+default.swift",
        "Measurement/Unit/UnitMass+default.swift",
        "Measurement/Unit/UnitPower+default.swift",
        "Measurement/Unit/UnitPressure+default.swift",
        "Measurement/Unit/UnitSpeed+default.swift",
        "Measurement/Unit/UnitTemperature+default.swift",
        "Measurement/Unit/UnitVolume+default.swift",
        "Measurement/pow+measurement.swift",
        "Measurement/sqrt+measurement.swift",
        "Notifications/Notification.Name+ExpressibleByStringLiteral.swift",
        "Operators/pipe.swift",
        "Operators/wtf/wtf+throwIfOptional.swift",
        "Operators/wtf/wtf.swift",
        "Sequence/Sequence+sum.swift",
        "URL/URL+ExpressibleByStringLiteral.swift",
        "URL/URL+append#linux.swift",
        "UUID/Array+init+fromUuid+whenUint8.swift",
        "UUID/Data+UUID+convenienceBridge.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
[799/7034] Fetching swift-async-algorithms, swift-docc-plugin
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (3.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.71s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.92s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.61s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/23] Compiling InternalCollectionsUtilities Debugging.swift
[13/23] Compiling InternalCollectionsUtilities Descriptions.swift
[14/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/24] Compiling InternalCollectionsUtilities Integer rank.swift
[21/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/24] Emitting module InternalCollectionsUtilities
[24/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/95] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[27/95] Compiling OrderedCollections OrderedDictionary+Elements.swift
[28/97] Compiling OrderedCollections _HashTable.swift
[29/97] Compiling OrderedCollections _Hashtable+Header.swift
[30/97] Compiling OrderedCollections _HashTable+Bucket.swift
[31/97] Compiling OrderedCollections _HashTable+BucketIterator.swift
[32/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[33/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[34/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[35/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[36/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[37/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[38/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[39/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[40/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[41/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[42/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[43/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/104] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/104] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/104] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[47/104] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[48/104] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[49/104] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[50/104] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[51/104] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[52/104] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/104] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/104] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/104] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/104] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/104] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[58/104] Compiling DequeModule _DequeSlot.swift
[59/104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/104] Compiling OrderedCollections OrderedDictionary.swift
[61/104] Compiling OrderedCollections OrderedSet+Codable.swift
[62/104] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/104] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/104] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/104] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/104] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/104] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/104] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/104] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/104] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/104] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/104] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[74/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[75/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[84/104] Compiling OrderedCollections _HashTable+Constants.swift
[85/104] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[86/104] Emitting module DequeModule
[87/104] Compiling OrderedCollections _HashTable+Testing.swift
[88/104] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[90/105] Compiling OrderedCollections OrderedSet+Sendable.swift
[91/105] Compiling OrderedCollections OrderedSet+SubSequence.swift
[92/105] Compiling OrderedCollections OrderedSet+Testing.swift
[93/105] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[94/105] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[95/105] Compiling OrderedCollections OrderedSet.swift
[96/105] Compiling OrderedCollections _UnsafeBitset.swift
[105/105] Emitting module OrderedCollections
[107/151] Compiling AsyncAlgorithms BoundedBufferStateMachine.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) {
[108/151] Compiling AsyncAlgorithms BoundedBufferStorage.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) {
[109/151] Compiling AsyncAlgorithms UnboundedBufferStateMachine.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) {
[110/151] Compiling AsyncAlgorithms UnboundedBufferStorage.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) {
[111/151] Compiling AsyncAlgorithms AsyncChannel.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) {
[112/151] Compiling AsyncAlgorithms AsyncThrowingChannel.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) {
[113/157] 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) {
[114/157] 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) {
[115/157] 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) {
[116/157] 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) {
[117/157] 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) {
[118/157] 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) {
[119/157] 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 |
[120/157] 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 |
[121/157] 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 |
[122/157] 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 |
[123/157] 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 |
[124/157] 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 |
[125/157] 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
[126/157] 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
[127/157] 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
[128/157] 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
[129/157] 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
[130/157] 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)
[131/157] 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) }
[132/157] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[133/157] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[134/157] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[135/157] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[136/157] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[137/157] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[138/157] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[139/157] Compiling AsyncAlgorithms SetAlgebra.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) {
[140/157] Compiling AsyncAlgorithms UnsafeTransfer.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) {
[141/157] Compiling AsyncAlgorithms AsyncZip2Sequence.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) {
[142/157] Compiling AsyncAlgorithms AsyncZip3Sequence.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) {
[143/157] Compiling AsyncAlgorithms ZipStateMachine.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) {
[144/157] Compiling AsyncAlgorithms ZipStorage.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) {
[145/157] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[146/157] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[147/157] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[148/157] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[149/157] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[150/157] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[151/157] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[152/157] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[153/157] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[154/157] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[155/157] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[156/157] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[157/157] Compiling AsyncAlgorithms AsyncBufferSequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/18] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/18] Compiling InternalCollectionsUtilities Debugging.swift
[7/18] Compiling InternalCollectionsUtilities Descriptions.swift
[8/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/18] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/18] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/18] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/18] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/18] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/18] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/18] Compiling InternalCollectionsUtilities Integer rank.swift
[18/18] Emitting module InternalCollectionsUtilities
[20/89] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[21/89] Compiling OrderedCollections OrderedDictionary+Elements.swift
[22/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[23/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[24/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[25/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[26/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[27/91] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[28/91] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[29/91] Compiling DequeModule _DequeSlot.swift
[30/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[31/98] Compiling OrderedCollections OrderedDictionary+Codable.swift
[32/98] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[33/98] Compiling OrderedCollections _HashTable+Testing.swift
[34/98] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[35/98] Compiling OrderedCollections _HashTable+Constants.swift
[36/98] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[37/98] Compiling OrderedCollections _HashTable.swift
[38/98] Compiling OrderedCollections _Hashtable+Header.swift
[39/98] Compiling OrderedCollections _HashTable+Bucket.swift
[40/98] Compiling OrderedCollections _HashTable+BucketIterator.swift
[41/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/98] Compiling OrderedCollections OrderedSet+Initializers.swift
[49/98] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/98] Compiling OrderedCollections OrderedSet+Invariants.swift
[51/98] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[52/98] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[53/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[54/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[55/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[56/98] Compiling OrderedCollections OrderedDictionary.swift
[57/98] Compiling OrderedCollections OrderedSet+Codable.swift
[58/98] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/98] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/98] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/98] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/98] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/98] Compiling OrderedCollections OrderedSet+Hashable.swift
[66/98] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/98] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[74/98] Emitting module DequeModule
[75/99] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/99] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/99] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/99] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/99] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/99] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/99] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/99] Compiling OrderedCollections OrderedDictionary+Values.swift
[84/99] Compiling OrderedCollections OrderedSet+Sendable.swift
[85/99] Compiling OrderedCollections OrderedSet+SubSequence.swift
[86/99] Compiling OrderedCollections OrderedSet+Testing.swift
[87/99] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[88/99] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[89/99] Compiling OrderedCollections OrderedSet.swift
[90/99] Compiling OrderedCollections _UnsafeBitset.swift
[99/99] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[101/145] 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) }
[102/151] Compiling AsyncAlgorithms BoundedBufferStateMachine.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) {
[103/151] Compiling AsyncAlgorithms BoundedBufferStorage.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) {
[104/151] Compiling AsyncAlgorithms UnboundedBufferStateMachine.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) {
[105/151] Compiling AsyncAlgorithms UnboundedBufferStorage.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) {
[106/151] Compiling AsyncAlgorithms AsyncChannel.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) {
[107/151] Compiling AsyncAlgorithms AsyncThrowingChannel.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) {
[108/151] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[109/151] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[110/151] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[111/151] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[112/151] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[113/151] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[114/151] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[115/151] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[116/151] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[117/151] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[118/151] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[119/151] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[120/151] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[121/151] 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) {
[122/151] 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) {
[123/151] 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) {
[124/151] 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) {
[125/151] 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) {
[126/151] 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) {
[127/151] 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
[128/151] 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
[129/151] 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
[130/151] 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
[131/151] 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
[132/151] 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
[133/151] 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 |
[134/151] 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 |
[135/151] 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 |
[136/151] 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 |
[137/151] 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 |
[138/151] 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 |
[139/151] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[140/151] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[141/151] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[142/151] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[143/151] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[144/151] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[145/151] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[146/151] Compiling AsyncAlgorithms SetAlgebra.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) {
[147/151] Compiling AsyncAlgorithms UnsafeTransfer.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) {
[148/151] Compiling AsyncAlgorithms AsyncZip2Sequence.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) {
[149/151] Compiling AsyncAlgorithms AsyncZip3Sequence.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) {
[150/151] Compiling AsyncAlgorithms ZipStateMachine.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) {
[151/151] Compiling AsyncAlgorithms ZipStorage.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) {
BUILD FAILURE 6.1 wasm