The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CleevioUI, reference 3.2.0 (1f4acd), with Swift 6.2 for macOS (SPM) on 3 Jul 2025 21:45:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cleevio/CleevioUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/46] Emitting module CleevioUI
[4/50] Compiling CleevioUI StatePreview.swift
[5/50] Compiling CleevioUI CheckBoxStateColorSet.swift
[6/50] Compiling CleevioUI CheckBoxStyle.swift
[7/50] Compiling CleevioUI ToggleExtension.swift
[8/50] Compiling CleevioUI FieldState.swift
[9/50] Compiling CleevioUI InputsPreviews.swift
[10/50] Compiling CleevioUI UITextFieldRepresentable.swift
[11/50] Compiling CleevioUI MapView.swift
[12/50] Compiling CleevioUI AsyncButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                    `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
[13/50] Compiling CleevioUI ButtonStateColorSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                    `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
[14/50] Compiling CleevioUI ButtonStylesPreviews.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                    `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
[15/50] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                    `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
[16/50] Compiling CleevioUI RoundedStroke.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:162:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
160 |
161 |             savedTask = Task { @MainActor in
162 |                 if isExecuting != id {
    |                    `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
163 |                     isExecuting = id
164 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
/Users/admin/builder/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:145:32: warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
143 |
144 |     /// The body of the asynchronous button.
145 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Identifier.Type' in an isolated closure
146 |         let state = ButtonState(
147 |             id: id,
[17/50] Compiling CleevioUI FlowLayout.swift
[18/50] Compiling CleevioUI AccessibilityContext.swift
[19/50] Compiling CleevioUI AccessibilityIdentifier.swift
[20/50] Compiling CleevioUI ContextAccessibilityModifier.swift
[21/50] Compiling CleevioUI TextFieldType.swift
[22/50] Compiling CleevioUI CircleProgressAppearance.swift
[23/50] Compiling CleevioUI CircleProgressView.swift
[24/50] Compiling CleevioUI CircularProgressBarStategy.swift
[25/50] Compiling CleevioUI CleevioInputField.swift
[26/50] Compiling CleevioUI CleevioTextField.swift
[27/50] Compiling CleevioUI SolidButtonStyle+.swift
[28/50] Compiling CleevioUI SolidButtonStyle.swift
[29/50] Compiling CleevioUI LoadingKey.swift
[30/50] Compiling CleevioUI StringError.swift
[31/50] Compiling CleevioUI UIWindow+topViewController.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 Shake.swift
[38/50] Compiling CleevioUI Shape+.swift
[39/50] Compiling CleevioUI ViewWidth.swift
[40/50] Compiling CleevioUI PassThroughView.swift
[41/50] Compiling CleevioUI PassThroughWindow.swift
[42/50] Compiling CleevioUI SegmentedControl.swift
[43/50] Compiling CleevioUI SegmentedPreviews.swift
[44/50] Compiling CleevioUI SegmentedTabView.swift
[45/50] Compiling CleevioUI Selectable.swift
[46/50] Compiling CleevioUI DotProgressViewStyle.swift
[47/50] Compiling CleevioUI FloatingProgressViewStyle.swift
[48/50] Compiling CleevioUI ClearBackgroundUIHostingController.swift
[49/50] Compiling CleevioUI BaseUIViewControllerRepresentable.swift
[50/50] Compiling CleevioUI CLStepperView.swift
Build complete! (10.21s)
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.