Build Information
Successful build of CleevioUI, reference 3.2.0 (1f4acd), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:55:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cleevio/CleevioUI.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cleevio/CleevioUI
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 1f4acd0 Merge pull request #6 from cleevio/feature/maxSizePreferenceKey
Cloned https://github.com/cleevio/CleevioUI.git
Revision (git rev-parse @):
1f4acd08843d406125104d346ddf26ef74e5d0ff
SUCCESS checkout https://github.com/cleevio/CleevioUI.git at 3.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cleevioui",
"name": "CleevioUI",
"url": "https://github.com/cleevio/CleevioUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleevioUI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/cleevio/CleevioUI.git
[1/874] Fetching cleevioui
Fetched https://github.com/cleevio/CleevioUI.git from cache (0.84s)
Creating working copy for https://github.com/cleevio/CleevioUI.git
Working copy of https://github.com/cleevio/CleevioUI.git resolved at 3.2.0 (1f4acd0)
warning: '.resolve-product-dependencies': dependency 'cleevioui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/cleevio/CleevioUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/46] Emitting module CleevioUI
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/Inputs/FieldState.swift:50:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
48 | }
49 |
50 | subscript<T>(dynamicMember keyPath: KeyPath<InputFieldState, T>) -> T {
| `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
51 | inputFieldState[keyPath: keyPath]
52 | }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/StatePreview.swift:14:34: warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
12 | /// - initial: The initial value of the state. Default is `false`.
13 | /// - content: A closure that constructs the content based on a binding to the state.
14 | public init(initial: Value = false, @ViewBuilder content: @escaping (Binding<Value>) -> Content) {
| `- warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
15 | self._value = State(initialValue: initial)
16 | self.content = content
[4/46] Compiling CleevioUI AsyncButton.swift
[5/46] Compiling CleevioUI ButtonStateColorSet.swift
[6/46] Compiling CleevioUI ButtonStylesPreviews.swift
[7/46] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
[8/46] Compiling CleevioUI RoundedStroke.swift
[9/46] Compiling CleevioUI SolidButtonStyle+.swift
[10/46] Compiling CleevioUI SolidButtonStyle.swift
[11/46] Compiling CleevioUI LoadingKey.swift
[12/46] Compiling CleevioUI StringError.swift
[13/46] Compiling CleevioUI UIWindow+topViewController.swift
[14/50] Compiling CleevioUI FieldState.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/Inputs/FieldState.swift:50:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
48 | }
49 |
50 | subscript<T>(dynamicMember keyPath: KeyPath<InputFieldState, T>) -> T {
| `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
51 | inputFieldState[keyPath: keyPath]
52 | }
[15/50] Compiling CleevioUI InputsPreviews.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/Inputs/FieldState.swift:50:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
48 | }
49 |
50 | subscript<T>(dynamicMember keyPath: KeyPath<InputFieldState, T>) -> T {
| `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
51 | inputFieldState[keyPath: keyPath]
52 | }
[16/50] Compiling CleevioUI UITextFieldRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/Inputs/FieldState.swift:50:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
48 | }
49 |
50 | subscript<T>(dynamicMember keyPath: KeyPath<InputFieldState, T>) -> T {
| `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
51 | inputFieldState[keyPath: keyPath]
52 | }
[17/50] Compiling CleevioUI MapView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/Inputs/FieldState.swift:50:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
48 | }
49 |
50 | subscript<T>(dynamicMember keyPath: KeyPath<InputFieldState, T>) -> T {
| `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
51 | inputFieldState[keyPath: keyPath]
52 | }
[18/50] Compiling CleevioUI CircleProgressAppearance.swift
[19/50] Compiling CleevioUI CircleProgressView.swift
[20/50] Compiling CleevioUI CircularProgressBarStategy.swift
[21/50] Compiling CleevioUI CleevioInputField.swift
[22/50] Compiling CleevioUI CleevioTextField.swift
[23/50] Compiling CleevioUI Shake.swift
[24/50] Compiling CleevioUI Shape+.swift
[25/50] Compiling CleevioUI ViewWidth.swift
[26/50] Compiling CleevioUI PassThroughView.swift
[27/50] Compiling CleevioUI PassThroughWindow.swift
[28/50] Compiling CleevioUI SegmentedControl.swift
[29/50] Compiling CleevioUI SegmentedPreviews.swift
[30/50] Compiling CleevioUI SegmentedTabView.swift
[31/50] Compiling CleevioUI Selectable.swift
[32/50] Compiling CleevioUI CorneredBorder.swift
[33/50] Compiling CleevioUI Frame.swift
[34/50] Compiling CleevioUI Overlay.swift
[35/50] Compiling CleevioUI ReadSize.swift
[36/50] Compiling CleevioUI Shadow.swift
[37/50] Compiling CleevioUI DotProgressViewStyle.swift
[38/50] Compiling CleevioUI FloatingProgressViewStyle.swift
[39/50] Compiling CleevioUI ClearBackgroundUIHostingController.swift
[40/50] Compiling CleevioUI BaseUIViewControllerRepresentable.swift
[41/50] Compiling CleevioUI CLStepperView.swift
[42/50] Compiling CleevioUI FlowLayout.swift
[43/50] Compiling CleevioUI AccessibilityContext.swift
[44/50] Compiling CleevioUI AccessibilityIdentifier.swift
[45/50] Compiling CleevioUI ContextAccessibilityModifier.swift
[46/50] Compiling CleevioUI TextFieldType.swift
[47/50] Compiling CleevioUI StatePreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/StatePreview.swift:14:34: warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
12 | /// - initial: The initial value of the state. Default is `false`.
13 | /// - content: A closure that constructs the content based on a binding to the state.
14 | public init(initial: Value = false, @ViewBuilder content: @escaping (Binding<Value>) -> Content) {
| `- warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
15 | self._value = State(initialValue: initial)
16 | self.content = content
[48/50] Compiling CleevioUI CheckBoxStateColorSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/StatePreview.swift:14:34: warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
12 | /// - initial: The initial value of the state. Default is `false`.
13 | /// - content: A closure that constructs the content based on a binding to the state.
14 | public init(initial: Value = false, @ViewBuilder content: @escaping (Binding<Value>) -> Content) {
| `- warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
15 | self._value = State(initialValue: initial)
16 | self.content = content
[49/50] Compiling CleevioUI CheckBoxStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/StatePreview.swift:14:34: warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
12 | /// - initial: The initial value of the state. Default is `false`.
13 | /// - content: A closure that constructs the content based on a binding to the state.
14 | public init(initial: Value = false, @ViewBuilder content: @escaping (Binding<Value>) -> Content) {
| `- warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
15 | self._value = State(initialValue: initial)
16 | self.content = content
[50/50] Compiling CleevioUI ToggleExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/Views/StatePreview.swift:14:34: warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
12 | /// - initial: The initial value of the state. Default is `false`.
13 | /// - content: A closure that constructs the content based on a binding to the state.
14 | public init(initial: Value = false, @ViewBuilder content: @escaping (Binding<Value>) -> Content) {
| `- warning: cannot use default expression for inference of 'Value' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
15 | self._value = State(initialValue: initial)
16 | self.content = content
Build complete! (11.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CleevioUI",
"name" : "CleevioUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "CleevioUI",
"targets" : [
"CleevioUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CleevioUITests",
"module_type" : "SwiftTarget",
"name" : "CleevioUITests",
"path" : "Tests/CleevioUITests",
"sources" : [
"AsyncButtonTests.swift",
"CleevioUITests.swift",
"FlowLayoutTests.swift"
],
"target_dependencies" : [
"CleevioUI"
],
"type" : "test"
},
{
"c99name" : "CleevioUI",
"module_type" : "SwiftTarget",
"name" : "CleevioUI",
"path" : "Sources/CleevioUI",
"product_memberships" : [
"CleevioUI"
],
"sources" : [
"AsyncButton.swift",
"ButtonStyles/ButtonStateColorSet.swift",
"ButtonStyles/ButtonStylesPreviews.swift",
"ButtonStyles/IsLoadingPrimitiveButtonStyle.swift",
"ButtonStyles/RoundedStroke.swift",
"ButtonStyles/SolidButtonStyle+.swift",
"ButtonStyles/SolidButtonStyle.swift",
"Environment/LoadingKey.swift",
"Environment/StringError.swift",
"Extensions/UIWindow+topViewController.swift",
"Layout/FlowLayout.swift",
"Models/Accessibility/AccessibilityContext.swift",
"Models/Accessibility/AccessibilityIdentifier.swift",
"Models/Accessibility/ContextAccessibilityModifier.swift",
"Models/TextFieldType.swift",
"Modifiers/CorneredBorder.swift",
"Modifiers/Frame.swift",
"Modifiers/Overlay.swift",
"Modifiers/ReadSize.swift",
"Modifiers/Shadow.swift",
"Modifiers/Shake.swift",
"Modifiers/Shape+.swift",
"Modifiers/ViewWidth.swift",
"Passthrough/PassThroughView.swift",
"Passthrough/PassThroughWindow.swift",
"ProgressViewStyles/DotProgressViewStyle.swift",
"ProgressViewStyles/FloatingProgressViewStyle.swift",
"ViewControllers/ClearBackgroundUIHostingController.swift",
"Views/BaseUIViewControllerRepresentable.swift",
"Views/CLStepperView.swift",
"Views/CircleProgress/CircleProgressAppearance.swift",
"Views/CircleProgress/CircleProgressView.swift",
"Views/CircleProgress/Strategy/CircularProgressBarStategy.swift",
"Views/Inputs/CleevioInputField.swift",
"Views/Inputs/CleevioTextField.swift",
"Views/Inputs/FieldState.swift",
"Views/Inputs/InputsPreviews.swift",
"Views/Inputs/UITextFieldRepresentable.swift",
"Views/MapView.swift",
"Views/Segmented/SegmentedControl.swift",
"Views/Segmented/SegmentedPreviews.swift",
"Views/Segmented/SegmentedTabView.swift",
"Views/Segmented/Selectable.swift",
"Views/StatePreview.swift",
"Views/ToggleStyle/CheckBoxStateColorSet.swift",
"Views/ToggleStyle/CheckBoxStyle.swift",
"Views/ToggleStyle/ToggleExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.