The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPTEncoder, reference main (a86968), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:25:37 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/alfianlosari/GPTEncoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alfianlosari/GPTEncoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a869688 Fix bundle resource crash on Linux
Cloned https://github.com/alfianlosari/GPTEncoder.git
Revision (git rev-parse @):
a86968867ab4380e36b904a14c42215f71efe8b4
SUCCESS checkout https://github.com/alfianlosari/GPTEncoder.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": "gptencoder",
      "name": "GPTEncoder",
      "url": "https://github.com/alfianlosari/GPTEncoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GPTEncoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alfianlosari/GPTEncoder.git
[1/73] Fetching gptencoder
Fetched https://github.com/alfianlosari/GPTEncoder.git from cache (0.91s)
Creating working copy for https://github.com/alfianlosari/GPTEncoder.git
Working copy of https://github.com/alfianlosari/GPTEncoder.git resolved at main (a869688)
warning: '.resolve-product-dependencies': dependency 'gptencoder' 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/alfianlosari/GPTEncoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying encoder.json
[2/4] Copying vocab.bpe
[3/4] Write swift-version--6988338F2F200930.txt
[5/11] Compiling GPTEncoder resource_bundle_accessor.swift
[6/11] Compiling GPTEncoder Extensions.swift
[7/11] Emitting module GPTEncoder
[8/11] Compiling GPTEncoder Atomic.swift
[9/11] Compiling GPTEncoder Helper.swift
[10/11] Compiling GPTEncoder GPTEncoderResources.swift
[11/11] Compiling GPTEncoder GPTEncoder.swift
Build complete! (4.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GPTEncoder",
  "name" : "GPTEncoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GPTEncoder",
      "targets" : [
        "GPTEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GPTEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "GPTEncoderTests",
      "path" : "Tests/GPTEncoderTests",
      "sources" : [
        "GPTEncoderTests.swift"
      ],
      "target_dependencies" : [
        "GPTEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GPTEncoder",
      "module_type" : "SwiftTarget",
      "name" : "GPTEncoder",
      "path" : "Sources/GPTEncoder",
      "product_memberships" : [
        "GPTEncoder"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GPTEncoder/Resources/encoder.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GPTEncoder/Resources/vocab.bpe",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Atomic.swift",
        "Extensions.swift",
        "GPTEncoder.swift",
        "GPTEncoderResources.swift",
        "Helper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.