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 EasyCodable, reference 2.0.0 (1716a5), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:39:26 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/sochalewski/EasyCodable.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sochalewski/EasyCodable
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 1716a57 Rename package
Cloned https://github.com/sochalewski/EasyCodable.git
Revision (git rev-parse @):
1716a57ebebf7283ca985cfc52a84a35873d0844
SUCCESS checkout https://github.com/sochalewski/EasyCodable.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sochalewski/EasyCodable.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/8] Compiling EasyCodable EasyNil.swift
[4/8] Compiling EasyCodable EasyFalse.swift
[5/8] Compiling EasyCodable EasyLowercasedNil.swift
[6/8] Emitting module EasyCodable
[7/8] Compiling EasyCodable EasyEmptyArray.swift
[8/8] Compiling EasyCodable EasyTrue.swift
Build complete! (0.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyCodable",
  "name" : "EasyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyCodable",
      "targets" : [
        "EasyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyCodableTests",
      "path" : "Tests/EasyCodableTests",
      "sources" : [
        "EasyCodableTests.swift"
      ],
      "target_dependencies" : [
        "EasyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyCodable",
      "module_type" : "SwiftTarget",
      "name" : "EasyCodable",
      "path" : "Sources/EasyCodable",
      "product_memberships" : [
        "EasyCodable"
      ],
      "sources" : [
        "EasyEmptyArray.swift",
        "EasyFalse.swift",
        "EasyLowercasedNil.swift",
        "EasyNil.swift",
        "EasyTrue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.