The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftGUI, reference 0.3.0 (e0d07f), with Swift 5.9 for macOS (SPM) on 28 Apr 2025 15:02:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.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: 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:             5.9
Building package at path:  $PWD
https://github.com/yonaskolb/SwiftGUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CRuntime dummy.c
[2/43] Compiling Runtime MetadataLayoutType.swift
[3/43] Compiling Runtime ProtocolDescriptor.swift
[4/43] Compiling Runtime ProtocolMetadataLayout.swift
[5/43] Compiling Runtime ProtocolTypeContainer.swift
[6/43] Compiling Runtime StructMetadataLayout.swift
[7/47] Compiling Runtime StructTypeDescriptor.swift
[8/47] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[9/47] Compiling Runtime TupleMetadataLayout.swift
[10/47] Compiling Runtime TypeDescriptor.swift
[11/47] Compiling Runtime ValueWitnessTable.swift
[12/47] Compiling Runtime Case.swift
[13/47] Compiling Runtime Errors.swift
[14/47] Compiling Runtime FunctionInfo.swift
[15/47] Compiling Runtime Kind.swift
[16/47] Compiling Runtime PropertyInfo.swift
[17/47] Compiling Runtime TypeInfo.swift
[18/47] Compiling Runtime TypeInfoConvertible.swift
[19/47] Compiling Runtime Pointers.swift
[20/47] Emitting module Runtime
[21/47] Compiling Runtime ClassMetadata.swift
[22/47] Compiling Runtime EnumMetadata.swift
[23/47] Compiling Runtime FuntionMetadata.swift
[24/47] Compiling Runtime Metadata.swift
[25/47] Compiling Runtime MetadataType.swift
[26/47] Compiling Runtime NominalMetadataType.swift
[27/47] Compiling Runtime ProtocolMetadata.swift
[28/47] Compiling Runtime StructMetadata.swift
[29/47] Compiling Runtime TupleMetadata.swift
[30/47] Compiling Runtime RelativePointer.swift
[31/47] Compiling Runtime RelativeVectorPointer.swift
[32/47] Compiling Runtime Union.swift
[33/47] Compiling Runtime Vector.swift
[34/47] Compiling Runtime GettersSetters.swift
[35/47] Compiling Runtime Pointer+Extensions.swift
[36/47] Compiling Runtime RetainCounts.swift
[37/47] Compiling Runtime String+Extensions.swift
[38/47] Compiling Runtime EnumMetadataLayout.swift
[39/47] Compiling Runtime EnumTypeDescriptor.swift
[40/47] Compiling Runtime ExistentialContainter.swift
[41/47] Compiling Runtime FieldDescriptor.swift
[42/47] Compiling Runtime FunctionMetadataLayout.swift
[43/47] Compiling Runtime DefaultValue.swift
[44/47] Compiling Runtime Factory.swift
[45/47] Compiling Runtime ClassHeader.swift
[46/47] Compiling Runtime ClassMetadataLayout.swift
[47/47] Compiling Runtime ClassTypeDescriptor.swift
[48/60] Compiling SwiftGUI SwiftView.swift
[49/60] Compiling SwiftGUI ObjectView.swift
[50/60] Compiling SwiftGUI OptionalView.swift
[51/60] Compiling SwiftGUI PropertyPreview.swift
[52/60] Compiling SwiftGUI DefaultPropertyPreviews.swift
[53/60] Compiling SwiftGUI Config.swift
[54/60] Compiling SwiftGUI Property.swift
[55/60] Compiling SwiftGUI TestObject.swift
[56/60] Compiling SwiftGUI ArrayView.swift
[57/60] Emitting module SwiftGUI
[58/60] Compiling SwiftGUI SanitizedType.swift
[59/60] Compiling SwiftGUI SwiftUIExtensions.swift
[60/60] Compiling SwiftGUI EnumView.swift
[61/61] Compiling SwiftGUI UnknownView.swift
Build complete! (15.62s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime (1.42s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.46s)
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.