Build Information
Failed to build OrangeDesignSystem, reference qualif (117005
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 4 Jun 2025 20:03: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 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: 6.1
Building package at path: $PWD
https://github.com/Orange-OpenSource/ods-ios.git
https://github.com/Orange-OpenSource/ods-ios.git
{
"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/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.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"
}
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/lucaszischka/BottomSheet
Fetching from https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git
Fetching from https://github.com/tevelee/SwiftUI-Flow
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘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’
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
resolved source packages: swift-argument-parser, OrangeDesignSystem, DeclarationAccessibility, Flow, BottomSheet
{
"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/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OrangeDesignSystem-Package -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 OrangeDesignSystem-Package -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:
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
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
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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-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
Build description signature: 4c9a837fb525edf60ad4e7306135272e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4c9a837fb525edf60ad4e7306135272e.xcbuilddata
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 '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')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OrangeDesignSystem-Package
(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:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
resolved source packages: swift-argument-parser, Flow, OrangeDesignSystem, DeclarationAccessibility, BottomSheet
{
"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/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/OrangeTheme/Sources/OrangeTheme/Resources/Color.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-16.3.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-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 OrangeDesignSystem-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
BottomSheet: https://github.com/lucaszischka/BottomSheet @ 3.1.1
Flow: https://github.com/tevelee/SwiftUI-Flow @ 1.2.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
DeclarationAccessibility: https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git @ 1.3.0
OrangeDesignSystem: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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-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
Build description signature: 4fe3f01a73c255a4bc306d105a5c1af7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4fe3f01a73c255a4bc306d105a5c1af7.xcbuilddata
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 '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')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OrangeDesignSystem-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild