The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGUI, reference 0.3.0 (e0d07f), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 21:40:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/SwiftGUI.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonaskolb/SwiftGUI
 * tag               0.3.0      -> FETCH_HEAD
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 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yonaskolb/SwiftGUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/46] Emitting module Runtime
[6/50] Compiling Runtime ClassMetadata.swift
[7/50] Compiling Runtime EnumMetadata.swift
[8/50] Compiling Runtime FuntionMetadata.swift
[9/50] Compiling Runtime Metadata.swift
[10/50] Compiling Runtime MetadataType.swift
[11/50] Compiling Runtime GettersSetters.swift
[12/50] Compiling Runtime Pointer+Extensions.swift
[13/50] Compiling Runtime RetainCounts.swift
[14/50] Compiling Runtime String+Extensions.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 NominalMetadataType.swift
[20/50] Compiling Runtime ProtocolMetadata.swift
[21/50] Compiling Runtime StructMetadata.swift
[22/50] Compiling Runtime TupleMetadata.swift
[23/50] Compiling Runtime MetadataLayoutType.swift
[24/50] Compiling Runtime ProtocolDescriptor.swift
[25/50] Compiling Runtime ProtocolMetadataLayout.swift
[26/50] Compiling Runtime ProtocolTypeContainer.swift
[27/50] Compiling Runtime StructMetadataLayout.swift
[28/50] Compiling Runtime EnumMetadataLayout.swift
[29/50] Compiling Runtime EnumTypeDescriptor.swift
[30/50] Compiling Runtime ExistentialContainter.swift
[31/50] Compiling Runtime FieldDescriptor.swift
[32/50] Compiling Runtime FunctionMetadataLayout.swift
[33/50] Compiling Runtime StructTypeDescriptor.swift
[34/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[35/50] Compiling Runtime TupleMetadataLayout.swift
[36/50] Compiling Runtime TypeDescriptor.swift
[37/50] Compiling Runtime ValueWitnessTable.swift
[38/50] Compiling Runtime PropertyInfo.swift
[39/50] Compiling Runtime TypeInfo.swift
[40/50] Compiling Runtime TypeInfoConvertible.swift
[41/50] Compiling Runtime Pointers.swift
[42/50] Compiling Runtime Case.swift
[43/50] Compiling Runtime Errors.swift
[44/50] Compiling Runtime FunctionInfo.swift
[45/50] Compiling Runtime Kind.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 OptionalView.swift
[53/64] Compiling SwiftGUI SwiftView.swift
[54/64] Compiling SwiftGUI EnumView.swift
[55/64] Compiling SwiftGUI TestObject.swift
[56/64] Compiling SwiftGUI ArrayView.swift
[57/64] Compiling SwiftGUI SanitizedType.swift
[58/64] Compiling SwiftGUI SwiftUIExtensions.swift
[59/64] Emitting module SwiftGUI
[60/64] Compiling SwiftGUI DefaultPropertyPreviews.swift
[61/64] Compiling SwiftGUI ObjectView.swift
[62/64] Compiling SwiftGUI Config.swift
[63/64] Compiling SwiftGUI Property.swift
[64/64] Compiling SwiftGUI UnknownView.swift
Build complete! (13.30s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.94s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (1.44s)
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.