The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cohere, reference main (6c7705), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 14:37:59 UTC.

Swift 6 data race errors: 0

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/MaxRS07/Cohere.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MaxRS07/Cohere
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6c77054 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/MaxRS07/Cohere.git
Revision (git rev-parse @):
6c77054fc3b6a3ba57dc18c513ab33520c375455
SUCCESS checkout https://github.com/MaxRS07/Cohere.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": "cohere",
      "name": "Cohere",
      "url": "https://github.com/MaxRS07/Cohere.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cohere",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MaxRS07/Cohere.git
[1/76] Fetching cohere
Fetched https://github.com/MaxRS07/Cohere.git from cache (0.71s)
Creating working copy for https://github.com/MaxRS07/Cohere.git
Working copy of https://github.com/MaxRS07/Cohere.git resolved at main (6c77054)
warning: '.resolve-product-dependencies': dependency 'cohere' 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/MaxRS07/Cohere.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/6] Compiling Cohere Structs.swift
[4/6] Compiling Cohere Enums.swift
[5/6] Emitting module Cohere
[6/6] Compiling Cohere Cohere.swift
Build complete! (5.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cohere",
  "name" : "Cohere",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cohere",
      "targets" : [
        "Cohere"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CohereTests",
      "module_type" : "SwiftTarget",
      "name" : "CohereTests",
      "path" : "Tests/CohereTests",
      "sources" : [
        "APITests.swift"
      ],
      "target_dependencies" : [
        "Cohere"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cohere",
      "module_type" : "SwiftTarget",
      "name" : "Cohere",
      "path" : "Sources/Cohere",
      "product_memberships" : [
        "Cohere"
      ],
      "sources" : [
        "Cohere.swift",
        "Enums.swift",
        "Structs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.