Build Information
Failed to build SwiftWin32, reference main (3515be
), with Swift 6.0 for Linux on 11 Jun 2025 00:25:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 3515be4 App and Environment: correct minor typo (NFC)
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 @):
3515be4261785796172b6943f834f5d50d89be9a
SUCCESS checkout https://github.com/compnerd/swift-win32.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/compnerd/swift-win32.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/compnerd/cassowary.git
[1/398] Fetching cassowary
Fetched https://github.com/compnerd/cassowary.git from cache (0.42s)
Fetching https://github.com/compnerd/swift-com.git
[1/1100] Fetching swift-com
Fetched https://github.com/compnerd/swift-com.git from cache (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.09s)
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.23s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/compnerd/swift-com.git
Working copy of https://github.com/compnerd/swift-com.git resolved at ebbc617d3b7ba3a2023988a74bebd118deea4cc5
Building for debugging...
[0/33] Write sources
[0/33] Copying CoffeeCup.jpg
[0/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/152] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/152] Emitting module SwiftCOM
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[16/160] 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 |
[17/160] 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 |
[18/160] Compiling SwiftCOM IShellItem.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[19/160] Compiling SwiftCOM IStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[20/160] Compiling SwiftCOM IWICBitmap.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[21/160] Compiling SwiftCOM IWICBitmapClipper.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[22/160] Compiling SwiftCOM IWICBitmapCodecInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[23/160] Compiling SwiftCOM IWICBitmapDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[24/160] Compiling SwiftCOM IWICBitmapDecoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[25/160] Compiling SwiftCOM IWICBitmapEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[26/160] Compiling SwiftCOM IWICColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[27/160] Compiling SwiftCOM IWICComponentInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[28/160] Compiling SwiftCOM IWICFastMetadataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[29/160] Compiling SwiftCOM IWICFormatConverter.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[30/160] Compiling SwiftCOM IWICImagingFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[31/160] Compiling SwiftCOM IWICMetadataQueryReader.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[32/160] Compiling SwiftCOM IWICMetadataQueryWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[33/160] Compiling SwiftCOM IWICPalette.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[34/160] Compiling SwiftCOM IEnumUnknown.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[35/160] Compiling SwiftCOM IErrorLog.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[36/160] Compiling SwiftCOM IFileOperation.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[37/160] Compiling SwiftCOM IMalloc.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[38/160] Compiling SwiftCOM IMoniker.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[39/160] Compiling SwiftCOM IObjectWithPropertyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[40/160] Compiling SwiftCOM IOperationsProgressDialog.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[41/160] Compiling SwiftCOM IPersist.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[42/160] 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 |
[43/160] 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 |
[44/160] Compiling SwiftCOM IPropertyStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[45/160] Compiling SwiftCOM IRunningObjectTable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[46/160] Compiling SwiftCOM ISensor.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[47/160] Compiling SwiftCOM ISensorCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[48/160] Compiling SwiftCOM ISensorDataReport.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[49/160] Compiling SwiftCOM ISensorEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[50/160] Compiling SwiftCOM ISensorManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[51/160] Compiling SwiftCOM ISensorManagerEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[52/160] Compiling SwiftCOM String+Extensions.swift
[53/160] Compiling SwiftCOM WinSDK+Extensions.swift
[54/160] Compiling SwiftCOM IFileOperationProgressSink.swift
[55/160] Compiling SwiftCOM IBindCtx.swift
[56/160] Compiling SwiftCOM IEnumMoniker.swift
[57/160] Compiling SwiftCOM IEnumString.swift
[58/160] Compiling SwiftCOM IWICBitmapEncoderInfo.swift
[59/160] Compiling SwiftCOM IWICBitmapFlipRotator.swift
[60/160] Compiling SwiftCOM IWICBitmapFrameDecode.swift
[61/160] Compiling SwiftCOM IWICBitmapFrameEncode.swift
[62/160] Compiling SwiftCOM IWICBitmapLock.swift
[63/160] Compiling SwiftCOM IWICBitmapScaler.swift
[64/160] 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 |
[65/160] Emitting module CoreAnimation
[66/160] Compiling CoreAnimation Transform3D.swift
[74/167] Compiling SwiftCOM IWICStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[75/167] Compiling SwiftCOM ITypeComp.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[76/167] Compiling SwiftCOM ITypeInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[77/167] Compiling SwiftCOM ITypeLib.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[78/167] Compiling SwiftCOM IUnknown.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[79/167] Compiling SwiftCOM Shell.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[80/167] Compiling SwiftCOM Error.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[81/167] Compiling SwiftCOM RawTyped.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[88/167] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[89/167] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[90/167] Compiling SwiftCOM IPersistStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[91/167] Compiling SwiftCOM IPortableDeviceKeyCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[92/167] Compiling SwiftCOM IPortableDevicePropVariantCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[93/167] Compiling SwiftCOM IPortableDeviceValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[94/167] Compiling SwiftCOM IPortableDeviceValuesCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[95/167] Compiling SwiftCOM IPropertyBag2.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[96/167] Compiling SwiftCOM IPropertyChange.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[97/167] Compiling SwiftCOM IPropertyChangeArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
6 | **/
7 |
8 | import WinSDK
| `- error: no such module 'WinSDK'
9 |
10 | public func CoInitializeEx(_ pvReserved: LPVOID?,
[98/167] Emitting module OrderedCollections
[124/167] Compiling SwiftCOM COMBase.swift
[125/167] Compiling SwiftCOM COMTypes+Extensions.swift
[127/167] Compiling Logging LogHandler.swift
[128/167] Emitting module TestUtilities
BUILD FAILURE 6.0 linux