Build Information
Failed to build SwiftWin32, reference main (d34ff1), with Swift 6.2 for macOS (SPM) on 16 Oct 2025 18:11:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/spi-builder-workspace/Packages/SwiftCOM'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Packages/cassowary'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Packages/swift-collections'...
Cloning into '/Users/admin/builder/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
Fetching https://github.com/compnerd/cassowary.git
[1/395] Fetching cassowary
Fetched https://github.com/compnerd/cassowary.git from cache (0.75s)
Fetching https://github.com/compnerd/swift-com.git
[1/1113] Fetching swift-com
Fetched https://github.com/compnerd/swift-com.git from cache (0.90s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3943] Fetching swift-log
[238/22145] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.77s)
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (2.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.52s)
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 28ad4be2d142be022f0c16be4006f15f7ce34d8b
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
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/compnerd/swift-win32.git
[1/8021] Fetching swift-win32
Fetched https://github.com/compnerd/swift-win32.git from cache (1.18s)
error: the package manifest at '/Package@swift-5.8.swift' cannot be accessed (invalid absolute path 'Package@swift-5.7.swift') in https://github.com/compnerd/swift-win32.git
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/compnerd/swift-win32.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/27] Write sources
[5/27] Copying CoffeeCup.jpg
[5/27] Write sources
[5/27] Write UICatalog-entitlement.plist
[8/27] Write sources
[12/27] Write Calculator-entitlement.plist
[12/27] Write sources
[14/27] Write swift-version-49B95AFC49DCD68C.txt
[16/194] Compiling CoreGraphics Size.swift
/Users/admin/builder/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/194] Compiling CoreGraphics Vector.swift
/Users/admin/builder/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/194] Compiling CoreGraphics Rect.swift
/Users/admin/builder/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 |
[19/194] Compiling CoreAnimation Transform3D.swift
[20/194] Emitting module CoreAnimation
[21/194] Compiling CoreGraphics Point.swift
/Users/admin/builder/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)
[22/194] Emitting module CoreGraphics
/Users/admin/builder/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 |
[23/194] Compiling CoreGraphics AffineTransform.swift
/Users/admin/builder/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)
[24/194] Emitting module SwiftCOM
/Users/admin/builder/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?,
BUILD FAILURE 6.2 macosSpm