The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SpellSPM, reference 1.0.2 (37d97c), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 12:09:26 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tridiak/SpellSPM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying spellDBv3.db
[2/4] Copying SQLiteTable.txt
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling SpellSPM SpellDBFields.swift
[6/16] Emitting module SpellSPM
[7/16] Compiling SpellSPM StringStuff.swift
[8/16] Compiling SpellSPM resource_bundle_accessor.swift
[9/16] Compiling SpellSPM SpellSPM.swift
[10/16] Compiling SpellSPM Enums.swift
[11/16] Compiling SpellSPM CharClass.swift
[12/16] Compiling SpellSPM DBAccessProtocol.swift
[13/16] Compiling SpellSPM SpellDBAccess.swift
[14/16] Compiling SpellSPM SpellObject.swift
[15/16] Compiling SpellSPM SpellsEx.swift
[16/16] Compiling SpellSPM SpellsTableStruct.swift
Build complete! (5.92s)
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.