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 ObjCDump, reference 0.7.0 (1e91df), with Swift 5.10 for macOS (SPM) on 10 Jan 2025 12:31:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-objc-dump.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-objc-dump
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 1e91dfd Merge pull request #14 from p-x9/feature/support-linux
Cloned https://github.com/p-x9/swift-objc-dump.git
Revision (git rev-parse @):
1e91dfd4c332f7015f4c46f99df8a53fbb495e20
SUCCESS checkout https://github.com/p-x9/swift-objc-dump.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/p-x9/swift-objc-dump.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/15] Compiling ObjCTypeDecodeKit types.swift
[5/15] Compiling ObjCTypeDecodeKit ObjCPropertyTypeDecoder.swift
[6/15] Compiling ObjCTypeDecodeKit ObjCTypeDecoder.swift
[7/15] Compiling ObjCTypeDecodeKit ObjCPropertyAttribute.swift
[8/16] Compiling ObjCTypeDecodeKit ObjCMethodTypeDecoder.swift
[9/16] Compiling ObjCTypeDecodeKit ObjCModifier.swift
[10/16] Compiling ObjCTypeDecodeKit String+.swift
[11/16] Compiling ObjCTypeDecodeKit Node.swift
[12/16] Compiling ObjCTypeDecodeKit ObjCField.swift
[13/16] Compiling ObjCTypeDecodeKit ObjCMethodType.swift
[14/16] Emitting module ObjCTypeDecodeKit
[15/16] Compiling ObjCTypeDecodeKit ObjCType.swift
[16/16] Compiling ObjCTypeDecodeKit ObjCTypeCodable.swift
[17/25] Compiling ObjCDump ObjCDump.swift
[18/25] Compiling ObjCDump ObjCPropertyInfo.swift
[19/25] Compiling ObjCDump ObjCIvarInfo.swift
[20/25] Compiling ObjCDump ObjCMethodInfo.swift
[21/25] Compiling ObjCDump ObjCProtocolInfo.swift
[22/25] Compiling ObjCDump ObjCCategoryInfo.swift
[23/25] Emitting module ObjCDump
[24/25] Compiling ObjCDump ObjCType+.swift
[25/25] Compiling ObjCDump ObjCClassInfo.swift
Build complete! (7.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ObjCDump",
  "name" : "ObjCDump",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ObjCDump",
      "targets" : [
        "ObjCDump"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjCTypeDecodeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjCTypeDecodeKitTests",
      "path" : "Tests/ObjCTypeDecodeKitTests",
      "sources" : [
        "ObjCMethodTypeDecodeTests.swift",
        "ObjCTypeDecodeKitTests.swift",
        "ObjCTypeEncodeTests.swift"
      ],
      "target_dependencies" : [
        "ObjCTypeDecodeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjCTypeDecodeKit",
      "module_type" : "SwiftTarget",
      "name" : "ObjCTypeDecodeKit",
      "path" : "Sources/ObjCTypeDecodeKit",
      "product_memberships" : [
        "ObjCDump"
      ],
      "sources" : [
        "Extension/String+.swift",
        "Model/Node.swift",
        "Model/ObjCField.swift",
        "Model/ObjCMethodType.swift",
        "Model/ObjCModifier.swift",
        "Model/ObjCPropertyAttribute.swift",
        "Model/ObjCType.swift",
        "Model/types.swift",
        "ObjCMethodTypeDecoder.swift",
        "ObjCPropertyTypeDecoder.swift",
        "ObjCTypeDecoder.swift",
        "Protocol/ObjCTypeCodable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObjCDumpTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjCDumpTests",
      "path" : "Tests/ObjCDumpTests",
      "sources" : [
        "ObjCDumpTests.swift"
      ],
      "target_dependencies" : [
        "ObjCDump"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjCDump",
      "module_type" : "SwiftTarget",
      "name" : "ObjCDump",
      "path" : "Sources/ObjCDump",
      "product_memberships" : [
        "ObjCDump"
      ],
      "sources" : [
        "Extension/ObjCType+.swift",
        "Model/ObjCCategoryInfo.swift",
        "Model/ObjCClassInfo.swift",
        "Model/ObjCIvarInfo.swift",
        "Model/ObjCMethodInfo.swift",
        "Model/ObjCPropertyInfo.swift",
        "Model/ObjCProtocolInfo.swift",
        "ObjCDump.swift"
      ],
      "target_dependencies" : [
        "ObjCTypeDecodeKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.