Build Information
Failed to build CareKitEssentials, reference 1.1.5 (776c82
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 02:44:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/CareKitEssentials.git
Reference: 1.1.5
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 1.1.5 -> FETCH_HEAD
HEAD is now at 776c828 fix: Use Event comparable from CareKit (#65)
Cloned https://github.com/netreconlab/CareKitEssentials.git
Revision (git rev-parse @):
776c82861c6a49095f2d90cdf6fe8439282e1ec6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/CareKitEssentials.git at 1.1.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/netreconlab/CareKitEssentials.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/cbaker6/CareKit.git
[1/16322] Fetching carekit
Fetched https://github.com/cbaker6/CareKit.git from cache (3.01s)
Computing version for https://github.com/cbaker6/CareKit.git
Computed https://github.com/cbaker6/CareKit.git at 3.1.4 (6.90s)
Fetching https://github.com/apple/FHIRModels.git
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
[4986/11062] Fetching swift-async-algorithms, fhirmodels
Fetched https://github.com/apple/swift-async-algorithms from cache (0.57s)
[6077/6077] Fetching fhirmodels
Fetched https://github.com/apple/FHIRModels.git from cache (0.98s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.70s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/apple/FHIRModels.git
Computed https://github.com/apple/FHIRModels.git at 0.7.0 (2.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/FHIRModels.git
Working copy of https://github.com/apple/FHIRModels.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/cbaker6/CareKit.git
Working copy of https://github.com/cbaker6/CareKit.git resolved at 3.1.4
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] Copying Info.plist
[0/19] Copying locversion.plist
[0/19] Copying Info.plist
[0/19] Copying Localizable.strings
[0/19] Write sources
[13/19] Copying Localizable.stringsdict
[14/19] Copying Info.plist
[15/19] Copying Localizable.strings
[16/19] Copying 2.0_2.1_Mapping.xcmappingmodel
[17/19] Copying 2.1_3.0_Mapping.xcmappingmodel
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/114] Compiling CareKitUI NSLayoutConstraint+Extensions.swift
[21/114] Compiling CareKitUI AccessibleStack.swift
[22/114] Compiling CareKitUI CATransaction+Extension.swift
[23/114] Compiling CareKitUI Calendar+Extensions.swift
[24/115] 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.
[25/115] 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.
[26/115] 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.
[27/115] 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.
[28/115] 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.
[29/115] 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.
[30/115] 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.
[31/115] 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.
/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.
[37/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/126] Compiling CareKitUI UIFont+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.
[39/126] Compiling CareKitUI OCKFeaturedContentView.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/126] Compiling CareKitUI OCKCappedSizeLabel.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/126] 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.
[42/126] 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.
[43/126] 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.
[44/126] 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.
[45/126] 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.
[46/126] 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.
[47/126] 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.
[48/126] 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.
[49/126] 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.
[50/126] 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.
[51/126] 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.
[52/126] 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.
[53/126] 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.
[54/126] 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.
[55/126] 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.
[56/126] 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.
[57/126] 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.
[58/126] 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.
[59/126] 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.
[62/126] Emitting module InternalCollectionsUtilities
[67/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/138] Compiling CareKitUI OCKCompletionRingButton.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.
[70/138] Compiling CareKitUI OCKCompletionRingView.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.
[71/138] Compiling CareKitUI OCKCompletionState.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.
[72/138] Compiling CareKitUI OCKRingView.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.
[73/138] Compiling CareKitUI OCKBarPlotView.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.
[74/138] Compiling CareKitUI OCKGradientPlotView.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.
[75/138] Compiling CareKitUI OCKLinePlotView.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.
[76/138] Compiling CareKitUI OCKScatterPlotView.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.
[77/138] Compiling CareKitUI OCKBarLayer.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.
[78/138] Compiling CareKitUI OCKCartesianCoordinatesLayer.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.
[79/138] Compiling CareKitUI OCKGridLayer.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.
[80/138] Compiling CareKitUI OCKLineLayer.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.
[82/138] Compiling CareKitUI BackwardsCompatibility.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.
[83/138] Compiling CareKitUI CardView.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.
[84/138] Compiling CareKitUI CircularCompletionView.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.
[85/138] Compiling CareKitUI HeaderView.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.
[86/138] Compiling CareKitUI RectangularCompletionView.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.
[87/138] Compiling CareKitUI Number+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.
[88/138] Compiling CareKitUI OCKStyler+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.
[89/138] Compiling CareKitUI Text+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.
[90/138] Compiling CareKitUI UIColor+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.
[91/138] Compiling CareKitUI View+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.
[92/138] Compiling CareKitUI OCKLocalization.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.
[93/138] 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.
[94/138] 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.
[95/138] 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.
[96/138] 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.
[97/138] 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.
[98/138] 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.
[99/138] 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.
[100/138] 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.
[101/138] 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.
[102/138] 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.
[103/138] 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.
[104/138] Compiling CareKitUI OCKWeekCalendarView.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/138] 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.
[106/140] Compiling CareKitUI OCKScatterLayer.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.
[107/140] Compiling CareKitUI OCKCartesianChartView.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.
[108/140] Compiling CareKitUI OCKCartesianGraphView.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.
[109/140] Compiling CareKitUI OCKDataSeries.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.
[110/140] Compiling CareKitUI OCKGraphAxisView.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.
[111/140] Compiling CareKitUI OCKGraphLegendView.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.
[112/140] Compiling CareKitUI OCKGridView.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.
[113/140] Compiling CareKitUI OCKChartDisplayable.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.
[114/140] Compiling CareKitUI OCKGraphable.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.
[115/140] Compiling CareKitUI OCKAddressButton.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.
[116/140] Compiling CareKitUI OCKContactButton.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.
[117/197] Compiling OrderedCollections _HashTable+Constants.swift
[118/197] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[119/199] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[120/199] Compiling OrderedCollections OrderedDictionary+Elements.swift
[121/199] Compiling OrderedCollections _HashTable.swift
[122/199] Compiling OrderedCollections _Hashtable+Header.swift
[123/199] Compiling OrderedCollections _HashTable+Testing.swift
[124/199] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/199] Compiling DequeModule _DequeSlot.swift
[126/199] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[128/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[129/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[130/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[131/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[132/199] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[133/199] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[134/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/206] Compiling OrderedCollections OrderedDictionary+Codable.swift
[142/206] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[143/206] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[144/206] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[145/206] Compiling OrderedCollections _HashTable+Bucket.swift
[146/206] Compiling OrderedCollections _HashTable+BucketIterator.swift
[147/206] Emitting module DequeModule
[149/207] Compiling OrderedCollections OrderedDictionary.swift
[150/207] Compiling OrderedCollections OrderedSet+Codable.swift
[151/207] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[152/207] Compiling OrderedCollections OrderedSet+Descriptions.swift
[153/207] Compiling OrderedCollections OrderedSet+Diffing.swift
[154/207] Compiling OrderedCollections OrderedSet+Equatable.swift
[155/207] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[156/207] Compiling OrderedCollections OrderedSet+Hashable.swift
[157/207] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[158/207] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[159/207] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[160/207] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[161/207] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[162/207] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[163/207] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[164/207] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/207] Compiling OrderedCollections OrderedSet+Initializers.swift
[174/207] Compiling OrderedCollections OrderedSet+Insertions.swift
[175/207] Compiling OrderedCollections OrderedSet+Invariants.swift
[176/207] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[177/207] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[178/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[179/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[180/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[181/207] Compiling OrderedCollections OrderedSet+Sendable.swift
[182/207] Compiling OrderedCollections OrderedSet+SubSequence.swift
[183/207] Compiling OrderedCollections OrderedSet+Testing.swift
[184/207] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[185/207] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[186/207] Compiling OrderedCollections OrderedSet.swift
[187/207] Compiling OrderedCollections _UnsafeBitset.swift
[188/207] Emitting module OrderedCollections
[198/253] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[199/253] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[200/253] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[201/253] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[202/253] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[203/253] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[204/253] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[205/259] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[206/259] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[207/259] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[208/259] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[209/259] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[210/259] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[211/259] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[212/259] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[213/259] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[214/259] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[215/259] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[216/259] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[217/259] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[218/259] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[219/259] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[220/259] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[221/259] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[222/259] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[223/259] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[224/259] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[225/259] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[226/259] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[227/259] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[228/259] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[229/259] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[230/259] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[231/259] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[232/259] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[233/259] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[234/259] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[235/259] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[236/259] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[237/259] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[238/259] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[239/259] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[240/259] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[241/259] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[242/259] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[243/259] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[244/259] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[245/259] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[246/259] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[247/259] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
[248/259] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
BUILD FAILURE 6.2 wasm