The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DynamicUI, reference 0.0.8 (c545f8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 20:53:01 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/0xWDG/DynamicUI.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/DynamicUI
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at c545f89 Merge pull request #3 from 0xWDG/feature/support-parameters
Cloned https://github.com/0xWDG/DynamicUI.git
Revision (git rev-parse @):
c545f89c7d15685ef3b4412236fed764cf4c2aed
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/DynamicUI.git at 0.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xWDG/DynamicUI.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/32] Emitting module DynamicUI
[4/35] Compiling DynamicUI DynamicUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
58 |                 // width: <#0#> height: <#0#>
59 |                 guard #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) else { break }
60 |                 tempView = AnyView(tempView.frame())
   |                                             `- warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
61 |
62 |             case "padding":
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/35] Compiling DynamicUI DynamicUIComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
58 |                 // width: <#0#> height: <#0#>
59 |                 guard #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) else { break }
60 |                 tempView = AnyView(tempView.frame())
   |                                             `- warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
61 |
62 |             case "padding":
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/35] Compiling DynamicUI Binding.onChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
58 |                 // width: <#0#> height: <#0#>
59 |                 guard #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) else { break }
60 |                 tempView = AnyView(tempView.frame())
   |                                             `- warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
61 |
62 |             case "padding":
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/35] Compiling DynamicUI View.modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
58 |                 // width: <#0#> height: <#0#>
59 |                 guard #available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) else { break }
60 |                 tempView = AnyView(tempView.frame())
   |                                             `- warning: 'frame()' is deprecated: Please pass one or more parameters. [#DeprecatedDeclaration]
61 |
62 |             case "padding":
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/35] Compiling DynamicUI DynamicDivider.swift
[9/35] Compiling DynamicUI DynamicForm.swift
[10/35] Compiling DynamicUI DynamicGauge.swift
[11/35] Compiling DynamicUI DynamicImage.swift
[12/35] Compiling DynamicUI DynamicLabel.swift
[13/35] Compiling DynamicUI DynamicList.swift
[14/35] Compiling DynamicUI DynamicVSplitView.swift
[15/35] Compiling DynamicUI DynamicVStack.swift
[16/35] Compiling DynamicUI DynamicZStack.swift
[17/35] Compiling DynamicUI DynamicNavigationView.swift
[18/35] Compiling DynamicUI DynamicPicker.swift
[19/35] Compiling DynamicUI DynamicProgressView.swift
[20/35] Compiling DynamicUI DynamicSpacer.swift
[21/35] Compiling DynamicUI DynamicTEMPLATE.swift
[22/35] Compiling DynamicUI DynamicText.swift
[23/35] Compiling DynamicUI AnyCodable.swift
[24/35] Compiling DynamicUI DynamicUIHelper.swift
[25/35] Compiling DynamicUI DynamicButton.swift
[26/35] Compiling DynamicUI DynamicDisclosureGroup.swift
[27/35] Compiling DynamicUI DynamicGroupBox.swift
[28/35] Compiling DynamicUI DynamicHSplitView.swift
[29/35] Compiling DynamicUI DynamicHStack.swift
[30/35] Compiling DynamicUI DynamicScrollView.swift
[31/35] Compiling DynamicUI DynamicSecureTextField.swift
[32/35] Compiling DynamicUI DynamicSlider.swift
[33/35] Compiling DynamicUI DynamicTextEditor.swift
[34/35] Compiling DynamicUI DynamicTextField.swift
[35/35] Compiling DynamicUI DynamicToggle.swift
Build complete! (10.77s)
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/DynamicUI/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicUI",
  "name" : "DynamicUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicUI",
      "targets" : [
        "DynamicUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicUITests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicUITests",
      "path" : "Tests/DynamicUITests",
      "sources" : [
        "DynamicUITests.swift"
      ],
      "target_dependencies" : [
        "DynamicUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicUI",
      "module_type" : "SwiftTarget",
      "name" : "DynamicUI",
      "path" : "Sources/DynamicUI",
      "product_memberships" : [
        "DynamicUI"
      ],
      "sources" : [
        "DynamicUI.swift",
        "DynamicUIComponent.swift",
        "Extensions/Binding.onChange.swift",
        "Extensions/View.modifiers.swift",
        "Helpers/AnyCodable.swift",
        "Helpers/DynamicUIHelper.swift",
        "Views/DynamicButton.swift",
        "Views/DynamicDisclosureGroup.swift",
        "Views/DynamicDivider.swift",
        "Views/DynamicForm.swift",
        "Views/DynamicGauge.swift",
        "Views/DynamicGroupBox.swift",
        "Views/DynamicHSplitView.swift",
        "Views/DynamicHStack.swift",
        "Views/DynamicImage.swift",
        "Views/DynamicLabel.swift",
        "Views/DynamicList.swift",
        "Views/DynamicNavigationView.swift",
        "Views/DynamicPicker.swift",
        "Views/DynamicProgressView.swift",
        "Views/DynamicScrollView.swift",
        "Views/DynamicSecureTextField.swift",
        "Views/DynamicSlider.swift",
        "Views/DynamicSpacer.swift",
        "Views/DynamicTEMPLATE.swift",
        "Views/DynamicText.swift",
        "Views/DynamicTextEditor.swift",
        "Views/DynamicTextField.swift",
        "Views/DynamicToggle.swift",
        "Views/DynamicVSplitView.swift",
        "Views/DynamicVStack.swift",
        "Views/DynamicZStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.