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 CodableProperty, reference 1.0.0 (42ac9d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:05:55 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/gcharita/CodableProperty.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gcharita/CodableProperty
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 42ac9d8 Merge pull request #3 from gcharita/change/CodableTransformer
Cloned https://github.com/gcharita/CodableProperty.git
Revision (git rev-parse @):
42ac9d86db08418834cc0373f0a897bb7eaecca0
SUCCESS checkout https://github.com/gcharita/CodableProperty.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gcharita/CodableProperty.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/5] Compiling CodableProperty CodableTransformer.swift
[4/5] Compiling CodableProperty CodableProperty.swift
[5/5] Emitting module CodableProperty
Build complete! (2.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodableProperty",
  "name" : "CodableProperty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodableProperty",
      "targets" : [
        "CodableProperty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableProperty",
      "module_type" : "SwiftTarget",
      "name" : "CodableProperty",
      "path" : "CodableProperty/Classes",
      "product_memberships" : [
        "CodableProperty"
      ],
      "sources" : [
        "CodableProperty.swift",
        "CodableTransformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.