Build Information
Failed to build MoreWindows, reference main (d1aca7), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 13:13:39 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/ryanslikesocool/MoreWindows.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanslikesocool/MoreWindows
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d1aca71 Merge pull request #2 from ryanslikesocool/development
Cloned https://github.com/ryanslikesocool/MoreWindows.git
Revision (git rev-parse @):
d1aca71599e2669b646b295f54ae553841b586c5
SUCCESS checkout https://github.com/ryanslikesocool/MoreWindows.git at main
========================================
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": "morewindows",
"name": "MoreWindows",
"url": "https://github.com/ryanslikesocool/MoreWindows.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MoreWindows",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ryanslikesocool/MoreWindows.git
[1/1053] Fetching morewindows
Fetched https://github.com/ryanslikesocool/MoreWindows.git from cache (1.36s)
Creating working copy for https://github.com/ryanslikesocool/MoreWindows.git
Working copy of https://github.com/ryanslikesocool/MoreWindows.git resolved at main (d1aca71)
warning: '.resolve-product-dependencies': dependency 'morewindows' 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/ryanslikesocool/MoreWindows.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/33] Compiling _MW_Common PathReductionMode.swift
[7/33] Compiling _MW_Common PathReductionOption.swift
[8/33] Compiling _MW_Common WindowButtonMode.swift
[9/36] Emitting module _MW_Common
[10/36] Compiling _MW_Common Bundle+Extension.swift
[11/36] Compiling _MW_Common Logger.init.swift
[12/36] Compiling _MW_Common Logger.module.swift
[13/36] Compiling _MW_Common WindowID.swift
[14/36] Compiling _MW_Common EnvironmentValues.appIconOptions.swift
[15/36] Compiling _MW_Common EnvironmentValues.appInfoSectionStyle.swift
[16/36] Compiling _MW_Common AppIconOptions.swift
[17/36] Compiling _MW_Common AppVersionOptions.swift
[18/36] Compiling _MW_Common DismissWindowAction.swift
[19/36] Compiling _MW_Common EnvironmentValues.appVersionOptions.swift
[20/36] Compiling _MW_Common EnvironmentValues.dismissWindow.swift
[21/36] Compiling _MW_Common EnvironmentValues.windowID.swift
[22/36] Compiling _MW_Common OnWindowAppearModifier.swift
[23/36] Compiling _MW_Common WindowButtonsModifier.swift
[24/36] Compiling _MW_Common AppIconView.swift
[25/36] Compiling _MW_Common AppInfoSection.swift
[26/36] Compiling _MW_Common AppInfoSectionStyle.swift
[27/36] Compiling _MW_Common AppInfoSectionStyleConfiguration.swift
[28/36] Compiling _MW_Common AppVersionLabel.swift
[29/36] Compiling _MW_Common AppVersionView.swift
[30/36] Compiling _MW_Common Divided.swift
[31/36] Compiling _MW_Common AnyAppInfoSectionStyle.swift
[32/36] Compiling _MW_Common DefaultAppInfoSectionStyle.swift
[33/36] Compiling _MW_Common AppNameLabel.swift
[34/36] Compiling _MW_Common OpenWindowAction+Extension.swift
[35/36] Compiling _MW_Common URL+Extension.swift
[36/36] Compiling _MW_Common Window.init.swift
[37/73] Compiling _MW_Launcher EnvironmentValues.recentItemsSearchFilter.swift
[38/73] Compiling _MW_Launcher Logger.module.swift
[39/73] Compiling _MW_Launcher WindowID+constants.swift
[40/75] Compiling _MW_About Logger.module.swift
[41/75] Compiling _MW_About AboutWindowLink.swift
[42/75] Compiling _MW_About ContentView.swift
[43/75] Compiling _MW_About WindowID+constants.swift
[44/75] Compiling _MW_About CopyrightLabel.swift
[45/75] Compiling _MW_About Text+common.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_About/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | nonisolated static func defaultAboutWindowText() -> Self {
5 | Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
6 | }
7 | }
[46/75] Compiling _MW_About EnvironmentValues.aboutWindowOptions.swift
[47/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowOptions.swift
[48/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowSize.swift
[49/76] Compiling _MW_Launcher EnvironmentValues.recentItemsOptions.swift
[50/76] Compiling _MW_Launcher LauncherWindowLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/LauncherWindowLink.swift:23:41: error: type 'Bundle?' has no member 'module'
21 | private extension LauncherWindowLink {
22 | nonisolated func makeLabel() -> some View {
23 | Text("ACTION.SHOW_LAUNCHER", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
24 | }
25 | }
[51/76] Compiling _MW_Launcher RecentItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/LauncherWindowLink.swift:23:41: error: type 'Bundle?' has no member 'module'
21 | private extension LauncherWindowLink {
22 | nonisolated func makeLabel() -> some View {
23 | Text("ACTION.SHOW_LAUNCHER", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
24 | }
25 | }
[52/76] Emitting module _MW_About
[53/76] Compiling _MW_Launcher EnvironmentValues.launcherActionOptions.swift
[54/76] Compiling _MW_Launcher LauncherActionOptions.swift
[55/76] Compiling _MW_Launcher RecentItemsOptions.swift
[56/76] Compiling _MW_Launcher RecentItemsSearchFilter.swift
[57/76] Compiling _MW_Launcher DocumentIcon.swift
[58/76] Compiling _MW_Launcher FileNameLabel.swift
[59/76] Compiling _MW_Launcher FileURLLabel.swift
[60/76] Compiling _MW_Launcher LauncherButtonStyle.swift
[61/76] Compiling _MW_Launcher LauncherLabelStyle.swift
[62/76] Compiling _MW_Launcher RecentItemList.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/ShowInFinderButton.swift:20:42: error: type 'Bundle?' has no member 'module'
18 | private extension ShowInFinderButton {
19 | nonisolated func makeLabel() -> some View {
20 | Text("ACTION.SHOW_IN_FINDER", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
21 | }
22 | }
[63/76] Compiling _MW_Launcher ShowInFinderButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/ShowInFinderButton.swift:20:42: error: type 'Bundle?' has no member 'module'
18 | private extension ShowInFinderButton {
19 | nonisolated func makeLabel() -> some View {
20 | Text("ACTION.SHOW_IN_FINDER", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
21 | }
22 | }
[68/76] Compiling _MW_Launcher LauncherWindowOptions.swift
[69/76] Compiling _MW_Launcher LauncherWindowSize.swift
[70/76] Emitting module _MW_Launcher
[71/76] Compiling _MW_Launcher Launcher.swift
[72/76] Compiling _MW_Launcher CloseLauncherButton.swift
[73/76] Compiling _MW_Launcher ContentView.swift
[74/76] Compiling _MW_Launcher WelcomeAppInfoSectionStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | nonisolated static func defaultLauncherWindowText() -> Self {
5 | Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
6 | }
7 | }
[75/76] Compiling _MW_Launcher Text+common.swift
/Users/admin/builder/spi-builder-workspace/Sources/_MW_Launcher/Views/Text+common.swift:5:59: error: type 'Bundle?' has no member 'module'
3 | extension Text {
4 | nonisolated static func defaultLauncherWindowText() -> Self {
5 | Self("WINDOW_TITLE_\(Bundle.main.bundleName)", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
6 | }
7 | }
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/_MW_Launcher/Localizable.xcstrings
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/_MW_About/Localizable.xcstrings
BUILD FAILURE 6.3 macosSpm