Build Information
Failed to build CareKitEssentials, reference 2.0.0 (868bca), with Swift 6.1 for Wasm on 14 Dec 2025 08:32:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/CareKitEssentials.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/netreconlab/CareKitEssentials
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 868bca9 feat: Update to CareKit 4.0.0 (#70)
Cloned https://github.com/netreconlab/CareKitEssentials.git
Revision (git rev-parse @):
868bca9280ab2e8b21fab7be369eaac38ba1d5fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/CareKitEssentials.git at 2.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/netreconlab/CareKitEssentials.git
https://github.com/netreconlab/CareKitEssentials.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "carekit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.5",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cbaker6/CareKit.git"
}
],
"manifest_display_name" : "CareKitEssentials",
"name" : "CareKitEssentials",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CareKitEssentials",
"targets" : [
"CareKitEssentials"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CareKitEssentialsTests",
"module_type" : "SwiftTarget",
"name" : "CareKitEssentialsTests",
"path" : "Tests/CareKitEssentialsTests",
"sources" : [
"CareTaskProgressStrategyTests.swift",
"LinearCareTaskProgressTests.swift",
"Mocking/OCKEvent.swift",
"OCKOutcomeExtensionsTests.swift",
"OCKOutcomeValueExtensionsTests.swift"
],
"target_dependencies" : [
"CareKitEssentials"
],
"type" : "test"
},
{
"c99name" : "CareKitEssentials",
"module_type" : "SwiftTarget",
"name" : "CareKitEssentials",
"path" : "Sources/CareKitEssentials",
"product_dependencies" : [
"CareKit",
"CareKitStore",
"CareKitUI"
],
"product_memberships" : [
"CareKitEssentials"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/CareKitEssentials/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Cards/Shared/CardViewModel.swift",
"Cards/Shared/Chart/CKEConfigurationView.swift",
"Cards/Shared/Chart/CareKitEssentialChartBodyView.swift",
"Cards/Shared/Chart/CareKitEssentialChartDetailView.swift",
"Cards/Shared/Chart/CareKitEssentialChartHeaderView.swift",
"Cards/Shared/Chart/CareKitEssentialChartView.swift",
"Cards/Shared/Chart/Data/CKEDataSeries.swift",
"Cards/Shared/Chart/Data/CKEDataSeriesConfiguration.swift",
"Cards/Shared/Chart/Data/CKEPoint.swift",
"Cards/Shared/Chart/Progress/TemporalProgress.swift",
"Cards/Shared/Chart/Progress/TemporalTaskProgress.swift",
"Cards/Shared/Chart/Protocols/CareKitEssentialChartable.swift",
"Cards/Shared/CustomLabelView.swift",
"Cards/Shared/DetailsView.swift",
"Cards/Shared/DismissableView.swift",
"Cards/Shared/EventViews/EventQueryContentView.swift",
"Cards/Shared/EventViews/EventQueryView.swift",
"Cards/Shared/Extensions/CKEDataSeries+AXChartDescriptorRepresentable.swift",
"Cards/Shared/Extensions/CareKitEssentialChartBodyView+ChartContent.swift",
"Cards/Shared/Extensions/CareKitEssentialSliderLogView+EventViewable.swift",
"Cards/Shared/Extensions/InstructionsTaskView+EventViewable.swift",
"Cards/Shared/Extensions/InstructionsTaskView.swift",
"Cards/Shared/Extensions/LabeledValueTaskView+EventViewable.swift",
"Cards/Shared/Extensions/LabeledValueTaskView.swift",
"Cards/Shared/Extensions/NumericProgressTaskView+EventViewable.swift",
"Cards/Shared/Extensions/NumericProgressTaskView.swift",
"Cards/Shared/Extensions/SimpleTaskView+EventViewable.swift",
"Cards/Shared/Extensions/SimpleTaskView.swift",
"Cards/Shared/InformationHeaderView.swift",
"Cards/Shared/Protocols/CareKitEssentialView.swift",
"Cards/Shared/Protocols/EventViewable.swift",
"Cards/Shared/Protocols/EventWithContentViewable.swift",
"Cards/Shared/ResearchSurveyView/ResearchCareForm.swift",
"Cards/Shared/ResearchSurveyView/ResearchSurveyView.swift",
"Cards/Shared/SimpleLabelView.swift",
"Cards/Shared/SliderLog/CareKitEssentialSliderLogView.swift",
"Cards/Shared/SliderLog/Slider.swift",
"Cards/Shared/SliderLog/SliderLogButton.swift",
"Cards/Shared/SliderLog/SliderLogTaskView.swift",
"Cards/Shared/SliderLog/SliderLogTaskViewModel.swift",
"Cards/Shared/SliderLog/SliderStyle.swift",
"Cards/watchOS/DigitalCrown/CareKitEssentialDigitalCrownLogView.swift",
"Cards/watchOS/DigitalCrown/DigitalCrownView.swift",
"Cards/watchOS/DigitalCrown/DigitalCrownViewFooter.swift",
"Cards/watchOS/DigitalCrown/DigitalCrownViewHeader.swift",
"Cards/watchOS/DigitalCrown/DigitalCrownViewModel.swift",
"Environment/CardEnabledEnvironmentKey.swift",
"Extensions/BinaryCareTaskProgress+Math.swift",
"Extensions/CGFloat.swift",
"Extensions/Calendar+Dates.swift",
"Extensions/CareStoreFetchedResult.swift",
"Extensions/CareStoreFetchedResults+Sequence.swift",
"Extensions/CareTaskProgressStrategy.swift",
"Extensions/ChartContent+Default.swift",
"Extensions/Double.swift",
"Extensions/Image.swift",
"Extensions/LinearCareTaskProgress+Math.swift",
"Extensions/Logger.swift",
"Extensions/NSImage.swift",
"Extensions/OCKAnyEvent+Comparable.swift",
"Extensions/OCKAnyEvent+CustomStringConvertable.swift",
"Extensions/OCKAnyEvent+Equatable.swift",
"Extensions/OCKAnyEvent+Hashable.swift",
"Extensions/OCKAnyEvent.swift",
"Extensions/OCKAnyEventStore.swift",
"Extensions/OCKAnyOutcome+Sequence.swift",
"Extensions/OCKAnyOutcome.swift",
"Extensions/OCKHealthKitPassthroughStore.swift",
"Extensions/OCKOutcome.swift",
"Extensions/OCKOutcomeValue+Identifiable.swift",
"Extensions/OCKOutcomeValue+Plottable.swift",
"Extensions/OCKOutcomeValue+ResearchKitSwiftUIResult.swift",
"Extensions/OCKOutcomeValue+Sequence.swift",
"Extensions/OCKScheduleEvent+Comparable.swift",
"Extensions/OCKStore.swift",
"Extensions/OCKStoreCoordinator+Hashable.swift",
"Extensions/OCKTask+ResearchKitSwiftUI.swift",
"Extensions/UIImage.swift",
"Extensions/View+Default.swift",
"Models/CareKitEssentialsError.swift",
"Models/CareKitEssentialsUserInfoKey.swift",
"Models/DateComponentsForProgress.swift",
"Models/OSValue.swift",
"Models/PeriodComponent.swift",
"Models/ScheduleUtility.swift",
"Models/SurveyQuestion.swift",
"Models/SurveyStep.swift",
"Protocols/CareKitEssentialVersionable.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/cbaker6/CareKit.git
[1/16898] Fetching carekit
Fetched https://github.com/cbaker6/CareKit.git from cache (2.63s)
Computing version for https://github.com/cbaker6/CareKit.git
Computed https://github.com/cbaker6/CareKit.git at 4.0.5 (3.27s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/FHIRModels.git
[1/5830] Fetching swift-async-algorithms
[5831/12449] Fetching swift-async-algorithms, fhirmodels
Fetched https://github.com/apple/swift-async-algorithms from cache (0.35s)
[993/6619] Fetching fhirmodels
Fetched https://github.com/apple/FHIRModels.git from cache (0.69s)
Computing version for https://github.com/apple/FHIRModels.git
Computed https://github.com/apple/FHIRModels.git at 0.8.0 (2.90s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.1 (0.66s)
Fetching https://github.com/apple/swift-collections.git
[1/18378] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.13s)
Creating working copy for https://github.com/apple/FHIRModels.git
Working copy of https://github.com/apple/FHIRModels.git resolved at 0.8.0
Creating working copy for https://github.com/cbaker6/CareKit.git
Working copy of https://github.com/cbaker6/CareKit.git resolved at 4.0.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.1
warning: 'carekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/CareKitStore.xcdatamodeld
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/Migrations/2_0To_3_0/2.0_3.0_Mapping.xcmappingmodel
Building for debugging...
[0/19] Write sources
[0/19] Copying Localizable.strings
[0/19] Copying Info.plist
[0/19] Write sources
[6/19] Copying Localizable.stringsdict
[6/19] Copying Info.plist
[6/19] Copying Localizable.strings
[6/19] Copying 2.0_2.1_Mapping.xcmappingmodel
[6/19] Copying locversion.plist
[6/19] Copying Info.plist
[6/19] Write sources
[17/19] Copying 2.1_3.0_Mapping.xcmappingmodel
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/116] Emitting module InternalCollectionsUtilities
[21/118] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[22/118] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/118] Compiling CareKitUI OCKStyler+Extension.swift
[24/118] Compiling CareKitUI Text+Extension.swift
[25/118] Compiling CareKitUI CardView.swift
[26/118] Compiling CareKitUI CircularCompletionView.swift
[27/118] Compiling CareKitUI AccessibleStack.swift
[28/118] Compiling CareKitUI BackwardsCompatibility.swift
[29/118] Compiling CareKitUI HeaderView.swift
[30/118] Compiling CareKitUI RectangularCompletionView.swift
[31/118] Compiling CareKitUI Number+Extensions.swift
[32/118] Compiling CareKitUI UIColor+Extension.swift
[33/118] Compiling CareKitUI View+Extension.swift
[34/118] Compiling CareKitUI OCKLocalization.swift
[35/118] Compiling CareKitUI NoHighlightStyle.swift
[36/118] Compiling CareKitUI OCKLog.swift
[37/118] Compiling CareKitUI OSValue.swift
[39/189] Compiling OrderedCollections _HashTable+Constants.swift
[40/189] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[41/191] Compiling DequeModule _DequeBuffer.swift
[42/191] Compiling DequeModule _DequeBufferHeader.swift
[43/191] Compiling DequeModule _DequeSlot.swift
[44/191] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/191] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/191] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[56/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[57/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[58/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[59/198] Compiling DequeModule Deque+Extras.swift
[60/198] Compiling DequeModule Deque+Hashable.swift
[61/198] Compiling DequeModule Deque+Testing.swift
[62/198] Compiling DequeModule Deque._Storage.swift
[63/198] Compiling DequeModule Deque._UnsafeHandle.swift
[64/198] Compiling DequeModule Deque.swift
[65/198] Compiling DequeModule Deque+Equatable.swift
[66/198] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/198] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/198] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/198] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/198] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/198] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/198] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/198] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/198] Compiling OrderedCollections OrderedDictionary+Values.swift
[83/198] Compiling OrderedCollections _HashTable+Bucket.swift
[84/198] Compiling OrderedCollections _HashTable+BucketIterator.swift
[85/198] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/198] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/198] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/198] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/198] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/198] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/198] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/198] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/198] Compiling OrderedCollections OrderedDictionary.swift
[94/198] Compiling OrderedCollections OrderedSet+Codable.swift
[95/198] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[96/198] Compiling OrderedCollections OrderedSet+Descriptions.swift
[97/198] Compiling OrderedCollections OrderedSet+Diffing.swift
[98/198] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/198] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/198] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[113/209] Emitting module CareKitUI
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[126/209] Emitting module DequeModule
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[134/210] Compiling OrderedCollections OrderedSet+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[135/210] Compiling OrderedCollections OrderedSet+SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[136/210] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[137/210] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[151/210] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[152/210] Compiling OrderedCollections OrderedSet.swift
[153/210] Compiling OrderedCollections _UnsafeBitset.swift
[154/210] Emitting module OrderedCollections
[156/260] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[157/260] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[158/260] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[159/260] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[160/260] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[161/260] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[162/260] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[163/266] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[164/266] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[165/266] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[166/266] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[167/266] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[168/266] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[169/266] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[170/266] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[171/266] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[172/266] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[173/266] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[174/266] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[175/266] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[176/266] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[177/266] Compiling AsyncAlgorithms AsyncShareSequence.swift
[178/266] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[179/266] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[180/266] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[181/266] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[182/266] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[183/266] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[184/266] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[185/266] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[186/266] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[187/266] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[188/266] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[189/266] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[190/266] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[191/266] Compiling CareKitUI OCKResponsiveLayout.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[192/266] Compiling CareKitUI OCKStylable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[193/266] Compiling CareKitUI OCKChecklistItemButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[194/266] Compiling CareKitUI OCKLabeledCheckmarkButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[195/266] Compiling CareKitUI OCKLogItemButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[196/266] Compiling CareKitUI OCKGridTaskCell.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[197/266] Compiling CareKitUI OCKLogButtonCell.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[198/266] Compiling CareKitUI OCKSelfSizingCollectionView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[199/266] Compiling CareKitUI LabeledValueTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[200/266] Compiling CareKitUI NumericProgressTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[201/266] Compiling CareKitUI OCKButtonLogTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[205/266] Compiling CareKitUI OCKLabel.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[206/266] Compiling CareKitUI LinkButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[207/266] Compiling CareKitUI LinkItem.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[208/266] Compiling CareKitUI LinkLabel.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[209/266] Compiling CareKitUI LinkView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[210/266] Compiling CareKitUI SafariView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[211/266] Compiling CareKitUI OCKAccessibleValue.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[212/266] Compiling CareKitUI OCKCardable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[213/266] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[214/266] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[215/266] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[216/266] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[217/266] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[218/266] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[242/266] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[243/266] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[244/266] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[245/266] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[246/266] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[247/266] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[248/266] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[249/266] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[250/266] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[251/266] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[252/266] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[253/266] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[254/266] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[255/266] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'carekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/CareKitStore.xcdatamodeld
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/Migrations/2_0To_3_0/2.0_3.0_Mapping.xcmappingmodel
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/98] Compiling CareKitUI BackwardsCompatibility.swift
[3/98] Compiling CareKitUI CardView.swift
[4/100] Compiling CareKitUI OCKWeekCalendarView.swift
[5/100] Compiling CareKitUI AccessibleStack.swift
[6/100] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[7/100] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[8/100] Compiling CareKitUI NoHighlightStyle.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[9/100] Compiling CareKitUI OCKLog.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[10/100] Compiling CareKitUI OSValue.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[11/100] Compiling CareKitUI OCKAnimationStyler.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[12/100] Compiling CareKitUI OCKAppearanceStyler.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[13/100] Compiling CareKitUI OCKColorStyler.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[14/100] Compiling CareKitUI OCKDimensionStyler.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[15/100] Compiling CareKitUI OCKStyler.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[16/100] Compiling CareKitUI InstructionsTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[17/100] Compiling CareKitUI SimpleTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[18/100] Compiling CareKitUI OCKCalendarDisplayable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[25/111] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/112] Emitting module CareKitUI
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[34/164] Compiling CareKitUI OCKContactDisplayable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[35/164] Compiling CareKitUI OCKDetailedContactView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[36/164] Compiling CareKitUI OCKSimpleContactView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[37/164] Compiling CareKitUI OCKAnimatedButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[38/164] Compiling CareKitUI OCKCheckmarkButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[39/164] Compiling CareKitUI OCKLabeledButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[40/164] Compiling CareKitUI OCKDetailView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[41/164] Compiling CareKitUI OCKDetailedImageView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[42/164] Compiling CareKitUI CATransaction+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[43/164] Compiling CareKitUI Calendar+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[44/164] Compiling CareKitUI NSLayoutConstraint+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[45/182] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/182] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/184] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/184] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/191] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/191] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/191] Compiling OrderedCollections OrderedDictionary.swift
[57/191] Compiling OrderedCollections OrderedSet+Codable.swift
[58/191] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/191] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/191] Compiling DequeModule _DequeSlot.swift
[61/191] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[63/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[64/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[65/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[66/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[67/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[68/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[69/191] Compiling OrderedCollections OrderedDictionary+Codable.swift
[70/191] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[71/191] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[72/191] Compiling OrderedCollections OrderedDictionary+Elements.swift
[73/191] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[74/191] Compiling OrderedCollections OrderedSet+Hashable.swift
[75/191] Compiling OrderedCollections OrderedSet+Initializers.swift
[76/191] Compiling OrderedCollections OrderedSet+Insertions.swift
[77/191] Compiling OrderedCollections OrderedSet+Invariants.swift
[78/191] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[79/191] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[80/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[81/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[82/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[91/191] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[92/191] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/191] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[94/191] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[95/191] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[96/191] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[97/191] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[98/191] Compiling OrderedCollections OrderedDictionary+Values.swift
[107/191] Compiling OrderedCollections OrderedSet+Sendable.swift
[108/191] Compiling OrderedCollections OrderedSet+SubSequence.swift
[109/191] Compiling OrderedCollections OrderedSet+Testing.swift
[110/191] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[111/191] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[112/191] Compiling OrderedCollections OrderedSet.swift
[113/191] Compiling OrderedCollections _UnsafeBitset.swift
[114/191] Emitting module DequeModule
[116/192] Compiling OrderedCollections _HashTable+Bucket.swift
[117/192] Compiling OrderedCollections _HashTable+BucketIterator.swift
[118/192] Compiling OrderedCollections _HashTable+Constants.swift
[119/192] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[120/192] Compiling OrderedCollections _HashTable+Testing.swift
[121/192] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[122/192] Compiling OrderedCollections _HashTable.swift
[123/192] Compiling OrderedCollections _Hashtable+Header.swift
[124/192] Emitting module OrderedCollections
[126/242] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[127/242] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[128/242] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[129/242] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[130/242] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[131/242] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[132/242] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[133/248] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[134/248] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[135/248] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[136/248] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[137/248] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[138/248] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[139/248] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[140/248] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[141/248] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[142/248] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[143/248] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[144/248] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[145/248] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[146/248] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[147/248] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[148/248] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[149/248] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[150/248] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[151/248] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[152/248] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[153/248] Compiling AsyncAlgorithms AsyncShareSequence.swift
[154/248] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[155/248] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[156/248] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[157/248] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[158/248] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[159/248] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[160/248] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[161/248] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[162/248] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[163/248] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[164/248] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[165/248] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[166/248] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[167/248] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[168/248] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[169/248] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[170/248] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[171/248] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[172/248] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[173/248] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[174/248] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[178/248] Compiling CareKitUI OCKLabel.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[179/248] Compiling CareKitUI LinkButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[180/248] Compiling CareKitUI LinkItem.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[181/248] Compiling CareKitUI LinkLabel.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[182/248] Compiling CareKitUI LinkView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[183/248] Compiling CareKitUI SafariView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[184/248] Compiling CareKitUI OCKAccessibleValue.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[185/248] Compiling CareKitUI OCKCardable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[186/248] Compiling CareKitUI OCKResponsiveLayout.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[187/248] Compiling CareKitUI OCKStylable.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[188/248] Compiling CareKitUI OCKChecklistItemButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[189/248] Compiling CareKitUI OCKLabeledCheckmarkButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[190/248] Compiling CareKitUI OCKLogItemButton.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[191/248] Compiling CareKitUI OCKGridTaskCell.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[192/248] Compiling CareKitUI OCKLogButtonCell.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[193/248] Compiling CareKitUI OCKSelfSizingCollectionView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[194/248] Compiling CareKitUI LabeledValueTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[195/248] Compiling CareKitUI NumericProgressTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[196/248] Compiling CareKitUI OCKButtonLogTaskView.swift
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/.build/checkouts/CareKit/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[232/248] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[233/248] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[234/248] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[235/248] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[236/248] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[237/248] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
BUILD FAILURE 6.1 wasm