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 main (32b462), with Swift 5.8 for macOS (SPM) on 13 Nov 2024 13:40:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/DynamicUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/DynamicUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32b4622 Create FUNDING.yml
Cloned https://github.com/0xWDG/DynamicUI.git
Revision (git rev-parse @):
32b4622019111361e20064236737e4b607041acb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/DynamicUI.git at main
========================================
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] 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())
                                            ^
[2/30] 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())
                                            ^
[3/30] 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())
                                            ^
[4/30] 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())
                                            ^
[5/33] Compiling DynamicUI DynamicTextEditor.swift
[6/33] Compiling DynamicUI DynamicTextField.swift
[7/33] Compiling DynamicUI DynamicToggle.swift
[8/33] Compiling DynamicUI DynamicDivider.swift
[9/33] Compiling DynamicUI DynamicForm.swift
[10/33] Compiling DynamicUI DynamicGauge.swift
[11/33] Compiling DynamicUI DynamicGroupBox.swift
[12/33] Compiling DynamicUI DynamicHSplitView.swift
[13/33] Compiling DynamicUI DynamicHStack.swift
[14/33] Compiling DynamicUI DynamicImage.swift
[15/33] Compiling DynamicUI DynamicLabel.swift
[16/33] Compiling DynamicUI DynamicList.swift
[17/33] Compiling DynamicUI DynamicScrollView.swift
[18/33] Compiling DynamicUI DynamicSecureTextField.swift
[19/33] Compiling DynamicUI DynamicSlider.swift
[20/33] Compiling DynamicUI DynamicNavigationView.swift
[21/33] Compiling DynamicUI DynamicPicker.swift
[22/33] Compiling DynamicUI DynamicProgressView.swift
[23/33] Compiling DynamicUI DynamicSpacer.swift
[24/33] Compiling DynamicUI DynamicTEMPLATE.swift
[25/33] Compiling DynamicUI DynamicText.swift
[26/33] Emitting module DynamicUI
[27/33] Compiling DynamicUI AnyCodable.swift
[28/33] Compiling DynamicUI DynamicUIHelper.swift
[29/33] Compiling DynamicUI DynamicButton.swift
[30/33] Compiling DynamicUI DynamicDisclosureGroup.swift
[31/33] Compiling DynamicUI DynamicVSplitView.swift
[32/33] Compiling DynamicUI DynamicVStack.swift
[33/33] Compiling DynamicUI DynamicZStack.swift
Build complete! (10.69s)
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.