Build Information
Failed to build SwiftWin32, reference main (d34ff1), with Swift 6.1 for Linux on 16 Oct 2025 18:10:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/swift-win32.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/compnerd/swift-win32
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d34ff1b Update coverage.yml
Submodule path 'Packages/SwiftCOM': checked out 'ebbc617d3b7ba3a2023988a74bebd118deea4cc5'
Submodule path 'Packages/cassowary': checked out 'a438611231901f9f350da27857d786f7979d578b'
Submodule path 'Packages/swift-collections': checked out 'c0549b6284aadd5fd13156316f43fcb43c7fca77'
Submodule path 'Packages/swift-log': checked out 'd8af258aecd93cd8604e74ade3c0fe438bac13f8'
Submodule 'Packages/SwiftCOM' (https://github.com/compnerd/swift-com) registered for path 'Packages/SwiftCOM'
Submodule 'Packages/cassowary' (https://github.com/compnerd/cassowary) registered for path 'Packages/cassowary'
Submodule 'Packages/swift-collections' (https://github.com/apple/swift-collections) registered for path 'Packages/swift-collections'
Submodule 'Packages/swift-log' (https://github.com/apple/swift-log) registered for path 'Packages/swift-log'
Cloning into '/host/spi-builder-workspace/Packages/SwiftCOM'...
Cloning into '/host/spi-builder-workspace/Packages/cassowary'...
Cloning into '/host/spi-builder-workspace/Packages/swift-collections'...
Cloning into '/host/spi-builder-workspace/Packages/swift-log'...
Cloned https://github.com/compnerd/swift-win32.git
Revision (git rev-parse @):
d34ff1b8b3f15cfdf2cb71109a3c313001122a54
SUCCESS checkout https://github.com/compnerd/swift-win32.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/compnerd/swift-win32.git
https://github.com/compnerd/swift-win32.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "cassowary",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/compnerd/cassowary.git"
},
{
"identity" : "swift-com",
"requirement" : {
"revision" : [
"28ad4be2d142be022f0c16be4006f15f7ce34d8b"
]
},
"type" : "sourceControl",
"url" : "https://github.com/compnerd/swift-com.git"
}
],
"manifest_display_name" : "SwiftWin32",
"name" : "SwiftWin32",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftWin32",
"targets" : [
"SwiftWin32"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SwiftWin32UI",
"targets" : [
"SwiftWin32UI"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "UICatalog",
"targets" : [
"UICatalog"
],
"type" : {
"executable" : null
}
},
{
"name" : "Calculator",
"targets" : [
"Calculator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "UICoreTests",
"module_type" : "SwiftTarget",
"name" : "UICoreTests",
"path" : "Tests/UICoreTests",
"sources" : [
"BarButtonItemTests.swift",
"BarItemTests.swift",
"ButtonTests.swift",
"ColorTests.swift",
"CubicTimingParametersTests.swift",
"DatePickerTests.swift",
"EventTests.swift",
"LabelTests.swift",
"MenuBuilderTests.swift",
"OffsetTests.swift",
"PresentationControllerTests.swift",
"PressTests.swift",
"PressesEventTests.swift",
"ResponderTests.swift",
"SpringTimingParametersTests.swift",
"StepperTests.swift",
"TextViewTests.swift",
"ViewTests.swift",
"WindowTests.swift"
],
"target_dependencies" : [
"SwiftWin32",
"TestUtilities"
],
"type" : "test"
},
{
"c99name" : "UICatalog",
"module_type" : "SwiftTarget",
"name" : "UICatalog",
"path" : "Examples/UICatalog",
"product_memberships" : [
"UICatalog"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Examples/UICatalog/Assets/CoffeeCup.jpg",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"UICatalog.swift"
],
"target_dependencies" : [
"SwiftWin32"
],
"type" : "executable"
},
{
"c99name" : "TestUtilities",
"module_type" : "SwiftTarget",
"name" : "TestUtilities",
"path" : "Tests/Utilities",
"sources" : [
"Utilities.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftWin32UI",
"module_type" : "SwiftTarget",
"name" : "SwiftWin32UI",
"path" : "Sources/SwiftWin32UI",
"product_memberships" : [
"SwiftWin32UI"
],
"sources" : [
"App Structure and Behaviour/App.swift",
"App Structure and Behaviour/Scene.swift",
"App Structure and Behaviour/SceneBuilder.swift",
"App Structure and Behaviour/WindowGroup.swift",
"EmptyView.swift",
"Framework Integration/UIApplicationDelegateAdaptor.swift",
"Never+SwiftUI.swift",
"View Layout and Presentation/AnyView.swift",
"View Layout and Presentation/EquatableView.swift",
"View Layout and Presentation/Group.swift",
"Views and Controls/Label.swift",
"Views and Controls/View.swift",
"Views and Controls/ViewBuilder.swift"
],
"target_dependencies" : [
"SwiftWin32"
],
"type" : "library"
},
{
"c99name" : "SwiftWin32",
"module_type" : "SwiftTarget",
"name" : "SwiftWin32",
"path" : "Sources/SwiftWin32",
"product_dependencies" : [
"Logging",
"OrderedCollections",
"cassowary",
"SwiftCOM"
],
"product_memberships" : [
"SwiftWin32",
"SwiftWin32UI",
"UICatalog",
"Calculator"
],
"sources" : [
"Animation and Haptics/Property-Based Animations/CubicTimingParameters.swift",
"Animation and Haptics/Property-Based Animations/SpringTimingParameters.swift",
"Animation and Haptics/Property-Based Animations/TimingCurveProvider.swift",
"Animation and Haptics/Property-Based Animations/ViewAnimating.swift",
"Animation and Haptics/Property-Based Animations/ViewImplicitlyAnimating.swift",
"Animation and Haptics/View Controller Transitions/ViewControllerAnimatedTransitioning.swift",
"Animation and Haptics/View Controller Transitions/ViewControllerInteractiveTransitioning.swift",
"Animation and Haptics/View Controller Transitions/ViewControllerTransitionCoordinator.swift",
"Animation and Haptics/View Controller Transitions/ViewControllerTransitionCoordinatorContext.swift",
"Animation and Haptics/View Controller Transitions/ViewControllerTransitioningDelegate.swift",
"Animation and Haptics/ViewControllerContextTransitioning.swift",
"App Extensions/InputViewController.swift",
"App and Environment/AdaptivePresentationControllerDelegate.swift",
"App and Environment/Application.swift",
"App and Environment/ApplicationDelegate.swift",
"App and Environment/ApplicationMain.swift",
"App and Environment/Device.swift",
"App and Environment/Scenes/Scene.swift",
"App and Environment/Scenes/SceneConfiguration.swift",
"App and Environment/Scenes/SceneDelegate.swift",
"App and Environment/Scenes/SceneSession.swift",
"App and Environment/Scenes/WindowScene.swift",
"App and Environment/Scenes/WindowSceneDelegate.swift",
"App and Environment/TraitCollection.swift",
"App and Environment/TraitEnvironment.swift",
"Appearance Customization/Appearance.swift",
"Appearance Customization/AppearanceContainer.swift",
"Appearance Customization/Configurations/BackgroundConfiguration.swift",
"Appearance Customization/Configurations/CellConfigurationState.swift",
"Appearance Customization/Configurations/ConfigurationColorTransformer.swift",
"Appearance Customization/Configurations/ConfigurationState.swift",
"Appearance Customization/Configurations/ConfigurationStateCustomKey.swift",
"Appearance Customization/Configurations/ContentConfiguration.swift",
"Appearance Customization/Configurations/ContentView.swift",
"Appearance Customization/Configurations/ListContentConfiguration.swift",
"Appearance Customization/Configurations/ViewConfigurationState.swift",
"Application/Information.swift",
"Application/LaunchKeyOptions.swift",
"Application/_TriviallyConstructible.swift",
"AutoLayout/LayoutAnchor.swift",
"AutoLayout/LayoutConstraint+Cassowary.swift",
"AutoLayout/LayoutConstraint.swift",
"AutoLayout/LayoutDimension.swift",
"AutoLayout/LayoutGuide.swift",
"AutoLayout/LayoutPriority.swift",
"AutoLayout/LayoutSupport.swift",
"AutoLayout/LayoutXAxisAnchor.swift",
"AutoLayout/LayoutYAxisAnchor.swift",
"Drag and Drop/SpringLoadedInteractionContext.swift",
"Drawing/BezierPath.swift",
"Drawing/Color.swift",
"Focus-Based Navigation/FocusAnimationCoordinator.swift",
"Focus-Based Navigation/FocusEnvironment.swift",
"Focus-Based Navigation/FocusItem.swift",
"Focus-Based Navigation/FocusItemContainer.swift",
"Focus-Based Navigation/FocusMovementHint.swift",
"Focus-Based Navigation/FocusUpdateContext.swift",
"Images and PDF/Image.swift",
"Keyboards and Input/TextInputTraits.swift",
"Menus and Shortcuts/Action.swift",
"Menus and Shortcuts/Command.swift",
"Menus and Shortcuts/ContextMenuConfiguration.swift",
"Menus and Shortcuts/ContextMenuInteraction.swift",
"Menus and Shortcuts/ContextMenuInteractionAnimating.swift",
"Menus and Shortcuts/ContextMenuInteractionCommitAnimating.swift",
"Menus and Shortcuts/ContextMenuInteractionDelegate.swift",
"Menus and Shortcuts/Menu.swift",
"Menus and Shortcuts/MenuBuilder.swift",
"Menus and Shortcuts/MenuElement.swift",
"Menus and Shortcuts/MenuSystem.swift",
"Menus and Shortcuts/PreviewParameters.swift",
"Menus and Shortcuts/PreviewTarget.swift",
"Menus and Shortcuts/TargetedPreview.swift",
"Platform/BatteryMonitor.swift",
"Platform/Error.swift",
"Platform/OrientationSensor.swift",
"Platform/Win32+Menu.swift",
"Platform/Win32+PropertyWrappers.swift",
"Platform/WindowClass.swift",
"Platform/WindowsHandle.swift",
"Pointer Interactions/PointerInteraction.swift",
"Pointer Interactions/PointerInteractionAnimating.swift",
"Pointer Interactions/PointerInteractionDelegate.swift",
"Pointer Interactions/PointerRegion.swift",
"Pointer Interactions/PointerRegionRequest.swift",
"Pointer Interactions/PointerStyle.swift",
"Support/Array+Extensions.swift",
"Support/Date+Extensions.swift",
"Support/IndexPath+UIExtensions.swift",
"Support/Logging.swift",
"Support/Point+UIExtensions.swift",
"Support/Rect+UIExtensions.swift",
"Support/Size+UIExtensions.swift",
"Support/String+UIExtensions.swift",
"Support/WinSDK+Extensions.swift",
"Support/WinSDK+UIExtensions.swift",
"Support/WindowMessage.swift",
"Support/WindowsHandle+UIExtensions.swift",
"Text Display and Fonts/Font.swift",
"Text Display and Fonts/FontDescriptor.swift",
"Text Display and Fonts/FontMetrics.swift",
"Text Storage/ParagraphStyle.swift",
"Touches, Presses, and Gestures/Event.swift",
"Touches, Presses, and Gestures/GestureRecognizer.swift",
"Touches, Presses, and Gestures/GestureRecognizerDelegate.swift",
"Touches, Presses, and Gestures/Press.swift",
"Touches, Presses, and Gestures/PressesEvent.swift",
"Touches, Presses, and Gestures/Responder.swift",
"Touches, Presses, and Gestures/TapGestureRecognizer.swift",
"Touches, Presses, and Gestures/Touch.swift",
"UI/ContentSizeCategoryAdjusting.swift",
"UI/ContentSizeCategoryImageAdjusting.swift",
"UI/Interaction.swift",
"UI/SceneSizeRestrictions.swift",
"View Controllers/ContentContainer.swift",
"View Controllers/PresentationController.swift",
"View Controllers/ViewController.swift",
"Views and Controls/Axis.swift",
"Views and Controls/BarButtonItem.swift",
"Views and Controls/BarButtonItemGroup.swift",
"Views and Controls/BarItem.swift",
"Views and Controls/BarPositioning.swift",
"Views and Controls/Button.swift",
"Views and Controls/Control.swift",
"Views and Controls/DatePicker.swift",
"Views and Controls/DirectionalEdgeInsets.swift",
"Views and Controls/DirectionalRectEdge.swift",
"Views and Controls/EdgeInsets.swift",
"Views and Controls/ImageView.swift",
"Views and Controls/Label.swift",
"Views and Controls/Offset.swift",
"Views and Controls/PickerView.swift",
"Views and Controls/ProgressView.swift",
"Views and Controls/Slider.swift",
"Views and Controls/Stepper.swift",
"Views and Controls/Switch.swift",
"Views and Controls/Table Views/ContextualAction.swift",
"Views and Controls/Table Views/SwipeActionsConfiguration.swift",
"Views and Controls/Table Views/TableView.swift",
"Views and Controls/Table Views/TableViewCell.swift",
"Views and Controls/Table Views/TableViewDataSource.swift",
"Views and Controls/Table Views/TableViewDelegate.swift",
"Views and Controls/Table Views/TableViewFocusUpdateContext.swift",
"Views and Controls/Table Views/TableViewHeaderFooterView.swift",
"Views and Controls/TextAlignment.swift",
"Views and Controls/TextField.swift",
"Views and Controls/TextView.swift",
"Views and Controls/View.swift",
"Views and Controls/VisualEffect.swift",
"Windows and Screens/AlertAction.swift",
"Windows and Screens/AlertController.swift",
"Windows and Screens/CoordinateSpace.swift",
"Windows and Screens/Screen.swift",
"Windows and Screens/Window.swift"
],
"target_dependencies" : [
"CoreAnimation",
"CoreGraphics"
],
"type" : "library"
},
{
"c99name" : "SupportTests",
"module_type" : "SwiftTarget",
"name" : "SupportTests",
"path" : "Tests/SupportTests",
"sources" : [
"DateTests.swift"
],
"target_dependencies" : [
"SwiftWin32"
],
"type" : "test"
},
{
"c99name" : "CoreGraphicsTests",
"module_type" : "SwiftTarget",
"name" : "CoreGraphicsTests",
"path" : "Tests/CoreGraphicsTests",
"sources" : [
"CoreGraphicsTests.swift"
],
"target_dependencies" : [
"CoreGraphics"
],
"type" : "test"
},
{
"c99name" : "CoreGraphics",
"module_type" : "SwiftTarget",
"name" : "CoreGraphics",
"path" : "Sources/SwiftWin32/CoreGraphics",
"product_memberships" : [
"SwiftWin32",
"SwiftWin32UI",
"UICatalog",
"Calculator"
],
"sources" : [
"AffineTransform.swift",
"Point.swift",
"Rect.swift",
"Size.swift",
"Vector.swift"
],
"type" : "library"
},
{
"c99name" : "CoreAnimation",
"module_type" : "SwiftTarget",
"name" : "CoreAnimation",
"path" : "Sources/SwiftWin32/CoreAnimation",
"product_memberships" : [
"SwiftWin32",
"SwiftWin32UI",
"UICatalog",
"Calculator"
],
"sources" : [
"Transform3D.swift"
],
"type" : "library"
},
{
"c99name" : "Calculator",
"module_type" : "SwiftTarget",
"name" : "Calculator",
"path" : "Examples/Calculator",
"product_memberships" : [
"Calculator"
],
"sources" : [
"Calculator.swift"
],
"target_dependencies" : [
"SwiftWin32"
],
"type" : "executable"
},
{
"c99name" : "AutoLayoutTests",
"module_type" : "SwiftTarget",
"name" : "AutoLayoutTests",
"path" : "Tests/AutoLayoutTests",
"sources" : [
"AutoLayoutTests.swift"
],
"target_dependencies" : [
"SwiftWin32"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/compnerd/cassowary.git
[1/395] Fetching cassowary
Fetched https://github.com/compnerd/cassowary.git from cache (0.31s)
Fetching https://github.com/compnerd/swift-com.git
[1/1113] Fetching swift-com
Fetched https://github.com/compnerd/swift-com.git from cache (0.28s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3943] Fetching swift-log
[3944/22145] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
[4187/18202] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (2.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.68s)
Creating working copy for https://github.com/compnerd/swift-com.git
Working copy of https://github.com/compnerd/swift-com.git resolved at 28ad4be2d142be022f0c16be4006f15f7ce34d8b
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/compnerd/cassowary.git
Working copy of https://github.com/compnerd/cassowary.git resolved at main (5530573)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/33] Write sources
[6/33] Copying CoffeeCup.jpg
[6/33] Write sources
[12/33] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/196] Emitting module SwiftCOM
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[15/210] Compiling CoreGraphics AffineTransform.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/210] Emitting module CoreGraphics
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[17/210] Compiling CoreGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[18/210] Compiling SwiftCOM IPropertyChangeArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[19/210] Compiling SwiftCOM IPropertyStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[20/210] Compiling SwiftCOM IRunningObjectTable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[21/210] Compiling SwiftCOM ISensor.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[22/210] Compiling SwiftCOM ISensorCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[23/210] Compiling SwiftCOM ISensorDataReport.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[24/210] Compiling SwiftCOM ISensorEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[25/210] Compiling SwiftCOM ISensorManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[26/210] Compiling SwiftCOM ISensorManagerEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[27/210] Compiling SwiftCOM IShellItem.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[28/210] Compiling SwiftCOM IStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[29/210] Compiling SwiftCOM IWICBitmap.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[30/210] Compiling SwiftCOM IWICBitmapClipper.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[31/210] Compiling SwiftCOM IWICBitmapCodecInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[32/210] Compiling SwiftCOM IWICBitmapDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[33/210] Compiling SwiftCOM IWICBitmapDecoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[34/210] Compiling SwiftCOM IWICBitmapEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[35/210] Compiling SwiftCOM IWICBitmapEncoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[36/210] Compiling SwiftCOM IWICBitmapFlipRotator.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[37/210] Compiling SwiftCOM IWICBitmapFrameDecode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[38/210] Compiling SwiftCOM IWICBitmapFrameEncode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[39/210] Compiling SwiftCOM IWICBitmapLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[40/210] Compiling SwiftCOM IWICBitmapScaler.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[41/210] Compiling SwiftCOM IWICBitmapSource.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[42/210] Compiling SwiftCOM IWICColorContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[43/210] Compiling SwiftCOM IWICColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[44/210] Compiling SwiftCOM IWICComponentInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[45/210] Compiling SwiftCOM IWICFastMetadataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[46/210] Compiling Logging LogHandler.swift
[47/210] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[48/210] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[49/210] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[50/210] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[51/210] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[52/210] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[53/210] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[54/210] Compiling SwiftCOM ID3D12InfoQueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[55/210] Compiling SwiftCOM ID3D12Object.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[56/210] Compiling SwiftCOM ID3D12Pageable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[57/210] Compiling SwiftCOM ID3D12PipelineState.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[58/210] Compiling SwiftCOM ID3D12QueryHeap.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[59/210] Compiling SwiftCOM ID3D12Resource.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[60/210] Compiling SwiftCOM ID3D12RootSignature.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[61/210] Compiling SwiftCOM ID3D12StateObject.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[62/210] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[63/210] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[64/210] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[65/210] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[66/210] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[67/210] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[68/210] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[69/210] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[70/210] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[71/210] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[72/210] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[73/210] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[74/210] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[75/210] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[76/210] Compiling CoreGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[77/210] Emitting module CoreAnimation
[78/210] Compiling SwiftCOM IWICFormatConverter.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[79/210] Compiling SwiftCOM IWICImagingFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[80/210] Compiling SwiftCOM IWICMetadataQueryReader.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[81/210] Compiling SwiftCOM IWICMetadataQueryWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[82/210] Compiling SwiftCOM IWICPalette.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[83/210] Compiling SwiftCOM IWICStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[84/210] Compiling SwiftCOM ITypeComp.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[85/210] Compiling SwiftCOM ITypeInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[86/210] Compiling SwiftCOM ITypeLib.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[87/210] Compiling SwiftCOM IUnknown.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[88/210] Compiling SwiftCOM Shell.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[89/210] Compiling SwiftCOM COMError.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[90/210] Compiling SwiftCOM Error.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[91/210] Compiling SwiftCOM RawTyped.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[92/210] Compiling CoreAnimation Transform3D.swift
[100/210] Compiling OrderedCollections OrderedDictionary+Elements.swift
[107/210] Compiling OrderedCollections _Hashtable+Header.swift
[108/210] Compiling OrderedCollections OrderedDictionary+Codable.swift
[109/210] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[110/211] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[111/211] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[112/211] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[113/211] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[114/211] Compiling CoreGraphics Point.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[115/211] Compiling CoreGraphics Rect.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[120/217] Compiling SwiftCOM IDXGIFactory4.swift
[121/217] Compiling SwiftCOM IDXGIFactory5.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[130/217] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[131/217] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[132/217] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[133/217] Compiling OrderedCollections OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[134/217] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[135/217] Compiling OrderedCollections _UnsafeBitset.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[136/217] Compiling SwiftCOM IDXGISwapChain2.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[137/217] Compiling SwiftCOM IDXGISwapChain3.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[138/217] Compiling SwiftCOM IDXGISwapChain4.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[139/217] Compiling SwiftCOM IEnumMoniker.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[140/217] Compiling SwiftCOM IEnumString.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[141/217] Compiling SwiftCOM IEnumUnknown.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/184] Compiling SwiftCOM IWICBitmapDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[3/184] Compiling SwiftCOM IWICBitmapDecoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[4/184] Compiling SwiftCOM IWICBitmapEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[5/184] Compiling SwiftCOM IWICBitmapEncoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[6/184] Compiling SwiftCOM IWICBitmapFlipRotator.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[7/184] Compiling SwiftCOM IWICBitmapFrameDecode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[8/184] Compiling SwiftCOM IWICBitmapFrameEncode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[9/184] Compiling SwiftCOM IWICBitmapLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[10/184] Compiling SwiftCOM IWICBitmapScaler.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[11/184] Compiling SwiftCOM IWICBitmapSource.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[12/184] Compiling SwiftCOM IWICColorContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[13/184] Compiling SwiftCOM IWICColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[14/184] Compiling SwiftCOM IWICComponentInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[15/184] Compiling SwiftCOM IWICFastMetadataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[16/198] Emitting module CoreAnimation
[17/198] Compiling CoreAnimation Transform3D.swift
[18/199] Compiling OrderedCollections OrderedSet+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[19/199] Compiling OrderedCollections OrderedSet+SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[20/199] Compiling SwiftCOM IMalloc.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[21/199] Compiling SwiftCOM IMoniker.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[22/199] Compiling SwiftCOM IObjectWithPropertyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[23/199] Compiling SwiftCOM IOperationsProgressDialog.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[24/199] Compiling SwiftCOM IPersist.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[25/199] Compiling SwiftCOM IPersistStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[26/199] Compiling SwiftCOM IPortableDeviceKeyCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[27/199] Compiling SwiftCOM IPortableDevicePropVariantCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[28/199] Compiling SwiftCOM IPortableDeviceValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[29/199] Compiling SwiftCOM IPortableDeviceValuesCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[30/199] Compiling SwiftCOM IPropertyBag2.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[31/199] Compiling SwiftCOM IPropertyChange.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[32/199] Compiling CoreGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[33/199] Compiling SwiftCOM IPropertyChangeArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[34/199] Compiling SwiftCOM IPropertyStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[35/199] Compiling SwiftCOM IRunningObjectTable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[36/199] Compiling SwiftCOM ISensor.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[37/199] Compiling SwiftCOM ISensorCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[38/199] Compiling SwiftCOM ISensorDataReport.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[39/199] Compiling SwiftCOM ISensorEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[40/199] Compiling SwiftCOM ISensorManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[41/199] Compiling SwiftCOM ISensorManagerEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[42/199] Compiling SwiftCOM IShellItem.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[43/199] Compiling SwiftCOM IStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[44/199] Compiling SwiftCOM IWICBitmap.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[45/199] Compiling SwiftCOM IWICBitmapClipper.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[46/199] Compiling SwiftCOM IWICBitmapCodecInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[47/199] Compiling SwiftCOM IDXGIFactory4.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[48/199] Compiling SwiftCOM IDXGIFactory5.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[49/199] Compiling SwiftCOM IDXGIFactory6.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[50/199] Compiling SwiftCOM IDXGIObject.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[51/199] Compiling SwiftCOM IDXGIOutput.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[52/199] Compiling SwiftCOM IDXGISurface.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[53/199] Compiling SwiftCOM IDXGISwapChain.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[54/199] Compiling SwiftCOM IDXGISwapChain1.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[55/199] Compiling SwiftCOM IDXGISwapChain2.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[56/199] Compiling SwiftCOM IDXGISwapChain3.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[57/199] Compiling SwiftCOM IDXGISwapChain4.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[58/199] Compiling SwiftCOM IEnumMoniker.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[59/199] Compiling SwiftCOM IEnumString.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[60/199] Compiling SwiftCOM IEnumUnknown.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:4:8: error: no such module 'WinSDK'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import WinSDK
| `- error: no such module 'WinSDK'
5 |
6 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[61/199] Wrapping AST for CoreAnimation for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/199] Emitting module CoreGraphics
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[64/199] Compiling CoreGraphics Rect.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[65/199] Compiling CoreGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[66/199] Compiling CoreGraphics AffineTransform.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[67/199] Compiling CoreGraphics Point.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | import func ucrt.sin
| `- error: no such module 'ucrt'
5 | import func ucrt.cos
6 |
[68/199] Emitting module TestUtilities
BUILD FAILURE 6.1 linux