The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DictionaryKit, reference 1.0.0 (f59937), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 13:22:07 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/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
========================================
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": "dictionarykit",
      "name": "DictionaryKit",
      "url": "https://github.com/jakeoeding/DictionaryKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DictionaryKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jakeoeding/DictionaryKit.git
[1/165] Fetching dictionarykit
Fetched https://github.com/jakeoeding/DictionaryKit.git from cache (0.66s)
Creating working copy for https://github.com/jakeoeding/DictionaryKit.git
Working copy of https://github.com/jakeoeding/DictionaryKit.git resolved at 1.0.0 (f59937a)
warning: '.resolve-product-dependencies': dependency 'dictionarykit' 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/jakeoeding/DictionaryKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write DictionaryKitExample-entitlement.plist
[1/6] Compiling DictionaryKit TTTDictionary.m
[2/6] Compiling main.m
[3/6] Write Objects.LinkFileList
[4/6] Linking DictionaryKitExample
[5/6] Applying DictionaryKitExample
Build complete! (2.44s)
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.