The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ValueCodable, reference develop (e33e4b), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 19:40:06 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/finestructure/ValueCodable.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finestructure/ValueCodable
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e33e4b2 Merge pull request #8 from finestructure/package-update
Cloned https://github.com/finestructure/ValueCodable.git
Revision (git rev-parse @):
e33e4b24870bbfd56f038b0c7a89d85310dd91e9
SUCCESS checkout https://github.com/finestructure/ValueCodable.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/finestructure/ValueCodable.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 ValueCodable Utils.swift
[4/5] Compiling ValueCodable Value.swift
[5/5] Emitting module ValueCodable
Build complete! (8.26s)
Fetching https://github.com/jpsim/Yams.git
[1/10874] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.77s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.42s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "ValueCodable",
  "name" : "ValueCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ValueCodable",
      "targets" : [
        "ValueCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValueCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodableTests",
      "path" : "Tests/ValueCodableTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "UtilsTests.swift",
        "ValueCodableTests.swift"
      ],
      "target_dependencies" : [
        "ValueCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValueCodable",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodable",
      "path" : "Sources/ValueCodable",
      "product_memberships" : [
        "ValueCodable"
      ],
      "sources" : [
        "Utils.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.