Build Information
Successful build of SwiftGUI, reference master (e0d07f
), with Swift 6.0 for macOS (SPM) on 28 Apr 2025 15:03:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/SwiftGUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonaskolb/SwiftGUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e0d07fc make default property filter a no-op
Cloned https://github.com/yonaskolb/SwiftGUI.git
Revision (git rev-parse @):
e0d07fc374fd1d999c58675cb8991803f3c615c0
SUCCESS checkout https://github.com/yonaskolb/SwiftGUI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yonaskolb/SwiftGUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/46] Emitting module Runtime
[6/50] Compiling Runtime StructTypeDescriptor.swift
[7/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[8/50] Compiling Runtime TupleMetadataLayout.swift
[9/50] Compiling Runtime TypeDescriptor.swift
[10/50] Compiling Runtime ValueWitnessTable.swift
[11/50] Compiling Runtime NominalMetadataType.swift
[12/50] Compiling Runtime ProtocolMetadata.swift
[13/50] Compiling Runtime StructMetadata.swift
[14/50] Compiling Runtime TupleMetadata.swift
[15/50] Compiling Runtime RelativePointer.swift
[16/50] Compiling Runtime RelativeVectorPointer.swift
[17/50] Compiling Runtime Union.swift
[18/50] Compiling Runtime Vector.swift
[19/50] Compiling Runtime GettersSetters.swift
[20/50] Compiling Runtime Pointer+Extensions.swift
[21/50] Compiling Runtime RetainCounts.swift
[22/50] Compiling Runtime String+Extensions.swift
[23/50] Compiling Runtime Case.swift
[24/50] Compiling Runtime Errors.swift
[25/50] Compiling Runtime FunctionInfo.swift
[26/50] Compiling Runtime Kind.swift
[27/50] Compiling Runtime PropertyInfo.swift
[28/50] Compiling Runtime TypeInfo.swift
[29/50] Compiling Runtime TypeInfoConvertible.swift
[30/50] Compiling Runtime Pointers.swift
[31/50] Compiling Runtime EnumMetadataLayout.swift
[32/50] Compiling Runtime EnumTypeDescriptor.swift
[33/50] Compiling Runtime ExistentialContainter.swift
[34/50] Compiling Runtime FieldDescriptor.swift
[35/50] Compiling Runtime FunctionMetadataLayout.swift
[36/50] Compiling Runtime ClassMetadata.swift
[37/50] Compiling Runtime EnumMetadata.swift
[38/50] Compiling Runtime FuntionMetadata.swift
[39/50] Compiling Runtime Metadata.swift
[40/50] Compiling Runtime MetadataType.swift
[41/50] Compiling Runtime MetadataLayoutType.swift
[42/50] Compiling Runtime ProtocolDescriptor.swift
[43/50] Compiling Runtime ProtocolMetadataLayout.swift
[44/50] Compiling Runtime ProtocolTypeContainer.swift
[45/50] Compiling Runtime StructMetadataLayout.swift
[46/50] Compiling Runtime DefaultValue.swift
[47/50] Compiling Runtime Factory.swift
[48/50] Compiling Runtime ClassHeader.swift
[49/50] Compiling Runtime ClassMetadataLayout.swift
[50/50] Compiling Runtime ClassTypeDescriptor.swift
[51/63] Compiling SwiftGUI PropertyPreview.swift
[52/63] Compiling SwiftGUI SwiftView.swift
[53/64] Compiling SwiftGUI ObjectView.swift
[54/64] Compiling SwiftGUI OptionalView.swift
[55/64] Compiling SwiftGUI Config.swift
[56/64] Compiling SwiftGUI Property.swift
[57/64] Compiling SwiftGUI SanitizedType.swift
[58/64] Compiling SwiftGUI SwiftUIExtensions.swift
[59/64] Compiling SwiftGUI DefaultPropertyPreviews.swift
[60/64] Emitting module SwiftGUI
[61/64] Compiling SwiftGUI TestObject.swift
[62/64] Compiling SwiftGUI ArrayView.swift
[63/64] Compiling SwiftGUI EnumView.swift
[64/64] Compiling SwiftGUI UnknownView.swift
Build complete! (14.81s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.99s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.58s)
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Build complete.
{
"dependencies" : [
{
"identity" : "runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wickwirew/Runtime"
}
],
"manifest_display_name" : "SwiftGUI",
"name" : "SwiftGUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftGUI",
"targets" : [
"SwiftGUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGUI",
"module_type" : "SwiftTarget",
"name" : "SwiftGUI",
"path" : "Sources/SwiftGUI",
"product_dependencies" : [
"Runtime"
],
"product_memberships" : [
"SwiftGUI"
],
"sources" : [
"Config.swift",
"Property.swift",
"SanitizedType.swift",
"SwiftUIExtensions.swift",
"TestObject.swift",
"Views/ArrayView.swift",
"Views/DefaultPropertyPreviews.swift",
"Views/EnumView.swift",
"Views/ObjectView.swift",
"Views/OptionalView.swift",
"Views/PropertyPreview.swift",
"Views/SwiftView.swift",
"Views/UnknownView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.