The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RandomPasswordGenerator, reference v0.1.0 (feb4d7), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:21:22 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/yukanamori/RandomPasswordGenerator.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukanamori/RandomPasswordGenerator
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at feb4d75 initial commit
Cloned https://github.com/yukanamori/RandomPasswordGenerator.git
Revision (git rev-parse @):
feb4d7506c5e4bc2f88a898598e4675298e2b2a2
SUCCESS checkout https://github.com/yukanamori/RandomPasswordGenerator.git at v0.1.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": "randompasswordgenerator",
      "name": "RandomPasswordGenerator",
      "url": "https://github.com/yukanamori/RandomPasswordGenerator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RandomPasswordGenerator",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yukanamori/RandomPasswordGenerator.git
[1/47] Fetching randompasswordgenerator
Fetched https://github.com/yukanamori/RandomPasswordGenerator.git from cache (0.66s)
Creating working copy for https://github.com/yukanamori/RandomPasswordGenerator.git
Working copy of https://github.com/yukanamori/RandomPasswordGenerator.git resolved at v0.1.0 (feb4d75)
warning: '.resolve-product-dependencies': dependency 'randompasswordgenerator' 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/yukanamori/RandomPasswordGenerator.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 RandomPasswordGenerator RandomPasswordGenerator.swift
[4/4] Emitting module RandomPasswordGenerator
Build complete! (3.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RandomPasswordGenerator",
  "name" : "RandomPasswordGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RandomPasswordGenerator",
      "targets" : [
        "RandomPasswordGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RandomPasswordGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomPasswordGeneratorTests",
      "path" : "Tests/RandomPasswordGeneratorTests",
      "sources" : [
        "RandomPasswordGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "RandomPasswordGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandomPasswordGenerator",
      "module_type" : "SwiftTarget",
      "name" : "RandomPasswordGenerator",
      "path" : "Sources/RandomPasswordGenerator",
      "product_memberships" : [
        "RandomPasswordGenerator"
      ],
      "sources" : [
        "RandomPasswordGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.