Build Information
Failed to build Chat2App, reference main (c3dca5), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 11 Apr 2026 12:11:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Chat2App -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrei200287/Chat2App.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrei200287/Chat2App
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c3dca5b Delete Package.resolved
Cloned https://github.com/andrei200287/Chat2App.git
Revision (git rev-parse @):
c3dca5b6f318a155af34739582f3f62a010fd022
SUCCESS checkout https://github.com/andrei200287/Chat2App.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/andrei200287/Chat2App.git
https://github.com/andrei200287/Chat2App.git
{
"dependencies" : [
{
"identity" : "messagekit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MessageKit/MessageKit"
},
{
"identity" : "swiftmessages",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftKickMobile/SwiftMessages"
},
{
"identity" : "letteravatarkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vpeschenkov/LetterAvatarKit"
},
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
},
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.6.2",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher"
}
],
"manifest_display_name" : "Chat2App",
"name" : "Chat2App",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Chat2App",
"targets" : [
"Chat2App"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Chat2AppTests",
"module_type" : "SwiftTarget",
"name" : "Chat2AppTests",
"path" : "Tests",
"sources" : [
"publicTests/publicTests.swift"
],
"target_dependencies" : [
"Chat2App"
],
"type" : "test"
},
{
"c99name" : "Chat2App",
"module_type" : "SwiftTarget",
"name" : "Chat2App",
"path" : "Sources",
"product_dependencies" : [
"DeviceKit",
"MessageKit",
"LetterAvatarKit",
"Kingfisher",
"SwiftMessages"
],
"product_memberships" : [
"Chat2App"
],
"sources" : [
"Chat2App.swift",
"Chat2AppViewController/Chat2AppViewController+InputBarAccessoryViewDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessageCellDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDataSource.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDisplayDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesLayoutDelegate.swift",
"Chat2AppViewController/Chat2AppViewController.swift",
"Chat2AppViewController/Chat2AppViewModel.swift",
"Chat2AppViewController/Views/CameraInputBarAccessoryView.swift",
"Extensions/Bundle+extension.swift",
"Extensions/Date+extension.swift",
"Extensions/NSMutableData+extension.swift",
"Extensions/String+extension.swift",
"Extensions/UIColor+extension.swift",
"Extensions/UIWindow+extension.swift",
"Extensions/URLSession+extension.swift",
"ImageViewer/ImageViewerViewController.swift",
"Models/AccountStatus.swift",
"Models/Chat2AppError.swift",
"Models/ChatCheckFriendLinkTapAndSendDiscountIfNeededResult.swift",
"Models/ChatInfo.swift",
"Models/ChatMessage.swift",
"Models/ChatUnreadMessagesCnt.swift",
"Models/ChatUser.swift",
"Models/Conversation.swift",
"Models/EmptyModel.swift",
"Models/FullConversation.swift",
"Models/ImageMediaItem.swift",
"Models/LastMessageId.swift",
"Network/Base/Endpoint.swift",
"Network/Base/HTTPClient.swift",
"Network/Base/RequestError.swift",
"Network/Base/RequestMethod.swift",
"Network/Endpoints/Chat2AppEndpoint.swift",
"Network/MultipartFormDataRequest.swift",
"Network/Services/Chat2AppNetworkService.swift",
"PropertyWrappers/BoolFromInt.swift",
"PropertyWrappers/DateFromInt.swift",
"Services/AlertService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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
Fetching from https://github.com/vpeschenkov/LetterAvatarKit
Fetching from https://github.com/devicekit/DeviceKit
Fetching from https://github.com/onevcat/Kingfisher
Fetching from https://github.com/MessageKit/MessageKit
Fetching from https://github.com/SwiftKickMobile/SwiftMessages
Fetching from https://github.com/nathantannar4/InputBarAccessoryView
Creating working copy of package ‘Kingfisher’
Checking out 8.8.1 of package ‘Kingfisher’
Creating working copy of package ‘InputBarAccessoryView’
Checking out 6.5.1 of package ‘InputBarAccessoryView’
Creating working copy of package ‘SwiftMessages’
Checking out 10.0.2 of package ‘SwiftMessages’
Creating working copy of package ‘DeviceKit’
Checking out 5.8.0 of package ‘DeviceKit’
Creating working copy of package ‘LetterAvatarKit’
Checking out 1.2.5 of package ‘LetterAvatarKit’
Creating working copy of package ‘MessageKit’
Checking out 4.3.0 of package ‘MessageKit’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Chat2App: /Users/admin/builder/spi-builder-workspace
MessageKit: https://github.com/MessageKit/MessageKit @ 4.3.0
Kingfisher: https://github.com/onevcat/Kingfisher @ 8.8.1
InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView @ 6.5.1
DeviceKit: https://github.com/devicekit/DeviceKit @ 5.8.0
SwiftMessages: https://github.com/SwiftKickMobile/SwiftMessages @ 10.0.2
LetterAvatarKit: https://github.com/vpeschenkov/LetterAvatarKit @ 1.2.5
resolved source packages: Chat2App, MessageKit, Kingfisher, InputBarAccessoryView, DeviceKit, SwiftMessages, LetterAvatarKit
{
"dependencies" : [
{
"identity" : "messagekit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MessageKit/MessageKit"
},
{
"identity" : "swiftmessages",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftKickMobile/SwiftMessages"
},
{
"identity" : "letteravatarkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vpeschenkov/LetterAvatarKit"
},
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
},
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.6.2",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher"
}
],
"manifest_display_name" : "Chat2App",
"name" : "Chat2App",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Chat2App",
"targets" : [
"Chat2App"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Chat2AppTests",
"module_type" : "SwiftTarget",
"name" : "Chat2AppTests",
"path" : "Tests",
"sources" : [
"publicTests/publicTests.swift"
],
"target_dependencies" : [
"Chat2App"
],
"type" : "test"
},
{
"c99name" : "Chat2App",
"module_type" : "SwiftTarget",
"name" : "Chat2App",
"path" : "Sources",
"product_dependencies" : [
"DeviceKit",
"MessageKit",
"LetterAvatarKit",
"Kingfisher",
"SwiftMessages"
],
"product_memberships" : [
"Chat2App"
],
"sources" : [
"Chat2App.swift",
"Chat2AppViewController/Chat2AppViewController+InputBarAccessoryViewDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessageCellDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDataSource.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDisplayDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesLayoutDelegate.swift",
"Chat2AppViewController/Chat2AppViewController.swift",
"Chat2AppViewController/Chat2AppViewModel.swift",
"Chat2AppViewController/Views/CameraInputBarAccessoryView.swift",
"Extensions/Bundle+extension.swift",
"Extensions/Date+extension.swift",
"Extensions/NSMutableData+extension.swift",
"Extensions/String+extension.swift",
"Extensions/UIColor+extension.swift",
"Extensions/UIWindow+extension.swift",
"Extensions/URLSession+extension.swift",
"ImageViewer/ImageViewerViewController.swift",
"Models/AccountStatus.swift",
"Models/Chat2AppError.swift",
"Models/ChatCheckFriendLinkTapAndSendDiscountIfNeededResult.swift",
"Models/ChatInfo.swift",
"Models/ChatMessage.swift",
"Models/ChatUnreadMessagesCnt.swift",
"Models/ChatUser.swift",
"Models/Conversation.swift",
"Models/EmptyModel.swift",
"Models/FullConversation.swift",
"Models/ImageMediaItem.swift",
"Models/LastMessageId.swift",
"Network/Base/Endpoint.swift",
"Network/Base/HTTPClient.swift",
"Network/Base/RequestError.swift",
"Network/Base/RequestMethod.swift",
"Network/Endpoints/Chat2AppEndpoint.swift",
"Network/MultipartFormDataRequest.swift",
"Network/Services/Chat2AppNetworkService.swift",
"PropertyWrappers/BoolFromInt.swift",
"PropertyWrappers/DateFromInt.swift",
"Services/AlertService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Chat2App"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Chat2App -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 Chat2App -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
Resolve Package Graph
Resolved source packages:
LetterAvatarKit: https://github.com/vpeschenkov/LetterAvatarKit @ 1.2.5
InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView @ 6.5.1
Kingfisher: https://github.com/onevcat/Kingfisher @ 8.8.1
MessageKit: https://github.com/MessageKit/MessageKit @ 4.3.0
Chat2App: /Users/admin/builder/spi-builder-workspace
SwiftMessages: https://github.com/SwiftKickMobile/SwiftMessages @ 10.0.2
DeviceKit: https://github.com/devicekit/DeviceKit @ 5.8.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App_Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
Target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App_Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages' (no dependencies)
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher_Kingfisher' in project 'Kingfisher' (no dependencies)
Target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
Target 'LetterAvatarKit' in project 'LetterAvatarKit' (no dependencies)
Target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'InputBarAccessoryView' in project 'InputBarAccessoryView' (no dependencies)
Target 'MessageKit_MessageKit' in project 'MessageKit' (no dependencies)
Target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
Target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
Target 'DeviceKit_DeviceKit' in project 'DeviceKit' (no dependencies)
Target 'Chat2App_Chat2App' in project 'Chat2App' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
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/usr/bin/actool --version --output-format xml1
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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2a3cc726ba9a9774351bf744bf02806c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2a3cc726ba9a9774351bf744bf02806c.xcbuilddata
error: The package product 'Kingfisher' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'Chat2App' from project 'Chat2App')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Chat2App
(1 failure)
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:
MessageKit: https://github.com/MessageKit/MessageKit @ 4.3.0
InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView @ 6.5.1
Kingfisher: https://github.com/onevcat/Kingfisher @ 8.8.1
Chat2App: /Users/admin/builder/spi-builder-workspace
DeviceKit: https://github.com/devicekit/DeviceKit @ 5.8.0
LetterAvatarKit: https://github.com/vpeschenkov/LetterAvatarKit @ 1.2.5
SwiftMessages: https://github.com/SwiftKickMobile/SwiftMessages @ 10.0.2
resolved source packages: MessageKit, InputBarAccessoryView, Kingfisher, Chat2App, DeviceKit, LetterAvatarKit, SwiftMessages
{
"dependencies" : [
{
"identity" : "messagekit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MessageKit/MessageKit"
},
{
"identity" : "swiftmessages",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftKickMobile/SwiftMessages"
},
{
"identity" : "letteravatarkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vpeschenkov/LetterAvatarKit"
},
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
},
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.6.2",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher"
}
],
"manifest_display_name" : "Chat2App",
"name" : "Chat2App",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Chat2App",
"targets" : [
"Chat2App"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Chat2AppTests",
"module_type" : "SwiftTarget",
"name" : "Chat2AppTests",
"path" : "Tests",
"sources" : [
"publicTests/publicTests.swift"
],
"target_dependencies" : [
"Chat2App"
],
"type" : "test"
},
{
"c99name" : "Chat2App",
"module_type" : "SwiftTarget",
"name" : "Chat2App",
"path" : "Sources",
"product_dependencies" : [
"DeviceKit",
"MessageKit",
"LetterAvatarKit",
"Kingfisher",
"SwiftMessages"
],
"product_memberships" : [
"Chat2App"
],
"sources" : [
"Chat2App.swift",
"Chat2AppViewController/Chat2AppViewController+InputBarAccessoryViewDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessageCellDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDataSource.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesDisplayDelegate.swift",
"Chat2AppViewController/Chat2AppViewController+MessagesLayoutDelegate.swift",
"Chat2AppViewController/Chat2AppViewController.swift",
"Chat2AppViewController/Chat2AppViewModel.swift",
"Chat2AppViewController/Views/CameraInputBarAccessoryView.swift",
"Extensions/Bundle+extension.swift",
"Extensions/Date+extension.swift",
"Extensions/NSMutableData+extension.swift",
"Extensions/String+extension.swift",
"Extensions/UIColor+extension.swift",
"Extensions/UIWindow+extension.swift",
"Extensions/URLSession+extension.swift",
"ImageViewer/ImageViewerViewController.swift",
"Models/AccountStatus.swift",
"Models/Chat2AppError.swift",
"Models/ChatCheckFriendLinkTapAndSendDiscountIfNeededResult.swift",
"Models/ChatInfo.swift",
"Models/ChatMessage.swift",
"Models/ChatUnreadMessagesCnt.swift",
"Models/ChatUser.swift",
"Models/Conversation.swift",
"Models/EmptyModel.swift",
"Models/FullConversation.swift",
"Models/ImageMediaItem.swift",
"Models/LastMessageId.swift",
"Network/Base/Endpoint.swift",
"Network/Base/HTTPClient.swift",
"Network/Base/RequestError.swift",
"Network/Base/RequestMethod.swift",
"Network/Endpoints/Chat2AppEndpoint.swift",
"Network/MultipartFormDataRequest.swift",
"Network/Services/Chat2AppNetworkService.swift",
"PropertyWrappers/BoolFromInt.swift",
"PropertyWrappers/DateFromInt.swift",
"Services/AlertService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Chat2App"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Chat2App -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 Chat2App -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
DeviceKit: https://github.com/devicekit/DeviceKit @ 5.8.0
InputBarAccessoryView: https://github.com/nathantannar4/InputBarAccessoryView @ 6.5.1
Chat2App: /Users/admin/builder/spi-builder-workspace
MessageKit: https://github.com/MessageKit/MessageKit @ 4.3.0
LetterAvatarKit: https://github.com/vpeschenkov/LetterAvatarKit @ 1.2.5
Kingfisher: https://github.com/onevcat/Kingfisher @ 8.8.1
SwiftMessages: https://github.com/SwiftKickMobile/SwiftMessages @ 10.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App_Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
Target 'Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'Chat2App_Chat2App' in project 'Chat2App'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages' in project 'SwiftMessages'
➜ Explicit dependency on target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages'
Target 'SwiftMessages_SwiftMessages' in project 'SwiftMessages' (no dependencies)
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher_Kingfisher' in project 'Kingfisher' (no dependencies)
Target 'LetterAvatarKit' in project 'LetterAvatarKit'
➜ Explicit dependency on target 'LetterAvatarKit' in project 'LetterAvatarKit'
Target 'LetterAvatarKit' in project 'LetterAvatarKit' (no dependencies)
Target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'MessageKit_MessageKit' in project 'MessageKit'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
➜ Explicit dependency on target 'InputBarAccessoryView' in project 'InputBarAccessoryView'
Target 'InputBarAccessoryView' in project 'InputBarAccessoryView' (no dependencies)
Target 'MessageKit_MessageKit' in project 'MessageKit' (no dependencies)
Target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
Target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
Target 'DeviceKit_DeviceKit' in project 'DeviceKit' (no dependencies)
Target 'Chat2App_Chat2App' in project 'Chat2App' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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/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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d6557ffcd3433f17b88513f77da946f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d6557ffcd3433f17b88513f77da946f6.xcbuilddata
error: The package product 'Kingfisher' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'Chat2App' from project 'Chat2App')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:23e77c4f15d21ab3ccbea01e373e991802034cf7, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Chat2App
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild