The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ObjectArchiveKit, reference 0.5.0 (96d782), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 05:27:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ObjectArchiveKit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/ObjectArchiveKit
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 96d782a Merge pull request #5 from asevko/fix-linux-compilation
Cloned https://github.com/p-x9/ObjectArchiveKit.git
Revision (git rev-parse @):
96d782a576273b73b277b577943a2a25b00b919e
SUCCESS checkout https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/ObjectArchiveKit.git
https://github.com/p-x9/ObjectArchiveKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    },
    {
      "identity" : "swift-fileio-extra",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio-extra.git"
    },
    {
      "identity" : "swift-binary-parse-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-binary-parse-support.git"
    }
  ],
  "manifest_display_name" : "ObjectArchiveKit",
  "name" : "ObjectArchiveKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ObjectArchiveKit",
      "targets" : [
        "ObjectArchiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectArchiveKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjectArchiveKitTests",
      "path" : "Tests/ObjectArchiveKitTests",
      "sources" : [
        "ObjectArchiveKitTests.swift"
      ],
      "target_dependencies" : [
        "ObjectArchiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjectArchiveKitC",
      "module_type" : "ClangTarget",
      "name" : "ObjectArchiveKitC",
      "path" : "Sources/ObjectArchiveKitC",
      "product_memberships" : [
        "ObjectArchiveKit"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObjectArchiveKit",
      "module_type" : "SwiftTarget",
      "name" : "ObjectArchiveKit",
      "path" : "Sources/ObjectArchiveKit",
      "product_dependencies" : [
        "FileIO",
        "FileIOBinary",
        "BinaryParseSupport"
      ],
      "product_memberships" : [
        "ObjectArchiveKit"
      ],
      "sources" : [
        "ArchiveBSDSymbolTable.swift",
        "ArchiveCOFFSymbolTable.swift",
        "ArchiveFile+GNUStrings.swift",
        "ArchiveFile.swift",
        "ArchiveGNUSymbolTable.swift",
        "Extension/UnsafePointer+.swift",
        "Model/ArchiveKind.swift",
        "Model/ArchiveMagic.swift",
        "Model/ArchiveMember.swift",
        "Model/ArchiveMemberHeader.swift",
        "Model/ArchiveRanLib.swift",
        "ObjectArchiveKit.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ObjectArchiveKitC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version-2F0A5646E1D333AE.txt
[5/26] Compiling ObjectArchiveKitC dummy.c
[7/26] Compiling BinaryParseSupport MemorySequence.swift
[8/27] Compiling BinaryParseSupport BitFlags.swift
[9/27] Compiling BinaryParseSupport DataSequence.swift
[10/27] Compiling BinaryParseSupport StringTable.swift
[11/27] Compiling FileIO system.swift
[12/27] Compiling FileIO MemoryMappedFile.swift
[13/27] Compiling BinaryParseSupport LayoutWrapper.swift
[14/27] Compiling FileIO StreamedFile.swift
[15/27] Compiling BinaryParseSupport StringTableEntry.swift
[16/27] Compiling BinaryParseSupport BinaryParseSupport.swift
[17/27] Compiling BinaryParseSupport Data+.swift
[18/27] Compiling BinaryParseSupport FileHandle+.swift
[19/27] Compiling BinaryParseSupport String+.swift
[20/27] Compiling BinaryParseSupport UnsafePointer+.swift
[21/27] Compiling BinaryParseSupport Endian.swift
[22/27] Emitting module BinaryParseSupport
[23/27] Compiling FileIO ConcatenatedStreamedFile.swift
[24/27] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[25/27] Emitting module FileIO
[26/27] Compiling FileIO FileIO.swift
[27/27] Compiling BinaryParseSupport UnicodeStrings.swift
[28/30] Compiling FileIOBinary FileIOBinary.swift
[29/30] Emitting module FileIOBinary
[30/30] Compiling FileIOBinary _FileIOProtocol+.swift
[31/43] Compiling ObjectArchiveKit ObjectArchiveKit.swift
[32/44] Compiling ObjectArchiveKit ArchiveRanLib.swift
[33/44] Compiling ObjectArchiveKit ArchiveMember.swift
[34/44] Compiling ObjectArchiveKit ArchiveMagic.swift
[35/44] Compiling ObjectArchiveKit ArchiveKind.swift
[36/44] Compiling ObjectArchiveKit ArchiveMemberHeader.swift
[37/44] Emitting module ObjectArchiveKit
[38/44] Compiling ObjectArchiveKit ArchiveBSDSymbolTable.swift
[39/44] Compiling ObjectArchiveKit ArchiveCOFFSymbolTable.swift
[40/44] Compiling ObjectArchiveKit ArchiveFile+GNUStrings.swift
[41/44] Compiling ObjectArchiveKit ArchiveFile.swift
[42/44] Compiling ObjectArchiveKit ArchiveGNUSymbolTable.swift
[43/44] Compiling ObjectArchiveKit UnsafePointer+.swift
[44/44] Compiling ObjectArchiveKit exported.swift
Build complete! (11.83s)
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
[1/48] Fetching swift-fileio-extra
[39/294] Fetching swift-fileio-extra, swift-fileio
[91/536] Fetching swift-fileio-extra, swift-fileio, swift-binary-parse-support
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.62s)
[251/488] Fetching swift-fileio, swift-binary-parse-support
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.71s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.71s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (1.24s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (0.50s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.50s)
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    },
    {
      "identity" : "swift-fileio-extra",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio-extra.git"
    },
    {
      "identity" : "swift-binary-parse-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-binary-parse-support.git"
    }
  ],
  "manifest_display_name" : "ObjectArchiveKit",
  "name" : "ObjectArchiveKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ObjectArchiveKit",
      "targets" : [
        "ObjectArchiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectArchiveKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjectArchiveKitTests",
      "path" : "Tests/ObjectArchiveKitTests",
      "sources" : [
        "ObjectArchiveKitTests.swift"
      ],
      "target_dependencies" : [
        "ObjectArchiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjectArchiveKitC",
      "module_type" : "ClangTarget",
      "name" : "ObjectArchiveKitC",
      "path" : "Sources/ObjectArchiveKitC",
      "product_memberships" : [
        "ObjectArchiveKit"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObjectArchiveKit",
      "module_type" : "SwiftTarget",
      "name" : "ObjectArchiveKit",
      "path" : "Sources/ObjectArchiveKit",
      "product_dependencies" : [
        "FileIO",
        "FileIOBinary",
        "BinaryParseSupport"
      ],
      "product_memberships" : [
        "ObjectArchiveKit"
      ],
      "sources" : [
        "ArchiveBSDSymbolTable.swift",
        "ArchiveCOFFSymbolTable.swift",
        "ArchiveFile+GNUStrings.swift",
        "ArchiveFile.swift",
        "ArchiveGNUSymbolTable.swift",
        "Extension/UnsafePointer+.swift",
        "Model/ArchiveKind.swift",
        "Model/ArchiveMagic.swift",
        "Model/ArchiveMember.swift",
        "Model/ArchiveMemberHeader.swift",
        "Model/ArchiveRanLib.swift",
        "ObjectArchiveKit.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ObjectArchiveKitC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.