Build Information
Failed to build SwiftUIAlert, reference main (d73513
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 13:22:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mcrich23/SwiftUIAlert.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mcrich23/SwiftUIAlert
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d735131 Added dismissAnyAlertIfPresent
Cloned https://github.com/Mcrich23/SwiftUIAlert.git
Revision (git rev-parse @):
d735131323a0b2e425c9fa0f6c98c4d488d6f5b6
SUCCESS checkout https://github.com/Mcrich23/SwiftUIAlert.git at main
Fetching https://github.com/SwiftUIX/SwiftUIX
[1/22507] Fetching swiftuix
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (1.38s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.1.3 (0.54s)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.1.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftuialert",
"name": "SwiftUIAlert",
"url": "https://github.com/Mcrich23/SwiftUIAlert.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIAlert",
"dependencies": [
{
"identity": "swiftuix",
"name": "SwiftUIX",
"url": "https://github.com/SwiftUIX/SwiftUIX",
"version": "0.2.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIX",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Mcrich23/SwiftUIAlert.git
[1/67] Fetching swiftuialert
Fetched https://github.com/Mcrich23/SwiftUIAlert.git from cache (0.65s)
Fetching https://github.com/SwiftUIX/SwiftUIX from cache
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (0.43s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.3 (0.41s)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.3
Creating working copy for https://github.com/Mcrich23/SwiftUIAlert.git
Working copy of https://github.com/Mcrich23/SwiftUIAlert.git resolved at main (d735131)
warning: '.resolve-product-dependencies': dependency 'swiftuialert' is not used by any target
Found 1 product dependencies
- SwiftUIX
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Mcrich23/SwiftUIAlert.git
{
"dependencies" : [
{
"identity" : "swiftuix",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftUIX/SwiftUIX"
}
],
"manifest_display_name" : "SwiftUIAlert",
"name" : "SwiftUIAlert",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftUIAlert",
"targets" : [
"SwiftUIAlert"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIAlertTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIAlertTests",
"path" : "Tests/SwiftUIAlertTests",
"sources" : [
"SwiftUIAlertTests.swift"
],
"target_dependencies" : [
"SwiftUIAlert"
],
"type" : "test"
},
{
"c99name" : "SwiftUIAlert",
"module_type" : "SwiftTarget",
"name" : "SwiftUIAlert",
"path" : "Sources/SwiftUIAlert",
"product_dependencies" : [
"SwiftUIX"
],
"product_memberships" : [
"SwiftUIAlert"
],
"sources" : [
"AlertTextfield.swift",
"Extensions/UIAlertAction.swift",
"SwiftUIAlert.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/229] Compiling SwiftUIX RoundedRectangle+.swift
[5/229] Compiling SwiftUIX SidebarListStyle+.swift
[6/229] Compiling SwiftUIX Spacer+.swift
[7/229] Compiling SwiftUIX TapGesture+.swift
[8/229] Compiling SwiftUIX UserInterfaceSizeClass+.swift
[9/229] Compiling SwiftUIX View.alignmentGuide+.swift
[10/229] Compiling SwiftUIX View.frame+.swift
[11/229] Compiling SwiftUIX View.hoverEffect+.swift
[12/229] Compiling SwiftUIX View.modify.swift
[13/229] Compiling SwiftUIX View.onChange+.swift
[14/229] Compiling SwiftUIX View.onDrag+.swift
[15/229] Compiling SwiftUIX View.onHover+.swift
[16/229] Compiling SwiftUIX View.padding+.swift
[17/229] Compiling SwiftUIX View.redacted+.swift
[18/229] Compiling SwiftUIX View.shadow+.swift
[19/229] Compiling SwiftUIX View.sheetBackground.swift
[20/229] Compiling SwiftUIX View.tintColor.swift
[21/229] Compiling SwiftUIX _DynamicViewContentTraitValues.swift
[22/229] Compiling SwiftUIX _ViewListMaker.swift
[23/229] Compiling SwiftUIX _opaque_View.swift
[24/229] Compiling SwiftUIX withAnimation+.swift
[25/229] Compiling SwiftUIX CocoaCollectionCellOrSupplementaryViewHostingController.swift
[26/229] Compiling SwiftUIX UIHostingAlignTransitioningDelegate.swift
[27/229] Compiling SwiftUIX UIHostingCollectionViewCell.swift
[28/229] Compiling SwiftUIX UIHostingCollectionViewController+_CollectionViewProxyBase.swift
[29/254] Compiling SwiftUIX AppKitOrUIKitBezierPath++.swift
[30/254] Compiling SwiftUIX AppKitOrUIKitView++.swift
[31/254] Compiling SwiftUIX NSTextAlignment++.swift
[32/254] Compiling SwiftUIX NSApplication++.swift
[33/254] Compiling SwiftUIX NSBezierPath++.swift
[34/254] Compiling SwiftUIX NSColor++.swift
[35/254] Compiling SwiftUIX NSToolbar++.swift
[36/254] Compiling SwiftUIX NSUserInterfaceLayoutDirection++.swift
[37/254] Compiling SwiftUIX FetchedResults.swift
[38/254] Compiling SwiftUIX NSManagedObject++.swift
[39/254] Compiling SwiftUIX CGFloat++.swift
[40/254] Compiling SwiftUIX CGPoint++.swift
[41/254] Compiling SwiftUIX CGRect++.swift
[42/254] Compiling SwiftUIX CGSize++.swift
[43/254] Compiling SwiftUIX DispatchQueue++.swift
[44/254] Compiling SwiftUIX NSObject++.swift
[45/254] Compiling SwiftUIX UserDefaults++.swift
[46/254] Compiling SwiftUIX Optional++.swift
[47/254] Compiling SwiftUIX Alert++.swift
[48/254] Compiling SwiftUIX Alignment++.swift
[49/254] Compiling SwiftUIX Angle++.swift
[50/254] Compiling SwiftUIX Animation++.swift
[51/254] Compiling SwiftUIX AnyTransition.swift
[52/254] Compiling SwiftUIX App++.swift
[53/254] Compiling SwiftUIX Axis++.swift
[54/254] Compiling SwiftUIX Path++.swift
[55/254] Compiling SwiftUIX Picker++.swift
[56/254] Compiling SwiftUIX Section++.swift
[57/254] Compiling SwiftUIX SecureField++.swift
[58/254] Compiling SwiftUIX Settings++.swift
[59/254] Compiling SwiftUIX Shape++.swift
[60/254] Compiling SwiftUIX Text++.swift
[61/254] Compiling SwiftUIX TextField++.swift
[62/254] Compiling SwiftUIX Toggle++.swift
[63/254] Compiling SwiftUIX Transaction++.swift
[64/254] Compiling SwiftUIX VStack++.swift
[65/254] Compiling SwiftUIX View++.swift
[66/254] Compiling SwiftUIX View.mask+.swift
[67/254] Compiling SwiftUIX UIApplication++.swift
[68/254] Compiling SwiftUIX UICollectionView++.swift
[69/254] Compiling SwiftUIX UIColor++.swift
[70/254] Compiling SwiftUIX UIEdgeInsets++.swift
[71/254] Compiling SwiftUIX UIFont++.swift
[72/254] Compiling SwiftUIX UILayoutGuide++.swift
[73/254] Compiling SwiftUIX UINavigationBar++.swift
[74/254] Compiling SwiftUIX UINavigationController++.swift
[75/254] Compiling SwiftUIX UIPageViewController++.swift
[76/254] Compiling SwiftUIX UIRectEdge++.swift
[77/254] Compiling SwiftUIX UIResponder++.swift
[78/254] Compiling SwiftUIX UIScrollView++.swift
[79/254] Compiling SwiftUIX MailComposer.swift
[80/254] Compiling SwiftUIX QuickLookPreview.swift
[81/254] Compiling SwiftUIX SafariView.swift
[82/254] Compiling SwiftUIX Animatable+.swift
[83/254] Compiling SwiftUIX ArrayBuilder.swift
[84/254] Compiling SwiftUIX HashIdentifiable.swift
[85/254] Compiling SwiftUIX ReferenceBox.swift
[86/254] Compiling SwiftUIX SetBinding.swift
[87/254] Compiling SwiftUIX AnyButtonStyle.swift
[88/254] Compiling SwiftUIX AnyForEach.swift
[89/254] Compiling SwiftUIX AnyViewModifier.swift
[90/254] Compiling SwiftUIX DefaultTextInputType.swift
[91/254] Compiling SwiftUIX DragGesture.Value+.swift
[92/254] Compiling SwiftUIX DynamicProperty+.swift
[93/254] Compiling SwiftUIX EnvironmentValues+.swift
[94/254] Compiling SwiftUIX EnvironmentValues+Gesture.swift
[95/254] Compiling SwiftUIX Font+.swift
[96/254] Compiling SwiftUIX GeometryReader++.swift
[97/254] Compiling SwiftUIX HoverEffect.swift
[98/254] Compiling SwiftUIX Labeled.swift
[99/254] Compiling SwiftUIX LazyView.swift
[100/254] Compiling SwiftUIX LinearGradient+.swift
[101/254] Compiling SwiftUIX ListStyle+.swift
[102/254] Compiling SwiftUIX Menu+.swift
[103/254] Compiling SwiftUIX RedactionReasons.swift
[104/254] Compiling SwiftUIX FutureObservation.swift
[105/254] Compiling SwiftUIX FutureView.swift
[106/254] Compiling SwiftUIX PublisherOutputView.swift
[107/254] Compiling SwiftUIX CocoaController.swift
[108/254] Compiling SwiftUIX CocoaHostingController.swift
[109/254] Compiling SwiftUIX CocoaHostingControllerContent.swift
[110/254] Compiling SwiftUIX CocoaHostingView.swift
[111/254] Compiling SwiftUIX _AppKitOrUIKitViewRepresentableUpdateContext.swift
[112/254] Compiling SwiftUIX HideTitleBar.swift
[113/254] Compiling SwiftUIX CocoaList.swift
[114/254] Compiling SwiftUIX CollectionView.swift
[115/254] Compiling SwiftUIX CollectionViewDropDelegate.swift
[116/254] Compiling SwiftUIX CollectionViewLayout.swift
[117/254] Compiling SwiftUIX CollectionViewReader.swift
[118/254] Compiling SwiftUIX ListRowManager.swift
[119/254] Compiling SwiftUIX ListSection.swift
[120/254] Compiling SwiftUIX _CollectionOrListCellPreferences.swift
[121/254] Compiling SwiftUIX _CollectionView.DataSource.swift
[122/254] Compiling SwiftUIX _CollectionView.swift
[123/254] Compiling SwiftUIX _CollectionViewCellOrSupplementaryViewContainer.swift
[124/254] Compiling SwiftUIX _CollectionViewConfiguration.swift
[125/254] Compiling SwiftUIX ControlFlowView.swift
[126/254] Compiling SwiftUIX SwitchOver.swift
[127/254] Compiling SwiftUIX SwitchOverCaseView.swift
[128/254] Compiling SwiftUIX ActionLabelView.swift
[129/350] Compiling SwiftUIX Binding++.swift
[130/350] Compiling SwiftUIX Color++.swift
[131/350] Compiling SwiftUIX DisclosureGroup++.swift
[132/350] Compiling SwiftUIX Edge++.swift
[133/350] Compiling SwiftUIX Edge.Set++.swift
[134/350] Compiling SwiftUIX EdgeInsets++.swift
[135/350] Compiling SwiftUIX EditMode++.swift
[136/350] Compiling SwiftUIX EnvironmentObject++.swift
[137/350] Compiling SwiftUIX EquatableView+.swift
[138/350] Compiling SwiftUIX Font++.swift
[139/350] Compiling SwiftUIX Font.TextStyle++.swift
[140/350] Compiling SwiftUIX ForEach++.swift
[141/350] Compiling SwiftUIX GeometryProxy.swift
[142/350] Compiling SwiftUIX GridIem++.swift
[143/350] Compiling SwiftUIX GridItem.Size++.swift
[144/350] Compiling SwiftUIX GroupBox++.swift
[145/350] Compiling SwiftUIX HStack++.swift
[146/350] Compiling SwiftUIX Image++.swift
[147/350] Compiling SwiftUIX KeyEquivalent++.swift
[148/350] Compiling SwiftUIX KeyboardShortcut++.swift
[149/350] Compiling SwiftUIX Label++.swift
[150/350] Compiling SwiftUIX List++.swift
[151/350] Compiling SwiftUIX NavigationLink++.swift
[152/350] Compiling SwiftUIX Never++.swift
[153/350] Compiling SwiftUIX OutlineGroup++.swift
[154/350] Compiling SwiftUIX EnvironmentInsertions.swift
[155/350] Compiling SwiftUIX EnvironmentObjectAccessView.swift
[156/350] Compiling SwiftUIX EnvironmentPropagator.swift
[157/350] Compiling SwiftUIX LocalizedErrorHandler.swift
[158/350] Compiling SwiftUIX TryButton.swift
[159/350] Compiling SwiftUIX FocusRingType.swift
[160/350] Compiling SwiftUIX ContainerView.swift
[161/350] Compiling SwiftUIX ModelView.swift
[162/350] Compiling SwiftUIX Axis3D.swift
[163/350] Compiling SwiftUIX Flip3D.swift
[164/350] Compiling SwiftUIX FrameReader.swift
[165/350] Compiling SwiftUIX HorizontalLine.swift
[166/350] Compiling SwiftUIX InitialContentAlignment.swift
[167/350] Compiling SwiftUIX IntrinsicGeometryReader.swift
[168/350] Compiling SwiftUIX IntrinsicSizeReader.swift
[169/350] Compiling SwiftUIX OptionalDimensions.swift
[170/350] Compiling SwiftUIX PartlyRoundedRectangle.swift
[171/350] Compiling SwiftUIX RectangleCorner.swift
[172/350] Compiling SwiftUIX RelativeFrame.swift
[173/350] Compiling SwiftUIX RoundedHexagon.swift
[174/350] Compiling SwiftUIX RoundedRhombus.swift
[175/350] Compiling SwiftUIX Square.swift
[176/350] Compiling SwiftUIX EdgeSwipeGestureOverlay.swift
[177/350] Compiling SwiftUIX SwipeGestureOverlay.swift
[178/350] Compiling SwiftUIX FeedbackGenerator.swift
[179/350] Compiling SwiftUIX WithDelayedValue.swift
[180/350] Compiling SwiftUIX ZeroSizeView.swift
[181/350] Compiling SwiftUIX _ViewIdentityDestroyer.swift
[182/350] Compiling SwiftUIX assignIfNotEqual.swift
[183/350] Compiling SwiftUIX CocoaNavigationView.swift
[184/350] Compiling SwiftUIX NavigationBarConfigurator.swift
[185/350] Compiling SwiftUIX NavigationBarVisibilityModifier.swift
[186/350] Compiling SwiftUIX Navigator.swift
[187/350] Compiling SwiftUIX PopNavigationButton.swift
[188/350] Compiling SwiftUIX SelectionNavigator.swift
[189/350] Compiling SwiftUIX StackNavigationView.swift
[190/350] Compiling SwiftUIX _NestedNavigationView.swift
[191/350] Compiling SwiftUIX PageControl.swift
[192/350] Compiling SwiftUIX PaginationView.swift
[193/350] Compiling SwiftUIX PaginationViewReader.swift
[194/350] Compiling SwiftUIX _PaginationView.swift
[195/350] Compiling SwiftUIX PreferenceReader.swift
[196/350] Compiling SwiftUIX AnyModalPresentation.swift
[197/350] Compiling SwiftUIX AnyPresentationView.swift
[198/350] Compiling SwiftUIX CocoaPresentationCoordinator.Context.swift
[199/350] Compiling SwiftUIX CocoaPresentationCoordinator.swift
[200/350] Compiling SwiftUIX CocoaPresentationHostingController.swift
[201/350] Compiling SwiftUIX CocoaPresentationMode.swift
[202/350] Compiling SwiftUIX DefaultPresentationBackdrop.swift
[203/350] Compiling SwiftUIX ImageName.swift
[204/350] Compiling SwiftUIX ImagePicker.swift
[205/350] Compiling SwiftUIX AddKeyboardPadding.swift
[206/350] Compiling SwiftUIX Keyboard.swift
[207/350] Compiling SwiftUIX PerformActionOnKeyboardShortcut.swift
[208/350] Compiling SwiftUIX AutomaticAxisStack.swift
[209/350] Compiling SwiftUIX AxisStack.swift
[210/350] Compiling SwiftUIX XStack.swift
[211/350] Compiling SwiftUIX MenuBarItem.swift
[212/350] Compiling SwiftUIX DeviceOrientation.swift
[213/350] Compiling SwiftUIX DeviceScreenFill.swift
[214/350] Compiling SwiftUIX DraggabilityViewModifier.swift
[215/350] Compiling SwiftUIX EmptyObservableObject.swift
[216/350] Compiling SwiftUIX EvaluateBooleanView.swift
[217/350] Compiling SwiftUIX HitTestView.swift
[218/350] Compiling SwiftUIX KeyedBoundedPriorityQueue.swift
[219/350] Compiling SwiftUIX KeyedViewCache.swift
[220/350] Compiling SwiftUIX NSEventMonitor.swift
[221/350] Compiling SwiftUIX PassthroughView.swift
[222/350] Compiling SwiftUIX PerformActionView.swift
[223/350] Compiling SwiftUIX ResultView.swift
[224/350] Compiling SwiftUIX TakeSnapshotView.swift
[225/350] Compiling SwiftUIX UnwrapOptionalView.swift
[226/350] Compiling SwiftUIX View.isInDisplay.swift
[227/350] Compiling SwiftUIX UITabBarController++.swift
[228/350] Compiling SwiftUIX UITableViewController++.swift
[229/350] Compiling SwiftUIX UIView++.swift
[230/350] Compiling SwiftUIX UIViewController++.swift
[231/350] Compiling SwiftUIX AppKitOrUIKit.swift
[232/350] Compiling SwiftUIX AppKitOrUIKitBackgroundFetchResult.swift
[233/350] Compiling SwiftUIX AppKitOrUIKitColor+.swift
[234/350] Compiling SwiftUIX AppKitOrUIKitHostingControllerProtocol.swift
[235/350] Compiling SwiftUIX AppKitOrUIKitHostingWindow.swift
[236/350] Compiling SwiftUIX AppKitOrUIKitViewControllerConfigurator.swift
[237/350] Compiling SwiftUIX AppKitOrUIKitViewControllerResolver.swift
[238/350] Compiling SwiftUIX AppKitOrUIKitViewRepresentable.swift
[239/350] Compiling SwiftUIX MutableAppKitOrUIKitViewWrapper.swift
[240/350] Compiling SwiftUIX NSHostingPopover.swift
[241/350] Compiling SwiftUIX NSHostingStatusBarPopover.swift
[242/350] Compiling SwiftUIX NSLabel.swift
[243/350] Compiling SwiftUIX AuthorizationAppleIDButton.swift
[244/350] Compiling SwiftUIX AuthorizationAppleIDButtonStyle.swift
[245/350] Compiling SwiftUIX AuthorizationAppleIDButtonType.swift
[246/350] Compiling SwiftUIX ObservableValue.swift
[247/350] Compiling SwiftUIX PublisherObserver.swift
[248/350] Compiling SwiftUIX _AnyObservableObject.swift
[249/350] Compiling SwiftUIX _OptionalObservedObjectContainer.swift
[250/350] Compiling SwiftUIX NSObject.Publisher.swift
[251/350] Compiling SwiftUIX LinkPresentationView.swift
[252/350] Compiling SwiftUIX UIHostingCollectionViewController.Cache.swift
[253/350] Compiling SwiftUIX UIHostingCollectionViewController.DragAndDropDelegate.swift
[254/350] Compiling SwiftUIX UIHostingCollectionViewController.swift
[255/350] Compiling SwiftUIX UIHostingCollectionViewSupplementaryView.swift
[256/350] Compiling SwiftUIX UIHostingControllerTransitioningDelegate.swift
[257/350] Compiling SwiftUIX UIHostingPageViewController.swift
[258/350] Compiling SwiftUIX UIHostingScrollView.swift
[259/350] Compiling SwiftUIX UIHostingTableViewCell.swift
[260/350] Compiling SwiftUIX UIHostingTableViewController.swift
[261/350] Compiling SwiftUIX UIHostingTableViewHeaderFooterView.swift
[262/350] Compiling SwiftUIX UIHostingView.swift
[263/350] Compiling SwiftUIX UIHostingVisualEffectBlurView.swift
[264/350] Compiling SwiftUIX View.configureUINavigationController.swift
[265/350] Compiling SwiftUIX SwiftUI+PreferenceKey.swift
[266/350] Compiling SwiftUIX SwiftUI+opaque_View.swift
[267/350] Compiling SwiftUIX Action.swift
[268/350] Compiling SwiftUIX DynamicAction.swift
[269/350] Compiling SwiftUIX AppActivityView.swift
[270/350] Compiling SwiftUIX PredicatedAnimation.swift
[271/350] Compiling SwiftUIX ListSeparatorStyleNoneModifier.swift
[272/350] Compiling SwiftUIX VisibilityModifier.swift
[273/350] Compiling SwiftUIX BlurEffectView.swift
[274/350] Compiling SwiftUIX VisualEffectBlurView.swift
[275/350] Compiling SwiftUIX VisualEffectView.swift
[276/350] Compiling SwiftUIX AnyCancellableButton.swift
[277/350] Emitting module SwiftUIX
[278/350] Compiling SwiftUIX Checkbox.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[279/350] Compiling SwiftUIX CheckboxStyle.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[280/350] Compiling SwiftUIX PathControl.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[281/350] Compiling SwiftUIX ProgressionController.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[282/350] Compiling SwiftUIX ViewInteractor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[283/350] Compiling SwiftUIX DocumentPicker.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[284/350] Compiling SwiftUIX FileImportLink.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[285/350] Compiling SwiftUIX DragDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[286/350] Compiling SwiftUIX DragItem.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[287/350] Compiling SwiftUIX _DragSourceDropDestinationView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[288/350] Compiling SwiftUIX DelayedState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[289/350] Compiling SwiftUIX EnvironmentObjectOrObservedObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[290/350] Compiling SwiftUIX EnvironmentObjectOrState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[291/350] Compiling SwiftUIX LazyState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[292/350] Compiling SwiftUIX ObservableState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[293/350] Compiling SwiftUIX ObservedPublisher.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[294/350] Compiling SwiftUIX ObservedValue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[295/350] Compiling SwiftUIX OptionalEnvironmentObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[296/350] Compiling SwiftUIX OptionalObservedObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[297/350] Compiling SwiftUIX PersistentObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[298/350] Compiling SwiftUIX ThrottledDelayedState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[299/350] Compiling SwiftUIX TimerState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[300/350] Compiling SwiftUIX UserStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[301/350] Compiling SwiftUIX ViewStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[302/350] Compiling SwiftUIX EditMenuPresenter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:35:5: error: return from initializer without initializing all stored properties
33 | public init(wrappedValue value: Value) {
34 | self.__wrappedValue1 = .init(initialValue: value)
35 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
36 |
37 | public init() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/EnvironmentObjectOrState.swift:39:5: error: return from initializer without initializing all stored properties
37 | public init() {
38 |
39 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue0' not initialized
40 |
41 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalEnvironmentObject.swift:24:5: error: return from initializer without initializing all stored properties
22 | public init() {
23 |
24 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self._wrappedValue' not initialized
25 | }
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/OptionalObservedObject.swift:30:5: error: return from initializer without initializing all stored properties
28 | public init(wrappedValue value: ObjectType? = nil) {
29 | self.base = value
30 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedContainer' not initialized
31 |
32 | public mutating func update() {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/Intramodular/Dynamic Properties/PersistentObject.swift:46:5: error: return from initializer without initializing all stored properties
44 | public init(wrappedValue thunk: @autoclosure @escaping () -> ObjectType) {
45 | self.thunk = thunk
46 | }
| |- error: return from initializer without initializing all stored properties
| `- note: 'self.observedObjectContainer' not initialized
47 |
48 | public mutating func update() {
[303/350] Compiling SwiftUIX DismissPresentationButton.swift
[304/350] Compiling SwiftUIX DismissPresentationUnderlay.swift
[305/350] Compiling SwiftUIX DynamicViewPresentable.swift
[306/350] Compiling SwiftUIX DynamicViewPresenter.swift
[307/350] Compiling SwiftUIX FullScreenCoverLink.swift
[308/350] Compiling SwiftUIX NavigationPresentationLink.swift
[309/350] Compiling SwiftUIX PopoverPresentationLink.swift
[310/350] Compiling SwiftUIX PresentationLink.swift
[311/350] Compiling SwiftUIX PresentationLinkView.swift
[312/350] Compiling SwiftUIX ModalPresentationStyle.swift
[313/350] Compiling SwiftUIX CocoaPopover.swift
[314/350] Compiling SwiftUIX Popover.swift
[315/350] Compiling SwiftUIX PresentationManager.swift
[316/350] Compiling SwiftUIX PresentationTransitionType.swift
[317/350] Compiling SwiftUIX PresentationView.swift
[318/350] Compiling SwiftUIX ActivityIndicator.swift
[319/350] Compiling SwiftUIX CircularProgressBar.swift
[320/350] Compiling SwiftUIX LinearProgressBar.swift
[321/350] Compiling SwiftUIX _NameAssignmentView.swift
[322/350] Compiling SwiftUIX _NamedViewDescription.swift
[323/350] Compiling SwiftUIX SceneActivationActionModifiers.swift
[324/350] Compiling SwiftUIX OrientationLock.swift
[325/350] Compiling SwiftUIX Screen.swift
[326/350] Compiling SwiftUIX UserInterfaceIdiom.swift
[327/350] Compiling SwiftUIX UserInterfaceOrientation.swift
[328/350] Compiling SwiftUIX CocoaScrollView.Configuration.swift
[329/350] Compiling SwiftUIX CocoaScrollView.swift
[330/350] Compiling SwiftUIX CocoaScrollViewReader.swift
[331/350] Compiling SwiftUIX EnvironmentValues+ScrollView.swift
[332/350] Compiling SwiftUIX ScrollIndicatorStyle.swift
[333/350] Compiling SwiftUIX ScrollView.ContentOffset.swift
[334/350] Compiling SwiftUIX SearchBar+NavigationView.swift
[335/350] Compiling SwiftUIX SearchBar.swift
[336/350] Compiling SwiftUIX SearchToken.swift
[337/350] Compiling SwiftUIX SidebarVisibilityModifier.swift
[338/350] Compiling SwiftUIX AdjustsFontSizeToFitWidth.swift
[339/350] Compiling SwiftUIX AttributedText.swift
[340/350] Compiling SwiftUIX CocoaTextField.swift
[341/350] Compiling SwiftUIX LineBreakMode.swift
[342/350] Compiling SwiftUIX TextView.swift
[343/350] Compiling SwiftUIX _CocoaTextView.swift
[344/350] Compiling SwiftUIX TitlebarConfigurationView.swift
[345/350] Compiling SwiftUIX TitlebarItem.swift
[346/350] Compiling SwiftUIX FontFamily.swift
[347/350] Compiling SwiftUIX SFSymbolName.swift
[348/350] Compiling SwiftUIX WebView.swift
[349/350] Compiling SwiftUIX WindowOverlay.swift
[350/350] Compiling SwiftUIX module.swift
BUILD FAILURE 6.0 macosSpm