The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DictionaryNestedSubscript, reference master (340baa), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:28:30 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/vinhnx/DictionaryNestedSubscript.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vinhnx/DictionaryNestedSubscript
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 340baa6 Update README.md
Cloned https://github.com/vinhnx/DictionaryNestedSubscript.git
Revision (git rev-parse @):
340baa62c88ad8aa5fa7caf7064bb59ca53bcc2f
SUCCESS checkout https://github.com/vinhnx/DictionaryNestedSubscript.git at master
========================================
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": "dictionarynestedsubscript",
      "name": "DictionaryNestedSubscript",
      "url": "https://github.com/vinhnx/DictionaryNestedSubscript.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DictionaryNestedSubscript",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vinhnx/DictionaryNestedSubscript.git
[1/95] Fetching dictionarynestedsubscript
Fetched https://github.com/vinhnx/DictionaryNestedSubscript.git from cache (0.95s)
Creating working copy for https://github.com/vinhnx/DictionaryNestedSubscript.git
Working copy of https://github.com/vinhnx/DictionaryNestedSubscript.git resolved at master (340baa6)
warning: '.resolve-product-dependencies': dependency 'dictionarynestedsubscript' 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/vinhnx/DictionaryNestedSubscript.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling DictionaryNestedSubscript DictionaryNestedSubscript.swift
[4/4] Emitting module DictionaryNestedSubscript
Build complete! (0.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryNestedSubscript",
  "name" : "DictionaryNestedSubscript",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DictionaryNestedSubscript",
      "targets" : [
        "DictionaryNestedSubscript"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryNestedSubscriptTests",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryNestedSubscriptTests",
      "path" : "Tests/DictionaryNestedSubscriptTests",
      "sources" : [
        "DictionaryNestedSubscriptTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DictionaryNestedSubscript"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DictionaryNestedSubscript",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryNestedSubscript",
      "path" : "Sources/DictionaryNestedSubscript",
      "product_memberships" : [
        "DictionaryNestedSubscript"
      ],
      "sources" : [
        "DictionaryNestedSubscript.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.