The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BijectiveDictionary, reference main (5af52d), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 08:03:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BijectiveDictionary -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ladvoc/BijectiveDictionary.git
https://github.com/ladvoc/BijectiveDictionary.git
{
  "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:)'
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:)'
   |               `- 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)],
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.59.1 of package ‘SwiftLintPlugins’
Resolve Package Graph
Resolved source packages:
  BijectiveDictionary: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
resolved source packages: BijectiveDictionary, SwiftLintPlugins
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BijectiveDictionary"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BijectiveDictionary -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BijectiveDictionary -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  BijectiveDictionary: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 6a26f96e6f65bb6da60454e696334901249ca4e912ede25e359f12daf4e447f1
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “BijectiveDictionary” in package “spi-builder-workspace”
Environment: ["BUILD_WORKSPACE_DIRECTORY": "/Users/admin/builder/spi-builder-workspace"]
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/BijectiveDictionary/SwiftLintBuildToolPlugin\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/BijectiveDictionary/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Conflict.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Descriptions.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+ExpressibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Invariant.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+LeftValues.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+RightValues.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary.swift
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x13683ceb0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: BijectiveDictionary
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'BijectiveDictionary' in project 'BijectiveDictionary'
        ➜ Explicit dependency on target 'BijectiveDictionary' in project 'BijectiveDictionary'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'BijectiveDictionary' in project 'BijectiveDictionary'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: de13058e716f98a77acbc850c29f19fb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/de13058e716f98a77acbc850c29f19fb.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.modulemap (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftConstValuesFileList (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-OutputFileMap.json (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyStaticMetadataFileList (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_const_extract_protocols.json (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.LinkFileList (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyMetadataFileList (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BijectiveDictionary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.modulemap (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver BijectiveDictionary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BijectiveDictionary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BijectiveDictionary+RightValues.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+RightValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+RightValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ BijectiveDictionary (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
EmitSwiftModule normal arm64 (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+LeftValues.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+LeftValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+LeftValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Invariant.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Invariant.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Invariant.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Descriptions.swift,\ BijectiveDictionary+ExpressibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Descriptions.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+ExpressibleByDictionaryLiteral.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Descriptions.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+ExpressibleByDictionaryLiteral.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Hashable.swift,\ BijectiveDictionary+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Initializers.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Hashable.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Initializers.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Collection.swift,\ BijectiveDictionary+Conflict.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Conflict.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Collection.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Conflict.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sequence.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sequence.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Operators.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Operators.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BijectiveDictionary+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sendable.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BijectiveDictionary/BijectiveDictionary+Sendable.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for BijectiveDictionary (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriver\ Compilation\ Requirements BijectiveDictionary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BijectiveDictionary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Operators.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BijectiveDictionary-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-Swift.h (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BijectiveDictionary-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftdoc (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.abi.json (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftsourceinfo (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Sequence.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+RightValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+LeftValues.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Invariant.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Descriptions.swift, BijectiveDictionary+ExpressibleByDictionaryLiteral.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Hashable.swift, BijectiveDictionary+Initializers.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Collection.swift, BijectiveDictionary+Conflict.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriverJobDiscovery normal arm64 Compiling BijectiveDictionary+Sendable.swift (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
SwiftDriver\ Compilation BijectiveDictionary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BijectiveDictionary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.o normal (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.o
ExtractAppIntentsMetadata (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BijectiveDictionary --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.BijectiveDictionary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/BijectiveDictionary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BijectiveDictionary.build/Debug-iphoneos/BijectiveDictionary.build/Objects-normal/arm64/BijectiveDictionary.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 01:03:18.925 appintentsmetadataprocessor[819:4448] Starting appintentsmetadataprocessor export
2025-04-29 01:03:18.960 appintentsmetadataprocessor[819:4448] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.o (in target 'BijectiveDictionary' from project 'BijectiveDictionary')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BijectiveDictionary.o
** BUILD SUCCEEDED **
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:)'
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:)'
   |               `- 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)],
Done.