Build Information
Failed to build OnLaunch-iOS-Client, reference main (4fcb14), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 00:02:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kula-app/OnLaunch-iOS-Client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kula-app/OnLaunch-iOS-Client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4fcb14d chore(deps): update dependency ruby to v4.0.3 (#78)
Cloned https://github.com/kula-app/OnLaunch-iOS-Client.git
Revision (git rev-parse @):
4fcb14da1d433703b51184340e35a9cc8847cf14
SUCCESS checkout https://github.com/kula-app/OnLaunch-iOS-Client.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kula-app/OnLaunch-iOS-Client.git
https://github.com/kula-app/OnLaunch-iOS-Client.git
{
"dependencies" : [
],
"manifest_display_name" : "OnLaunch-iOS-Client",
"name" : "OnLaunch-iOS-Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OnLaunch",
"targets" : [
"OnLaunch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnLaunchTests",
"module_type" : "SwiftTarget",
"name" : "OnLaunchTests",
"path" : "Tests/OnLaunchTests",
"sources" : [
"RequestContextTests.swift"
],
"target_dependencies" : [
"OnLaunch"
],
"type" : "test"
},
{
"c99name" : "OnLaunch",
"module_type" : "SwiftTarget",
"name" : "OnLaunch",
"path" : "Sources/OnLaunch",
"product_memberships" : [
"OnLaunch"
],
"sources" : [
"API/ApiActionDto.swift",
"API/ApiActionLinkDto.swift",
"API/ApiMessageDto.swift",
"API/ApiMessagesResponseDto.swift",
"Models/Action.swift",
"Models/DataMapper.swift",
"Models/LinkAction.swift",
"Models/Message.swift",
"Models/RequestContext.swift",
"OnLaunch.swift",
"Storage/LocalStorage.swift",
"SwiftUI/View+OnLaunch.swift",
"Theme/Environment+Theme.swift",
"Theme/Theme.swift",
"UI/ActivityView.swift",
"UI/ActivityViewController.swift",
"UI/Components/FilledButton.swift",
"UI/Components/MessageActionView.swift",
"UI/Components/SafariView.swift",
"UI/MessageView.swift",
"Utils/OSLog+OnLaunch.swift",
"Utils/OnLaunchError.swift",
"Utils/URL+Identifiable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module OnLaunch
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[4/26] Compiling OnLaunch OnLaunchError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[5/26] Compiling OnLaunch URL+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[6/26] Compiling OnLaunch ActivityViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[7/26] Compiling OnLaunch FilledButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[8/26] Compiling OnLaunch MessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[9/26] Compiling OnLaunch OSLog+OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[10/26] Compiling OnLaunch ApiActionDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[11/26] Compiling OnLaunch ApiActionLinkDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[12/26] Compiling OnLaunch ApiMessageDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[13/26] Compiling OnLaunch OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[14/26] Compiling OnLaunch LocalStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[15/26] Compiling OnLaunch Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[16/26] Compiling OnLaunch ActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[17/26] Compiling OnLaunch LinkAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[18/26] Compiling OnLaunch Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[19/26] Compiling OnLaunch RequestContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[20/26] Compiling OnLaunch View+OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[21/26] Compiling OnLaunch Environment+Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[22/26] Compiling OnLaunch ApiMessagesResponseDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[23/26] Compiling OnLaunch Action.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[24/26] Compiling OnLaunch DataMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[25/26] Compiling OnLaunch MessageActionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[26/26] Compiling OnLaunch SafariView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/23] Compiling OnLaunch ApiActionDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[3/23] Compiling OnLaunch ApiActionLinkDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[4/23] Compiling OnLaunch ApiMessageDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/25] Emitting module OnLaunch
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[6/25] Compiling OnLaunch View+OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[7/25] Compiling OnLaunch Environment+Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[8/25] Compiling OnLaunch Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[9/25] Compiling OnLaunch ActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[10/25] Compiling OnLaunch MessageActionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[11/25] Compiling OnLaunch SafariView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[12/25] Compiling OnLaunch ActivityViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[13/25] Compiling OnLaunch FilledButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[14/25] Compiling OnLaunch LinkAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[15/25] Compiling OnLaunch Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[16/25] Compiling OnLaunch RequestContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[17/25] Compiling OnLaunch OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[18/25] Compiling OnLaunch LocalStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[19/25] Compiling OnLaunch OnLaunchError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[20/25] Compiling OnLaunch URL+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[21/25] Compiling OnLaunch MessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[22/25] Compiling OnLaunch OSLog+OnLaunch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[23/25] Compiling OnLaunch ApiMessagesResponseDto.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[24/25] Compiling OnLaunch Action.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
[25/25] Compiling OnLaunch DataMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
2 | import OSLog
3 | import SwiftUI
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | public class OnLaunch: NSObject {
BUILD FAILURE 6.1 macosSpm