The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DynamicUI, reference 0.0.8 (c545f8), with Swift 5.8 for macOS (SPM) on 26 Jul 2024 00:36:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.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:             5.8
Building package at path:  $PWD
https://github.com/0xWDG/DynamicUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/30] Emitting module DynamicUI
[2/33] Compiling DynamicUI DynamicVSplitView.swift
[3/33] Compiling DynamicUI DynamicVStack.swift
[4/33] Compiling DynamicUI DynamicZStack.swift
[5/33] Compiling DynamicUI DynamicImage.swift
[6/33] Compiling DynamicUI DynamicLabel.swift
[7/33] Compiling DynamicUI DynamicList.swift
[8/33] Compiling DynamicUI DynamicSpacer.swift
[9/33] Compiling DynamicUI DynamicTEMPLATE.swift
[10/33] Compiling DynamicUI DynamicText.swift
[11/33] Compiling DynamicUI DynamicGroupBox.swift
[12/33] Compiling DynamicUI DynamicHSplitView.swift
[13/33] Compiling DynamicUI DynamicHStack.swift
[14/33] 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.
                tempView = AnyView(tempView.frame())
                                            ^
[15/33] 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.
                tempView = AnyView(tempView.frame())
                                            ^
[16/33] 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.
                tempView = AnyView(tempView.frame())
                                            ^
[17/33] 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.
                tempView = AnyView(tempView.frame())
                                            ^
[18/33] Compiling DynamicUI DynamicDivider.swift
[19/33] Compiling DynamicUI DynamicForm.swift
[20/33] Compiling DynamicUI DynamicGauge.swift
[21/33] Compiling DynamicUI DynamicNavigationView.swift
[22/33] Compiling DynamicUI DynamicPicker.swift
[23/33] Compiling DynamicUI DynamicProgressView.swift
[24/33] Compiling DynamicUI DynamicTextEditor.swift
[25/33] Compiling DynamicUI DynamicTextField.swift
[26/33] Compiling DynamicUI DynamicToggle.swift
[27/33] Compiling DynamicUI DynamicScrollView.swift
[28/33] Compiling DynamicUI DynamicSecureTextField.swift
[29/33] Compiling DynamicUI DynamicSlider.swift
[30/33] Compiling DynamicUI AnyCodable.swift
[31/33] Compiling DynamicUI DynamicUIHelper.swift
[32/33] Compiling DynamicUI DynamicButton.swift
[33/33] Compiling DynamicUI DynamicDisclosureGroup.swift
Build complete! (12.32s)
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.
Done.