The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Uncertain, reference 1.5.0 (838551), with Swift 6.1 for macOS (SPM) on 24 Jul 2025 18:03:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/Uncertain.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/Uncertain
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 8385511 Harmonize Core Location APIs for location and course accuracy (#9)
Cloned https://github.com/mattt/Uncertain.git
Revision (git rev-parse @):
8385511108a4cbc642a5f291eedd306317fae7b8
SUCCESS checkout https://github.com/mattt/Uncertain.git at 1.5.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": "uncertain",
      "name": "Uncertain",
      "url": "https://github.com/mattt/Uncertain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Uncertain",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattt/Uncertain.git
[1/120] Fetching uncertain
Fetched https://github.com/mattt/Uncertain.git from cache (0.74s)
Creating working copy for https://github.com/mattt/Uncertain.git
Working copy of https://github.com/mattt/Uncertain.git resolved at 1.5.0 (8385511)
warning: '.resolve-product-dependencies': dependency 'uncertain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattt/Uncertain.git
https://github.com/mattt/Uncertain.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Uncertain",
  "name" : "Uncertain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Uncertain",
      "targets" : [
        "Uncertain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UncertainTests",
      "module_type" : "SwiftTarget",
      "name" : "UncertainTests",
      "path" : "Tests/UncertainTests",
      "sources" : [
        "UncertainTests.swift"
      ],
      "target_dependencies" : [
        "Uncertain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Uncertain",
      "module_type" : "SwiftTarget",
      "name" : "Uncertain",
      "path" : "Sources/Uncertain",
      "product_memberships" : [
        "Uncertain"
      ],
      "sources" : [
        "Uncertain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module Uncertain
[4/4] Compiling Uncertain Uncertain.swift
Build complete! (5.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Uncertain",
  "name" : "Uncertain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Uncertain",
      "targets" : [
        "Uncertain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UncertainTests",
      "module_type" : "SwiftTarget",
      "name" : "UncertainTests",
      "path" : "Tests/UncertainTests",
      "sources" : [
        "UncertainTests.swift"
      ],
      "target_dependencies" : [
        "Uncertain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Uncertain",
      "module_type" : "SwiftTarget",
      "name" : "Uncertain",
      "path" : "Sources/Uncertain",
      "product_memberships" : [
        "Uncertain"
      ],
      "sources" : [
        "Uncertain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.