The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WelcomeView, reference main (8871c5), with Swift 6.0 for watchOS using Xcode 16.2 on 3 May 2026 00:49:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WelcomeView -destination generic/platform=watchOS

Build Log

    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:171:27: error: cannot find type 'NSViewRepresentable' in scope
struct CloseWindowButton: NSViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:203:23: error: 'Image' is only available in watchOS 6.0 or newer
    public let image: Image
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:39: error: 'Image' is only available in watchOS 6.0 or newer
    public init(title: String, image: Image, action: @escaping () -> Void) {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:12: note: add @available attribute to enclosing initializer
    public init(title: String, image: Image, action: @escaping () -> Void) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:31: error: concurrency is only available in watchOS 6.0.0 or newer
    func provideRecentFiles() async -> [RecentFile]
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:10: note: add @available attribute to enclosing instance method
    func provideRecentFiles() async -> [RecentFile]
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:257:17: note: add @available attribute to enclosing protocol
public protocol RecentFileProvider {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:279:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:285:29: error: cannot find type 'NSImage' in scope
    public init(customIcon: NSImage? = nil, customTitle: String? = nil, customSubtitle: String? = nil, url: URL) {
                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:28: error: cannot find type 'NSImage' in scope
    public let customIcon: NSImage?
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Hashable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RecentFile' to 'Hashable'
    public let customIcon: NSImage?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Equatable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RecentFile' to 'Equatable'
    public let customIcon: NSImage?
               ^
Swift.==:1:24: note: candidate would match if 'RecentFile' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'RecentFile' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'RecentFile' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'RecentFile' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'RecentFile' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'RecentFile' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'RecentFile' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'RecentFile' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'RecentFile' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: note: add stubs for conformance
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:36: error: concurrency is only available in watchOS 6.0.0 or newer
    open func provideRecentFiles() async -> [RecentFile] {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:15: note: add @available attribute to enclosing instance method
    open func provideRecentFiles() async -> [RecentFile] {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:300:12: note: add @available attribute to enclosing class
open class RecentDocumentControllerFileProvider: RecentFileProvider {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:71: error: 'some' return types are only available in watchOS 6.0.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:48: error: cannot find type 'NSWindow' in scope
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:76: error: 'View' is only available in watchOS 6.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:23: error: 'View' is only available in watchOS 6.0 or newer
fileprivate extension View {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:322:20: error: cannot find type 'NSWindow' in scope
    var callback: (NSWindow?) -> Void
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:321:36: error: cannot find type 'NSViewRepresentable' in scope
fileprivate struct WindowAccessor: NSViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	Building workspace spi-builder-workspace with scheme WelcomeView
(7 failures)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  WelcomeView: /Users/admin/builder/spi-builder-workspace
resolved source packages: WelcomeView
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WelcomeView",
  "name" : "WelcomeView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeView",
      "targets" : [
        "WelcomeView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeView",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeView",
      "path" : "Sources/WelcomeView",
      "product_memberships" : [
        "WelcomeView"
      ],
      "sources" : [
        "WelcomeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WelcomeView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WelcomeView -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme WelcomeView -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  WelcomeView: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'WelcomeView' in project 'WelcomeView'
        ➜ Explicit dependency on target 'WelcomeView' in project 'WelcomeView'
    Target 'WelcomeView' in project 'WelcomeView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache
SwiftDriver WelcomeView normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WelcomeView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WelcomeView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WelcomeView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WelcomeView normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WelcomeView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.abi.json
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:5:15: note: add @available attribute to enclosing struct
public struct WelcomeWindowView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:5:15: note: add @available attribute to enclosing struct
public struct WelcomeWindowView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:262:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:29:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var recents: [RecentFile] = []
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:30:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var resetSelection = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:31:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var selectedFile: URL?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:58: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private func makeRecentView(for file: RecentFile) -> some View {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:18: note: add @available attribute to enclosing instance method
    private func makeRecentView(for file: RecentFile) -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:63: error: 'View' is only available in watchOS 6.0 or newer
    private func makeRecentView(for file: RecentFile) -> some View {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:18: note: add @available attribute to enclosing instance method
    private func makeRecentView(for file: RecentFile) -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:171:27: error: cannot find type 'NSViewRepresentable' in scope
struct CloseWindowButton: NSViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:203:23: error: 'Image' is only available in watchOS 6.0 or newer
    public let image: Image
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:39: error: 'Image' is only available in watchOS 6.0 or newer
    public init(title: String, image: Image, action: @escaping () -> Void) {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:12: note: add @available attribute to enclosing initializer
    public init(title: String, image: Image, action: @escaping () -> Void) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:31: error: concurrency is only available in watchOS 6.0.0 or newer
    func provideRecentFiles() async -> [RecentFile]
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:10: note: add @available attribute to enclosing instance method
    func provideRecentFiles() async -> [RecentFile]
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:257:17: note: add @available attribute to enclosing protocol
public protocol RecentFileProvider {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:279:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:285:29: error: cannot find type 'NSImage' in scope
    public init(customIcon: NSImage? = nil, customTitle: String? = nil, customSubtitle: String? = nil, url: URL) {
                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:28: error: cannot find type 'NSImage' in scope
    public let customIcon: NSImage?
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Hashable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RecentFile' to 'Hashable'
    public let customIcon: NSImage?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Equatable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RecentFile' to 'Equatable'
    public let customIcon: NSImage?
               ^
Swift.==:1:24: note: candidate would match if 'RecentFile' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'RecentFile' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'RecentFile' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'RecentFile' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'RecentFile' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'RecentFile' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'RecentFile' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'RecentFile' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'RecentFile' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: note: add stubs for conformance
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:36: error: concurrency is only available in watchOS 6.0.0 or newer
    open func provideRecentFiles() async -> [RecentFile] {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:15: note: add @available attribute to enclosing instance method
    open func provideRecentFiles() async -> [RecentFile] {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:300:12: note: add @available attribute to enclosing class
open class RecentDocumentControllerFileProvider: RecentFileProvider {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:71: error: 'some' return types are only available in watchOS 6.0.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:48: error: cannot find type 'NSWindow' in scope
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:76: error: 'View' is only available in watchOS 6.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:23: error: 'View' is only available in watchOS 6.0 or newer
fileprivate extension View {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:322:20: error: cannot find type 'NSWindow' in scope
    var callback: (NSWindow?) -> Void
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:321:36: error: cannot find type 'NSViewRepresentable' in scope
fileprivate struct WindowAccessor: NSViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:5:15: note: add @available attribute to enclosing struct
public struct WelcomeWindowView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:262:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:29:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var recents: [RecentFile] = []
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:30:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var resetSelection = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:31:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var selectedFile: URL?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:63: error: 'View' is only available in watchOS 6.0 or newer
    private func makeRecentView(for file: RecentFile) -> some View {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:18: note: add @available attribute to enclosing instance method
    private func makeRecentView(for file: RecentFile) -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:171:27: error: cannot find type 'NSViewRepresentable' in scope
struct CloseWindowButton: NSViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:203:23: error: 'Image' is only available in watchOS 6.0 or newer
    public let image: Image
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:39: error: 'Image' is only available in watchOS 6.0 or newer
    public init(title: String, image: Image, action: @escaping () -> Void) {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:12: note: add @available attribute to enclosing initializer
    public init(title: String, image: Image, action: @escaping () -> Void) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:279:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:285:29: error: cannot find type 'NSImage' in scope
    public init(customIcon: NSImage? = nil, customTitle: String? = nil, customSubtitle: String? = nil, url: URL) {
                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:28: error: cannot find type 'NSImage' in scope
    public let customIcon: NSImage?
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Hashable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RecentFile' to 'Hashable'
    public let customIcon: NSImage?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Equatable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RecentFile' to 'Equatable'
    public let customIcon: NSImage?
               ^
Swift.==:1:24: note: candidate would match if 'RecentFile' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'RecentFile' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'RecentFile' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'RecentFile' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'RecentFile' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'RecentFile' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'RecentFile' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'RecentFile' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'RecentFile' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: note: add stubs for conformance
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:48: error: cannot find type 'NSWindow' in scope
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:76: error: 'View' is only available in watchOS 6.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:23: error: 'View' is only available in watchOS 6.0 or newer
fileprivate extension View {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:322:20: error: cannot find type 'NSWindow' in scope
    var callback: (NSWindow?) -> Void
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:321:36: error: cannot find type 'NSViewRepresentable' in scope
fileprivate struct WindowAccessor: NSViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.abi.json
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:5:15: note: add @available attribute to enclosing struct
public struct WelcomeWindowView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:11:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:5:15: note: add @available attribute to enclosing struct
public struct WelcomeWindowView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:262:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:29:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var recents: [RecentFile] = []
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:30:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var resetSelection = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:31:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var selectedFile: URL?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:40:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:58: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private func makeRecentView(for file: RecentFile) -> some View {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:18: note: add @available attribute to enclosing instance method
    private func makeRecentView(for file: RecentFile) -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:63: error: 'View' is only available in watchOS 6.0 or newer
    private func makeRecentView(for file: RecentFile) -> some View {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:133:18: note: add @available attribute to enclosing instance method
    private func makeRecentView(for file: RecentFile) -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:24:15: note: add @available attribute to enclosing struct
public struct WelcomeView: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:172:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:198:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:171:27: error: cannot find type 'NSViewRepresentable' in scope
struct CloseWindowButton: NSViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:203:23: error: 'Image' is only available in watchOS 6.0 or newer
    public let image: Image
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:39: error: 'Image' is only available in watchOS 6.0 or newer
    public init(title: String, image: Image, action: @escaping () -> Void) {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:205:12: note: add @available attribute to enclosing initializer
    public init(title: String, image: Image, action: @escaping () -> Void) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:211:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:201:15: note: add @available attribute to enclosing struct
public struct WelcomeMenuButton: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:233:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> WelcomeMenuButton) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:237:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:18: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:45: error: 'TupleView' is only available in watchOS 6.0 or newer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:242:12: note: add @available attribute to enclosing initializer
    public init(@ViewBuilder content: () -> TupleView<(WelcomeMenuButton, WelcomeMenuButton, WelcomeMenuButton)>) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:247:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:230:15: note: add @available attribute to enclosing struct
public struct WelcomeMenu: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:31: error: concurrency is only available in watchOS 6.0.0 or newer
    func provideRecentFiles() async -> [RecentFile]
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:258:10: note: add @available attribute to enclosing instance method
    func provideRecentFiles() async -> [RecentFile]
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:257:17: note: add @available attribute to enclosing protocol
public protocol RecentFileProvider {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:279:44: error: cannot find type 'NSImage' in scope
    func makeIcon(for file: RecentFile) -> NSImage {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:285:29: error: cannot find type 'NSImage' in scope
    public init(customIcon: NSImage? = nil, customTitle: String? = nil, customSubtitle: String? = nil, url: URL) {
                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:28: error: cannot find type 'NSImage' in scope
    public let customIcon: NSImage?
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Hashable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RecentFile' to 'Hashable'
    public let customIcon: NSImage?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: error: type 'RecentFile' does not conform to protocol 'Equatable'
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:293:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RecentFile' to 'Equatable'
    public let customIcon: NSImage?
               ^
Swift.==:1:24: note: candidate would match if 'RecentFile' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'RecentFile' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'RecentFile' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'RecentFile' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'RecentFile' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'RecentFile' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'RecentFile' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'RecentFile' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'RecentFile' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'RecentFile' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:284:15: note: add stubs for conformance
public struct RecentFile: Hashable, Identifiable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:36: error: concurrency is only available in watchOS 6.0.0 or newer
    open func provideRecentFiles() async -> [RecentFile] {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:308:15: note: add @available attribute to enclosing instance method
    open func provideRecentFiles() async -> [RecentFile] {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:300:12: note: add @available attribute to enclosing class
open class RecentDocumentControllerFileProvider: RecentFileProvider {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:71: error: 'some' return types are only available in watchOS 6.0.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:48: error: cannot find type 'NSWindow' in scope
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:76: error: 'View' is only available in watchOS 6.0 or newer
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:316:10: note: add @available attribute to enclosing instance method
    func onWindowAppear(_ callback: @escaping (NSWindow?) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:23: error: 'View' is only available in watchOS 6.0 or newer
fileprivate extension View {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:315:13: note: add @available attribute to enclosing extension
fileprivate extension View {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:322:20: error: cannot find type 'NSWindow' in scope
    var callback: (NSWindow?) -> Void
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:42: error: cannot find type 'NSView' in scope
    func makeNSView(context: Context) -> NSView {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:324:30: error: cannot find type 'Context' in scope
    func makeNSView(context: Context) -> NSView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:33: error: cannot find type 'NSView' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:332:50: error: cannot find type 'Context' in scope
    func updateNSView(_ nsView: NSView, context: Context) { }
                                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift:321:36: error: cannot find type 'NSViewRepresentable' in scope
fileprivate struct WindowAccessor: NSViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/armv7k/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64_32/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ WelcomeView.swift /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name WelcomeView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-unit-output-path /WelcomeView.build/Debug-watchos/WelcomeView.build/Objects-normal/arm64/WelcomeView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WelcomeView/WelcomeView.swift (in target 'WelcomeView' from project 'WelcomeView')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WelcomeView (in target 'WelcomeView' from project 'WelcomeView')
	Building workspace spi-builder-workspace with scheme WelcomeView
(7 failures)
BUILD FAILURE 6.0 watchOS