Build Information
Failed to build ComponentsKit, reference main (34c469
), with Swift 6.1 for macOS (SPM) on 1 May 2025 14:49:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/componentskit/ComponentsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/componentskit/ComponentsKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 34c4690 Merge pull request #84 from componentskit/dev
Cloned https://github.com/componentskit/ComponentsKit.git
Revision (git rev-parse @):
34c469085729a0ab6ddac27466c272187a219292
SUCCESS checkout https://github.com/componentskit/ComponentsKit.git at main
Fetching https://github.com/componentskit/AutoLayout
[1/29] Fetching autolayout
Fetched https://github.com/componentskit/AutoLayout from cache (0.58s)
Computing version for https://github.com/componentskit/AutoLayout
Computed https://github.com/componentskit/AutoLayout at 1.0.0 (1.06s)
Creating working copy for https://github.com/componentskit/AutoLayout
Working copy of https://github.com/componentskit/AutoLayout resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "componentskit",
"name": "ComponentsKit",
"url": "https://github.com/componentskit/ComponentsKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ComponentsKit",
"dependencies": [
{
"identity": "autolayout",
"name": "AutoLayout",
"url": "https://github.com/componentskit/AutoLayout",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoLayout",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/componentskit/ComponentsKit.git
[1/7348] Fetching componentskit
Fetched https://github.com/componentskit/ComponentsKit.git from cache (1.44s)
Fetching https://github.com/componentskit/AutoLayout from cache
Fetched https://github.com/componentskit/AutoLayout from cache (0.44s)
Computing version for https://github.com/componentskit/AutoLayout
Computed https://github.com/componentskit/AutoLayout at 1.0.0 (0.48s)
Creating working copy for https://github.com/componentskit/ComponentsKit.git
Working copy of https://github.com/componentskit/ComponentsKit.git resolved at main (34c4690)
Creating working copy for https://github.com/componentskit/AutoLayout
Working copy of https://github.com/componentskit/AutoLayout resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'componentskit' is not used by any target
Found 1 product dependencies
- AutoLayout
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/componentskit/ComponentsKit.git
https://github.com/componentskit/ComponentsKit.git
{
"dependencies" : [
{
"identity" : "autolayout",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/componentskit/AutoLayout"
}
],
"manifest_display_name" : "ComponentsKit",
"name" : "ComponentsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ComponentsKit",
"targets" : [
"ComponentsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ComponentsKit",
"module_type" : "SwiftTarget",
"name" : "ComponentsKit",
"path" : "Sources/ComponentsKit",
"product_dependencies" : [
"AutoLayout"
],
"product_memberships" : [
"ComponentsKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift",
"Components/Alert/Models/AlertButtonVM.swift",
"Components/Alert/Models/AlertVM.swift",
"Components/Alert/SUAlert.swift",
"Components/Alert/UKAlertController.swift",
"Components/Avatar/Helpers/AvatarImageManager.swift",
"Components/Avatar/Models/AvatarImageSource.swift",
"Components/Avatar/Models/AvatarPlaceholder.swift",
"Components/Avatar/Models/AvatarVM.swift",
"Components/Avatar/SwiftUI/AvatarContent.swift",
"Components/Avatar/SwiftUI/SUAvatar.swift",
"Components/Avatar/UIKit/UKAvatar.swift",
"Components/AvatarGroup/Models/AvatarGroupVM.swift",
"Components/AvatarGroup/Models/AvatarItemVM.swift",
"Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift",
"Components/AvatarGroup/UIKit/AvatarContainer.swift",
"Components/AvatarGroup/UIKit/UKAvatarGroup.swift",
"Components/Badge/Models/BadgeStyle.swift",
"Components/Badge/Models/BadgeVM.swift",
"Components/Badge/SUBadge.swift",
"Components/Badge/UKBadge.swift",
"Components/Button/Models/ButtonImageLocation.swift",
"Components/Button/Models/ButtonImageSource.swift",
"Components/Button/Models/ButtonVM.swift",
"Components/Button/SUButton.swift",
"Components/Button/UKButton.swift",
"Components/Card/Models/CardVM.swift",
"Components/Card/SUCard.swift",
"Components/Card/UKCard.swift",
"Components/Checkbox/Helpers/CheckboxAnimationDurations.swift",
"Components/Checkbox/Models/CheckboxVM.swift",
"Components/Checkbox/SUCheckbox.swift",
"Components/Checkbox/UKCheckbox.swift",
"Components/CircularProgress/Models/CircularProgressLineCap.swift",
"Components/CircularProgress/Models/CircularProgressShape.swift",
"Components/CircularProgress/Models/CircularProgressVM.swift",
"Components/CircularProgress/SUCircularProgress.swift",
"Components/CircularProgress/UKCircularProgress.swift",
"Components/Countdown/Helpers/CountdownHelpers.swift",
"Components/Countdown/Helpers/CountdownWidthCalculator.swift",
"Components/Countdown/Localization/UnitsLocalization.swift",
"Components/Countdown/Manager/CountdownManager.swift",
"Components/Countdown/Models/CountdownStyle.swift",
"Components/Countdown/Models/CountdownVM.swift",
"Components/Countdown/SUCountdown.swift",
"Components/Countdown/UKCountdown.swift",
"Components/Divider/Models/DividerOrientation.swift",
"Components/Divider/Models/DividerVM.swift",
"Components/Divider/SUDivider.swift",
"Components/Divider/UKDivider.swift",
"Components/InputField/Models/InputFieldTitlePosition.swift",
"Components/InputField/Models/InputFieldVM.swift",
"Components/InputField/SUInputField.swift",
"Components/InputField/UKInputField.swift",
"Components/Loading/Models/LoadingStyle.swift",
"Components/Loading/Models/LoadingVM.swift",
"Components/Loading/SULoading.swift",
"Components/Loading/UKLoading.swift",
"Components/Modal/Models/BottomModalVM.swift",
"Components/Modal/Models/CenterModalVM.swift",
"Components/Modal/Models/ModalOverlayStyle.swift",
"Components/Modal/Models/ModalSize.swift",
"Components/Modal/Models/ModalTransition.swift",
"Components/Modal/Models/ModalVM.swift",
"Components/Modal/SharedHelpers/ModalAnimation.swift",
"Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift",
"Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift",
"Components/Modal/SwiftUI/Helpers/View+Helpers.swift",
"Components/Modal/SwiftUI/ModalContent.swift",
"Components/Modal/SwiftUI/ModalOverlay.swift",
"Components/Modal/SwiftUI/SUBottomModal.swift",
"Components/Modal/SwiftUI/SUCenterModal.swift",
"Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift",
"Components/Modal/UIKit/UKBottomModalController.swift",
"Components/Modal/UIKit/UKCenterModalController.swift",
"Components/Modal/UIKit/UKModalController.swift",
"Components/ProgressBar/Models/ProgressBarStyle.swift",
"Components/ProgressBar/Models/ProgressBarVM.swift",
"Components/ProgressBar/SUProgressBar.swift",
"Components/ProgressBar/UKProgressBar.swift",
"Components/RadioGroup/Models/RadioGroupVM.swift",
"Components/RadioGroup/Models/RadioItemVM.swift",
"Components/RadioGroup/SwiftUI/SURadioGroup.swift",
"Components/RadioGroup/UIKit/RadioGroupItemView.swift",
"Components/RadioGroup/UIKit/UKRadioGroup.swift",
"Components/SegmentedControl/Models/SegmentedControlItemVM.swift",
"Components/SegmentedControl/Models/SegmentedControlVM.swift",
"Components/SegmentedControl/SUSegmentedControl.swift",
"Components/SegmentedControl/UKSegmentedControl.swift",
"Components/Slider/Models/SliderStyle.swift",
"Components/Slider/Models/SliderVM.swift",
"Components/Slider/SUSlider.swift",
"Components/Slider/UKSlider.swift",
"Components/TextInput/Helpers/TextInputHeightCalculator.swift",
"Components/TextInput/Models/TextInputVM.swift",
"Components/TextInput/SUTextInput.swift",
"Components/TextInput/UKTextInput.swift",
"Helpers/Swift/Array+Safe.swift",
"Helpers/Swift/Collection+Helpers.swift",
"Helpers/Swift/Optional+Helpers.swift",
"Helpers/SwiftUI/ThemeChangeObserver.swift",
"Helpers/SwiftUI/View+Observe.swift",
"Helpers/UIKit/FullWidthComponent.swift",
"Helpers/UIKit/NSObject+ObserveThemeChange.swift",
"Helpers/UIKit/UIEdgeInsets+Helpers.swift",
"Helpers/UIKit/UIView+Helpers.swift",
"Shared/Colors/ComponentColor.swift",
"Shared/Colors/UniversalColor.swift",
"Shared/Fonts/UniversalFont.swift",
"Shared/Protocols/ComponentVM.swift",
"Shared/Protocols/Initializable.swift",
"Shared/Protocols/UKComponent.swift",
"Shared/Protocols/Updatable.swift",
"Shared/Types/AnimationScale.swift",
"Shared/Types/BorderWidth.swift",
"Shared/Types/ButtonStyle.swift",
"Shared/Types/ComponentRadius.swift",
"Shared/Types/ComponentSize.swift",
"Shared/Types/ContainerRadius.swift",
"Shared/Types/InputStyle.swift",
"Shared/Types/Paddings.swift",
"Shared/Types/Shadow.swift",
"Shared/Types/SubmitType.swift",
"Shared/Types/TextAutocapitalization.swift",
"Theme/Layout.swift",
"Theme/Palette.swift",
"Theme/Theme.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Compiling AutoLayout LayoutConstraintsBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module AutoLayout
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[7/9] Compiling AutoLayout LayoutConstraints.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[8/9] Compiling AutoLayout LayoutConstraints+Helpers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[9/9] Compiling AutoLayout UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/Assets.xcassets
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module AutoLayout
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[3/6] Compiling AutoLayout LayoutConstraints.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[4/6] Compiling AutoLayout LayoutConstraintsBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[5/6] Compiling AutoLayout LayoutConstraints+Helpers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
[6/6] Compiling AutoLayout UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A structure that holds references to various layout constraints applied to a view.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/Assets.xcassets
BUILD FAILURE 6.1 macosSpm