Build Information
Failed to build MoreWindows, reference main (d1aca7
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 19:10:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ryanslikesocool/MoreWindows.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/33] Emitting module _MW_Common
[7/36] Compiling _MW_Common AppVersionLabel.swift
[8/36] Compiling _MW_Common AppVersionView.swift
[9/36] Compiling _MW_Common Divided.swift
[10/36] Compiling _MW_Common WindowID.swift
[11/36] Compiling _MW_Common EnvironmentValues.appIconOptions.swift
[12/36] Compiling _MW_Common EnvironmentValues.appInfoSectionStyle.swift
[13/36] Compiling _MW_Common AppIconOptions.swift
[14/36] Compiling _MW_Common AppVersionOptions.swift
[15/36] Compiling _MW_Common DismissWindowAction.swift
[16/36] Compiling _MW_Common OpenWindowAction+Extension.swift
[17/36] Compiling _MW_Common URL+Extension.swift
[18/36] Compiling _MW_Common Window.init.swift
[19/36] Compiling _MW_Common PathReductionMode.swift
[20/36] Compiling _MW_Common PathReductionOption.swift
[21/36] Compiling _MW_Common WindowButtonMode.swift
[22/36] Compiling _MW_Common AnyAppInfoSectionStyle.swift
[23/36] Compiling _MW_Common DefaultAppInfoSectionStyle.swift
[24/36] Compiling _MW_Common AppNameLabel.swift
[25/36] Compiling _MW_Common EnvironmentValues.appVersionOptions.swift
[26/36] Compiling _MW_Common EnvironmentValues.dismissWindow.swift
[27/36] Compiling _MW_Common EnvironmentValues.windowID.swift
[28/36] Compiling _MW_Common Bundle+Extension.swift
[29/36] Compiling _MW_Common Logger.init.swift
[30/36] Compiling _MW_Common Logger.module.swift
[31/36] Compiling _MW_Common AppInfoSection.swift
[32/36] Compiling _MW_Common AppInfoSectionStyle.swift
[33/36] Compiling _MW_Common AppInfoSectionStyleConfiguration.swift
[34/36] Compiling _MW_Common OnWindowAppearModifier.swift
[35/36] Compiling _MW_Common WindowButtonsModifier.swift
[36/36] Compiling _MW_Common AppIconView.swift
[37/73] 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 | }
[38/73] Compiling _MW_About EnvironmentValues.aboutWindowOptions.swift
[39/74] Compiling _MW_About Logger.module.swift
[40/74] Compiling _MW_About WindowID+constants.swift
[41/74] Compiling _MW_Launcher EnvironmentValues.recentItemsSearchFilter.swift
[42/74] Compiling _MW_Launcher Logger.module.swift
[43/74] Compiling _MW_Launcher WindowID+constants.swift
[44/74] 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 | }
[45/74] 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 | }
[46/76] Compiling _MW_About CopyrightLabel.swift
[47/76] Compiling _MW_About AboutWindowLink.swift
[48/76] Compiling _MW_About ContentView.swift
[49/76] Compiling _MW_Launcher DocumentIcon.swift
[50/76] Compiling _MW_Launcher FileNameLabel.swift
[51/76] Emitting module _MW_About
[52/76] Compiling _MW_Launcher LauncherButtonStyle.swift
[53/76] Compiling _MW_Launcher LauncherLabelStyle.swift
[54/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowOptions.swift
[55/76] Compiling _MW_Launcher EnvironmentValues.launcherWindowSize.swift
[56/76] Compiling _MW_Launcher EnvironmentValues.recentItemsOptions.swift
[57/76] Compiling _MW_Launcher RecentItemsOptions.swift
[58/76] Compiling _MW_Launcher RecentItemsSearchFilter.swift
[59/76] Compiling _MW_Launcher EnvironmentValues.launcherActionOptions.swift
[62/76] Compiling _MW_Launcher LauncherActionOptions.swift
[63/76] Compiling _MW_Launcher LauncherWindowOptions.swift
[64/76] Compiling _MW_Launcher LauncherWindowSize.swift
[65/76] Emitting module _MW_Launcher
[66/76] Compiling _MW_About VerticalContentView.swift
[69/76] Compiling _MW_Launcher FileURLLabel.swift
[70/76] Compiling _MW_Launcher Launcher.swift
[71/76] Compiling _MW_Launcher CloseLauncherButton.swift
[72/76] Compiling _MW_Launcher ContentView.swift
[73/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 | }
[74/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 | }
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.2 macosSpm