The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CleevioUI, reference master (1f4acd), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:55:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cleevio/CleevioUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cleevio/CleevioUI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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.83s)
Creating working copy for https://github.com/cleevio/CleevioUI.git
Working copy of https://github.com/cleevio/CleevioUI.git resolved at master (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/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
[5/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
[6/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
[7/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
[8/50] Compiling CleevioUI SolidButtonStyle+.swift
[9/50] Compiling CleevioUI SolidButtonStyle.swift
[10/50] Compiling CleevioUI LoadingKey.swift
[11/50] Compiling CleevioUI StringError.swift
[12/50] Compiling CleevioUI UIWindow+topViewController.swift
[13/50] Compiling CleevioUI DotProgressViewStyle.swift
[14/50] Compiling CleevioUI FloatingProgressViewStyle.swift
[15/50] Compiling CleevioUI ClearBackgroundUIHostingController.swift
[16/50] Compiling CleevioUI BaseUIViewControllerRepresentable.swift
[17/50] Compiling CleevioUI CLStepperView.swift
[18/50] Compiling CleevioUI Shake.swift
[19/50] Compiling CleevioUI Shape+.swift
[20/50] Compiling CleevioUI ViewWidth.swift
[21/50] Compiling CleevioUI PassThroughView.swift
[22/50] Compiling CleevioUI PassThroughWindow.swift
[23/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 |     }
[24/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 |     }
[25/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 |     }
[26/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 |     }
[27/50] Compiling CleevioUI FlowLayout.swift
[28/50] Compiling CleevioUI AccessibilityContext.swift
[29/50] Compiling CleevioUI AccessibilityIdentifier.swift
[30/50] Compiling CleevioUI ContextAccessibilityModifier.swift
[31/50] Compiling CleevioUI TextFieldType.swift
[32/50] Compiling CleevioUI AsyncButton.swift
[33/50] Compiling CleevioUI ButtonStateColorSet.swift
[34/50] Compiling CleevioUI ButtonStylesPreviews.swift
[35/50] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
[36/50] Compiling CleevioUI RoundedStroke.swift
[37/50] Compiling CleevioUI SegmentedControl.swift
[38/50] Compiling CleevioUI SegmentedPreviews.swift
[39/50] Compiling CleevioUI SegmentedTabView.swift
[40/50] Compiling CleevioUI Selectable.swift
[41/50] Compiling CleevioUI CorneredBorder.swift
[42/50] Compiling CleevioUI Frame.swift
[43/50] Compiling CleevioUI Overlay.swift
[44/50] Compiling CleevioUI ReadSize.swift
[45/50] Compiling CleevioUI Shadow.swift
[46/50] Compiling CleevioUI CircleProgressAppearance.swift
[47/50] Compiling CleevioUI CircleProgressView.swift
[48/50] Compiling CleevioUI CircularProgressBarStategy.swift
[49/50] Compiling CleevioUI CleevioInputField.swift
[50/50] Compiling CleevioUI CleevioTextField.swift
Build complete! (10.92s)
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.