Build Information
Successful build of DynamicUI, reference main (32b462
), with Swift 5.10 for macOS (SPM) on 13 Nov 2024 13:40:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path: $PWD
https://github.com/0xWDG/DynamicUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.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.
tempView = AnyView(tempView.frame())
^
[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.
tempView = AnyView(tempView.frame())
^
[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.
tempView = AnyView(tempView.frame())
^
[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.
tempView = AnyView(tempView.frame())
^
[8/35] Compiling DynamicUI DynamicVSplitView.swift
[9/35] Compiling DynamicUI DynamicVStack.swift
[10/35] Compiling DynamicUI DynamicZStack.swift
[11/35] Compiling DynamicUI DynamicImage.swift
[12/35] Compiling DynamicUI DynamicLabel.swift
[13/35] Compiling DynamicUI DynamicList.swift
[14/35] Compiling DynamicUI DynamicNavigationView.swift
[15/35] Compiling DynamicUI DynamicPicker.swift
[16/35] Compiling DynamicUI DynamicProgressView.swift
[17/35] Compiling DynamicUI DynamicDivider.swift
[18/35] Compiling DynamicUI DynamicForm.swift
[19/35] Compiling DynamicUI DynamicGauge.swift
[20/35] Compiling DynamicUI DynamicSpacer.swift
[21/35] Compiling DynamicUI DynamicTEMPLATE.swift
[22/35] Compiling DynamicUI DynamicText.swift
[23/35] Compiling DynamicUI DynamicGroupBox.swift
[24/35] Compiling DynamicUI DynamicHSplitView.swift
[25/35] Compiling DynamicUI DynamicHStack.swift
[26/35] Compiling DynamicUI DynamicTextEditor.swift
[27/35] Compiling DynamicUI DynamicTextField.swift
[28/35] Compiling DynamicUI DynamicToggle.swift
[29/35] Compiling DynamicUI AnyCodable.swift
[30/35] Compiling DynamicUI DynamicUIHelper.swift
[31/35] Compiling DynamicUI DynamicButton.swift
[32/35] Compiling DynamicUI DynamicDisclosureGroup.swift
[33/35] Compiling DynamicUI DynamicScrollView.swift
[34/35] Compiling DynamicUI DynamicSecureTextField.swift
[35/35] Compiling DynamicUI DynamicSlider.swift
Build complete! (8.40s)
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.