Build Information
Successful build of BijectiveDictionary, reference main (12336c), with Swift 5.10 for macOS (SPM) on 6 Oct 2025 16:16:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ladvoc/BijectiveDictionary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ladvoc/BijectiveDictionary
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ladvoc/BijectiveDictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.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-33747A42983211AE.txt
[5/16] Compiling BijectiveDictionary BijectiveDictionary+LeftValues.swift
[6/16] Compiling BijectiveDictionary BijectiveDictionary+Invariant.swift
[7/16] Compiling BijectiveDictionary BijectiveDictionary+Collection.swift
[8/16] Compiling BijectiveDictionary BijectiveDictionary+Conflict.swift
[9/16] Compiling BijectiveDictionary BijectiveDictionary+Initializers.swift
[10/16] Emitting module BijectiveDictionary
[11/16] Compiling BijectiveDictionary BijectiveDictionary+Hashable.swift
[12/16] Compiling BijectiveDictionary BijectiveDictionary+Descriptions.swift
[13/16] Compiling BijectiveDictionary BijectiveDictionary+ExpressibleByDictionaryLiteral.swift
[14/16] Compiling BijectiveDictionary BijectiveDictionary+Sequence.swift
[15/16] Compiling BijectiveDictionary BijectiveDictionary+Operators.swift
[16/16] Compiling BijectiveDictionary BijectiveDictionary+RightValues.swift
[17/17] Compiling BijectiveDictionary BijectiveDictionary.swift
Build complete! (12.53s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/239] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.13s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.37s)
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.65s)
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" : [
"5"
],
"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" : "5.10"
}
Done.