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 Difference, reference master (1deadf), with Swift 5.10 for macOS (SPM) on 8 May 2025 11:41:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/Difference.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/Difference
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1deadf0 Merge pull request #41 from dongyuan/fix-decimal-comparison
Cloned https://github.com/krzysztofzablocki/Difference.git
Revision (git rev-parse @):
1deadf0ef4215797e4a00567894462c22824a105
SUCCESS checkout https://github.com/krzysztofzablocki/Difference.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/krzysztofzablocki/Difference.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module Difference
[4/4] Compiling Difference Difference.swift
Build complete! (6.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Difference",
  "name" : "Difference",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Difference",
      "targets" : [
        "Difference"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DifferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "DifferenceTests",
      "path" : "Tests/DifferenceTests",
      "sources" : [
        "DifferenceTests.swift"
      ],
      "target_dependencies" : [
        "Difference"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Difference",
      "module_type" : "SwiftTarget",
      "name" : "Difference",
      "path" : "Sources",
      "product_memberships" : [
        "Difference"
      ],
      "sources" : [
        "Difference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.