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 SourceMapper, reference 3.0.0 (6caa27), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 10:39:01 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceMapper-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/SourceMapper.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/SourceMapper
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 6caa27e Move test suite to Swift Testing (#7)
Cloned https://github.com/johnfairh/SourceMapper.git
Revision (git rev-parse @):
6caa27efd77e2ced74b5eddecf9bff83bfc44d66
SUCCESS checkout https://github.com/johnfairh/SourceMapper.git at 3.0.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnfairh/SourceMapper.git
https://github.com/johnfairh/SourceMapper.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SourceMapper",
    "schemes" : [
      "SourceMapper-Package"
    ],
    "targets" : [
      "SourceMapper",
      "SourceMapperTests",
      "Cli"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceMapper-Package -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 SourceMapper-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Cli' in project 'SourceMapper'
        ➜ Explicit dependency on target 'SourceMapper' in project 'SourceMapper'
    Target 'SourceMapper' in project 'SourceMapper' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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
Build description signature: 7e0705f64d1b42c26b96ca32de0e0ae2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7e0705f64d1b42c26b96ca32de0e0ae2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'SourceMapper' from project 'SourceMapper')
/Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj: error: Signing for "Cli" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Cli' from project 'SourceMapper')
** BUILD FAILED **
The following build commands failed:
	Building project SourceMapper with scheme SourceMapper-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceMapper",
  "name" : "SourceMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceMapper",
      "targets" : [
        "SourceMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "srcmapcat",
      "targets" : [
        "Cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapperTests",
      "path" : "Tests/SourceMapperTests",
      "sources" : [
        "TestBasics.swift",
        "TestHelpers.swift",
        "TestJSON.swift",
        "TestMappings.swift",
        "TestVLQ.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceMapper",
      "module_type" : "SwiftTarget",
      "name" : "SourceMapper",
      "path" : "Sources/SourceMapper",
      "product_memberships" : [
        "SourceMapper",
        "srcmapcat"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "Mappings.swift",
        "SourceMap.swift",
        "UnpackedSourceMap.swift",
        "VLQ.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cli",
      "module_type" : "SwiftTarget",
      "name" : "Cli",
      "path" : "Sources/Cli",
      "product_memberships" : [
        "srcmapcat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceMapper"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SourceMapper",
    "schemes" : [
      "SourceMapper-Package"
    ],
    "targets" : [
      "SourceMapper",
      "SourceMapperTests",
      "Cli"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceMapper-Package -destination generic/platform=iOS
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 SourceMapper-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Cli' in project 'SourceMapper'
        ➜ Explicit dependency on target 'SourceMapper' in project 'SourceMapper'
    Target 'SourceMapper' in project 'SourceMapper' (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/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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 32e1df2689a9c6c9f3d0be0403a01a82
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/32e1df2689a9c6c9f3d0be0403a01a82.xcbuilddata
/Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'SourceMapper' from project 'SourceMapper')
/Users/admin/builder/spi-builder-workspace/SourceMapper.xcodeproj: error: Signing for "Cli" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Cli' from project 'SourceMapper')
** BUILD FAILED **
The following build commands failed:
	Building project SourceMapper with scheme SourceMapper-Package
(1 failure)
BUILD FAILURE 6.1 iOS