This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build BuildAnalyzer with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme BuildAnalyzer -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/polac24/XCBuildAnalyzer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/polac24/XCBuildAnalyzer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39e1c23 Merge pull request #4 from polac24/add-npm-package
Cloned https://github.com/polac24/XCBuildAnalyzer.git
Revision (git rev-parse @):
39e1c2346397627f1a5490933485126872089e79
SUCCESS checkout https://github.com/polac24/XCBuildAnalyzer.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/polac24/XCBuildAnalyzer.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/stephencelis/SQLite.swift.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.2 of package ‘CryptoSwift’
Creating working copy of package ‘swift’
Checking out 0.15.3 of package ‘swift’
Resolved source packages:
  BuildAnalyzer: /Users/admin/builder/spi-builder-workspace @ local
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.2
resolved source packages: BuildAnalyzer, SQLite.swift, CryptoSwift
{
  "dependencies" : [
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "BuildAnalyzer",
  "name" : "BuildAnalyzer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BuildAnalyzerKit",
      "targets" : [
        "BuildAnalyzerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GraphKit",
      "targets" : [
        "GraphKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeHasher",
      "targets" : [
        "XcodeHasher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeHasher",
      "module_type" : "SwiftTarget",
      "name" : "XcodeHasher",
      "path" : "Sources/XcodeHasher",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "XcodeHasher"
      ],
      "sources" : [
        "XcodeHasher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphKitTests",
      "path" : "Tests/GraphKitTests",
      "sources" : [
        "StartingFileTests.swift"
      ],
      "target_dependencies" : [
        "GraphKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphKit",
      "module_type" : "SwiftTarget",
      "name" : "GraphKit",
      "path" : "Sources/GraphKit",
      "product_memberships" : [
        "GraphKit"
      ],
      "sources" : [
        "D3Projector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuildAnalyzerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildAnalyzerKitTests",
      "path" : "Tests/BuildAnalyzerKitTests",
      "sources" : [
        "AnalyzerTests.swift",
        "BuildGraphNodeKindTests.swift"
      ],
      "target_dependencies" : [
        "BuildAnalyzerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildAnalyzerKit",
      "module_type" : "SwiftTarget",
      "name" : "BuildAnalyzerKit",
      "path" : "Sources/BuildAnalyzerKit",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "BuildAnalyzerKit"
      ],
      "sources" : [
        "BuildGraph.swift",
        "BuildGraphGenerator.swift",
        "BuildGraphNode.swift",
        "BuildGraphNodeKind.swift",
        "BuildGraphProtocol.swift",
        "BuildManifestParser.swift",
        "DataStructure/Queue.swift",
        "Projection/BuildGraphNodeProjectionNode.swift",
        "Projection/BuildGraphProjection.swift",
        "Projection/BuildGraphProjectionExpansion.swift",
        "Projection/BuildGraphProtocol+Expansion.swift",
        "Timing/BuildGraphNodeTimingReader.swift",
        "Timing/BuildGraphNodeTimingSqlReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "BuildAnalyzer",
    "schemes" : [
      "BuildAnalyzer"
    ],
    "targets" : [
      "BuildAnalyzer",
      "BuildAnalyzerTests",
      "BuildAnalyzerUITests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme BuildAnalyzer -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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 BuildAnalyzer -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.2
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
  BuildAnalyzer: /Users/admin/builder/spi-builder-workspace @ local
2024-06-01 09:37:23.113 xcodebuild[807:4457] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-01-06_09-37-0023.xcresult
2024-06-01 09:37:23.145 xcodebuild[807:4457] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600000ed6e00: name:build path:group:build> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/BuildAnalyzer/Resources/build, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "build" as a "Swift User Managed Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "build" as a "Swift User Managed Package Folder" because it is already open as a "Folder".}
2024-06-01 09:37:23.146 xcodebuild[807:4457] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600000ed6b00: name:img path:group:img> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/BuildAnalyzer/Resources/img, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "img" as a "Swift User Managed Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "img" as a "Swift User Managed Package Folder" because it is already open as a "Folder".}
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xros }
	Available destinations for the "BuildAnalyzer" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:macOS, arch:x86_64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:macOS, name:Any Mac }
Command line invocation:
    /Applications/Xcode-15.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 BuildAnalyzer -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
  BuildAnalyzer: /Users/admin/builder/spi-builder-workspace @ local
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.2
2024-06-01 09:37:25.050 xcodebuild[824:4571] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-01-06_09-37-0025.xcresult
2024-06-01 09:37:25.077 xcodebuild[824:4571] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001c6c800: name:build path:group:build> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/BuildAnalyzer/Resources/build, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "build" as a "Swift User Managed Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "build" as a "Swift User Managed Package Folder" because it is already open as a "Folder".}
2024-06-01 09:37:25.077 xcodebuild[824:4571] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001c6e100: name:img path:group:img> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/BuildAnalyzer/Resources/img, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "img" as a "Swift User Managed Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "img" as a "Swift User Managed Package Folder" because it is already open as a "Folder".}
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xros }
	Available destinations for the "BuildAnalyzer" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:macOS, arch:x86_64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:macOS, name:Any Mac }
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.