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 ObjectEncoder, reference 0.2.0 (cee65e), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:32:30 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/norio-nomura/ObjectEncoder.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/ObjectEncoder
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at cee65ea Bump version to 0.2.0
Cloned https://github.com/norio-nomura/ObjectEncoder.git
Revision (git rev-parse @):
cee65eac1234439453874150bc1edfc2dff796f5
SUCCESS checkout https://github.com/norio-nomura/ObjectEncoder.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/norio-nomura/ObjectEncoder.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/6] Compiling ObjectEncoder JSON.swift
[4/6] Compiling ObjectEncoder Encoder.swift
[5/6] Emitting module ObjectEncoder
[6/6] Compiling ObjectEncoder Decoder.swift
Build complete! (3.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ObjectEncoder",
  "name" : "ObjectEncoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ObjectEncoder",
      "targets" : [
        "ObjectEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjectEncoderTests",
      "path" : "Tests/ObjectEncoderTests",
      "sources" : [
        "ObjectEncoderTests.swift",
        "TestJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "ObjectEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjectEncoder",
      "module_type" : "SwiftTarget",
      "name" : "ObjectEncoder",
      "path" : "Sources/ObjectEncoder",
      "product_memberships" : [
        "ObjectEncoder"
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.