Build Information
Failed to build vger, reference main (ac9b33), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 07:12:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/audulus/vger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/audulus/vger
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ac9b337 add vgerDeleteTextures
Cloned https://github.com/audulus/vger.git
Revision (git rev-parse @):
ac9b337b2ed762326f72e8dd7a12c1eb2d156960
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/audulus/vger.git at main
Fetching https://github.com/wtholliday/MetalNanoVG
[1/379] Fetching metalnanovg
Fetched https://github.com/wtholliday/MetalNanoVG from cache (0.95s)
Creating working copy for https://github.com/wtholliday/MetalNanoVG
Working copy of https://github.com/wtholliday/MetalNanoVG resolved at spm (b6f7f25)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "vger",
"name": "vger",
"url": "https://github.com/audulus/vger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vger",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/audulus/vger.git
[1/5648] Fetching vger
Fetched https://github.com/audulus/vger.git from cache (1.34s)
Creating working copy for https://github.com/audulus/vger.git
Working copy of https://github.com/audulus/vger.git resolved at main (ac9b337)
warning: '.resolve-product-dependencies': dependency 'vger' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/audulus/vger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[1/11] Copying fonts
[2/11] Compiling vger stb_rect_pack.cpp
[3/11] Write swift-version--6988338F2F200930.txt
[4/11] Compiling vger vgerRenderer.mm
[5/11] Compiling vger resource_bundle_accessor.m
[6/11] Compiling vger vgerTextureManager.mm
/Users/admin/builder/spi-builder-workspace/Sources/vger/vgerGlyphCache.mm:77:47: warning: bitwise operation between different enumeration types ('(unnamed enum at /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h:69:9)' and 'CGImageAlphaInfo') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
77 | auto bitmapInfo = (kCGBitmapAlphaInfoMask & kCGImageAlphaNone);
| ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
1 warning generated.
[7/11] Compiling vger vgerGlyphCache.mm
[8/11] Compiling vger vgerPathScanner.mm
[9/11] Compiling vger vgerGlyphPathCache.mm
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:203:19: warning: ISO C++ requires field designators to be specified in declaration order; field 'cvs' will be initialized after field 'radius' [-Wreorder-init-list]
203 | .radius = radius,
| ~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:202:16: note: previous initialization for field 'cvs' is here
202 | .cvs = { center },
| ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:205:18: warning: ISO C++ requires field designators to be specified in declaration order; field 'paint' will be initialized after field 'width' [-Wreorder-init-list]
205 | .width = 0.0,
| ~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:204:18: note: previous initialization for field 'paint' is here
204 | .paint = paint.index,
| ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:220:18: warning: ISO C++ requires field designators to be specified in declaration order; field 'cvs' will be initialized after field 'width' [-Wreorder-init-list]
220 | .width = width,
| ~~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:219:16: note: previous initialization for field 'cvs' is here
219 | .cvs = { center, {sin(rotation), cos(rotation)}, {sin(aperture), cos(aperture)} },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:250:18: warning: ISO C++ requires field designators to be specified in declaration order; field 'radius' will be initialized after field 'width' [-Wreorder-init-list]
250 | .width = width,
| ~~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:249:19: note: previous initialization for field 'radius' is here
249 | .radius = radius,
| ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:537:30: warning: ISO C++ requires field designators to be specified in declaration order; field 'texBounds' will be initialized after field 'xform' [-Wreorder-init-list]
537 | .xform = xform
| ~~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:533:34: note: previous initialization for field 'texBounds' is here
533 | .texBounds = {
| ^
534 | float2{GLYPH_MARGIN, originY},
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
535 | float2{GLYPH_MARGIN+w, originY-h}
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
536 | },
| ~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:821:22: warning: ISO C++ requires field designators to be specified in declaration order; field 'xform' will be initialized after field 'start' [-Wreorder-init-list]
821 | .start = static_cast<uint32_t>(scenes[currentScene].cvs.count),
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/vger/vger.mm:820:22: note: previous initialization for field 'xform' is here
820 | .xform = xform,
| ^~~~~
6 warnings generated.
[10/11] Compiling vger vger.mm
[12/17] Compiling vgerSwift VgerView.swift
[13/17] Compiling vgerSwift Renderer.swift
[14/17] Compiling vgerSwift TextureHandle.swift
[15/17] Compiling vgerSwift MTKView+ContentScaleFactor.swift
[16/17] Emitting module vgerSwift
[17/17] Compiling vgerSwift TextureRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/vgerSwift/TextureRenderer.swift:15:68: error: type 'Bundle' has no member 'module'
13 | do {
14 |
15 | let lib = try device.makeDefaultLibrary(bundle: Bundle.module)
| `- error: type 'Bundle' has no member 'module'
16 | let fragmentProgram = lib.makeFunction(name: "textureFragment")!
17 | let vertexProgram = lib.makeFunction(name: "textureVertex")!
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/vgerSwift/TextureRenderer.metal
BUILD FAILURE 6.3 macosSpm