Build Information
Failed to build OrangeDesignSystem, reference qualif (117005
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 4 Jun 2025 20:05:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Orange-OpenSource/ods-ios.git
Reference: qualif
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Orange-OpenSource/ods-ios
* branch qualif -> FETCH_HEAD
* [new branch] qualif -> origin/qualif
HEAD is now at 1170052 Prepare version 1.4.0
Cloned https://github.com/Orange-OpenSource/ods-ios.git
Revision (git rev-parse @):
11700524e78dee687f2559b972268f58864e3bb5
SUCCESS checkout https://github.com/Orange-OpenSource/ods-ios.git at qualif
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/Orange-OpenSource/ods-ios.git
Command line invocation:
/Applications/Xcode-15.4.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
Fetching from https://github.com/tevelee/SwiftUI-Flow
Fetching from https://github.com/lucaszischka/BottomSheet
Fetching from https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘BottomSheet’
Checking out 3.1.1 of package ‘BottomSheet’
Creating working copy of package ‘SwiftUI-Flow’
Checking out 1.2.0 of package ‘SwiftUI-Flow’
Creating working copy of package ‘accessibility-statement-lib-ios’
Checking out 1.3.0 of package ‘accessibility-statement-lib-ios’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Resolved source packages:
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
resolved source packages: OrangeDesignSystem, BottomSheet, DeclarationAccessibility, swift-argument-parser, Flow
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swiftui-flow",
"requirement" : {
"exact" : [
"1.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tevelee/SwiftUI-Flow"
},
{
"identity" : "bottomsheet",
"requirement" : {
"exact" : [
"3.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/lucaszischka/BottomSheet"
},
{
"identity" : "accessibility-statement-lib-ios",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git"
}
],
"manifest_display_name" : "OrangeDesignSystem",
"name" : "OrangeDesignSystem",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OrangeDesignSystem",
"targets" : [
"OrangeDesignSystem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OrangeTheme",
"targets" : [
"OrangeTheme"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InnovationCupTheme",
"targets" : [
"InnovationCupTheme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "OrangeTheme",
"module_type" : "SwiftTarget",
"name" : "OrangeTheme",
"path" : "OrangeTheme/Sources",
"product_memberships" : [
"OrangeTheme"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"OrangeTheme/OrangeTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
},
{
"c99name" : "OrangeDesignSystem",
"module_type" : "SwiftTarget",
"name" : "OrangeDesignSystem",
"path" : "OrangeDesignSystem/Sources",
"product_dependencies" : [
"BottomSheet",
"DeclarationAccessibility",
"Flow"
],
"product_memberships" : [
"OrangeDesignSystem",
"OrangeTheme",
"InnovationCupTheme"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Base.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "Base"
}
}
}
],
"sources" : [
"OrangeDesignSystem/Components/Banner/ODSBanner.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/BottomSheetHeader.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetExpandingModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetSize+extension.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetStandardModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetExpanding.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetStandard.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonContent.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonStyleLabel.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSEmphasisButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSFunctionalButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/ODSEmphasisButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSFunctionalButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSIconButton.swift",
"OrangeDesignSystem/Components/Cards/Internal/CardShadowModifier.swift",
"OrangeDesignSystem/Components/Cards/Internal/ODSCardDebugData.swift",
"OrangeDesignSystem/Components/Cards/ODSCardHorizontal.swift",
"OrangeDesignSystem/Components/Cards/ODSCardSmall.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalHeaderFirst.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalImageFirst.swift",
"OrangeDesignSystem/Components/Chips/Internal/Chip.swift",
"OrangeDesignSystem/Components/Chips/ODSActionChip.swift",
"OrangeDesignSystem/Components/Chips/ODSChoiceChip.swift",
"OrangeDesignSystem/Components/Chips/ODSFilterChip.swift",
"OrangeDesignSystem/Components/Chips/ODSInputChip.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChipPickerPlacement.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChoiceChipPicker.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSFilterChipPicker.swift",
"OrangeDesignSystem/Components/Image/ODSImage.swift",
"OrangeDesignSystem/Components/Lists/Internal/LeadingView.swift",
"OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift",
"OrangeDesignSystem/Components/Lists/ODSLIstItemModifier.swift",
"OrangeDesignSystem/Components/Lists/ODSListItem.swift",
"OrangeDesignSystem/Components/Slider/ODSSliderView.swift",
"OrangeDesignSystem/Components/TextField/ODSTextFieldStyle.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarIconContent.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarLabelContent.swift",
"OrangeDesignSystem/Components/ToolBar/ODSToolBar.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSColorDescription.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSInternalColor.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsModifier.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsStyle.swift",
"OrangeDesignSystem/Guidelines/Spacing/ODSSpacing.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/AppNews/ODSAboutAppNewsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/LegalInformation/ODSAboutLegalInformationItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/MoreApps/ODSMoreAppsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/ODSAboutListItemConfiguration.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/RateTheApp/ODSAboutRateTheAppItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutAccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutPricacyPolicy.swift",
"OrangeDesignSystem/Modules/About/Internal/AboutErrorView.swift",
"OrangeDesignSystem/Modules/About/Internal/ApplicationInformation/ApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Internal/Array+extension.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AboutListItems.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AccessibilityStatement/AccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AboutReleaseDescription.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViewModel.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViews.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/PrivacyPolicy/PrivacyPolicyItem.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/TermsOfService/TermsOfServiceItem.swift",
"OrangeDesignSystem/Modules/About/ODSAboutModule.swift",
"OrangeDesignSystem/Modules/EmptyState/ODSEmptyStateView.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusDTO.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusToMoreAppsMapper.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/LocalAppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/MoreAppsRepositoryProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsService.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceBO.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsModel.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsView.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSNavigationBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSTabBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSToolBarModifier.swift",
"OrangeDesignSystem/Theme/ODSComponentsColors.swift",
"OrangeDesignSystem/Theme/ODSCurrentTheme.swift",
"OrangeDesignSystem/Theme/ODSTheme.swift",
"OrangeDesignSystem/Theme/View/ODSThemeableView.swift",
"OrangeDesignSystem/Utils/AccessibleModifiers.swift",
"OrangeDesignSystem/Utils/Cache.swift",
"OrangeDesignSystem/Utils/CachedAsyncImage.swift",
"OrangeDesignSystem/Utils/Color/Color+Extension.swift",
"OrangeDesignSystem/Utils/Color/UIColor+extension.swift",
"OrangeDesignSystem/Utils/DateFormatter+extension.swift",
"OrangeDesignSystem/Utils/DateFormatterCache.swift",
"OrangeDesignSystem/Utils/LoadingState.swift",
"OrangeDesignSystem/Utils/ODSBundle+extension.swift",
"OrangeDesignSystem/Utils/ODSIcon.swift",
"OrangeDesignSystem/Utils/ODSLogger.swift",
"OrangeDesignSystem/Utils/ODSSFSafariViewWrapper.swift",
"OrangeDesignSystem/Utils/ReadSize.swift",
"OrangeDesignSystem/Utils/ShareSheet.swift",
"OrangeDesignSystem/Utils/StringsLocalization.swift",
"OrangeDesignSystem/Utils/TabBar+readSize.swift",
"OrangeDesignSystem/Utils/UIApplication+extension.swift",
"OrangeDesignSystem/Utils/UserDefaultsWrapper.swift",
"OrangeDesignSystem/Utils/VibrationsManager.swift",
"OrangeDesignSystem/Utils/View+extensions.swift",
"OrangeDesignSystem/Utils/WebView.swift"
],
"type" : "library"
},
{
"c99name" : "InnovationCupTheme",
"module_type" : "SwiftTarget",
"name" : "InnovationCupTheme",
"path" : "InnovationCupTheme/Sources",
"product_memberships" : [
"InnovationCupTheme"
],
"sources" : [
"InnovationCupTheme/InnovationCupTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"InnovationCupTheme",
"OrangeDesignSystem",
"OrangeDesignSystem-Package",
"OrangeTheme"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-15.4.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 OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
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:
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem' (no dependencies)
Target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'Flow' in project 'Flow'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'Flow' in project 'Flow' (no dependencies)
Target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility'
Target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility'
Target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility' (no dependencies)
Target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet_BottomSheet' in project 'BottomSheet'
Target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet_BottomSheet' in project 'BottomSheet'
Target 'BottomSheet_BottomSheet' in project 'BottomSheet' (no dependencies)
Target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem' (no dependencies)
Target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 56cbb4688f30cb3bc4142e7123bf6143
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/56cbb4688f30cb3bc4142e7123bf6143.xcbuilddata
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OrangeTheme' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'OrangeTheme' from project 'OrangeDesignSystem')
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OrangeDesignSystem' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'OrangeDesignSystem' from project 'OrangeDesignSystem')
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'InnovationCupTheme' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'InnovationCupTheme' from project 'OrangeDesignSystem')
Resolve Package Graph
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.4.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:
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
resolved source packages: OrangeDesignSystem, swift-argument-parser, Flow, BottomSheet, DeclarationAccessibility
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swiftui-flow",
"requirement" : {
"exact" : [
"1.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tevelee/SwiftUI-Flow"
},
{
"identity" : "bottomsheet",
"requirement" : {
"exact" : [
"3.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/lucaszischka/BottomSheet"
},
{
"identity" : "accessibility-statement-lib-ios",
"requirement" : {
"exact" : [
"1.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git"
}
],
"manifest_display_name" : "OrangeDesignSystem",
"name" : "OrangeDesignSystem",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OrangeDesignSystem",
"targets" : [
"OrangeDesignSystem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OrangeTheme",
"targets" : [
"OrangeTheme"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InnovationCupTheme",
"targets" : [
"InnovationCupTheme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "OrangeTheme",
"module_type" : "SwiftTarget",
"name" : "OrangeTheme",
"path" : "OrangeTheme/Sources",
"product_memberships" : [
"OrangeTheme"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"OrangeTheme/OrangeTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
},
{
"c99name" : "OrangeDesignSystem",
"module_type" : "SwiftTarget",
"name" : "OrangeDesignSystem",
"path" : "OrangeDesignSystem/Sources",
"product_dependencies" : [
"BottomSheet",
"DeclarationAccessibility",
"Flow"
],
"product_memberships" : [
"OrangeDesignSystem",
"OrangeTheme",
"InnovationCupTheme"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeDesignSystem/Sources/OrangeDesignSystem/Resources/Base.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "Base"
}
}
}
],
"sources" : [
"OrangeDesignSystem/Components/Banner/ODSBanner.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/BottomSheetHeader.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetExpandingModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetSize+extension.swift",
"OrangeDesignSystem/Components/BottomSheet/Internal/ODSBottomSheetStandardModifier.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetExpanding.swift",
"OrangeDesignSystem/Components/BottomSheet/ODSBottomSheetStandard.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonContent.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSButtonStyleLabel.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSEmphasisButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/Internal/ODSFunctionalButton+Style.swift",
"OrangeDesignSystem/Components/Buttons/ODSEmphasisButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSFunctionalButton.swift",
"OrangeDesignSystem/Components/Buttons/ODSIconButton.swift",
"OrangeDesignSystem/Components/Cards/Internal/CardShadowModifier.swift",
"OrangeDesignSystem/Components/Cards/Internal/ODSCardDebugData.swift",
"OrangeDesignSystem/Components/Cards/ODSCardHorizontal.swift",
"OrangeDesignSystem/Components/Cards/ODSCardSmall.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalHeaderFirst.swift",
"OrangeDesignSystem/Components/Cards/ODSCardVerticalImageFirst.swift",
"OrangeDesignSystem/Components/Chips/Internal/Chip.swift",
"OrangeDesignSystem/Components/Chips/ODSActionChip.swift",
"OrangeDesignSystem/Components/Chips/ODSChoiceChip.swift",
"OrangeDesignSystem/Components/Chips/ODSFilterChip.swift",
"OrangeDesignSystem/Components/Chips/ODSInputChip.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChipPickerPlacement.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSChoiceChipPicker.swift",
"OrangeDesignSystem/Components/Chips/Pickers/ODSFilterChipPicker.swift",
"OrangeDesignSystem/Components/Image/ODSImage.swift",
"OrangeDesignSystem/Components/Lists/Internal/LeadingView.swift",
"OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift",
"OrangeDesignSystem/Components/Lists/ODSLIstItemModifier.swift",
"OrangeDesignSystem/Components/Lists/ODSListItem.swift",
"OrangeDesignSystem/Components/Slider/ODSSliderView.swift",
"OrangeDesignSystem/Components/TextField/ODSTextFieldStyle.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarIconContent.swift",
"OrangeDesignSystem/Components/ToolBar/Internal/ODSToolBarLabelContent.swift",
"OrangeDesignSystem/Components/ToolBar/ODSToolBar.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSColorDescription.swift",
"OrangeDesignSystem/Guidelines/Colors/ODSInternalColor.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsModifier.swift",
"OrangeDesignSystem/Guidelines/Fonts/ODSFontsStyle.swift",
"OrangeDesignSystem/Guidelines/Spacing/ODSSpacing.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/AppNews/ODSAboutAppNewsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/LegalInformation/ODSAboutLegalInformationItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/MoreApps/ODSMoreAppsItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/ODSAboutListItemConfiguration.swift",
"OrangeDesignSystem/Modules/About/Configuration/Items/RateTheApp/ODSAboutRateTheAppItem.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutAccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Configuration/ODSAboutPricacyPolicy.swift",
"OrangeDesignSystem/Modules/About/Internal/AboutErrorView.swift",
"OrangeDesignSystem/Modules/About/Internal/ApplicationInformation/ApplicationInformation.swift",
"OrangeDesignSystem/Modules/About/Internal/Array+extension.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AboutListItems.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AccessibilityStatement/AccessibilityStatement.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AboutReleaseDescription.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViewModel.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/AppNews/AppNewsViews.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/PrivacyPolicy/PrivacyPolicyItem.swift",
"OrangeDesignSystem/Modules/About/Internal/ListItems/TermsOfService/TermsOfServiceItem.swift",
"OrangeDesignSystem/Modules/About/ODSAboutModule.swift",
"OrangeDesignSystem/Modules/EmptyState/ODSEmptyStateView.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusDTO.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/AppsPlusToMoreAppsMapper.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/LocalAppsPlusRepository.swift",
"OrangeDesignSystem/Modules/MoreApps/Data/MoreAppsRepositoryProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsService.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceBO.swift",
"OrangeDesignSystem/Modules/MoreApps/Domain/MoreAppsServiceProtocol.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsModel.swift",
"OrangeDesignSystem/Modules/MoreApps/ODSMoreAppsView.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSNavigationBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSTabBarModifier.swift",
"OrangeDesignSystem/Theme/Modifiers/ODSToolBarModifier.swift",
"OrangeDesignSystem/Theme/ODSComponentsColors.swift",
"OrangeDesignSystem/Theme/ODSCurrentTheme.swift",
"OrangeDesignSystem/Theme/ODSTheme.swift",
"OrangeDesignSystem/Theme/View/ODSThemeableView.swift",
"OrangeDesignSystem/Utils/AccessibleModifiers.swift",
"OrangeDesignSystem/Utils/Cache.swift",
"OrangeDesignSystem/Utils/CachedAsyncImage.swift",
"OrangeDesignSystem/Utils/Color/Color+Extension.swift",
"OrangeDesignSystem/Utils/Color/UIColor+extension.swift",
"OrangeDesignSystem/Utils/DateFormatter+extension.swift",
"OrangeDesignSystem/Utils/DateFormatterCache.swift",
"OrangeDesignSystem/Utils/LoadingState.swift",
"OrangeDesignSystem/Utils/ODSBundle+extension.swift",
"OrangeDesignSystem/Utils/ODSIcon.swift",
"OrangeDesignSystem/Utils/ODSLogger.swift",
"OrangeDesignSystem/Utils/ODSSFSafariViewWrapper.swift",
"OrangeDesignSystem/Utils/ReadSize.swift",
"OrangeDesignSystem/Utils/ShareSheet.swift",
"OrangeDesignSystem/Utils/StringsLocalization.swift",
"OrangeDesignSystem/Utils/TabBar+readSize.swift",
"OrangeDesignSystem/Utils/UIApplication+extension.swift",
"OrangeDesignSystem/Utils/UserDefaultsWrapper.swift",
"OrangeDesignSystem/Utils/VibrationsManager.swift",
"OrangeDesignSystem/Utils/View+extensions.swift",
"OrangeDesignSystem/Utils/WebView.swift"
],
"type" : "library"
},
{
"c99name" : "InnovationCupTheme",
"module_type" : "SwiftTarget",
"name" : "InnovationCupTheme",
"path" : "InnovationCupTheme/Sources",
"product_memberships" : [
"InnovationCupTheme"
],
"sources" : [
"InnovationCupTheme/InnovationCupTheme.swift"
],
"target_dependencies" : [
"OrangeDesignSystem"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"InnovationCupTheme",
"OrangeDesignSystem",
"OrangeDesignSystem-Package",
"OrangeTheme"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-15.4.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 OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
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:
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeDesignSystem_OrangeTheme' in project 'OrangeDesignSystem' (no dependencies)
Target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'Flow' in project 'Flow'
➜ Explicit dependency on target 'Flow' in project 'Flow'
Target 'Flow' in project 'Flow' (no dependencies)
Target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility'
Target 'DeclarationAccessibility' in project 'DeclarationAccessibility'
➜ Explicit dependency on target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility'
Target 'DeclarationAccessibility_DeclarationAccessibility' in project 'DeclarationAccessibility' (no dependencies)
Target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet_BottomSheet' in project 'BottomSheet'
Target 'BottomSheet' in project 'BottomSheet'
➜ Explicit dependency on target 'BottomSheet_BottomSheet' in project 'BottomSheet'
Target 'BottomSheet_BottomSheet' in project 'BottomSheet' (no dependencies)
Target 'OrangeDesignSystem_OrangeDesignSystem' in project 'OrangeDesignSystem' (no dependencies)
Target 'OrangeDesignSystem_InnovationCupTheme' in project 'OrangeDesignSystem' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 56cbb4688f30cb3bc4142e7123bf6143
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/56cbb4688f30cb3bc4142e7123bf6143.xcbuilddata
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OrangeTheme' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'OrangeTheme' from project 'OrangeDesignSystem')
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'InnovationCupTheme' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'InnovationCupTheme' from project 'OrangeDesignSystem')
error: The package product 'BottomSheet' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OrangeDesignSystem' from project 'OrangeDesignSystem')
error: The package product 'Flow' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'OrangeDesignSystem' from project 'OrangeDesignSystem')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
BUILD FAILURE 5.10 macosXcodebuild