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 master (91461b), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:33:28 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/ObjectEncoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 91461be [GitHub Actions] Update action-swiftlint to 3.0.1
Cloned https://github.com/norio-nomura/ObjectEncoder.git
Revision (git rev-parse @):
91461bedfaee24f418a74adf6b9063fe59907aa2
SUCCESS checkout https://github.com/norio-nomura/ObjectEncoder.git at master
========================================
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] Emitting module ObjectEncoder
[5/6] Compiling ObjectEncoder Decoder.swift
[6/6] Compiling ObjectEncoder Encoder.swift
Build complete! (3.80s)
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.