Build Information
Failed to build OpenSwiftUI, reference 0.17.2 (89f034), with Swift 6.1 for Wasm on 26 Mar 2026 06:58:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenSwiftUI.git
Reference: 0.17.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/OpenSwiftUIProject/OpenSwiftUI
* tag 0.17.2 -> FETCH_HEAD
HEAD is now at 89f034e Add automated release notes generation (#846)
Cloned https://github.com/OpenSwiftUIProject/OpenSwiftUI.git
Revision (git rev-parse @):
89f034ee1984de43f90c389aedd67801d767a114
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenSwiftUI.git at 0.17.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenSwiftUI.git
https://github.com/OpenSwiftUIProject/OpenSwiftUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "opencoregraphics",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenCoreGraphics"
},
{
"identity" : "openattributegraph",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenAttributeGraph"
},
{
"identity" : "openrenderbox",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenRenderBox"
},
{
"identity" : "openobservation",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenObservation"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenCombine.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.8.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "OpenSwiftUI",
"name" : "OpenSwiftUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "OpenSwiftUI",
"targets" : [
"OpenSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenSwiftUICore",
"targets" : [
"OpenSwiftUICore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenSwiftUI_SPI",
"targets" : [
"OpenSwiftUI_SPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenSwiftUIExtension",
"targets" : [
"OpenSwiftUIExtension"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenSwiftUIBridge",
"targets" : [
"OpenSwiftUIBridge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenSwiftUIMacros",
"targets" : [
"OpenSwiftUIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "OpenSwiftUI_SPITests",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUI_SPITests",
"path" : "Tests/OpenSwiftUI_SPITests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"Overlay/CoreGraphics/CGPath+OpenSwiftUITests.swift",
"Overlay/CoreGraphics/CoreColorTests.swift",
"Overlay/CoreGraphics/CoreGraphicsContextTests.swift",
"Overlay/CoreGraphics/CorePlatformImageTests.swift",
"Shims/CoreAnimationPrivateTests.swift",
"Shims/CoreFoundationPrivateTests.swift",
"Shims/DyldPrivateTests.swift",
"Shims/KDebugPrivateTests.swift",
"Util/MovableLockTests.swift"
],
"target_dependencies" : [
"OpenSwiftUI_SPI",
"OpenSwiftUI"
],
"type" : "test"
},
{
"c99name" : "OpenSwiftUI_SPI",
"module_type" : "ClangTarget",
"name" : "OpenSwiftUI_SPI",
"path" : "Sources/OpenSwiftUI_SPI",
"product_dependencies" : [
"OpenRenderBoxShims"
],
"product_memberships" : [
"OpenSwiftUI",
"OpenSwiftUICore",
"OpenSwiftUI_SPI",
"OpenSwiftUIExtension",
"OpenSwiftUIBridge"
],
"sources" : [
"Overlay/CoreGraphics/CGBitmapContextCreate.c",
"Overlay/CoreGraphics/CGPath+OpenSwiftUI.m",
"Overlay/CoreGraphics/OpenSwiftUIAppKitSubviews.m",
"Overlay/CoreGraphics/OpenSwiftUICoreColor.m",
"Overlay/CoreGraphics/OpenSwiftUICoreGraphicsContext.m",
"Overlay/CoreGraphics/OpenSwiftUICorePlatformImage.m",
"Overlay/CoreGraphics/OpenSwiftUICoreShadow.m",
"Overlay/CoreGraphics/OpenSwiftUICoreTextGraphicsContextProvider.m",
"Overlay/CoreGraphics/OpenSwiftUICoreViewFunctions.m",
"Overlay/CoreGraphics/OpenSwiftUIUIKitSubviews.m",
"Overlay/QuartzCore/CANullAction.m",
"Shims/CSymbols/OpenSwiftUI_CSymbols.c",
"Shims/CoreFoundation/CoreFoundation_Private.c",
"Shims/CoreUI/CUIDefaultDisplayGamut.m",
"Shims/GraphicsServices/GraphicsServices.m",
"Shims/OpenSwiftUIShims.m",
"Shims/QuartzCore/CALayerPrivate.m",
"Shims/QuartzCore/CoreAnimation_Private.m",
"Shims/UIFoundation/NSAttributedString.m",
"Shims/UIFoundation/NSStringDrawing_Private.m",
"Shims/dyld/dyld_Private.c",
"Util/CoreGlue.m",
"Util/Interpose.c",
"Util/MovableLock.c",
"Util/PathData.c",
"Util/ProtocolDescriptor.c",
"Util/RenderUtil.c",
"Util/TLS.c"
],
"type" : "library"
},
{
"c99name" : "OpenSwiftUITestsSupport",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUITestsSupport",
"path" : "Sources/OpenSwiftUITestsSupport",
"sources" : [
"Data/EnvironmentKey+Test.swift",
"Data/PropertyListKey+Test.swift",
"Data/Protobuf/ProtobufTestHelper.swift",
"Integration/PlatformAlias.swift",
"Integration/PlatformHostingControllerHelper.swift",
"Layout/Geometry/ProjectionTransformHelper.swift",
"Render/GeometryEffect/Rotation3DEffectHelper.swift"
],
"target_dependencies" : [
"OpenSwiftUI"
],
"type" : "library"
},
{
"c99name" : "OpenSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUITests",
"path" : "Tests/OpenSwiftUITests",
"sources" : [
"Accessibility/internal/AccessibilityBoundedNumberTests.swift",
"Data/Environment/EnvironmentValuesOpenURLTests.swift",
"Data/Environment/UIKitEnvironmentTests.swift",
"Integration/Hosting/UIKit/View/UIHostingViewBaseTests.swift",
"Util/OpenSwiftUIGlueTests.swift",
"View/Configuration/ViewAliasTests.swift",
"View/Control/Slider/SliderTests.swift",
"View/IdentifiedView/IdentifiedViewTreeTests.swift",
"View/Image/ImageConversionsTests.swift"
],
"target_dependencies" : [
"OpenSwiftUI",
"OpenSwiftUITestsSupport"
],
"type" : "test"
},
{
"c99name" : "OpenSwiftUIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUIMacrosTests",
"path" : "Tests/OpenSwiftUIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"EntryMacroTests.swift"
],
"target_dependencies" : [
"OpenSwiftUIMacros"
],
"type" : "test"
},
{
"c99name" : "OpenSwiftUIMacros",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUIMacros",
"path" : "Sources/OpenSwiftUIMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"OpenSwiftUI",
"OpenSwiftUICore",
"OpenSwiftUIExtension",
"OpenSwiftUIBridge",
"OpenSwiftUIMacros"
],
"sources" : [
"EntryDefaultValueMacro.swift",
"EntryMacro.swift",
"OpenSwiftUIMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "OpenSwiftUIExtension",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUIExtension",
"path" : "Sources/OpenSwiftUIExtension",
"product_memberships" : [
"OpenSwiftUIExtension"
],
"sources" : [
"TappablePadding.swift"
],
"target_dependencies" : [
"OpenSwiftUI"
],
"type" : "library"
},
{
"c99name" : "OpenSwiftUICoreTests",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUICoreTests",
"path" : "Tests/OpenSwiftUICoreTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"Animation/Animation/BezierAnimationTests.swift",
"Animation/Animation/RepeatAnimationTests.swift",
"Animation/Animation/UnitCurveTests.swift",
"Animation/Velocity/VelocitySamplerTests.swift",
"Data/Binding/BindingOperationsTests.swift",
"Data/Binding/BindingTests.swift",
"Data/Binding/LocationTests.swift",
"Data/Codable/CodableProxyTests.swift",
"Data/DynamicProperty/DynamicPropertyBufferTests.swift",
"Data/DynamicProperty/DynamicPropertyCacheTests.swift",
"Data/DynamicProperty/DynamicPropertyTests.swift",
"Data/DynamicProperty/UnsafeHeterogeneousBufferTests.swift",
"Data/Environment/CachedEnvironmentTests.swift",
"Data/Environment/EnvironmentKeyTests.swift",
"Data/Environment/EnvironmentValuesTests.swift",
"Data/Observation/ObservationUtilsTests.swift",
"Data/Preference/HostPreferencesKeyTests.swift",
"Data/Preference/PreferenceKeyTests.swift",
"Data/Preference/PreferenceListTests.swift",
"Data/Protobuf/ProtobufDecoderTests.swift",
"Data/Protobuf/ProtobufEncoderTests.swift",
"Data/Protobuf/ProtobufMessageTests.swift",
"Data/UpdateTests.swift",
"Data/Util/AnyHashable2Tests.swift",
"Data/Util/BitVector64Tests.swift",
"Data/Util/BitVectorTests.swift",
"Data/Util/BloomFilterTests.swift",
"Data/Util/BoxTests.swift",
"Data/Util/Cache3Tests.swift",
"Data/Util/ConcatenatedCollectionTests.swift",
"Data/Util/InlineArrayTests.swift",
"Data/Util/ObjectCacheTests.swift",
"Data/Util/PropertyListTests.swift",
"Data/Util/StackTests.swift",
"Data/Util/StrongHashTests.swift",
"Data/Util/TimeTests.swift",
"Data/Util/UniqueIDTests.swift",
"Data/Util/VersionSeedTests.swift",
"Graph/GraphHostTests.swift",
"Graphic/BlurStyleTests.swift",
"Graphic/VariableBlurStyleTests.swift",
"Graphics/Color/CUIDesignLibraryCacheKeyTests.swift",
"Graphics/Color/ColorMatrixTests.swift",
"Graphics/Color/ColorResolvedTests.swift",
"Graphics/Color/DisplayGamutTests.swift",
"Graphics/Color/PaintTests.swift",
"Graphics/Color/RGBColorSpaceTests.swift",
"Layout/Alignment/AlignmentGuideTests.swift",
"Layout/Edge/AbsoluteEdgeTests.swift",
"Layout/Edge/EdgeInsetsTests.swift",
"Layout/Edge/EdgeTests.swift",
"Layout/Geometry/LayoutTraitsTests.swift",
"Layout/Geometry/ProjectionTransformTests.swift",
"Layout/Geometry/ProposedSizeTests.swift",
"Layout/Geometry/ScrollGeometryTests.swift",
"Layout/Geometry/SpacingTests.swift",
"Layout/Modifier/FrameLayoutTests.swift",
"Layout/SafeAreaInsetsTests.swift",
"Layout/View/ViewSpacingTests.swift",
"Layout/View/ViewTransformTests.swift",
"Layout/ZIndexTests.swift",
"OpenGraph/OpenGraphAdditionsTests.swift",
"Render/DisplayList/DisplayListPrinterTests.swift",
"Render/DisplayList/DisplayListTests.swift",
"Render/DisplayList/DisplayList_StableIdentityTests.swift",
"Render/GeometryEffect/Rotation3DEffectTests.swift",
"Render/Util/CAFrameRateRangeUtilTests.swift",
"Runtime/ConditionalMetadataTests.swift",
"Runtime/TupleTypeDescriptionTests.swift",
"Runtime/TypeConformanceTests.swift",
"Semantic/FeatureTests.swift",
"Semantic/SemanticFeatureTests.swift",
"Semantic/SemanticsTests.swift",
"Shape/Path/FixedRoundedRectTests.swift",
"Test/TestAppTests.swift",
"Util/CoreSystemUtilsTests.swift",
"Util/CustomRecursiveStringConvertibleTests.swift",
"Util/DebuggerTests.swift",
"Util/Extension/CGAffineTransform+ExtensionTests.swift",
"Util/Extension/CGRect+ExtensionTests.swift",
"Util/Extension/Collection+ExtensionTests.swift",
"Util/Extension/FloatingPoint+ExtensionTests.swift",
"Util/Extension/MutableCollectionExtensionTests.swift",
"Util/MainActorUtilsTests.swift",
"Util/SExpPrinterTests.swift",
"Util/SFSymbolsShimsTests.swift",
"Util/StandardLibraryAdditionsTests.swift",
"Util/ThreadUtilsTests.swift",
"Util/TimerUtilsTests.swift",
"Util/TracingTests.swift",
"Util/UnsafePointer+ExtensionTests.swift",
"Util/_RemoveGlobalActorTests.swift",
"View/AnyViewTests.swift",
"View/Debug/ViewDebugTests.swift",
"View/EmptyViewTests.swift",
"View/Graph/ViewGraphGeometryObserversTests.swift",
"View/Graph/ViewGraphTests.swift",
"View/IDViewTests.swift",
"View/Image/ImageLayerTests.swift",
"View/Image/ImageOrientationTests.swift",
"View/Image/NamedImageTests.swift",
"View/Input/ViewInputsTest.swift",
"View/Input/ViewListTests.swift",
"View/InterfaceIdiom/InterfaceIdiomTests.swift",
"View/Style/StyleContextTests.swift",
"View/Text/Font/FontTests.swift",
"View/VariadicView/VariadicViewTests.swift",
"View/ViewTraitTests.swift"
],
"target_dependencies" : [
"OpenSwiftUI",
"OpenSwiftUICore",
"OpenSwiftUITestsSupport"
],
"type" : "test"
},
{
"c99name" : "OpenSwiftUICore",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUICore",
"path" : "Sources/OpenSwiftUICore",
"product_dependencies" : [
"OpenCoreGraphicsShims",
"OpenQuartzCoreShims",
"OpenAttributeGraphShims",
"OpenRenderBoxShims",
"OpenObservation",
"OpenCombine",
"OpenCombineFoundation",
"Logging",
"Crypto"
],
"product_memberships" : [
"OpenSwiftUI",
"OpenSwiftUICore",
"OpenSwiftUIExtension",
"OpenSwiftUIBridge"
],
"sources" : [
"Accessibility/AccessibilityAnnouncementPriority.swift",
"Accessibility/AccessibilityCore.swift",
"Accessibility/AccessibilityEnvironment.swift",
"Accessibility/AccessibilityProperties.swift",
"Animation/Animatable/Animatable.swift",
"Animation/Animatable/AnimatableArray.swift",
"Animation/Animatable/AnimatableAttribute.swift",
"Animation/Animatable/AnimatablePair.swift",
"Animation/Animatable/AnyAnimatableData.swift",
"Animation/Animatable/VectorArithmetic.swift",
"Animation/Animatable/VectorMath.swift",
"Animation/Animatable/View+Animatable.swift",
"Animation/Animatable/ViewModifier+Animatable.swift",
"Animation/Animation/Animation.swift",
"Animation/Animation/AnimationContext.swift",
"Animation/Animation/AnimationListener.swift",
"Animation/Animation/AnimationModifier.swift",
"Animation/Animation/AnimationState.swift",
"Animation/Animation/BezierAnimation.swift",
"Animation/Animation/CustomAnimation.swift",
"Animation/Animation/CustomAnimationModifier.swift",
"Animation/Animation/DefaultAnimation.swift",
"Animation/Animation/DefaultCombiningAnimation.swift",
"Animation/Animation/DelayAnimation.swift",
"Animation/Animation/EncodableAnimation.swift",
"Animation/Animation/LogicalCompletionAnimation.swift",
"Animation/Animation/RepeatAnimation.swift",
"Animation/Animation/SpeedAnimation.swift",
"Animation/Animation/Spring/FluidSpringAnimation.swift",
"Animation/Animation/Spring/Respring/Spring+DurationBounce.swift",
"Animation/Animation/Spring/Respring/Spring+MassStiffnessDamping.swift",
"Animation/Animation/Spring/Respring/Spring+ResponseDampingRatio.swift",
"Animation/Animation/Spring/Respring/Spring+SettlingDurationDampingRatio.swift",
"Animation/Animation/Spring/Respring/Spring+VectorArithmetic.swift",
"Animation/Animation/Spring/Respring/Spring.swift",
"Animation/Animation/Spring/SpringAnimation.swift",
"Animation/Animation/TransactionAnimation.swift",
"Animation/Animation/UnitCurve.swift",
"Animation/Animation/Velocity/Velocity.swift",
"Animation/Animation/Velocity/VelocitySampler.swift",
"Animation/Animation/VelocityTrackingAnimation.swift",
"Animation/Timeline/TimelineSchedule.swift",
"Animation/Transaction/Transaction.swift",
"Animation/Transaction/TransactionID.swift",
"Animation/Transaction/TransactionModifier.swift",
"Animation/Transition/AnyTransition.swift",
"Animation/Transition/AsymmetricTransition.swift",
"Animation/Transition/BlurTransition.swift",
"Animation/Transition/CombiningTransition.swift",
"Animation/Transition/ContentTransition.swift",
"Animation/Transition/FilteredTransition.swift",
"Animation/Transition/ModifierTransition.swift",
"Animation/Transition/MoveTransition.swift",
"Animation/Transition/PushTransition.swift",
"Animation/Transition/SlideTransition.swift",
"Animation/Transition/Transition.swift",
"Animation/Transition/TransitionTraitKey.swift",
"Data/Binding/Bindable.swift",
"Data/Binding/Binding+ObjectLocation.swift",
"Data/Binding/Binding.swift",
"Data/Binding/BindingOperations.swift",
"Data/Binding/Location.swift",
"Data/Binding/Projection.swift",
"Data/Codable/CodableAttributedString.swift",
"Data/Codable/CodableHelpers.swift",
"Data/Combine/AttributeInvalidatingSubscriber.swift",
"Data/Combine/Environment+Objects.swift",
"Data/Combine/EnvironmentObject.swift",
"Data/Combine/ObservedObject.swift",
"Data/Combine/StateObject.swift",
"Data/Combine/SubscriptionLifetime.swift",
"Data/DynamicProperty/ChangedBodyProperty.swift",
"Data/DynamicProperty/DynamicProperty.swift",
"Data/DynamicProperty/DynamicPropertyBuffer.swift",
"Data/DynamicProperty/Namespace.swift",
"Data/DynamicProperty/UnsafeHeterogeneousBuffer.swift",
"Data/Environment/CachedEnvironment.swift",
"Data/Environment/Environment.swift",
"Data/Environment/EnvironmentKey.swift",
"Data/Environment/EnvironmentKeyTransformModifier.swift",
"Data/Environment/EnvironmentKeyWritingModifier.swift",
"Data/Environment/EnvironmentValues.swift",
"Data/Environment/EnvironmentalView.swift",
"Data/EnvironmentKeys/AppearsActive.swift",
"Data/EnvironmentKeys/Enabled.swift",
"Data/EnvironmentKeys/EnvironmentAdditions.swift",
"Data/EnvironmentKeys/IsVisionEnabled.swift",
"Data/EnvironmentKeys/LuminanceReduced.swift",
"Data/EnvironmentKeys/PrivacyRedaction.swift",
"Data/EnvironmentKeys/RedactionReasons.swift",
"Data/EnvironmentKeys/WindowEnvironment.swift",
"Data/Observation/Environment+Observation.swift",
"Data/Observation/ObservationUtils.swift",
"Data/Preference/PreferenceBridge.swift",
"Data/Preference/PreferenceCombiner.swift",
"Data/Preference/PreferenceKey.swift",
"Data/Preference/PreferenceList.swift",
"Data/Preference/PreferenceTransformModifier.swift",
"Data/Preference/PreferenceWritingModifier.swift",
"Data/Preference/PreferencesInputs.swift",
"Data/Preference/PreferencesOutputs.swift",
"Data/Preference/View_Indirect.swift",
"Data/Protobuf/Foundation+ProtobufMessage.swift",
"Data/Protobuf/ProtobufDecoder.swift",
"Data/Protobuf/ProtobufEncoder.swift",
"Data/Protobuf/ProtobufMessage.swift",
"Data/State/State.swift",
"Data/State/StoredLocation.swift",
"Data/Update.swift",
"Data/Util/AnyHashable2.swift",
"Data/Util/BitVector.swift",
"Data/Util/BitVector64.swift",
"Data/Util/BloomFilter.swift",
"Data/Util/Box.swift",
"Data/Util/ConcatenatedCollection.swift",
"Data/Util/InlineArray.swift",
"Data/Util/ObjectCache.swift",
"Data/Util/PropertyList.swift",
"Data/Util/ScrapeableContent.swift",
"Data/Util/Stack.swift",
"Data/Util/StrongHash.swift",
"Data/Util/Time.swift",
"Data/Util/UniqueID.swift",
"Data/Util/UniqueSeedGenerator.swift",
"Data/Util/VersionSeed.swift",
"Event/Event/Event.swift",
"Event/Event/EventBinding.swift",
"Event/Event/EventBindingBridge.swift",
"Event/Event/EventBindingManager.swift",
"Event/Event/EventBindingSource.swift",
"Event/Event/EventGraphHost.swift",
"Event/Event/EventSourceType.swift",
"Event/Event/HitTestableEvent.swift",
"Event/Event/SpatialEvent.swift",
"Event/Event/TappableEvent.swift",
"Event/Event/TouchType.swift",
"Event/Gesture/AnyGesture.swift",
"Event/Gesture/EmptyGesture.swift",
"Event/Gesture/ExclusiveGesture.swift",
"Event/Gesture/Gesture.swift",
"Event/Gesture/GestureCategory.swift",
"Event/Gesture/GestureContainerFactory.swift",
"Event/Gesture/GestureDebug.swift",
"Event/Gesture/GestureDependency.swift",
"Event/Gesture/GestureDescriptor.swift",
"Event/Gesture/GestureGraph.swift",
"Event/Gesture/GestureInputs.swift",
"Event/Gesture/GestureMask.swift",
"Event/Gesture/GestureModifier.swift",
"Event/Gesture/GestureOutputs.swift",
"Event/Gesture/GesturePhase.swift",
"Event/Gesture/GestureViewModifier.swift",
"Event/Gesture/LayoutGesture.swift",
"Event/Gesture/MapGesture.swift",
"Event/Gesture/PlatformGestureInputs.swift",
"Event/Gesture/RepeatGesture.swift",
"Event/Gesture/ResettableGestureRule.swift",
"Event/Gesture/SimultaneousGesture.swift",
"Event/Responder/ContentPathObserver.swift",
"Event/Responder/ContentResponder.swift",
"Event/Responder/ContentShapeKinds.swift",
"Event/Responder/DefaultLayoutViewResponder.swift",
"Event/Responder/HitTestBindingModifier.swift",
"Event/Responder/LeafViewResponder.swift",
"Event/Responder/MultiViewResponder.swift",
"Event/Responder/ResponderBasedHitTesting.swift",
"Event/Responder/ResponderNode.swift",
"Event/Responder/ViewResponder.swift",
"Graph/Graph.swift",
"Graph/GraphHost.swift",
"Graph/GraphInputs.swift",
"Graph/GraphReuse.swift",
"Graph/GraphValue.swift",
"Graphic/BackdropEffect.swift",
"Graphic/BlurStyle/BlurStyle.swift",
"Graphic/BlurStyle/VariableBlurEffect.swift",
"Graphic/BlurStyle/VariableBlurStyle.swift",
"Graphic/CatalogLookup.swift",
"Graphic/Color/AccentColor.swift",
"Graphic/Color/CGColorConversions.swift",
"Graphic/Color/Color+ShapeStyle.swift",
"Graphic/Color/Color.swift",
"Graphic/Color/ColorMatrix.swift",
"Graphic/Color/ColorScheme.swift",
"Graphic/Color/ColorView.swift",
"Graphic/Color/ConstantColor.swift",
"Graphic/Color/CoreColor.swift",
"Graphic/Color/CoreUIDefaultSystemColorDefinition.swift",
"Graphic/Color/ForegroundColor.swift",
"Graphic/Color/ModifiedColor.swift",
"Graphic/Color/NamedColor.swift",
"Graphic/Color/Paint.swift",
"Graphic/Color/PreferredColorScheme.swift",
"Graphic/Color/PreviewColorSchemeTrait.swift",
"Graphic/Color/RGBColorSpace.swift",
"Graphic/Color/SystemColors.swift",
"Graphic/Color/VibrantColorStyle.swift",
"Graphic/Gradient/GradientColorSpace.swift",
"Graphic/Gradient/ResolvedGradient.swift",
"Graphic/GraphicsContext.swift",
"Graphic/GraphicsFilter.swift",
"Layout/Alignment/AlignmentGuide.swift",
"Layout/Alignment/AlignmentLayout.swift",
"Layout/Alignment/TextAlignment.swift",
"Layout/AnyLayout.swift",
"Layout/AspectRatioLayout.swift",
"Layout/CoordinateSpace/CoordinateSpace.swift",
"Layout/CoordinateSpace/CoordinateSpaceProtocol.swift",
"Layout/CoordinateSpace/GlobalCoordinateSpace.swift",
"Layout/CoordinateSpace/LocalCoordinateSpace.swift",
"Layout/CoordinateSpace/NamedCoordinateSpace.swift",
"Layout/CoordinateSpace/ScrollCoordinateSpace.swift",
"Layout/Direction/Direction.swift",
"Layout/Direction/LayoutDirection.swift",
"Layout/Direction/LayoutDirectionBehavior.swift",
"Layout/Dynamic/DynamicContainer.swift",
"Layout/Dynamic/DynamicContainerAdaptor.swift",
"Layout/Dynamic/DynamicContainerItem.swift",
"Layout/Dynamic/DynamicLayoutMap.swift",
"Layout/Dynamic/DynamicLayoutView.swift",
"Layout/Dynamic/DynamicViewListItem.swift",
"Layout/Edge/AbsoluteEdge.swift",
"Layout/Edge/Edge.swift",
"Layout/Edge/EdgeInsets.swift",
"Layout/FixedSizeLayout.swift",
"Layout/Geometry/Anchor+Point.swift",
"Layout/Geometry/Anchor.swift",
"Layout/Geometry/Angle.swift",
"Layout/Geometry/Axis.swift",
"Layout/Geometry/GeometryReader.swift",
"Layout/Geometry/LayoutTraits.swift",
"Layout/Geometry/Placement.swift",
"Layout/Geometry/ProjectionTransform.swift",
"Layout/Geometry/ProposedSize.swift",
"Layout/Geometry/ScrollGeometry.swift",
"Layout/Geometry/Spacing.swift",
"Layout/Geometry/UnitPoint.swift",
"Layout/Geometry/UnitRect.swift",
"Layout/Layout.swift",
"Layout/LayoutComputer/DerivedLayoutEngine.swift",
"Layout/LayoutComputer/LayoutComputer.swift",
"Layout/LayoutComputer/UnaryLayoutView.swift",
"Layout/LayoutPriority.swift",
"Layout/LayoutProxy.swift",
"Layout/LayoutView.swift",
"Layout/LazyContainer/LazyContainer.swift",
"Layout/Modifier/DefaultPadding.swift",
"Layout/Modifier/FrameLayout.swift",
"Layout/Modifier/InsetViewModifier.swift",
"Layout/Modifier/PaddingLayout.swift",
"Layout/PlacementContext.swift",
"Layout/SafeAreaIgnoringLayout.swift",
"Layout/SafeAreaInsets.swift",
"Layout/Separator/Spacer.swift",
"Layout/SpacingLayout.swift",
"Layout/Stack/HStack.swift",
"Layout/Stack/HVStack.swift",
"Layout/Stack/StackLayout.swift",
"Layout/Stack/VStack.swift",
"Layout/Stack/ZIndex.swift",
"Layout/Stack/ZStack.swift",
"Layout/View/ViewDimensions.swift",
"Layout/View/ViewFrame.swift",
"Layout/View/ViewGeometry.swift",
"Layout/View/ViewSize.swift",
"Layout/View/ViewTransform.swift",
"Log/CycleDetector.swift",
"Log/Logging.swift",
"Log/Signposts.swift",
"Macro/EntryMacro.swift",
"Modifier/CustomViewModifier.swift",
"Modifier/ViewModifier.swift",
"Modifier/ViewModifier/AppearanceActionModifier.swift",
"Modifier/ViewModifier/BackgroundModifier.swift",
"Modifier/ViewModifier/EnvironmentalModifier.swift",
"Modifier/ViewModifier/OverlayModifier.swift",
"Modifier/ViewModifier/ValueActionModifier.swift",
"Render/DisplayList/CAHostingLayer.swift",
"Render/DisplayList/CAHostingLayerEvent.swift",
"Render/DisplayList/CAHostingLayerPlatformDefinition.swift",
"Render/DisplayList/DisplayList.GraphicsRenderer.swift",
"Render/DisplayList/DisplayList.swift",
"Render/DisplayList/DisplayListPlatformEffect.swift",
"Render/DisplayList/DisplayListPrinter.swift",
"Render/DisplayList/DisplayListTransforms.swift",
"Render/DisplayList/DisplayListViewCache.swift",
"Render/DisplayList/DisplayListViewPlatform.swift",
"Render/DisplayList/DisplayListViewRenderer.swift",
"Render/DisplayList/DisplayListViewUpdater.swift",
"Render/DisplayList/DisplayList_StableIdentity.swift",
"Render/GeometryEffect/GeometryEffect.swift",
"Render/GeometryEffect/OffsetEffect.swift",
"Render/GeometryEffect/Rotation3DEffect.swift",
"Render/GeometryEffect/RotationEffect.swift",
"Render/GeometryEffect/ScaleEffect.swift",
"Render/InterpolatableContent.swift",
"Render/PlatformDrawable.swift",
"Render/PlatformViewFactory.swift",
"Render/RasterizationOptions.swift",
"Render/RendererConfiguration.swift",
"Render/RendererEffect/BlurEffect.swift",
"Render/RendererEffect/ClipEffect.swift",
"Render/RendererEffect/OpacityEffect.swift",
"Render/RendererEffect/RendererEffect.swift",
"Render/RendererEffect/ShadowEffect.swift",
"Render/RendererLeafView.swift",
"Render/SymbolEffect.swift",
"Render/Util/CAFrameRateRangeUtil.swift",
"Render/Util/CGBlendModeUtil.swift",
"Runtime/ConditionalMetadata.swift",
"Runtime/TupleTypeDescription.swift",
"Runtime/TypeConformance.swift",
"Semantic/CustomFeature.swift",
"Semantic/Feature.swift",
"Semantic/SemanticFeature.swift",
"Semantic/Semantics.swift",
"Shape/FillStyle.swift",
"Shape/InsettableShape.swift",
"Shape/Path.swift",
"Shape/PathData.swift",
"Shape/RoundedCornerStyle.swift",
"Shape/Shape.swift",
"Shape/ShapeStyle/AnyShapeStyle.swift",
"Shape/ShapeStyle/BackgroundStyle.swift",
"Shape/ShapeStyle/BlendMode.swift",
"Shape/ShapeStyle/ContentStyle.swift",
"Shape/ShapeStyle/ForegroundStyle.swift",
"Shape/ShapeStyle/ImplicitShapeStyle.swift",
"Shape/ShapeStyle/InterpolatedShapeStyle.swift",
"Shape/ShapeStyle/Material.swift",
"Shape/ShapeStyle/OffsetShapeStyle.swift",
"Shape/ShapeStyle/ResolvedMulticolorStyle.swift",
"Shape/ShapeStyle/SeparatorShapeStyle.swift",
"Shape/ShapeStyle/ShadowStyle.swift",
"Shape/ShapeStyle/ShapeStyle.swift",
"Shape/ShapeStyle/ShapeStyleName.swift",
"Shape/ShapeStyle/ShapeStylePack.swift",
"Shape/ShapeStyle/ShapeStylePair.swift",
"Shape/ShapeStyle/ShapeStyleRendering.swift",
"Shape/ShapeStyle/ShapeStyleResolver.swift",
"Shape/ShapeStyle/ShapeStyleShape.swift",
"Shape/ShapeStyle/ShapeStyledLeafView.swift",
"Shape/ShapeView.swift",
"Shape/Shapes.swift",
"Shape/StrokeStyle.swift",
"Shape/StrokedShape.swift",
"Shape/Tint.swift",
"Test/AttributeCountTestInfo.swift",
"Test/Benchmark.swift",
"Test/CoreTesting.swift",
"Test/Test.swift",
"Test/TestApp.swift",
"Test/TestHost.swift",
"Test/TestIDView.swift",
"Tracing/LayoutTrace.swift",
"Tracing/ReuseTrace.swift",
"Tracing/Tracing.swift",
"Util/AnyAttributeFix.swift",
"Util/AttributeGraphAdditions.swift",
"Util/CoreGlue.swift",
"Util/CoreSystemUtils.swift",
"Util/CoreUIShims.swift",
"Util/CustomRecursiveStringConvertible.swift",
"Util/Debugger.swift",
"Util/DefaultDescriptionAttribute.swift",
"Util/EnvironmentHelper.swift",
"Util/Extension/CGAffineTransform+Extension.swift",
"Util/Extension/CGPoint+Extension.swift",
"Util/Extension/CGPoint+Math.swift",
"Util/Extension/CGRect+Extension.swift",
"Util/Extension/CGSize+Extension.swift",
"Util/Extension/CGSize+Math.swift",
"Util/Extension/Collection+Extension.swift",
"Util/Extension/Comparable+Extension.swift",
"Util/Extension/Double+Extension.swift",
"Util/Extension/FloatingPoint+Extension.swift",
"Util/Extension/MutableCollection+Extension.swift",
"Util/Extension/OptionSet+Extension.swift",
"Util/Extension/Round+Extension.swift",
"Util/Extension/Unmanaged+Extension.swift",
"Util/Extension/UnsafePointer+Extension.swift",
"Util/MainActorUtils.swift",
"Util/RunLoopUtils.swift",
"Util/SExpPrinter.swift",
"Util/SFSymbolsShims.swift",
"Util/StandardLibraryAdditions.swift",
"Util/ThreadUtils.swift",
"Util/TimerUtils.swift",
"Util/UncheckedSendable.swift",
"Util/UserDefaultsAdditions.swift",
"Util/_RemoveGlobalActor.swift",
"View/Archive/ArchivedView.swift",
"View/Archive/ArchivedViewInput.swift",
"View/ConditionalContent.swift",
"View/ConditionalGraphicsView.swift",
"View/Configuration/StaticIf.swift",
"View/Configuration/Visibility.swift",
"View/CustomView.swift",
"View/DynamicView/AnyView.swift",
"View/DynamicView/DebugReplaceableView.swift",
"View/DynamicView/DynamicView.swift",
"View/DynamicView/IDView.swift",
"View/DynamicViewContent/DynamicViewContent.swift",
"View/DynamicViewContent/ForEach.swift",
"View/EmptyView.swift",
"View/Graph/EmptyViewRendererHost.swift",
"View/Graph/ViewGraph.swift",
"View/Graph/ViewGraphDelegate.swift",
"View/Graph/ViewGraphFeature.swift",
"View/Graph/ViewGraphGeometryObservers.swift",
"View/Graph/ViewGraphRender.swift",
"View/Graph/ViewRendererHost.swift",
"View/Graph/ViewRendererHostProperties.swift",
"View/Graph/ViewRenderingPhase.swift",
"View/Group.swift",
"View/IdentifiedView/IdentifiedViewProxy.swift",
"View/Image/CGImageConversions.swift",
"View/Image/CorePlatformImage.swift",
"View/Image/GraphicsImage.swift",
"View/Image/Image+Accessibility.swift",
"View/Image/Image+PlatformRepresentation.swift",
"View/Image/Image.swift",
"View/Image/ImageDynamicRange.swift",
"View/Image/ImageLayer.swift",
"View/Image/ImageOrientation.swift",
"View/Image/ImageRenderingMode.swift",
"View/Image/ImageResizing.swift",
"View/Image/ImageStyle.swift",
"View/Image/NamedImage.swift",
"View/Image/ResolvedImage.swift",
"View/Image/SymbolRenderingMode.swift",
"View/Image/SymbolVariants.swift",
"View/Image/VectorImageLayer.swift",
"View/Input/CustomViewCountCache.swift",
"View/Input/ViewInputPredicate.swift",
"View/Input/ViewInputs.swift",
"View/Input/ViewList.swift",
"View/Input/ViewListContent.swift",
"View/Input/ViewOutputs.swift",
"View/Input/ViewPlatformOutputs.swift",
"View/InterfaceIdiom/InterfaceIdiom.swift",
"View/InterfaceIdiom/InterfaceIdiomPredicate.swift",
"View/Never+View.swift",
"View/OptionalView.swift",
"View/Scroll/ScrollPosition+Modifiers.swift",
"View/Scroll/ScrollPosition.swift",
"View/Scroll/ScrollStateRequest.swift",
"View/Scroll/ScrollTarget.swift",
"View/Scroll/ScrollTransactionAdditions.swift",
"View/Scroll/Scrollable.swift",
"View/Style/AnyStyleContext.swift",
"View/Style/DefaultStyle.swift",
"View/Style/StyleContext.swift",
"View/Style/ViewStyle.swift",
"View/Tag.swift",
"View/Text/Accessibility/AccessibilityHeadingLevel.swift",
"View/Text/Accessibility/AccessibilityTextContentType.swift",
"View/Text/Accessibility/NSAttributedString+Accessibility.swift",
"View/Text/Accessibility/Text+Accessibility.swift",
"View/Text/Font/CoreText+Private.swift",
"View/Text/Font/CoreTextUtil.swift",
"View/Text/Font/CustomFont.swift",
"View/Text/Font/Font.swift",
"View/Text/Font/FontDefinition.swift",
"View/Text/Font/ModifiedFont.swift",
"View/Text/Font/SystemFont.swift",
"View/Text/Font/TextStyle.swift",
"View/Text/Resolve/ConfigurationBasedResolvableStringAttribute.swift",
"View/Text/Resolve/ResolvableAbsoluteDate.swift",
"View/Text/Resolve/ResolvableStringAttribute.swift",
"View/Text/Resolve/ResolvedText.swift",
"View/Text/Text/Text+AlwaysOn.swift",
"View/Text/Text/Text+CLKTextProvider.swift",
"View/Text/Text/Text+Concatenation.swift",
"View/Text/Text/Text+Date.swift",
"View/Text/Text/Text+DiscreteFormatStyle.swift",
"View/Text/Text/Text+Encapsulation.swift",
"View/Text/Text/Text+Formatter.swift",
"View/Text/Text/Text+Justification.swift",
"View/Text/Text/Text+LayoutShape.swift",
"View/Text/Text/Text+LineHeight.swift",
"View/Text/Text/Text+Localized.swift",
"View/Text/Text/Text+NSAttributedString.swift",
"View/Text/Text/Text+PlatformRepresentation.swift",
"View/Text/Text/Text+Renderer.swift",
"View/Text/Text/Text+SizeFitting.swift",
"View/Text/Text/Text+Sizing.swift",
"View/Text/Text/Text+Suffix.swift",
"View/Text/Text/Text+View.swift",
"View/Text/Text/Text.swift",
"View/Text/Text/TextAnimationsProvider.swift",
"View/Text/Text/TextLineStyle.swift",
"View/Text/Text/TextNonDarwinShims.swift",
"View/Text/Typesetting/TypesettingConfiguration.swift",
"View/Text/Typesetting/TypesettingLanguage.swift",
"View/Text/Typesetting/TypesettingLanguageAwareLineHeightRatio.swift",
"View/Text/Util/AttributedStringKey+Extension.swift",
"View/Text/Util/ContentSizeCategory.swift",
"View/Text/Util/DynamicTypeSize.swift",
"View/Text/Util/EnvironmentParagraphStyle.swift",
"View/Text/Util/ScaledMetric.swift",
"View/Text/Util/String+Extension.swift",
"View/Text/Util/WatchEnvironment.swift",
"View/Text/Util/WritingMode.swift",
"View/Toggle/ToggleState.swift",
"View/TupleView.swift",
"View/VariadicView/VariadicView.swift",
"View/VariadicView/VariadicViewChildren.swift",
"View/View.swift",
"View/ViewBuilder.swift",
"View/ViewDebug.swift",
"View/ViewTrait.swift",
"Widget/WidgetCore.swift"
],
"target_dependencies" : [
"OpenSwiftUI_SPI",
"OpenSwiftUIMacros"
],
"type" : "library"
},
{
"c99name" : "OpenSwiftUIBridgeTests",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUIBridgeTests",
"path" : "Tests/OpenSwiftUIBridgeTests",
"sources" : [
"BridgeableTests.swift",
"SwiftUI/SwiftUI.ColorTests.swift",
"SwiftUI/SwiftUI.EnvironmentValues.swift"
],
"target_dependencies" : [
"OpenSwiftUIBridge",
"OpenSwiftUITestsSupport"
],
"type" : "test"
},
{
"c99name" : "OpenSwiftUIBridge",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUIBridge",
"path" : "Sources/OpenSwiftUIBridge",
"product_memberships" : [
"OpenSwiftUIBridge"
],
"sources" : [
"Bridgeable.swift",
"SwiftUI/SwiftUI.Color.swift",
"SwiftUI/SwiftUI.EnvironmentValues.swift"
],
"target_dependencies" : [
"OpenSwiftUI"
],
"type" : "library"
},
{
"c99name" : "OpenSwiftUI",
"module_type" : "SwiftTarget",
"name" : "OpenSwiftUI",
"path" : "Sources/OpenSwiftUI",
"product_dependencies" : [
"OpenCoreGraphicsShims",
"OpenQuartzCoreShims",
"OpenAttributeGraphShims",
"OpenRenderBoxShims",
"OpenCombine",
"OpenCombineFoundation",
"Logging",
"Crypto"
],
"product_memberships" : [
"OpenSwiftUI",
"OpenSwiftUIExtension",
"OpenSwiftUIBridge"
],
"sources" : [
"Accessibility/AccessibilityCoreUserSettings.swift",
"Accessibility/AccessibilityEnvironmentAdditions.swift",
"Accessibility/AccessibilityLargeContentView.swift",
"Accessibility/AccessibilityNodeList.swift",
"Accessibility/AccessibilityQuickAction.swift",
"Accessibility/AccessibilityTechnologies.swift",
"Accessibility/Modifier/internal/AccessibilityButtonShapeModifier.swift",
"Accessibility/Modifier/internal/AccessibilityConfigurationModifier.swift",
"Accessibility/Modifier/internal/AccessibilityLabelModifier.swift",
"Accessibility/internal/AccessibilityBoundedNumber.swift",
"Accessibility/internal/AccessibilityNumber.swift",
"Accessibility/internal/AccessibilityNumeric.swift",
"Accessibility/internal/AccessibilityPlatformSafe.swift",
"Accessibility/internal/AccessibilitySliderValue.swift",
"Accessibility/internal/AccessibilityValue.swift",
"Accessibility/internal/AccessibilityValueByProxy.swift",
"Accessibility/internal/AnyAccessibilityValue.swift",
"Accessibility/internal/AnyAccessibilityValueType.swift",
"Accessibility/internal/ClosedRange+AccessibilityNumeric.swift",
"Animation/Animatable/AnimatableModifier.swift",
"Animation/Animatable/AnimatableView.swift",
"Animation/Animation/AnimationCompletion.swift",
"Animation/Timeline/AlwaysOn.swift",
"Animation/Timeline/AlwaysOnBridge.swift",
"Animation/Timeline/AnimationTimelineSchedule.swift",
"Animation/Timeline/TimelineView.swift",
"App/App/App.swift",
"App/App/AppGraph.swift",
"App/App/AppKit/AppKitApp.swift",
"App/App/AppKit/AppKitAppDelegate.swift",
"App/App/AppKit/AppWindowsController.swift",
"App/App/AppKit/NSApplicationDelegateAdaptor.swift",
"App/App/FallbackDelegateBox.swift",
"App/App/LaunchTestSupport.swift",
"App/App/LegacyApp.swift",
"App/App/ObservableObjectDescriptor.swift",
"App/App/UIKit/UIApplicationDelegateAdaptor.swift",
"App/App/UIKit/UIKitApp.swift",
"App/App/UIKit/UIKitAppDelegate.swift",
"App/App/UIKit/UIKitMainMenuController.swift",
"App/Commands/CommandFlag.swift",
"App/Commands/CommandGroup.swift",
"App/Commands/CommandOperation.swift",
"App/Commands/Commands.swift",
"App/Commands/CommandsInputs.swift",
"App/Commands/CommandsList.swift",
"App/Commands/ConditionalCommands.swift",
"App/Commands/LimitedAvailabilityCommandContent.swift",
"App/Commands/MainMenuItem.swift",
"App/Commands/TupleCommandContent.swift",
"App/Document/UIKit/DocumentBrowserViewController.swift",
"App/Document/UIKit/DocumentKey.swift",
"App/Scene/EmptyScene.swift",
"App/Scene/InitialSceneSizeState.swift",
"App/Scene/LimitedAvailabilityScene.swift",
"App/Scene/PlatformSceneCache.swift",
"App/Scene/Scene.swift",
"App/Scene/SceneBridge.swift",
"App/Scene/SceneBuilder.swift",
"App/Scene/SceneID.swift",
"App/Scene/SceneInputs.swift",
"App/Scene/SceneList.swift",
"App/Scene/SceneOutputs.swift",
"App/Scene/ScenePhase.swift",
"App/Scene/SceneStorage.swift",
"App/Scene/TupleScene.swift",
"App/Scene/UIKit/UIKitSceneConnectionOption.swift",
"App/Window/WindowGroup.swift",
"App/Window/WindowSceneConfiguration.swift",
"Data/Environment/Environment+UITraitKey.swift",
"Data/Environment/PlatformEnvironment.swift",
"Data/Environment/UIKitEnvironment.swift",
"Data/Util/VersionSeedTracker.swift",
"Event/Event/UIKit/UIKitEventBindingBridge.swift",
"Event/Focus/FocusGroup.swift",
"Event/Focus/FocusState.swift",
"Event/Focus/FocusStore.swift",
"Event/Focus/FocusStoreLocation.swift",
"Event/Focus/FocusedValueKey.swift",
"Event/InputEvent/KeyboardShortcut/EventModifiers.swift",
"Event/InputEvent/KeyboardShortcut/KeyEquivalent.swift",
"Event/InputEvent/KeyboardShortcut/TODO/KeyboardShortcut.swift",
"Event/Responder/AllowsWindowActivationEventsResponder.swift",
"Event/SystemEvent/OpenURLAction.swift",
"Export.swift",
"Graphic/Color/KitCoreUINamedColorProvider.swift",
"Integration/Graphic/AppKit/AppKitAppearanceConversions.swift",
"Integration/Graphic/AppKit/AppKitColorConversions.swift",
"Integration/Graphic/Platform/TextLineStyleConversions.swift",
"Integration/Graphic/UIKit/UIKitConversions.swift",
"Integration/Hosting/AppKit/Controller/NSHostingController.swift",
"Integration/Hosting/AppKit/NSHostingSceneBridgingOptions.swift",
"Integration/Hosting/AppKit/NSHostingSizingOptions.swift",
"Integration/Hosting/AppKit/View/NSHostingView.swift",
"Integration/Hosting/Platform/HostingControllerUtilities.swift",
"Integration/Hosting/Platform/HostingViewRegistry.swift",
"Integration/Hosting/Platform/HostingViewTransparentBackgroundReason.swift",
"Integration/Hosting/Platform/IsInHostingConfiguration.swift",
"Integration/Hosting/UIKit/Controller/UIHostingController.swift",
"Integration/Hosting/UIKit/Controller/UIHostingControllerSizingOptions.swift",
"Integration/Hosting/UIKit/Controller/UIViewControllerProvider.swift",
"Integration/Hosting/UIKit/UIHostingViewable.swift",
"Integration/Hosting/UIKit/UIKitUpdateCycle.swift",
"Integration/Hosting/UIKit/View/AnyUIHostingView.swift",
"Integration/Hosting/UIKit/View/UIHostingView+Extension.swift",
"Integration/Hosting/UIKit/View/UIHostingView.swift",
"Integration/Hosting/UIKit/View/UIHostingViewBase.swift",
"Integration/Hosting/UIKit/View/UIHostingViewDebugLayer.swift",
"Integration/PlatformItemList.swift",
"Integration/PreviewShims.swift",
"Integration/Representable/AppKit/NSViewControllerRepresentable.swift",
"Integration/Representable/AppKit/NSViewRepresentable.swift",
"Integration/Representable/Platform/AnyPlatformViewHost.swift",
"Integration/Representable/Platform/PlatformView+SafeArea.swift",
"Integration/Representable/Platform/PlatformViewCoordinator.swift",
"Integration/Representable/Platform/PlatformViewHost.swift",
"Integration/Representable/Platform/PlatformViewRepresentable.swift",
"Integration/Representable/Platform/PlatformViewRepresentableContext.swift",
"Integration/Representable/Platform/PlatformViewRepresentableLayoutOptions.swift",
"Integration/Representable/UIKit/UIViewControllerRepresentable.swift",
"Integration/Representable/UIKit/UIViewRepresentable.swift",
"Layout/Alignment/AlignmentWritingModifier.swift",
"Layout/Edge/EdgeInsetsConversions.swift",
"Layout/Modifier/PositionLayout.swift",
"Layout/Separator/DefaultDividerStyle.swift",
"Layout/Separator/Divider.swift",
"Layout/Separator/DividerStyle.swift",
"Layout/Separator/PlainDividerStyle.swift",
"Layout/ViewThatFits.swift",
"Modifier/SceneModifier/AppearanceActionSceneModifier.swift",
"Modifier/SceneModifier/EnvironmentSceneModifier.swift",
"Modifier/SceneModifier/EnvironmentWritingModifier.swift",
"Modifier/SceneModifier/PreferenceSceneModifier.swift",
"Modifier/SceneModifier/Scene+Environment.swift",
"Modifier/SceneModifier/SceneActivationConditions.swift",
"Modifier/SceneModifier/SceneModifier.swift",
"Modifier/SceneModifier/ValueActionSceneModifier.swift",
"Modifier/ViewModifier/HiddenModifier.swift",
"Modifier/ViewModifier/IdentifiedPreference.swift",
"Modifier/ViewModifier/PresentedSceneValueInputModifier.swift",
"Modifier/ViewModifier/TaskModifier.swift",
"Render/DisplayList/AppKitDisplayList.swift",
"Render/DisplayList/AppKitHitTestCustomizing.swift",
"Render/DisplayList/DisplayListViewDrawing.swift",
"Render/DisplayList/RenderBoxView.swift",
"Render/DisplayList/UIKitDisplayList.swift",
"Render/GeometryEffect/IgnoredByLayoutEffect.swift",
"Test/PerformanceTest.swift",
"Test/RootViewForSimplifiedApplicationProvider.swift",
"Test/TestApp+Test.swift",
"Test/TestApp.swift",
"Test/TestingAppDelegate.swift",
"Test/TestingSceneDelegate.swift",
"Test/ViewTest.swift",
"Util/AnyAttributeFix.swift",
"Util/OpenSwiftUIGlue.swift",
"View/Combine/SubscriptionView.swift",
"View/Configuration/ViewAlias.swift",
"View/Configuration/ViewInputPredicate+View.swift",
"View/Control/Button/Button.swift",
"View/Control/Button/ButtonStyle/ButtonDefaultRenderingModeModifier.swift",
"View/Control/Button/ButtonStyle/ButtonRole.swift",
"View/Control/Button/ButtonStyle/ButtonStyle.swift",
"View/Control/Button/ButtonStyle/ButtonStyleConfiguration.swift",
"View/Control/Button/ButtonStyle/ButtonStyleConvertible.swift",
"View/Control/Button/ButtonStyle/PrimitiveButtonStyle.swift",
"View/Control/Button/ButtonStyle/PrimitiveButtonStyleConfiguration.swift",
"View/Control/Button/ButtonStyle/TODO/BorderlessButtonStyle.swift",
"View/Control/Button/ButtonStyle/TODO/PlainButtonStyle.swift",
"View/Control/ControlSize/ControlSize.swift",
"View/Control/ControlSize/ControlSizeKey.swift",
"View/Control/EnabledKey.swift",
"View/Control/Link/Link.swift",
"View/Control/Link/LinkDestination.swift",
"View/Control/Link/OpenURLActionKey.swift",
"View/Control/SensoryFeedback/AppKit/AppKitFeedbackImplementation.swift",
"View/Control/SensoryFeedback/SensoryFeedback.swift",
"View/Control/SensoryFeedback/SensoryFeedbackGenerator.swift",
"View/Control/SensoryFeedback/UIKit/UIKitFeedbackImplementation.swift",
"View/Control/SensoryFeedback/UIKit/UIKitSensoryFeedbackCache.swift",
"View/Control/SensoryFeedback/WatchKit/WatchKitFeedbackImplementation.swift",
"View/Control/Slider/AnySliderStyle.swift",
"View/Control/Slider/Slider.swift",
"View/Control/Slider/SliderStyleKey.swift",
"View/Control/Slider/SystemSliderStyle.swift",
"View/Debug/ChangedBodyProperty.swift",
"View/Debug/TODO/CustomViewDebugValueConvertible.swift",
"View/EquatableView.swift",
"View/IdentifiedView/IdentifiedModifier.swift",
"View/IdentifiedView/IdentifiedViewTree.swift",
"View/IdentifiedView/IdentifiedViewsKey.swift",
"View/IdentityLink.swift",
"View/Image/AsyncImage.swift",
"View/Image/NSImageConversions.swift",
"View/Image/UIImageConversions.swift",
"View/Image/VectorImageLayer.swift",
"View/LabelContent/AccessibilityLabeledContent.swift",
"View/LabelContent/AutomaticLabeledContentStyle.swift",
"View/LabelContent/GroupedFormLabeledContentStyle.swift",
"View/LabelContent/LabelVisibility.swift",
"View/LabelContent/LabeledContent.swift",
"View/LabelContent/LabeledContentStyleConfiguration.swift",
"View/LabelContent/LabeledView.swift",
"View/LabelContent/LabelsHiddenModifier.swift",
"View/LabelContent/LeadingTrailingLabeledContentStyle.swift",
"View/LabelGroup/BodyLabelGroupStyle.swift",
"View/LabelGroup/LabelGroup.swift",
"View/LabelGroup/LabelGroupStyle.swift",
"View/LazyView.swift",
"View/List/EditMode.swift",
"View/List/ListStyle.swift",
"View/Navigation/NavigationPreferenceKey.swift",
"View/Text/Typesetting/TypesettingConfiguration.swift",
"View/Toggle/SwitchToggleStyle.swift",
"View/Toggle/Toggle.swift",
"View/Toggle/ToggleStyle.swift",
"View/Toolbar/ToolbarTitleDisplayMode.swift"
],
"target_dependencies" : [
"OpenSwiftUICore",
"COpenSwiftUI"
],
"type" : "library"
},
{
"c99name" : "COpenSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "COpenSwiftUITests",
"path" : "Tests/COpenSwiftUITests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"Shims/AppKitPrivateTests.swift",
"Shims/UIKitPrivateTests.swift"
],
"target_dependencies" : [
"OpenSwiftUI"
],
"type" : "test"
},
{
"c99name" : "COpenSwiftUI",
"module_type" : "ClangTarget",
"name" : "COpenSwiftUI",
"path" : "Sources/COpenSwiftUI",
"product_memberships" : [
"OpenSwiftUI",
"OpenSwiftUIExtension",
"OpenSwiftUIBridge"
],
"sources" : [
"Overlay/AppKit/OpenSwiftUI+NSColor.m",
"Overlay/AppKit/OpenSwiftUI+NSView.m",
"Overlay/AppKit/OpenSwiftUI+NSWindow.m",
"Overlay/CoreUI/CoreUI+UIUserInterfaceIdiom.m",
"Overlay/CoreVideo/DisplayLink.c",
"Overlay/Foundation/OpenSwiftUI+NSThread.m",
"Overlay/QuartzCore/CAChameleonLayer.m",
"Overlay/QuartzCore/CATransactionCompletionItem.m",
"Overlay/UIKit/OpenSwiftUI+UIApplication.m",
"Overlay/UIKit/OpenSwiftUI+UIColor.m",
"Overlay/UIKit/OpenSwiftUI+UIView.m",
"Overlay/UIKit/OpenSwiftUITesting_Swizzles+UIKit.m",
"Overlay/UIKit/OpenSwiftUITesting_Swizzles.m",
"Shims/AppKit/AppKit_Private.m",
"Shims/UIKit/UIKit_Private.m",
"Shims/UIKit/UITraitCollection+Private.m",
"Util/ProtocolDescriptor.c"
],
"type" : "library"
},
{
"c99name" : "CGTK",
"module_type" : "SystemLibraryTarget",
"name" : "CGTK",
"path" : "Sources/CGTK",
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[Env] OPENSWIFTUI_DEVELOPMENT not set -> false(default)
[Env] OPENSWIFTUI_WERROR not set -> false(default)
[Env] OPENSWIFTUI_TARGET_RELEASE not set -> 2024(default)
[Env] OPENSWIFTUI_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENSWIFTUI_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENSWIFTUI_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENSWIFTUI_RENDERBOX not set -> false(default)
[Env] OPENSWIFTUI_ANY_ATTRIBUTE_FIX not set -> true(default)
[Env] OPENSWIFTUI_LINK_COREUI not set -> false(default)
[Env] OPENSWIFTUI_LINK_CORESVG not set -> false(default)
[Env] OPENSWIFTUI_LINK_SFSYMBOLS not set -> false(default)
[Env] OPENSWIFTUI_LINK_BACKLIGHTSERVICES not set -> false(default)
[Env] OPENSWIFTUI_LINK_TESTING not set -> false(default)
[Env] OPENSWIFTUI_SYMBOL_LOCATOR not set -> false(default)
[Env] OPENSWIFTUI_OPENCOMBINE not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_LOG not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_CRYPTO not set -> true(default)
[Env] OPENSWIFTUI_RENDER_GTK not set -> true(default)
[Env] OPENSWIFTUI_SWIFTUI_RENDER not set -> false(default)
[Env] OPENSWIFTUI_IGNORE_AVAILABILITY not set -> true(default)
[Env] OPENSWIFTUI_INTERNAL_XR_SDK not set -> false(default)
[Env] OPENSWIFTUI_ENABLE_PRIVATE_IMPORTS not set -> true(default)
[Env] OPENSWIFTUI_ENABLE_RUNTIME_CONCURRENCY_CHECK not set -> false(default)
[Env] OPENSWIFTUI_OPENSWIFTUI_BRIDGE_FRAMEWORK not set -> SwiftUI(default)
[Env] OPENSWIFTUI_SUPPORT_MULTI_PRODUCTS not set -> true(default)
[Env] OPENSWIFTUI_CF_CGTYPES not set -> false(default)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': [Env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENSWIFTUI_DEVELOPMENT not set -> false(default)
[Env] OPENSWIFTUI_WERROR not set -> false(default)
[Env] OPENSWIFTUI_TARGET_RELEASE not set -> 2024(default)
[Env] OPENSWIFTUI_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENSWIFTUI_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENSWIFTUI_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENSWIFTUI_RENDERBOX not set -> false(default)
[Env] OPENSWIFTUI_ANY_ATTRIBUTE_FIX not set -> true(default)
[Env] OPENSWIFTUI_LINK_COREUI not set -> false(default)
[Env] OPENSWIFTUI_LINK_CORESVG not set -> false(default)
[Env] OPENSWIFTUI_LINK_SFSYMBOLS not set -> false(default)
[Env] OPENSWIFTUI_LINK_BACKLIGHTSERVICES not set -> false(default)
[Env] OPENSWIFTUI_LINK_TESTING not set -> false(default)
[Env] OPENSWIFTUI_SYMBOL_LOCATOR not set -> false(default)
[Env] OPENSWIFTUI_OPENCOMBINE not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_LOG not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_CRYPTO not set -> true(default)
[Env] OPENSWIFTUI_RENDER_GTK not set -> true(default)
[Env] OPENSWIFTUI_SWIFTUI_RENDER not set -> false(default)
[Env] OPENSWIFTUI_IGNORE_AVAILABILITY not set -> true(default)
[Env] OPENSWIFTUI_INTERNAL_XR_SDK not set -> false(default)
[Env] OPENSWIFTUI_ENABLE_PRIVATE_IMPORTS not set -> true(default)
[Env] OPENSWIFTUI_ENABLE_RUNTIME_CONCURRENCY_CHECK not set -> false(default)
[Env] OPENSWIFTUI_OPENSWIFTUI_BRIDGE_FRAMEWORK not set -> SwiftUI(default)
[Env] OPENSWIFTUI_SUPPORT_MULTI_PRODUCTS not set -> true(default)
[Env] OPENSWIFTUI_CF_CGTYPES not set -> false(default)
Fetching https://github.com/OpenSwiftUIProject/OpenCoreGraphics
[1/218] Fetching opencoregraphics
Fetched https://github.com/OpenSwiftUIProject/OpenCoreGraphics from cache (0.32s)
warning: 'opencoregraphics': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
Fetching https://github.com/OpenSwiftUIProject/OpenAttributeGraph
[1/9730] Fetching openattributegraph
Fetched https://github.com/OpenSwiftUIProject/OpenAttributeGraph from cache (0.65s)
warning: 'openattributegraph': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Fetching https://github.com/OpenSwiftUIProject/OpenRenderBox
[1/1499] Fetching openrenderbox
Fetched https://github.com/OpenSwiftUIProject/OpenRenderBox from cache (0.41s)
warning: 'openrenderbox': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
Fetching https://github.com/OpenSwiftUIProject/OpenObservation
[1/150] Fetching openobservation
Fetched https://github.com/OpenSwiftUIProject/OpenObservation from cache (0.47s)
warning: 'openobservation': [env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set, using default: false
[env] OPENOBSERVATION_DEVELOPMENT not set, using default: false
[env] OPENSWIFTUI_SWIFT_TOOLCHAIN_SUPPORTED not set, using default: false
[env] OPENSWIFTUI_LIBRARY_EVOLUTION not set, using default: false
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-syntax
[1/6274] Fetching swift-log
[6275/23550] Fetching swift-log, swift-crypto
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/OpenSwiftUIProject/OpenCombine.git
[7658/98386] Fetching swift-log, swift-crypto, swift-syntax
[11572/104802] Fetching swift-log, swift-crypto, swift-syntax, swift-numerics
[15999/110352] Fetching swift-log, swift-crypto, swift-syntax, swift-numerics, opencombine
Fetched https://github.com/OpenSwiftUIProject/OpenCombine.git from cache (1.14s)
Fetched https://github.com/apple/swift-numerics from cache (1.15s)
[22280/98386] Fetching swift-log, swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-log from cache (3.85s)
[77894/92112] Fetching swift-crypto, swift-syntax
Fetched https://github.com/apple/swift-crypto.git from cache (3.95s)
[62114/74836] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.02s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (10.91s)
Computing version for https://github.com/OpenSwiftUIProject/OpenCombine.git
Computed https://github.com/OpenSwiftUIProject/OpenCombine.git at 0.15.1 (0.74s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.17s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/OpenSwiftUIProject/OpenObservation
Working copy of https://github.com/OpenSwiftUIProject/OpenObservation resolved at main (9ba0095)
Creating working copy for https://github.com/OpenSwiftUIProject/OpenCoreGraphics
Working copy of https://github.com/OpenSwiftUIProject/OpenCoreGraphics resolved at main (a36ba82)
Creating working copy for https://github.com/OpenSwiftUIProject/OpenAttributeGraph
Working copy of https://github.com/OpenSwiftUIProject/OpenAttributeGraph resolved at main (03c96a0)
Creating working copy for https://github.com/OpenSwiftUIProject/OpenCombine.git
Working copy of https://github.com/OpenSwiftUIProject/OpenCombine.git resolved at 0.15.1
Creating working copy for https://github.com/OpenSwiftUIProject/OpenRenderBox
Working copy of https://github.com/OpenSwiftUIProject/OpenRenderBox resolved at main (7a963a0)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
warning: 'opencoregraphics': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
warning: 'openobservation': [env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set, using default: false
[env] OPENOBSERVATION_DEVELOPMENT not set, using default: false
[env] OPENSWIFTUI_SWIFT_TOOLCHAIN_SUPPORTED not set, using default: false
[env] OPENSWIFTUI_LIBRARY_EVOLUTION not set, using default: false
warning: 'openrenderbox': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
warning: 'openattributegraph': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Building for debugging...
[0/1002] Compiling OpenSwiftUI+NSColor.m
[1/1002] Compiling OpenSwiftUI+NSView.m
[1/1002] Write sources
[23/1002] Compiling _SwiftSyntaxCShims dummy.c
[24/1002] Compiling OpenSwiftUI+NSWindow.m
[25/1002] Compiling CoreUI+UIUserInterfaceIdiom.m
[26/1002] Compiling OpenSwiftUI+NSColor.m
[27/1002] Compiling OpenSwiftUI+NSWindow.m
[28/1002] Compiling CoreUI+UIUserInterfaceIdiom.m
[29/1002] Compiling OpenSwiftUI+NSView.m
[30/1002] Compiling Storage.cpp
[31/1002] Compiling ORBPathStorage.cpp
[32/1002] Compiling ORBVersion.c
[33/1002] Compiling ORBLayer.m
[33/1002] Compiling ORBDisplayListInterpolator.m
[33/1002] Compiling ORBPathCallbacks.cpp
[36/1002] Compiling ORBDisplayList.m
[37/1002] Compiling NestedCallbacks.cpp
[38/1002] Compiling ORBPath.cpp
[39/1002] Compiling ORBEncoderSet.m
[40/1002] Compiling assert.cpp
[41/1002] Compiling log.cpp
[41/1002] Write sources
[46/1002] Compiling ORBSymbolAnimator.m
[47/1002] Compiling OpenObservationCxx ThreadLocal.cpp
[48/1002] Write sources
[54/1002] Compiling OpenObservationCxx Locking.cpp
[55/1002] Compiling ORBAnimation.m
[56/1002] Compiling ORBUUID.mm
[57/1002] Compiling OAGVersion.c
[58/1002] Compiling ORBColorMode.cpp
[59/1002] Compiling ORBDevice.mm
[60/1002] Compiling ORBColor.cpp
[61/1002] Compiling realloc_vector.cpp
[62/1002] Compiling ColorSpace.cpp
[63/1002] Compiling log.cpp
[64/1002] Compiling OAGGraphContext.cpp
[65/1002] Compiling Subgraph.cpp
[66/1002] Compiling assert.cpp
[67/1002] Compiling OAGSubgraph.cpp
[68/1002] Compiling OAGGraphTracing.cpp
[69/1002] Compiling OAGGraph.cpp
[70/1002] Compiling GraphDescription.mm
[71/1002] Compiling interpose.c
[72/1002] Compiling GraphDescription.cpp
[73/1002] Compiling GraphContext.cpp
[74/1002] Compiling OAGTypeID.cpp
[75/1002] Compiling Graph.mm
[76/1002] Compiling OAGDebugServer.cpp
[77/1002] Compiling OAGUniqueID.c
[78/1002] Compiling OAGTupleType.cpp
[79/1002] Compiling DebugServer.mm
[80/1002] Compiling metadata.cpp
[81/1002] Compiling OAGComparison.cpp
[82/1002] Compiling OAGWeakAttribute.cpp
[82/1002] Write sources
[87/1002] Compiling Graph.cpp
[88/1002] Compiling ProtocolDescriptor.c
[89/1002] Compiling UITraitCollection+Private.m
[90/1002] Compiling UIKit_Private.m
[91/1002] Compiling OAGAttribute.cpp
[92/1002] Compiling AppKit_Private.m
[93/1002] Compiling OpenSwiftUITesting_Swizzles.m
[94/1002] Compiling AttributeID.cpp
[95/1002] Compiling OpenSwiftUITesting_Swizzles+UIKit.m
[96/1002] Compiling AttributeType.cpp
[97/1002] Compiling ClosureFunction.cpp
[98/1002] Compiling OpenSwiftUI+UIColor.m
[99/1002] Compiling OpenSwiftUI+UIView.m
[100/1002] Compiling CAChameleonLayer.m
[101/1002] Compiling OpenSwiftUI+UIApplication.m
[101/1002] Compiling CATransactionCompletionItem.m
[103/1002] Compiling OpenSwiftUI+NSThread.m
[104/1002] Compiling DisplayLink.c
[105/1002] Compiling fiat_curve25519_adx_square.S
[105/1002] Compiling fiat_p256_adx_sqr.S
[107/1002] Compiling fiat_p256_adx_mul.S
[108/1002] Compiling fiat_curve25519_adx_mul.S
[109/1002] Compiling zone.cpp
[110/1002] Compiling CCryptoBoringSSLShims shims.c
[111/1002] Compiling table.cpp
[112/1002] Compiling md5-586-linux.S
[112/1002] Compiling md5-586-apple.S
[114/1002] Compiling md5-x86_64-apple.S
[115/1002] Compiling md5-x86_64-linux.S
[116/1002] Compiling chacha20_poly1305_x86_64-apple.S
[117/1002] Compiling chacha20_poly1305_x86_64-linux.S
[118/1002] Compiling chacha20_poly1305_armv8-win.S
[119/1002] Compiling chacha20_poly1305_armv8-apple.S
[120/1002] Compiling chacha20_poly1305_armv8-linux.S
[121/1002] Compiling chacha-x86_64-linux.S
[122/1002] Compiling chacha-x86_64-apple.S
[123/1002] Compiling chacha-x86-linux.S
[124/1002] Compiling chacha-armv8-linux.S
[125/1002] Compiling chacha-x86-apple.S
[126/1002] Compiling chacha-armv8-win.S
[127/1002] Compiling chacha-armv8-apple.S
[128/1002] Compiling chacha-armv4-linux.S
[129/1002] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[130/1002] Compiling aes128gcmsiv-x86_64-apple.S
[131/1002] Compiling aes128gcmsiv-x86_64-linux.S
[132/1002] Compiling x86_64-mont5-apple.S
[133/1002] Compiling x86_64-mont5-linux.S
[134/1002] Compiling x86_64-mont-linux.S
[135/1002] Compiling err_data.cc
[136/1002] Compiling x86-mont-apple.S
[137/1002] Compiling vpaes-x86-apple.S
[138/1002] Compiling x86-mont-linux.S
[139/1002] Compiling vpaes-x86-linux.S
[140/1002] Compiling vpaes-x86_64-linux.S
[141/1002] Compiling vpaes-x86_64-apple.S
[142/1002] Compiling x86_64-mont-apple.S
[143/1002] Compiling vpaes-armv8-win.S
[144/1002] Compiling vpaes-armv8-linux.S
[145/1002] Compiling sha512-armv8-win.S
[146/1002] Compiling vpaes-armv8-apple.S
[147/1002] Compiling vpaes-armv7-linux.S
[148/1002] Compiling sha512-x86_64-linux.S
[149/1002] Compiling sha512-armv4-linux.S
[150/1002] Compiling sha512-armv8-linux.S
[151/1002] Compiling sha512-x86_64-apple.S
[152/1002] Compiling sha512-armv8-apple.S
[153/1002] Compiling sha512-586-linux.S
[154/1002] Compiling sha256-x86_64-apple.S
[155/1002] Compiling sha256-armv8-win.S
[156/1002] Compiling sha256-armv8-linux.S
[157/1002] Compiling sha256-armv4-linux.S
[157/1002] Compiling sha256-x86_64-linux.S
[159/1002] Compiling sha512-586-apple.S
[160/1002] Compiling sha256-armv8-apple.S
[161/1002] Compiling sha256-586-linux.S
[162/1002] Compiling sha256-586-apple.S
[163/1002] Compiling sha1-armv8-win.S
[164/1002] Compiling sha1-armv8-apple.S
[165/1002] Compiling sha1-x86_64-apple.S
[165/1002] Compiling sha1-x86_64-linux.S
[167/1002] Compiling sha1-armv4-large-linux.S
[168/1002] Compiling sha1-586-linux.S
[169/1002] Compiling sha1-586-apple.S
[170/1002] Compiling sha1-armv8-linux.S
[171/1002] Compiling rsaz-avx2-apple.S
[172/1002] Compiling rsaz-avx2-linux.S
[173/1002] Compiling rdrand-x86_64-apple.S
[174/1002] Compiling rdrand-x86_64-linux.S
[175/1002] Compiling p256_beeu-x86_64-asm-linux.S
[176/1002] Compiling p256_beeu-x86_64-asm-apple.S
[176/1002] Compiling p256_beeu-armv8-asm-linux.S
[178/1002] Compiling p256_beeu-armv8-asm-win.S
[179/1002] Compiling p256_beeu-armv8-asm-apple.S
[180/1002] Compiling p256-x86_64-asm-apple.S
[181/1002] Compiling p256-armv8-asm-apple.S
[182/1002] Compiling p256-armv8-asm-linux.S
[183/1002] Compiling p256-armv8-asm-win.S
[184/1002] Compiling ghashv8-armv8-linux.S
[185/1002] Compiling ghashv8-armv8-win.S
[186/1002] Compiling p256-x86_64-asm-linux.S
[187/1002] Compiling ghash-x86_64-linux.S
[188/1002] Compiling ghash-x86-linux.S
[189/1002] Compiling ghashv8-armv8-apple.S
[190/1002] Compiling ghash-ssse3-x86-linux.S
[191/1002] Compiling ghashv8-armv7-linux.S
[192/1002] Compiling ghash-ssse3-x86_64-apple.S
[193/1002] Compiling ghash-x86_64-apple.S
[194/1002] Compiling ghash-ssse3-x86_64-linux.S
[195/1002] Compiling ghash-x86-apple.S
[196/1002] Compiling ghash-neon-armv8-win.S
[197/1002] Compiling ghash-neon-armv8-apple.S
[198/1002] Compiling ghash-ssse3-x86-apple.S
[199/1002] Compiling ghash-neon-armv8-linux.S
[200/1002] Compiling ghash-armv4-linux.S
[201/1002] Compiling co-586-linux.S
[202/1002] Compiling bn-armv8-win.S
[203/1002] Compiling co-586-apple.S
[203/1002] Compiling bsaes-armv7-linux.S
[205/1002] Compiling bn-armv8-linux.S
[206/1002] Compiling bn-armv8-apple.S
[207/1002] Compiling bn-586-linux.S
[208/1002] Compiling bn-586-apple.S
[209/1002] Compiling armv8-mont-win.S
[210/1002] Compiling armv8-mont-apple.S
[211/1002] Compiling armv4-mont-linux.S
[212/1002] Compiling aesv8-gcm-armv8-linux.S
[212/1002] Compiling aesv8-gcm-armv8-win.S
[214/1002] Compiling armv8-mont-linux.S
[215/1002] Compiling aesv8-armv8-win.S
[216/1002] Compiling aesv8-armv8-linux.S
[217/1002] Compiling aesv8-gcm-armv8-apple.S
[218/1002] Compiling aesv8-armv8-apple.S
[219/1002] Compiling aesv8-armv7-linux.S
[220/1002] Compiling aesni-x86_64-apple.S
[221/1002] Compiling aesni-x86_64-linux.S
[222/1002] Compiling aesni-x86-linux.S
[223/1002] Compiling aesni-x86-apple.S
[224/1002] Compiling aesni-gcm-x86_64-apple.S
[225/1002] Compiling aes-gcm-avx512-x86_64-linux.S
[226/1002] Compiling aesni-gcm-x86_64-linux.S
[227/1002] Compiling aes-gcm-avx512-x86_64-apple.S
[228/1002] Compiling aes-gcm-avx2-x86_64-apple.S
[229/1002] Compiling aes-gcm-avx2-x86_64-linux.S
[230/1002] Compiling xwing.cc
[231/1002] Compiling x_x509.cc
[232/1002] Compiling x_name.cc
[233/1002] Compiling x_sig.cc
[234/1002] Compiling x_x509a.cc
[235/1002] Compiling x_spki.cc
[236/1002] Compiling x_pubkey.cc
[237/1002] Compiling x_req.cc
[238/1002] Compiling x_exten.cc
[239/1002] Compiling x_crl.cc
[240/1002] Compiling x_attrib.cc
[241/1002] Compiling x509spki.cc
[242/1002] Compiling x_all.cc
[243/1002] Compiling x_algor.cc
[244/1002] Compiling x509rset.cc
[245/1002] Compiling x509name.cc
[246/1002] Compiling x509cset.cc
[247/1002] Compiling x509_vpm.cc
[248/1002] Compiling x509_txt.cc
[249/1002] Compiling x509_vfy.cc
[250/1002] Compiling x509_v3.cc
[251/1002] Compiling x509_trs.cc
[252/1002] Compiling x509_req.cc
[253/1002] Compiling x509_set.cc
[254/1002] Compiling x509_obj.cc
[255/1002] Compiling x509_lu.cc
[256/1002] Compiling x509_def.cc
[257/1002] Compiling x509_ext.cc
[258/1002] Compiling x509_d2.cc
[259/1002] Compiling x509_att.cc
[260/1002] Compiling x509.cc
[261/1002] Compiling x509_cmp.cc
[262/1002] Compiling v3_skey.cc
[263/1002] Compiling v3_utl.cc
[264/1002] Compiling v3_pcons.cc
[265/1002] Compiling v3_ocsp.cc
[266/1002] Compiling v3_prn.cc
[267/1002] Compiling v3_purp.cc
[268/1002] Compiling v3_pmaps.cc
[269/1002] Compiling v3_ncons.cc
[270/1002] Compiling v3_ia5.cc
[271/1002] Compiling v3_lib.cc
[272/1002] Compiling v3_int.cc
[273/1002] Compiling v3_genn.cc
[274/1002] Compiling v3_enum.cc
[275/1002] Compiling v3_info.cc
[276/1002] Compiling v3_extku.cc
[277/1002] Compiling v3_crld.cc
[278/1002] Compiling v3_bcons.cc
[279/1002] Compiling v3_cpols.cc
[280/1002] Compiling v3_bitst.cc
[281/1002] Compiling v3_alt.cc
[282/1002] Compiling v3_conf.cc
[283/1002] Compiling v3_akeya.cc
[284/1002] Compiling v3_akey.cc
[285/1002] Compiling t_x509a.cc
[286/1002] Compiling i2d_pr.cc
[287/1002] Compiling t_crl.cc
[288/1002] Compiling t_x509.cc
[289/1002] Compiling rsa_pss.cc
[290/1002] Compiling t_req.cc
[291/1002] Compiling name_print.cc
[292/1002] Compiling policy.cc
[293/1002] Compiling by_file.cc
[294/1002] Compiling a_digest.cc
[295/1002] Compiling by_dir.cc
[296/1002] Compiling a_sign.cc
[297/1002] Compiling algorithm.cc
[298/1002] Compiling a_verify.cc
[299/1002] Compiling voprf.cc
[300/1002] Compiling asn1_gen.cc
[301/1002] Compiling thread_win.cc
[302/1002] Compiling stack.cc
[303/1002] Compiling pmbtoken.cc
[304/1002] Compiling trust_token.cc
[305/1002] Compiling thread_pthread.cc
[306/1002] Compiling thread_none.cc
[307/1002] Compiling thread.cc
[308/1002] Compiling siphash.cc
[309/1002] Compiling sha256.cc
[310/1002] Compiling rsa_extra.cc
[310/1002] Compiling sha512.cc
[312/1002] Compiling slhdsa.cc
[313/1002] Compiling sha1.cc
[314/1002] Compiling rsa_print.cc
[315/1002] Compiling spake2plus.cc
[316/1002] Compiling urandom.cc
[317/1002] Compiling trusty.cc
[318/1002] Compiling rand.cc
[319/1002] Compiling windows.cc
[320/1002] Compiling rc4.cc
[321/1002] Compiling refcount.cc
[322/1002] Compiling rsa_crypt.cc
[323/1002] Compiling ios.cc
[324/1002] Compiling getentropy.cc
[325/1002] Compiling forkunsafe.cc
[326/1002] Compiling passive.cc
[327/1002] Compiling deterministic.cc
[328/1002] Compiling poly1305_arm_asm.S
[329/1002] Compiling rsa_asn1.cc
[330/1002] Compiling fork_detect.cc
[331/1002] Compiling poly1305.cc
[332/1002] Compiling poly1305_vec.cc
[333/1002] Compiling poly1305_arm.cc
[334/1002] Compiling pool.cc
[335/1002] Compiling pkcs8.cc
[336/1002] Compiling pkcs8_x509.cc
[337/1002] Compiling pkcs7.cc
[338/1002] Compiling pkcs7_x509.cc
[339/1002] Compiling pem_x509.cc
[340/1002] Compiling p5_pbev2.cc
[341/1002] Compiling pem_xaux.cc
[342/1002] Compiling pem_pkey.cc
[343/1002] Compiling mlkem.cc
[344/1002] Compiling obj_xref.cc
[345/1002] Compiling pem_pk8.cc
[346/1002] Compiling pem_all.cc
[347/1002] Compiling obj.cc
[348/1002] Compiling pem_lib.cc
[349/1002] Compiling pem_oth.cc
[350/1002] Compiling pem_info.cc
[351/1002] Compiling mldsa.cc
[352/1002] Compiling mem.cc
[353/1002] Compiling lhash.cc
[354/1002] Compiling fips_shared_support.cc
[355/1002] Compiling poly_rq_mul.S
[356/1002] Compiling md5.cc
[357/1002] Compiling fuzzer_mode.cc
[358/1002] Compiling kyber.cc
[359/1002] Compiling hpke.cc
[360/1002] Compiling md4.cc
[361/1002] Compiling ex_data.cc
[362/1002] Compiling sign.cc
[363/1002] Compiling hrss.cc
[364/1002] Compiling scrypt.cc
[365/1002] Compiling print.cc
[366/1002] Compiling pbkdf.cc
[367/1002] Compiling p_x25519.cc
[368/1002] Compiling p_hkdf.cc
[369/1002] Compiling p_x25519_asn1.cc
[370/1002] Compiling p_rsa_asn1.cc
[371/1002] Compiling p_rsa.cc
[372/1002] Compiling p_ed25519.cc
[373/1002] Compiling p_ed25519_asn1.cc
[374/1002] Compiling p_dsa_asn1.cc
[375/1002] Compiling p_ec_asn1.cc
[376/1002] Compiling p_dh_asn1.cc
[377/1002] Compiling p_ec.cc
[378/1002] Compiling evp_ctx.cc
[379/1002] Compiling p_dh.cc
[380/1002] Compiling evp_asn1.cc
[381/1002] Compiling ecdsa_p1363.cc
[382/1002] Compiling err.cc
[383/1002] Compiling engine.cc
[384/1002] Compiling evp.cc
[385/1002] Compiling ecdh.cc
[386/1002] Compiling ec_derive.cc
[387/1002] Compiling ecdsa_asn1.cc
[388/1002] Compiling hash_to_curve.cc
[389/1002] Compiling dsa.cc
[390/1002] Compiling ec_asn1.cc
[391/1002] Compiling digest_extra.cc
[392/1002] Compiling dsa_asn1.cc
[393/1002] Compiling x25519-asm-arm.S
[394/1002] Compiling params.cc
[395/1002] Compiling des.cc
[396/1002] Compiling dh_asn1.cc
[397/1002] Compiling cpu_arm_linux.cc
[398/1002] Compiling curve25519.cc
[399/1002] Compiling spake25519.cc
[400/1002] Compiling crypto.cc
[401/1002] Compiling cpu_intel.cc
[402/1002] Compiling cpu_arm_freebsd.cc
[403/1002] Compiling cpu_aarch64_openbsd.cc
[404/1002] Compiling cpu_aarch64_win.cc
[405/1002] Compiling cpu_aarch64_linux.cc
[406/1002] Compiling cpu_aarch64_sysreg.cc
[407/1002] Compiling cpu_aarch64_fuchsia.cc
[408/1002] Compiling curve25519_64_adx.cc
[409/1002] Compiling cpu_aarch64_apple.cc
[410/1002] Compiling conf.cc
[411/1002] Compiling tls_cbc.cc
[412/1002] Compiling get_cipher.cc
[413/1002] Compiling e_rc4.cc
[414/1002] Compiling cms.cc
[415/1002] Compiling e_tls.cc
[416/1002] Compiling e_null.cc
[417/1002] Compiling e_rc2.cc
[418/1002] Compiling e_chacha20poly1305.cc
[419/1002] Compiling e_des.cc
[420/1002] Compiling e_aesgcmsiv.cc
[421/1002] Compiling derive_key.cc
[422/1002] Compiling e_aeseax.cc
[423/1002] Compiling chacha.cc
[424/1002] Compiling e_aesctrhmac.cc
[425/1002] Compiling cbb.cc
[426/1002] Compiling unicode.cc
[427/1002] Compiling ber.cc
[428/1002] Compiling cbs.cc
[429/1002] Compiling buf.cc
[430/1002] Compiling sqrt.cc
[431/1002] Compiling exponentiation.cc
[432/1002] Compiling div.cc
[433/1002] Compiling asn1_compat.cc
[434/1002] Compiling pair.cc
[435/1002] Compiling printf.cc
[436/1002] Compiling bn_asn1.cc
[437/1002] Compiling hexdump.cc
[438/1002] Compiling blake2.cc
[439/1002] Compiling convert.cc
[440/1002] Compiling errno.cc
[441/1002] Compiling fd.cc
[442/1002] Compiling file.cc
[443/1002] Compiling bio_mem.cc
[444/1002] Compiling base64.cc
[445/1002] Compiling bio.cc
[446/1002] Compiling tasn_fre.cc
[447/1002] Compiling tasn_typ.cc
[448/1002] Compiling tasn_new.cc
[449/1002] Compiling tasn_utl.cc
[450/1002] Compiling f_string.cc
[451/1002] Compiling tasn_enc.cc
[452/1002] Compiling asn_pack.cc
[453/1002] Compiling asn1_par.cc
[454/1002] Compiling posix_time.cc
[455/1002] Compiling tasn_dec.cc
[456/1002] Compiling f_int.cc
[457/1002] Compiling asn1_lib.cc
[458/1002] Compiling a_utctm.cc
[459/1002] Compiling a_octet.cc
[460/1002] Compiling a_time.cc
[461/1002] Compiling a_strex.cc
[462/1002] Compiling a_type.cc
[463/1002] Compiling a_strnid.cc
[464/1002] Compiling a_object.cc
[465/1002] Compiling a_i2d_fp.cc
[466/1002] Compiling a_dup.cc
[466/1002] Compiling a_mbstr.cc
[468/1002] Compiling a_d2i_fp.cc
[469/1002] Write sources
[475/1002] Write swift-version-24593BA9C3E375BF.txt
[476/1002] Compiling aes.cc
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/Version/ORBVersion.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBVersion.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from //usr/lib/swift/CoreFoundation/CoreFoundation.h:28:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| ^
1 error generated.
[477/1002] Compiling ORBVersion.c
[477/1002] Compiling a_int.cc
[477/1002] Compiling log.cpp
[477/1002] Compiling a_bool.cc
[477/1002] Compiling a_bitstr.cc
[477/1002] Compiling a_gentm.cc
[477/1002] Compiling bcm.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': [Env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENSWIFTUI_DEVELOPMENT not set -> false(default)
[Env] OPENSWIFTUI_WERROR not set -> false(default)
[Env] OPENSWIFTUI_TARGET_RELEASE not set -> 2024(default)
[Env] OPENSWIFTUI_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENSWIFTUI_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENSWIFTUI_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENSWIFTUI_RENDERBOX not set -> false(default)
[Env] OPENSWIFTUI_ANY_ATTRIBUTE_FIX not set -> true(default)
[Env] OPENSWIFTUI_LINK_COREUI not set -> false(default)
[Env] OPENSWIFTUI_LINK_CORESVG not set -> false(default)
[Env] OPENSWIFTUI_LINK_SFSYMBOLS not set -> false(default)
[Env] OPENSWIFTUI_LINK_BACKLIGHTSERVICES not set -> false(default)
[Env] OPENSWIFTUI_LINK_TESTING not set -> false(default)
[Env] OPENSWIFTUI_SYMBOL_LOCATOR not set -> false(default)
[Env] OPENSWIFTUI_OPENCOMBINE not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_LOG not set -> true(default)
[Env] OPENSWIFTUI_SWIFT_CRYPTO not set -> true(default)
[Env] OPENSWIFTUI_RENDER_GTK not set -> true(default)
[Env] OPENSWIFTUI_SWIFTUI_RENDER not set -> false(default)
[Env] OPENSWIFTUI_IGNORE_AVAILABILITY not set -> true(default)
[Env] OPENSWIFTUI_INTERNAL_XR_SDK not set -> false(default)
[Env] OPENSWIFTUI_ENABLE_PRIVATE_IMPORTS not set -> true(default)
[Env] OPENSWIFTUI_ENABLE_RUNTIME_CONCURRENCY_CHECK not set -> false(default)
[Env] OPENSWIFTUI_OPENSWIFTUI_BRIDGE_FRAMEWORK not set -> SwiftUI(default)
[Env] OPENSWIFTUI_SUPPORT_MULTI_PRODUCTS not set -> true(default)
[Env] OPENSWIFTUI_CF_CGTYPES not set -> false(default)
warning: 'openobservation': [env] OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM not set, using default: false
[env] OPENOBSERVATION_DEVELOPMENT not set, using default: false
[env] OPENSWIFTUI_SWIFT_TOOLCHAIN_SUPPORTED not set, using default: false
[env] OPENSWIFTUI_LIBRARY_EVOLUTION not set, using default: false
warning: 'openattributegraph': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
warning: 'opencoregraphics': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
warning: 'openrenderbox': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
[0/1] Planning build
Building for debugging...
[0/526] Compiling Storage.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/Render/ORBDisplayListInterpolator.m:5:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayListInterpolator.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from //usr/lib/swift/CoreFoundation/CoreFoundation.h:28:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| ^
1 error generated.
[1/526] Compiling ORBDisplayListInterpolator.m
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/Version/ORBVersion.c:5:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBVersion.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from //usr/lib/swift/CoreFoundation/CoreFoundation.h:28:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| ^
1 error generated.
[1/526] Compiling ORBVersion.c
[1/526] Compiling ORBUUID.mm
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/Render/ORBLayer.m:5:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBLayer.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBColorMode.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from //usr/lib/swift/CoreFoundation/CoreFoundation.h:28:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| ^
[1/526] Compiling ORBLayer.m
[1/526] Compiling log.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/Render/ORBDisplayList.m:5:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBoxObjC/Render/ORBDisplayList.h:7:
In file included from /host/spi-builder-workspace/.build/checkouts/OpenRenderBox/Sources/OpenRenderBoxCxx/include/OpenRenderBox/ORBBase.h:45:
In file included from //usr/lib/swift/CoreFoundation/CoreFoundation.h:28:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| ^
[1/526] Compiling ORBDisplayList.m
[1/526] Compiling assert.cpp
[1/526] Compiling bcm.cc
BUILD FAILURE 6.1 wasm