The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableXPC, reference 1.0.0 (c28657), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:19:00 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/daniel-grumberg/codablexpc.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniel-grumberg/codablexpc
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c28657b Merge pull request #1 from daniel-grumberg/build-badge
Cloned https://github.com/daniel-grumberg/codablexpc.git
Revision (git rev-parse @):
c28657b4cbe0e72a8aeb49079ced2a435a085253
SUCCESS checkout https://github.com/daniel-grumberg/codablexpc.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daniel-grumberg/codablexpc.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/12] Compiling CodableXPC XPCDecoder.swift
[4/12] Compiling CodableXPC XPCSingleValueDecodingContainer.swift
[5/12] Emitting module CodableXPC
[6/12] Compiling CodableXPC XPCUnkeyedEncodingContainer.swift
[7/12] Compiling CodableXPC XPCSingleValueEncodingContainer.swift
[8/12] Compiling CodableXPC XPCUnkeyedDecodingContainer.swift
[9/12] Compiling CodableXPC XPCKeyedDecodingContainer.swift
[10/12] Compiling CodableXPC XPCEncoder.swift
[11/12] Compiling CodableXPC XPCCodingKey.swift
[12/12] Compiling CodableXPC XPCKeyedEncodingContainer.swift
Build complete! (2.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodableXPC",
  "name" : "CodableXPC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodableXPC",
      "targets" : [
        "CodableXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableXPCTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableXPCTests",
      "path" : "Tests/CodableXPCTests",
      "sources" : [
        "CodableXPCTests.swift"
      ],
      "target_dependencies" : [
        "CodableXPC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableXPC",
      "module_type" : "SwiftTarget",
      "name" : "CodableXPC",
      "path" : "Sources/CodableXPC",
      "product_memberships" : [
        "CodableXPC"
      ],
      "sources" : [
        "XPCCodingKey.swift",
        "XPCDecoder.swift",
        "XPCEncoder.swift",
        "XPCKeyedDecodingContainer.swift",
        "XPCKeyedEncodingContainer.swift",
        "XPCSingleValueDecodingContainer.swift",
        "XPCSingleValueEncodingContainer.swift",
        "XPCUnkeyedDecodingContainer.swift",
        "XPCUnkeyedEncodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.