Build Information
Failed to build Logdog, reference main (6f70f7
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:38:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uhooi/Logdog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/Logdog
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6f70f7f Merge pull request #34 from uhooi/feature/refactor_shape
Cloned https://github.com/uhooi/Logdog.git
Revision (git rev-parse @):
6f70f7f20843e4d1534c5948f29f2bda42cc20dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/uhooi/Logdog.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/uhooi/Logdog.git
https://github.com/uhooi/Logdog.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Logdog",
"name" : "Logdog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Logdog",
"targets" : [
"Logdog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LogdogUI",
"targets" : [
"LogdogUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LogdogUI",
"module_type" : "SwiftTarget",
"name" : "LogdogUI",
"path" : "Sources/LogdogUI",
"product_memberships" : [
"LogdogUI"
],
"sources" : [
"Internals/Extensions/LogLevel+UI.swift",
"Internals/Extensions/Metadata+UI.swift",
"Internals/Subviews/LogRowView.swift",
"Publics/LogdogScreen.swift"
],
"target_dependencies" : [
"Logdog"
],
"type" : "library"
},
{
"c99name" : "LogdogTests",
"module_type" : "SwiftTarget",
"name" : "LogdogTests",
"path" : "Tests/LogdogTests",
"sources" : [
"LogDogTests.swift"
],
"target_dependencies" : [
"Logdog"
],
"type" : "test"
},
{
"c99name" : "Logdog",
"module_type" : "SwiftTarget",
"name" : "Logdog",
"path" : "Sources/Logdog",
"product_memberships" : [
"Logdog",
"LogdogUI"
],
"sources" : [
"Internals/Extensions/LogLevel+Init.swift",
"Publics/Models/LogEntry.swift",
"Publics/Models/LogLevel.swift",
"Publics/Models/Metadata.swift",
"Publics/Stores/LogStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/11] Compiling Logdog Metadata.swift
[7/11] Compiling Logdog LogLevel.swift
[8/11] Compiling Logdog LogEntry.swift
[9/11] Emitting module Logdog
[10/11] Compiling Logdog LogStore.swift
[11/11] Compiling Logdog LogLevel+Init.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/16] Compiling LogdogUI LogRowView.swift
[13/16] Emitting module LogdogUI
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:243:64: error: type 'Bundle?' has no member 'module'
241 | NavigationStack {
242 | LogdogScreen()
243 | .navigationTitle(String(localized: "Log", bundle: .module))
| `- error: type 'Bundle?' has no member 'module'
244 | .navigationBarTitleDisplayMode(.inline)
245 | }
[14/16] Compiling LogdogUI Metadata+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Internals/Extensions/Metadata+UI.swift:6:55: error: type 'Bundle?' has no member 'module'
4 | var text: String {
5 | switch self {
6 | case .type: .init(localized: "Type", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
7 | case .timestamp: .init(localized: "Timestamp", bundle: .module)
8 | case .library: .init(localized: "Library", bundle: .module)
[15/16] Compiling LogdogUI LogdogScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:243:64: error: type 'Bundle?' has no member 'module'
241 | NavigationStack {
242 | LogdogScreen()
243 | .navigationTitle(String(localized: "Log", bundle: .module))
| `- error: type 'Bundle?' has no member 'module'
244 | .navigationBarTitleDisplayMode(.inline)
245 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:26:54: error: type 'Bundle?' has no member 'module'
24 | Menu {
25 | Picker(selection: $subsystemSearchScope) {
26 | Text("All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
27 | .tag(SubsystemSearchScope.all)
28 |
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:34:60: error: type 'Bundle?' has no member 'module'
32 | }
33 | } label: {
34 | Text("Subsystem", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
35 | }
36 | } label: {
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:174:53: error: type 'Bundle?' has no member 'module'
172 | var text: String {
173 | switch self {
174 | case .all: .init(localized: "All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
175 | case let .subsystem(subsystem): subsystem
176 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:186:53: error: type 'Bundle?' has no member 'module'
184 | var text: String {
185 | switch self {
186 | case .all: .init(localized: "All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
187 | case let .category(category): category
188 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:230:13: error: 'menuActionDismissBehavior' is only available in macOS 13.3 or newer
224 | }
225 |
226 | private extension View {
| `- note: add @available attribute to enclosing extension
227 | @ViewBuilder
228 | func menuActionDismissBehaviorDisabledIfAvailable() -> some View {
| `- note: add @available attribute to enclosing instance method
229 | if #available(iOS 16.4, *) {
230 | menuActionDismissBehavior(.disabled)
| |- error: 'menuActionDismissBehavior' is only available in macOS 13.3 or newer
| `- note: add 'if #available' version check
231 | } else {
232 | self
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:230:40: error: 'disabled' is unavailable in macOS
228 | func menuActionDismissBehaviorDisabledIfAvailable() -> some View {
229 | if #available(iOS 16.4, *) {
230 | menuActionDismissBehavior(.disabled)
| `- error: 'disabled' is unavailable in macOS
231 | } else {
232 | self
SwiftUI.MenuActionDismissBehavior.disabled:5:21: note: 'disabled' has been explicitly marked unavailable here
3 | @available(macOS, unavailable)
4 | @available(watchOS, unavailable)
5 | public static let disabled: MenuActionDismissBehavior}
| `- note: 'disabled' has been explicitly marked unavailable here
6 |
[16/16] Compiling LogdogUI LogLevel+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Internals/Extensions/LogLevel+UI.swift:7:65: error: type 'Bundle?' has no member 'module'
5 | var text: String {
6 | switch self {
7 | case .undefined: .init(localized: "Undefined", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
8 | case .debug: .init(localized: "Debug", bundle: .module)
9 | case .info: .init(localized: "Info", bundle: .module)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.34s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/LogdogUI/Resources/Localizable.xcstrings
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling Logdog Metadata.swift
[5/9] Compiling Logdog LogLevel.swift
[6/9] Compiling Logdog LogEntry.swift
[7/9] Compiling Logdog LogLevel+Init.swift
[8/9] Compiling Logdog LogStore.swift
[9/9] Emitting module Logdog
[10/14] Compiling LogdogUI LogRowView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/14] Emitting module LogdogUI
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:243:64: error: type 'Bundle?' has no member 'module'
241 | NavigationStack {
242 | LogdogScreen()
243 | .navigationTitle(String(localized: "Log", bundle: .module))
| `- error: type 'Bundle?' has no member 'module'
244 | .navigationBarTitleDisplayMode(.inline)
245 | }
[12/14] Compiling LogdogUI Metadata+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Internals/Extensions/Metadata+UI.swift:6:55: error: type 'Bundle?' has no member 'module'
4 | var text: String {
5 | switch self {
6 | case .type: .init(localized: "Type", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
7 | case .timestamp: .init(localized: "Timestamp", bundle: .module)
8 | case .library: .init(localized: "Library", bundle: .module)
[13/14] Compiling LogdogUI LogdogScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:243:64: error: type 'Bundle?' has no member 'module'
241 | NavigationStack {
242 | LogdogScreen()
243 | .navigationTitle(String(localized: "Log", bundle: .module))
| `- error: type 'Bundle?' has no member 'module'
244 | .navigationBarTitleDisplayMode(.inline)
245 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:26:54: error: type 'Bundle?' has no member 'module'
24 | Menu {
25 | Picker(selection: $subsystemSearchScope) {
26 | Text("All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
27 | .tag(SubsystemSearchScope.all)
28 |
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:34:60: error: type 'Bundle?' has no member 'module'
32 | }
33 | } label: {
34 | Text("Subsystem", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
35 | }
36 | } label: {
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:174:53: error: type 'Bundle?' has no member 'module'
172 | var text: String {
173 | switch self {
174 | case .all: .init(localized: "All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
175 | case let .subsystem(subsystem): subsystem
176 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:186:53: error: type 'Bundle?' has no member 'module'
184 | var text: String {
185 | switch self {
186 | case .all: .init(localized: "All", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
187 | case let .category(category): category
188 | }
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:230:13: error: 'menuActionDismissBehavior' is only available in macOS 13.3 or newer
224 | }
225 |
226 | private extension View {
| `- note: add @available attribute to enclosing extension
227 | @ViewBuilder
228 | func menuActionDismissBehaviorDisabledIfAvailable() -> some View {
| `- note: add @available attribute to enclosing instance method
229 | if #available(iOS 16.4, *) {
230 | menuActionDismissBehavior(.disabled)
| |- error: 'menuActionDismissBehavior' is only available in macOS 13.3 or newer
| `- note: add 'if #available' version check
231 | } else {
232 | self
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Publics/LogdogScreen.swift:230:40: error: 'disabled' is unavailable in macOS
228 | func menuActionDismissBehaviorDisabledIfAvailable() -> some View {
229 | if #available(iOS 16.4, *) {
230 | menuActionDismissBehavior(.disabled)
| `- error: 'disabled' is unavailable in macOS
231 | } else {
232 | self
SwiftUI.MenuActionDismissBehavior.disabled:5:21: note: 'disabled' has been explicitly marked unavailable here
3 | @available(macOS, unavailable)
4 | @available(watchOS, unavailable)
5 | public static let disabled: MenuActionDismissBehavior}
| `- note: 'disabled' has been explicitly marked unavailable here
6 |
[14/14] Compiling LogdogUI LogLevel+UI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogdogUI/Internals/Extensions/LogLevel+UI.swift:7:65: error: type 'Bundle?' has no member 'module'
5 | var text: String {
6 | switch self {
7 | case .undefined: .init(localized: "Undefined", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
8 | case .debug: .init(localized: "Debug", bundle: .module)
9 | case .info: .init(localized: "Info", bundle: .module)
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/LogdogUI/Resources/Localizable.xcstrings
BUILD FAILURE 6.1 macosSpm