The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftWin32, reference main (3515be), with Swift 5.10 for Linux on 11 Jun 2025 00:24:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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:             5.10
Building package at path:  $PWD
https://github.com/compnerd/swift-win32.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/compnerd/cassowary.git
[1/398] Fetching cassowary
Fetched https://github.com/compnerd/cassowary.git from cache (0.22s)
Fetching https://github.com/compnerd/swift-com.git
[1/1100] Fetching swift-com
Fetched https://github.com/compnerd/swift-com.git from cache (0.18s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
Creating working copy for https://github.com/compnerd/swift-com.git
Working copy of https://github.com/compnerd/swift-com.git resolved at ebbc617d3b7ba3a2023988a74bebd118deea4cc5
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.3
Building for debugging...
[0/33] Write sources
[3/33] Copying CoffeeCup.jpg
[3/33] Write sources
[12/33] Write swift-version-24593BA9C3E375BF.txt
[14/152] Emitting module OrderedCollections
[15/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[16/158] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[17/158] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[18/158] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[19/158] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[20/158] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[21/158] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[22/158] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[23/166] Compiling SwiftCOM IWICBitmapEncoderInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[24/166] Compiling SwiftCOM IWICBitmapFlipRotator.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[25/166] Compiling SwiftCOM IWICBitmapFrameDecode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[26/166] Compiling SwiftCOM IWICBitmapFrameEncode.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[27/166] Compiling SwiftCOM IWICBitmapLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[28/166] Compiling SwiftCOM IWICBitmapScaler.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[29/166] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[30/166] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[31/166] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[32/166] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[33/166] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[34/166] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[35/166] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[36/166] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[37/166] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[38/166] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[39/166] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[40/166] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[41/166] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[42/166] Compiling OrderedCollections OrderedSet+Insertions.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[43/166] Compiling OrderedCollections OrderedSet+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[44/166] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[45/166] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[46/166] Compiling SwiftCOM ISensorManagerEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[47/166] Compiling CoreGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
[48/166] Compiling CoreGraphics AffineTransform.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
[49/166] Compiling CoreGraphics Rect.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
[50/166] Compiling CoreGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/166] Emitting module CoreGraphics
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
[52/166] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[53/166] Compiling OrderedCollections OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[54/166] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[55/166] Compiling OrderedCollections _UnsafeBitset.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[56/166] Compiling SwiftCOM IWICImagingFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[57/166] Compiling SwiftCOM IWICMetadataQueryReader.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[58/166] Compiling SwiftCOM IWICMetadataQueryWriter.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[59/166] Compiling SwiftCOM IWICPalette.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[60/166] Compiling CoreGraphics Point.swift
/host/spi-builder-workspace/Sources/SwiftWin32/CoreGraphics/AffineTransform.swift:4:13: error: no such module 'ucrt'
import func ucrt.sin
            ^
[61/166] Compiling CoreAnimation Transform3D.swift
[62/166] Emitting module CoreAnimation
[63/166] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/166] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[65/166] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[66/166] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[67/166] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/166] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/166] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[70/166] Compiling OrderedCollections _HashTable+Bucket.swift
[71/166] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/166] Compiling OrderedCollections _HashTable+Constants.swift
[73/166] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/166] Compiling OrderedCollections _HashTable+Testing.swift
[75/166] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/166] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[89/167] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
[90/167] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/swift-com/Sources/SwiftCOM/COMBase.swift:8:8: error: no such module 'WinSDK'
import WinSDK
       ^
BUILD FAILURE 5.10 linux