The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-evals, reference main (6a5cf1), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 12:57:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ltloop/swift-evals.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ltloop/swift-evals
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6a5cf1f fixes
Cloned https://github.com/ltloop/swift-evals.git
Revision (git rev-parse @):
6a5cf1fe37476b0d8ea5d767b8a58dafafda22e3
SUCCESS checkout https://github.com/ltloop/swift-evals.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-evals",
      "name": "swift-evals",
      "url": "https://github.com/ltloop/swift-evals.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-evals",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ltloop/swift-evals.git
[1/65] Fetching swift-evals
Fetched https://github.com/ltloop/swift-evals.git from cache (0.60s)
Creating working copy for https://github.com/ltloop/swift-evals.git
Working copy of https://github.com/ltloop/swift-evals.git resolved at main (6a5cf1f)
warning: '.resolve-product-dependencies': dependency 'swift-evals' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ltloop/swift-evals.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling SwiftEvals Hallucination.swift
[4/11] Compiling SwiftEvals Conciseness.swift
[5/11] Compiling SwiftEvals Corectness.swift
[6/11] Compiling SwiftEvals TribalKnowledge.swift
[7/11] Compiling SwiftEvals LLMAsJudge.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftEvals/LLMAsJudge.swift:25:51: error: value of type 'Transcript' has no member 'entries'
23 |         var textInstructions = ""
24 |         if includeInstructions {
25 |             let instructions = session.transcript.entries.first { entry in
   |                                                   `- error: value of type 'Transcript' has no member 'entries'
26 |                 entry.description.contains(TribalKnowledge.INSTRUCTIONS_MARK_IN_TRANSCRIPT)
27 |             }
[8/11] Compiling SwiftEvals String+Hydration.swift
[9/11] Compiling SwiftEvals Evaluation.swift
[10/11] Emitting module SwiftEvals
[11/11] Compiling SwiftEvals EvalType.swift
BUILD FAILURE 6.3 macosSpm