The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Common, reference 0.1.0 (5f33ad), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:42:14 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/gmosx/swift-common.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gmosx/swift-common
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5f33ad8 Merge pull request #3 from gmosx/master
Cloned https://github.com/gmosx/swift-common.git
Revision (git rev-parse @):
5f33ad890cb4faab4104f7d6ee04e9546a35d797
SUCCESS checkout https://github.com/gmosx/swift-common.git at 0.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": "swift-common",
      "name": "Common",
      "url": "https://github.com/gmosx/swift-common.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-common",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gmosx/swift-common.git
[1/59] Fetching swift-common
Fetched https://github.com/gmosx/swift-common.git from cache (0.56s)
Creating working copy for https://github.com/gmosx/swift-common.git
Working copy of https://github.com/gmosx/swift-common.git resolved at 0.1.0 (5f33ad8)
warning: '.resolve-product-dependencies': dependency 'swift-common' 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/gmosx/swift-common.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/5] Compiling Common Job.swift
[4/5] Compiling Common HTMLString.swift
[5/5] Emitting module Common
Build complete! (0.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Common",
  "name" : "Common",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Common",
      "targets" : [
        "Common"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommonTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonTests",
      "path" : "Tests/CommonTests",
      "sources" : [
        "CommonTests.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "Sources/Common",
      "product_memberships" : [
        "Common"
      ],
      "sources" : [
        "HTMLString.swift",
        "Job.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.