Build Information
Failed to build EmailComposer, reference main (6c35d9
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:38:35 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/gabrieltheodoropoulos/EmailComposer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gabrieltheodoropoulos/EmailComposer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c35d94 Updated Readme
Cloned https://github.com/gabrieltheodoropoulos/EmailComposer.git
Revision (git rev-parse @):
6c35d94b4abd760c3d1eb513ea59baabaecad607
SUCCESS checkout https://github.com/gabrieltheodoropoulos/EmailComposer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/gabrieltheodoropoulos/EmailComposer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling EmailComposer EmailData.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module EmailComposer
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
[5/8] Compiling EmailComposer EmailComposerUnableDeviceViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
[6/8] Compiling EmailComposer EmailComposerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
[7/8] Compiling EmailComposer EmailComposerResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
[8/8] Compiling EmailComposer EmailComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailComposer/EmailComposerView.swift:11:8: error: no such module 'MessageUI'
9 |
10 | import SwiftUI
11 | import MessageUI
| `- error: no such module 'MessageUI'
12 |
13 | /// A UIViewControllerRepresentable type that brings the
BUILD FAILURE 6.2 macosSpm