The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YaSpellChecker, reference main (5dcd8a), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 18:39:25 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/makoni/YaSpellChecker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/makoni/YaSpellChecker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5dcd8a0 Add custom sponsorship URL for donations
Cloned https://github.com/makoni/YaSpellChecker.git
Revision (git rev-parse @):
5dcd8a0203eb6855256c2d1ca85381ecdfa265a2
SUCCESS checkout https://github.com/makoni/YaSpellChecker.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": "yaspellchecker",
      "name": "YaSpellChecker",
      "url": "https://github.com/makoni/YaSpellChecker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YaSpellChecker",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/makoni/YaSpellChecker.git
[1/90] Fetching yaspellchecker
Fetched https://github.com/makoni/YaSpellChecker.git from cache (0.58s)
Creating working copy for https://github.com/makoni/YaSpellChecker.git
Working copy of https://github.com/makoni/YaSpellChecker.git resolved at main (5dcd8a0)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/makoni/YaSpellChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Copying Info.plist
[0/9] Write sources
[2/9] Copying Localizable.xcstrings
[4/9] Write ExampleApp-entitlement.plist
[5/9] Write swift-version--6988338F2F200930.txt
[7/12] Compiling YaSpellChecker resource_bundle_accessor.swift
[8/12] Emitting module YaSpellChecker
[9/12] Compiling YaSpellChecker YaSpellChecker.swift
[10/14] Emitting module ExampleApp
[11/14] Compiling ExampleApp ExampleApp.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking ExampleApp
[13/14] Applying ExampleApp
Build complete! (6.24s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "YaSpellChecker",
  "name" : "YaSpellChecker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "YaSpellChecker",
      "targets" : [
        "YaSpellChecker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleApp",
      "targets" : [
        "ExampleApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YaSpellCheckerTests",
      "module_type" : "SwiftTarget",
      "name" : "YaSpellCheckerTests",
      "path" : "Tests/YaSpellCheckerTests",
      "sources" : [
        "YaSpellCheckerTests.swift"
      ],
      "target_dependencies" : [
        "YaSpellChecker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YaSpellChecker",
      "module_type" : "SwiftTarget",
      "name" : "YaSpellChecker",
      "path" : "Sources/YaSpellChecker",
      "product_memberships" : [
        "YaSpellChecker",
        "ExampleApp"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/YaSpellChecker/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "YaSpellChecker.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "Sources/ExampleApp",
      "product_memberships" : [
        "ExampleApp"
      ],
      "sources" : [
        "ExampleApp.swift"
      ],
      "target_dependencies" : [
        "YaSpellChecker"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Done.