The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DictionaryKit, reference 1.0.0 (f59937), with Swift 6.0 for macOS (SPM) on 10 Feb 2026 05:26:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakeoeding/DictionaryKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jakeoeding/DictionaryKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f59937a update versions to make build less restrictive
Cloned https://github.com/jakeoeding/DictionaryKit.git
Revision (git rev-parse @):
f59937a25e51da73ff0d3fe5f58b0e8f7d080ddc
SUCCESS checkout https://github.com/jakeoeding/DictionaryKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jakeoeding/DictionaryKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write DictionaryKitExample-entitlement.plist
[1/6] Compiling main.m
[2/6] Compiling DictionaryKit TTTDictionary.m
[3/6] Write Objects.LinkFileList
[4/6] Linking DictionaryKitExample
[5/6] Applying DictionaryKitExample
Build complete! (2.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryKit",
  "name" : "DictionaryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryKit",
      "targets" : [
        "DictionaryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DictionaryKitExample",
      "targets" : [
        "DictionaryKitExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryKitExample",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKitExample",
      "path" : "Examples",
      "product_memberships" : [
        "DictionaryKitExample"
      ],
      "sources" : [
        "DictionaryKitExample/main.m"
      ],
      "target_dependencies" : [
        "DictionaryKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DictionaryKit",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKit",
      "path" : "Sources/DictionaryKit",
      "product_memberships" : [
        "DictionaryKit",
        "DictionaryKitExample"
      ],
      "sources" : [
        "TTTDictionary.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.