Build Information
Successful build of BijectiveDictionary, reference main (5af52d
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 00:40:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 5af52d6 Merge pull request #15 from DandyLyons/docs-bijective
Cloned https://github.com/ladvoc/BijectiveDictionary.git
Revision (git rev-parse @):
5af52d667aa518e44f808b0b874d53fc2a500190
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ladvoc/BijectiveDictionary.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ladvoc/BijectiveDictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling BijectiveDictionary BijectiveDictionary+Sequence.swift
[6/17] Compiling BijectiveDictionary BijectiveDictionary+Sendable.swift
[7/18] Compiling BijectiveDictionary BijectiveDictionary+RightValues.swift
[8/18] Compiling BijectiveDictionary BijectiveDictionary+Hashable.swift
[9/18] Compiling BijectiveDictionary BijectiveDictionary+Initializers.swift
[10/18] Compiling BijectiveDictionary BijectiveDictionary+Operators.swift
[11/18] Compiling BijectiveDictionary BijectiveDictionary+Invariant.swift
[12/18] Emitting module BijectiveDictionary
[13/18] Compiling BijectiveDictionary BijectiveDictionary+Descriptions.swift
[14/18] Compiling BijectiveDictionary BijectiveDictionary+ExpressibleByDictionaryLiteral.swift
[15/18] Compiling BijectiveDictionary BijectiveDictionary+Collection.swift
[16/18] Compiling BijectiveDictionary BijectiveDictionary+Conflict.swift
[17/18] Compiling BijectiveDictionary BijectiveDictionary+LeftValues.swift
[18/18] Compiling BijectiveDictionary BijectiveDictionary.swift
Build complete! (12.36s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-6.0.swift:12:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
10 | #endif
11 |
12 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
13 | name: "BijectiveDictionary",
14 | platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/204] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.64s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (1.13s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.58s)
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+Sendable.swift",
"BijectiveDictionary+Sequence.swift",
"BijectiveDictionary.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-6.0.swift:12:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
10 | #endif
11 |
12 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
13 | name: "BijectiveDictionary",
14 | platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.