Build Information
Successful build of DynamicUI, reference main (32b462
), with Swift 5.9 for macOS (SPM) on 13 Nov 2024 13:40:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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.9
Building package at path: $PWD
https://github.com/0xWDG/DynamicUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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 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())
^
[6/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())
^
[7/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())
^
[8/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())
^
[9/33] Compiling DynamicUI DynamicDivider.swift
[10/33] Compiling DynamicUI DynamicForm.swift
[11/33] Compiling DynamicUI DynamicGauge.swift
[12/33] Compiling DynamicUI DynamicNavigationView.swift
[13/33] Compiling DynamicUI DynamicPicker.swift
[14/33] Compiling DynamicUI DynamicProgressView.swift
[15/33] Compiling DynamicUI DynamicImage.swift
[16/33] Compiling DynamicUI DynamicLabel.swift
[17/33] Compiling DynamicUI DynamicList.swift
[18/33] Compiling DynamicUI DynamicScrollView.swift
[19/33] Compiling DynamicUI DynamicSecureTextField.swift
[20/33] Compiling DynamicUI DynamicSlider.swift
[21/33] Compiling DynamicUI DynamicTextEditor.swift
[22/33] Compiling DynamicUI DynamicTextField.swift
[23/33] Compiling DynamicUI DynamicToggle.swift
[24/33] Compiling DynamicUI DynamicGroupBox.swift
[25/33] Compiling DynamicUI DynamicHSplitView.swift
[26/33] Compiling DynamicUI DynamicHStack.swift
[27/33] Compiling DynamicUI DynamicSpacer.swift
[28/33] Compiling DynamicUI DynamicTEMPLATE.swift
[29/33] Compiling DynamicUI DynamicText.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! (9.31s)
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.