The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-embedded-examples, reference main (1d1cd9), with Swift 6.2 for macOS (SPM) on 11 Nov 2025 02:59:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/swiftlang/swift-embedded-examples.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-embedded-examples
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d1cd93 Update to main-snapshot-2025-11-03 (#174)
Cloned https://github.com/swiftlang/swift-embedded-examples.git
Revision (git rev-parse @):
1d1cd9358e510e8d6145bf76a481a7c604495e0e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-embedded-examples.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
[217/5733] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (4.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.72s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved 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",
  "dependencies": [
    {
      "identity": "swift-embedded-examples",
      "name": "swift-embedded-examples",
      "url": "https://github.com/swiftlang/swift-embedded-examples.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-embedded-examples",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swiftlang/swift-embedded-examples.git
[1/3440] Fetching swift-embedded-examples
Fetched https://github.com/swiftlang/swift-embedded-examples.git from cache (2.62s)
Creating working copy for https://github.com/swiftlang/swift-embedded-examples.git
Working copy of https://github.com/swiftlang/swift-embedded-examples.git resolved at main (1d1cd93)
warning: '.resolve-product-dependencies': dependency 'swift-embedded-examples' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftlang/swift-embedded-examples.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/6] Compiling EmbeddedSwift Empty.swift
[6/6] Emitting module EmbeddedSwift
Build complete! (11.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-embedded-examples",
  "name" : "swift-embedded-examples",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EmbeddedSwift",
      "targets" : [
        "EmbeddedSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmbeddedSwift",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedSwift",
      "path" : "Sources/EmbeddedSwift",
      "product_memberships" : [
        "EmbeddedSwift"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.