The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BijectiveDictionary, reference v0.1.4 (12336c), with Swift 6.0 for macOS (SPM) on 5 Oct 2025 23:43:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/ladvoc/BijectiveDictionary.git
Reference: v0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ladvoc/BijectiveDictionary
 * tag               v0.1.4     -> FETCH_HEAD
HEAD is now at 12336cb Merge pull request #27 from x-sheep/mirror
Cloned https://github.com/ladvoc/BijectiveDictionary.git
Revision (git rev-parse @):
12336cb2de93b4ac71b53e7c128a327a6c3bf0fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ladvoc/BijectiveDictionary.git at v0.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ladvoc/BijectiveDictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintBuildToolPlugin
[2/2] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/16] Compiling BijectiveDictionary BijectiveDictionary+Hashable.swift
[6/17] Compiling BijectiveDictionary BijectiveDictionary+Descriptions.swift
[7/17] Compiling BijectiveDictionary BijectiveDictionary+ExpressibleByDictionaryLiteral.swift
[8/17] Emitting module BijectiveDictionary
[9/17] Compiling BijectiveDictionary BijectiveDictionary+RightValues.swift
[10/17] Compiling BijectiveDictionary BijectiveDictionary+Operators.swift
[11/17] Compiling BijectiveDictionary BijectiveDictionary+Invariant.swift
[12/17] Compiling BijectiveDictionary BijectiveDictionary+Initializers.swift
[13/17] Compiling BijectiveDictionary BijectiveDictionary+Sequence.swift
[14/17] Compiling BijectiveDictionary BijectiveDictionary+Collection.swift
[15/17] Compiling BijectiveDictionary BijectiveDictionary+Conflict.swift
[16/17] Compiling BijectiveDictionary BijectiveDictionary+LeftValues.swift
[17/17] Compiling BijectiveDictionary BijectiveDictionary.swift
Build complete! (13.57s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/239] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.73s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.46s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.61.0
[16375/70760294] Downloading https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip (3.43s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.56.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "BijectiveDictionary",
  "name" : "BijectiveDictionary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BijectiveDictionary",
      "targets" : [
        "BijectiveDictionary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BijectiveDictionaryTests",
      "module_type" : "SwiftTarget",
      "name" : "BijectiveDictionaryTests",
      "path" : "Tests/BijectiveDictionaryTests",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "BijectiveDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "BijectiveDictionary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BijectiveDictionary",
      "module_type" : "SwiftTarget",
      "name" : "BijectiveDictionary",
      "path" : "Sources/BijectiveDictionary",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "BijectiveDictionary"
      ],
      "sources" : [
        "BijectiveDictionary+Collection.swift",
        "BijectiveDictionary+Conflict.swift",
        "BijectiveDictionary+Descriptions.swift",
        "BijectiveDictionary+ExpressibleByDictionaryLiteral.swift",
        "BijectiveDictionary+Hashable.swift",
        "BijectiveDictionary+Initializers.swift",
        "BijectiveDictionary+Invariant.swift",
        "BijectiveDictionary+LeftValues.swift",
        "BijectiveDictionary+Operators.swift",
        "BijectiveDictionary+RightValues.swift",
        "BijectiveDictionary+Sequence.swift",
        "BijectiveDictionary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.