Build Information
Failed to build OnLaunch-iOS-Client, reference main (4fcb14), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 23 Apr 2026 00:02:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OnLaunch-iOS-Client -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kula-app/OnLaunch-iOS-Client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kula-app/OnLaunch-iOS-Client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4fcb14d chore(deps): update dependency ruby to v4.0.3 (#78)
Cloned https://github.com/kula-app/OnLaunch-iOS-Client.git
Revision (git rev-parse @):
4fcb14da1d433703b51184340e35a9cc8847cf14
SUCCESS checkout https://github.com/kula-app/OnLaunch-iOS-Client.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/kula-app/OnLaunch-iOS-Client.git
https://github.com/kula-app/OnLaunch-iOS-Client.git
{
"dependencies" : [
],
"manifest_display_name" : "OnLaunch-iOS-Client",
"name" : "OnLaunch-iOS-Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OnLaunch",
"targets" : [
"OnLaunch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnLaunchTests",
"module_type" : "SwiftTarget",
"name" : "OnLaunchTests",
"path" : "Tests/OnLaunchTests",
"sources" : [
"RequestContextTests.swift"
],
"target_dependencies" : [
"OnLaunch"
],
"type" : "test"
},
{
"c99name" : "OnLaunch",
"module_type" : "SwiftTarget",
"name" : "OnLaunch",
"path" : "Sources/OnLaunch",
"product_memberships" : [
"OnLaunch"
],
"sources" : [
"API/ApiActionDto.swift",
"API/ApiActionLinkDto.swift",
"API/ApiMessageDto.swift",
"API/ApiMessagesResponseDto.swift",
"Models/Action.swift",
"Models/DataMapper.swift",
"Models/LinkAction.swift",
"Models/Message.swift",
"Models/RequestContext.swift",
"OnLaunch.swift",
"Storage/LocalStorage.swift",
"SwiftUI/View+OnLaunch.swift",
"Theme/Environment+Theme.swift",
"Theme/Theme.swift",
"UI/ActivityView.swift",
"UI/ActivityViewController.swift",
"UI/Components/FilledButton.swift",
"UI/Components/MessageActionView.swift",
"UI/Components/SafariView.swift",
"UI/MessageView.swift",
"Utils/OSLog+OnLaunch.swift",
"Utils/OnLaunchError.swift",
"Utils/URL+Identifiable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
OnLaunch-iOS-Client: /Users/admin/builder/spi-builder-workspace
resolved source packages: OnLaunch-iOS-Client
{
"dependencies" : [
],
"manifest_display_name" : "OnLaunch-iOS-Client",
"name" : "OnLaunch-iOS-Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OnLaunch",
"targets" : [
"OnLaunch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnLaunchTests",
"module_type" : "SwiftTarget",
"name" : "OnLaunchTests",
"path" : "Tests/OnLaunchTests",
"sources" : [
"RequestContextTests.swift"
],
"target_dependencies" : [
"OnLaunch"
],
"type" : "test"
},
{
"c99name" : "OnLaunch",
"module_type" : "SwiftTarget",
"name" : "OnLaunch",
"path" : "Sources/OnLaunch",
"product_memberships" : [
"OnLaunch"
],
"sources" : [
"API/ApiActionDto.swift",
"API/ApiActionLinkDto.swift",
"API/ApiMessageDto.swift",
"API/ApiMessagesResponseDto.swift",
"Models/Action.swift",
"Models/DataMapper.swift",
"Models/LinkAction.swift",
"Models/Message.swift",
"Models/RequestContext.swift",
"OnLaunch.swift",
"Storage/LocalStorage.swift",
"SwiftUI/View+OnLaunch.swift",
"Theme/Environment+Theme.swift",
"Theme/Theme.swift",
"UI/ActivityView.swift",
"UI/ActivityViewController.swift",
"UI/Components/FilledButton.swift",
"UI/Components/MessageActionView.swift",
"UI/Components/SafariView.swift",
"UI/MessageView.swift",
"Utils/OSLog+OnLaunch.swift",
"Utils/OnLaunchError.swift",
"Utils/URL+Identifiable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OnLaunch-iOS-Client"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OnLaunch-iOS-Client -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 OnLaunch-iOS-Client -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
OnLaunch-iOS-Client: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'OnLaunch' in project 'OnLaunch-iOS-Client'
➜ Explicit dependency on target 'OnLaunch' in project 'OnLaunch-iOS-Client'
Target 'OnLaunch' in project 'OnLaunch-iOS-Client' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4913923a83212a266bee6d5f30c49728
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4913923a83212a266bee6d5f30c49728.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.DependencyStaticMetadataFileList (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.DependencyMetadataFileList (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.modulemap (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-OutputFileMap.json (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftFileList (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftConstValuesFileList (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.LinkFileList (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OnLaunch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.modulemap (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/OnLaunch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver OnLaunch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OnLaunch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ApiActionDto.swift,\ ApiActionLinkDto.swift,\ ApiMessageDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MessageActionView.swift,\ SafariView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OnLaunchError.swift,\ URL+Identifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LinkAction.swift,\ Message.swift,\ RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OnLaunch.swift,\ LocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Theme.swift,\ ActivityView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+OnLaunch.swift,\ Environment+Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OnLaunch (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Failed frontend command:
/Applications/Xcode-16.3.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/OnLaunch/API/ApiActionDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OnLaunch -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.abi.json
EmitSwiftModule normal arm64 (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
import UIKit
^
SwiftCompile normal arm64 Compiling\ ActivityViewController.swift,\ FilledButton.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MessageView.swift,\ OSLog+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ApiMessagesResponseDto.swift,\ Action.swift,\ DataMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ OnLaunch (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
EmitSwiftModule normal arm64 (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 Compiling\ ApiMessagesResponseDto.swift,\ Action.swift,\ DataMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Building workspace spi-builder-workspace with scheme OnLaunch-iOS-Client
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
OnLaunch-iOS-Client: /Users/admin/builder/spi-builder-workspace
resolved source packages: OnLaunch-iOS-Client
{
"dependencies" : [
],
"manifest_display_name" : "OnLaunch-iOS-Client",
"name" : "OnLaunch-iOS-Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OnLaunch",
"targets" : [
"OnLaunch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnLaunchTests",
"module_type" : "SwiftTarget",
"name" : "OnLaunchTests",
"path" : "Tests/OnLaunchTests",
"sources" : [
"RequestContextTests.swift"
],
"target_dependencies" : [
"OnLaunch"
],
"type" : "test"
},
{
"c99name" : "OnLaunch",
"module_type" : "SwiftTarget",
"name" : "OnLaunch",
"path" : "Sources/OnLaunch",
"product_memberships" : [
"OnLaunch"
],
"sources" : [
"API/ApiActionDto.swift",
"API/ApiActionLinkDto.swift",
"API/ApiMessageDto.swift",
"API/ApiMessagesResponseDto.swift",
"Models/Action.swift",
"Models/DataMapper.swift",
"Models/LinkAction.swift",
"Models/Message.swift",
"Models/RequestContext.swift",
"OnLaunch.swift",
"Storage/LocalStorage.swift",
"SwiftUI/View+OnLaunch.swift",
"Theme/Environment+Theme.swift",
"Theme/Theme.swift",
"UI/ActivityView.swift",
"UI/ActivityViewController.swift",
"UI/Components/FilledButton.swift",
"UI/Components/MessageActionView.swift",
"UI/Components/SafariView.swift",
"UI/MessageView.swift",
"Utils/OSLog+OnLaunch.swift",
"Utils/OnLaunchError.swift",
"Utils/URL+Identifiable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OnLaunch-iOS-Client"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OnLaunch-iOS-Client -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-16.3.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 OnLaunch-iOS-Client -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
OnLaunch-iOS-Client: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'OnLaunch' in project 'OnLaunch-iOS-Client'
➜ Explicit dependency on target 'OnLaunch' in project 'OnLaunch-iOS-Client'
Target 'OnLaunch' in project 'OnLaunch-iOS-Client' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 81c0c56961c780f07d211c22e0137c6e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/81c0c56961c780f07d211c22e0137c6e.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
SwiftDriver OnLaunch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OnLaunch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ OnLaunch.swift,\ LocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Theme.swift,\ ActivityView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MessageView.swift,\ OSLog+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MessageActionView.swift,\ SafariView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ActivityViewController.swift,\ FilledButton.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OnLaunch (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Failed frontend command:
/Applications/Xcode-16.3.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/OnLaunch/API/ApiActionDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Storage/LocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/ActivityViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/FilledButton.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/MessageActionView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/Components/SafariView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/UI/MessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OSLog+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -profile-generate -profile-coverage-mapping -swift-version 5 -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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OnLaunch -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OnLaunch-iOS-Client.build/Debug/OnLaunch.build/Objects-normal/arm64/OnLaunch.abi.json
EmitSwiftModule normal arm64 (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/OnLaunch.swift:4:8: error: no such module 'UIKit'
import UIKit
^
SwiftCompile normal arm64 Compiling\ View+OnLaunch.swift,\ Environment+Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/SwiftUI/View+OnLaunch.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Theme/Environment+Theme.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OnLaunchError.swift,\ URL+Identifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/OnLaunchError.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Utils/URL+Identifiable.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ApiMessagesResponseDto.swift,\ Action.swift,\ DataMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessagesResponseDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Action.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/DataMapper.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ApiActionDto.swift,\ ApiActionLinkDto.swift,\ ApiMessageDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiActionLinkDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/API/ApiMessageDto.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LinkAction.swift,\ Message.swift,\ RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:024c3a6de59006f45c0ce506c3f97ea5477263a2, name:My Mac }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ OnLaunch (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
EmitSwiftModule normal arm64 (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
SwiftCompile normal arm64 Compiling\ LinkAction.swift,\ Message.swift,\ RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/LinkAction.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/OnLaunch/Models/RequestContext.swift (in target 'OnLaunch' from project 'OnLaunch-iOS-Client')
Building workspace spi-builder-workspace with scheme OnLaunch-iOS-Client
(4 failures)
BUILD FAILURE 6.1 macosXcodebuild