The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Dynamic, reference 1.2.0 (ab9a25), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:05:53 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/mhdhejazi/Dynamic.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mhdhejazi/Dynamic
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at ab9a257 Use the proper setter name for boolean properties.
Cloned https://github.com/mhdhejazi/Dynamic.git
Revision (git rev-parse @):
ab9a2570862d54aed2663691bb767f881226a12f
SUCCESS checkout https://github.com/mhdhejazi/Dynamic.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mhdhejazi/Dynamic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Dynamic TypeMapping.swift
[4/7] Compiling Dynamic Logger.swift
[5/7] Compiling Dynamic Invocation.swift
[6/7] Emitting module Dynamic
[7/7] Compiling Dynamic Dynamic.swift
Build complete! (3.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dynamic",
  "name" : "Dynamic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Dynamic",
      "targets" : [
        "Dynamic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicTests",
      "path" : "Tests/DynamicTests",
      "sources" : [
        "DynamicTests.swift"
      ],
      "target_dependencies" : [
        "Dynamic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dynamic",
      "module_type" : "SwiftTarget",
      "name" : "Dynamic",
      "path" : "Sources/Dynamic",
      "product_memberships" : [
        "Dynamic"
      ],
      "sources" : [
        "Dynamic.swift",
        "Invocation.swift",
        "Logger.swift",
        "TypeMapping.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.