The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SpellSPM, reference 1.0.2 (37d97c), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 09:13:26 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/tridiak/SpellSPM.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tridiak/SpellSPM
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 37d97c4 Merge branch 'main' of https://github.com/tridiak/SpellSPM
Cloned https://github.com/tridiak/SpellSPM.git
Revision (git rev-parse @):
37d97c46a4e8a183cec4f15d822f1b909df1878a
SUCCESS checkout https://github.com/tridiak/SpellSPM.git at 1.0.2
========================================
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": "spellspm",
      "name": "SpellSPM",
      "url": "https://github.com/tridiak/SpellSPM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpellSPM",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tridiak/SpellSPM.git
[1/140] Fetching spellspm
Fetched https://github.com/tridiak/SpellSPM.git from cache (0.84s)
Creating working copy for https://github.com/tridiak/SpellSPM.git
Working copy of https://github.com/tridiak/SpellSPM.git resolved at 1.0.2 (37d97c4)
warning: '.resolve-product-dependencies': dependency 'spellspm' 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/tridiak/SpellSPM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying spellDBv3.db
[1/4] Copying SQLiteTable.txt
[1/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/15] Compiling SpellSPM SpellsEx.swift
[6/15] Compiling SpellSPM SpellObject.swift
[7/15] Emitting module SpellSPM
[8/15] Compiling SpellSPM SpellSPM.swift
[9/15] Compiling SpellSPM StringStuff.swift
[10/15] Compiling SpellSPM Enums.swift
[11/15] Compiling SpellSPM SpellDBFields.swift
[12/15] Compiling SpellSPM SpellDBAccess.swift
[13/15] Compiling SpellSPM CharClass.swift
[14/15] Compiling SpellSPM DBAccessProtocol.swift
[15/15] Compiling SpellSPM SpellsTableStruct.swift
[16/16] Compiling SpellSPM resource_bundle_accessor.swift
Build complete! (6.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SpellSPM",
  "name" : "SpellSPM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SpellSPM",
      "targets" : [
        "SpellSPM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpellSPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellSPMTests",
      "path" : "Tests/SpellSPMTests",
      "sources" : [
        "SpellSPMTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "SpellSPM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellSPM",
      "module_type" : "SwiftTarget",
      "name" : "SpellSPM",
      "path" : "Sources/SpellSPM",
      "product_memberships" : [
        "SpellSPM"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpellSPM/Resources/SQLiteTable.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpellSPM/Resources/spellDBv3.db",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CharClass.swift",
        "DBAccessProtocol.swift",
        "Enums.swift",
        "SpellDBAccess.swift",
        "SpellDBFields.swift",
        "SpellObject.swift",
        "SpellSPM.swift",
        "SpellsEx.swift",
        "SpellsTableStruct.swift",
        "StringStuff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.