The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ELFKit, reference main (719a08), with Swift 6.1 for Linux on 28 Mar 2026 17:04:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ELFKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/p-x9/ELFKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 719a08c Merge pull request #14 from p-x9/feature/archive
Cloned https://github.com/p-x9/ELFKit.git
Revision (git rev-parse @):
719a08c0ef9ba81fb8baea5953aca6bd187b9967
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/p-x9/ELFKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/ELFKit.git
https://github.com/p-x9/ELFKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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"
    },
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.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" : "objectarchivekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/ObjectArchiveKit.git"
    }
  ],
  "manifest_display_name" : "ELFKit",
  "name" : "ELFKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ELFKit",
      "targets" : [
        "ELFKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ELFArchiveKit",
      "targets" : [
        "ELFArchiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ELFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ELFKitTests",
      "path" : "Tests/ELFKitTests",
      "sources" : [
        "ArchiveFileTests.swift",
        "ELFFilePrintTests.swift",
        "ELFImagePrintTests.swift",
        "ELFKitTests.swift",
        "Util/Linux.swift"
      ],
      "target_dependencies" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ELFKitC",
      "module_type" : "ClangTarget",
      "name" : "ELFKitC",
      "path" : "Sources/ELFKitC",
      "product_memberships" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ELFKit",
      "module_type" : "SwiftTarget",
      "name" : "ELFKit",
      "path" : "Sources/ELFKit",
      "product_dependencies" : [
        "BinaryParseSupport",
        "FileIO",
        "FileIOBinary"
      ],
      "product_memberships" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "sources" : [
        "ELFFile+Dynamics.swift",
        "ELFFile+Strings.swift",
        "ELFFile.swift",
        "ELFImage+Dynamics.swift",
        "ELFImage+Strings.swift",
        "ELFImage+static.swift",
        "ELFImage.swift",
        "ELFKit.swift",
        "ELFKitError.swift",
        "Extension/Data+.swift",
        "Extension/ELFDynamic+.swift",
        "Extension/ELFFile+Dynamics32+.swift",
        "Extension/ELFFile+Dynamics64+.swift",
        "Extension/ELFImage+Dynamics32+.swift",
        "Extension/ELFImage+Dynamics64+.swift",
        "Extension/FileHandle.swift",
        "Extension/String+.swift",
        "Extension/UnsafePointer+.swift",
        "Extension/UnsafeRawPointer+.swift",
        "Extension/_FileIOProtocol+.swift",
        "Header/ELFHeader/ELF32Header.swift",
        "Header/ELFHeader/ELF64Header.swift",
        "Header/ELFHeader/ELFHeader.swift",
        "Header/Model/ELFClass.swift",
        "Header/Model/ELFData.swift",
        "Header/Model/ELFMachine.swift",
        "Header/Model/ELFOSABI.swift",
        "Header/Model/ELFType.swift",
        "Header/Model/HeaderIdentifier.swift",
        "Header/Model/ProgramFlags.swift",
        "Header/Model/ProgramType.swift",
        "Header/Model/SectionFlags.swift",
        "Header/Model/SectionType.swift",
        "Header/NoteHeader/ELF32NoteHeader.swift",
        "Header/NoteHeader/ELF64NoteHeader.swift",
        "Header/ProgramHeader/ELF32ProgramHeader.swift",
        "Header/ProgramHeader/ELF64ProgramHeader.swift",
        "Header/SectionHeader/ELF32SectionHeader.swift",
        "Header/SectionHeader/ELF64SectionHeader.swift",
        "Model/Dynamic/DynamicFlags.swift",
        "Model/Dynamic/DynamicFlags1.swift",
        "Model/Dynamic/DynamicTag.swift",
        "Model/Dynamic/ELF32Dynamic.swift",
        "Model/Dynamic/ELF64Dynamic.swift",
        "Model/GnuHash/ELFGnuHashTable.swift",
        "Model/GnuHash/ELFGnuHashTableHeader.swift",
        "Model/Hash/ELFHashTable.swift",
        "Model/Hash/ELFHashTableHeader.swift",
        "Model/Note/ELF32Note.swift",
        "Model/Note/ELF64Note.swift",
        "Model/Note/ELFNotes.swift",
        "Model/Note/GNU/GnuABITag.swift",
        "Model/Note/GNU/GnuHardwareCapabilities.swift",
        "Model/Note/GNU/GnuNoteContent.swift",
        "Model/Note/GNU/GnuNoteType.swift",
        "Model/Relocation/ELF32Relocation.swift",
        "Model/Relocation/ELF32RelocationInfo.swift",
        "Model/Relocation/ELF64Relocation.swift",
        "Model/Relocation/ELF64RelocationInfo.swift",
        "Model/Relocation/ELFRelrEntry.swift",
        "Model/Relocation/ELFRelrRelocation.swift",
        "Model/Symbol/ELFSymbol.swift",
        "Model/Symbol/SpecialSectionIndex.swift",
        "Model/Symbol/SymbolBinding.swift",
        "Model/Symbol/SymbolType.swift",
        "Model/Symbol/SymbolVisibility.swift",
        "Model/SymbolInfo/ELFSymbolInfo.swift",
        "Model/SymbolInfo/SymbolInfoFlags.swift",
        "Model/SymbolInfo/SymbolInfoSpecialBound.swift",
        "Model/Version.swift",
        "Model/Version/VersionDef/ELFVersionDef.swift",
        "Model/Version/VersionDef/ELFVersionDefAux.swift",
        "Model/Version/VersionFlags.swift",
        "Model/Version/VersionNeed/ELFVersionNeed.swift",
        "Model/Version/VersionNeed/ELFVersionNeedAux.swift",
        "Model/Version/VersionSym/ELFVersionSym.swift",
        "Protocol/ELFDynamicProtocol.swift",
        "Protocol/ELFDynamicsSequence.swift",
        "Protocol/ELFFileDynamicsSequence.swift",
        "Protocol/ELFHashTableProtocol.swift",
        "Protocol/ELFImageDynamicsSequence.swift",
        "Protocol/ELFNoteHeaderProtocol.swift",
        "Protocol/ELFNoteProtocol.swift",
        "Protocol/ELFProgramHeaderProtocol.swift",
        "Protocol/ELFRelocationProtocol.swift",
        "Protocol/ELFRepresentable.swift",
        "Protocol/ELFSectionHeaderProtocol.swift",
        "Protocol/ELFSymbolInfoProtocol.swift",
        "Protocol/ELFSymbolProtocol.swift",
        "Protocol/ELFVersionDefAuxProtocol.swift",
        "Protocol/ELFVersionDefProtocol.swift",
        "Protocol/ELFVersionNeedAuxProtocol.swift",
        "Protocol/ELFVersionNeedProtocol.swift",
        "Protocol/ELFVersionSymProtocol.swift",
        "Sections.swift",
        "Segments.swift",
        "Util/ConditionalBitFlags.swift",
        "Util/RelrRelocationDecoder.swift",
        "Util/SwiftDemangle.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ELFKitC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ELFArchiveKit",
      "module_type" : "SwiftTarget",
      "name" : "ELFArchiveKit",
      "path" : "Sources/ELFArchiveKit",
      "product_dependencies" : [
        "ObjectArchiveKit"
      ],
      "product_memberships" : [
        "ELFArchiveKit"
      ],
      "sources" : [
        "ArchiveFile+ELFFile.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ELFKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
[1/48] Fetching swift-fileio-extra
[49/290] Fetching swift-fileio-extra, swift-binary-parse-support
[291/541] Fetching swift-fileio-extra, swift-binary-parse-support, objectarchivekit
[397/787] Fetching swift-fileio-extra, swift-binary-parse-support, objectarchivekit, swift-fileio
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.47s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.48s)
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.48s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.48s)
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 (1.72s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (1.02s)
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 (0.97s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.4.0 (1.14s)
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
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/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.4.0
Building for debugging...
[0/9] Write sources
[6/9] Compiling ObjectArchiveKitC dummy.c
[7/9] Compiling ELFKitC dummy.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/29] Emitting module BinaryParseSupport
[11/30] Emitting module FileIO
[12/30] Compiling FileIO MemoryMappedFile.swift
[13/30] Compiling FileIO StreamedFile.swift
[14/30] Compiling BinaryParseSupport MemorySequence.swift
[15/30] Compiling FileIO system.swift
[16/30] Compiling BinaryParseSupport DataSequence.swift
[17/30] Compiling BinaryParseSupport LayoutWrapper.swift
[18/30] Compiling BinaryParseSupport StringTable.swift
[19/30] Compiling FileIO FileIO.swift
[20/30] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[21/30] Compiling FileIO ConcatenatedStreamedFile.swift
[22/31] Compiling BinaryParseSupport UnicodeStrings.swift
[23/31] Compiling BinaryParseSupport StringTableEntry.swift
[24/31] Compiling BinaryParseSupport BitFlags.swift
[26/31] Compiling BinaryParseSupport FileHandle+.swift
[27/31] Compiling BinaryParseSupport String+.swift
[28/31] Compiling BinaryParseSupport BinaryParseSupport.swift
[29/31] Compiling BinaryParseSupport Data+.swift
[30/31] Compiling BinaryParseSupport UnsafePointer+.swift
[31/31] Compiling BinaryParseSupport Endian.swift
[33/35] Compiling FileIOBinary FileIOBinary.swift
[34/35] Emitting module FileIOBinary
[35/35] Compiling FileIOBinary _FileIOProtocol+.swift
[37/138] Compiling ObjectArchiveKit ObjectArchiveKit.swift
[38/139] Compiling ELFKit ELFImage+Strings.swift
[39/139] Compiling ELFKit ELFImage+static.swift
[40/139] Compiling ObjectArchiveKit ArchiveRanLib.swift
[41/139] Compiling ObjectArchiveKit exported.swift
[42/139] Compiling ELFKit ELFFile+Dynamics.swift
[43/139] Compiling ELFKit ELFFile+Strings.swift
[44/139] Compiling ELFKit ELFImage.swift
[45/139] Compiling ELFKit ELFKit.swift
[46/139] Compiling ELFKit ELFKitError.swift
[47/139] Compiling ELFKit Data+.swift
[48/139] Compiling ELFKit ELFFile.swift
[49/139] Compiling ELFKit ELFImage+Dynamics.swift
[50/139] Emitting module ObjectArchiveKit
[52/140] Compiling ELFKit GnuHardwareCapabilities.swift
[53/140] Compiling ELFKit GnuNoteContent.swift
[54/140] Compiling ELFKit GnuNoteType.swift
[55/140] Compiling ELFKit ELF32Relocation.swift
[56/140] Compiling ELFKit ELF32RelocationInfo.swift
[57/140] Compiling ELFKit ELF64Relocation.swift
[58/140] Compiling ELFKit ELF64RelocationInfo.swift
[59/140] Compiling ELFKit ELFRelrEntry.swift
[60/140] Compiling ELFKit ELFRelrRelocation.swift
[61/140] Compiling ELFKit ELFSymbol.swift
[62/140] Compiling ELFKit SpecialSectionIndex.swift
[63/140] Compiling ELFKit SymbolBinding.swift
[64/152] Emitting module ELFKit
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
[75/152] Compiling ELFKit ELFDynamic+.swift
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
[76/152] Compiling ELFKit ELFFile+Dynamics32+.swift
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
[77/152] Compiling ELFKit ELFFile+Dynamics64+.swift
/host/spi-builder-workspace/Sources/ELFKit/ELFImage+static.swift:34:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
32 |         }
33 |
34 |         dl_iterate_phdr(callback, &images)
   |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<ELFImage>'; this is likely incorrect because 'Ref<ELFImage>' may contain an object reference.
35 |
36 |         return images.values
/host/spi-builder-workspace/Sources/ELFKit/ELFImage.swift:79:35: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 77 |         }
 78 |
 79 |         dl_iterate_phdr(callback, &image)
    |                                   `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Ref<Optional<ELFImage>>'; this is likely incorrect because 'Ref<Optional<ELFImage>>' may contain an object reference.
 80 |
 81 |         guard let image = image.value else { return nil }
[78/152] Compiling ELFKit SymbolType.swift
[79/152] Compiling ELFKit SymbolVisibility.swift
[80/152] Compiling ELFKit ELFSymbolInfo.swift
[81/152] Compiling ELFKit SymbolInfoFlags.swift
[82/152] Compiling ELFKit SymbolInfoSpecialBound.swift
[83/152] Compiling ELFKit Version.swift
[84/152] Compiling ELFKit ELFVersionDef.swift
[85/152] Compiling ELFKit ELFVersionDefAux.swift
[86/152] Compiling ELFKit VersionFlags.swift
[87/152] Compiling ELFKit ELFVersionNeed.swift
[88/152] Compiling ELFKit ELFVersionNeedAux.swift
[89/152] Compiling ELFKit ELFVersionSym.swift
[90/152] Compiling ELFKit ELFDynamicProtocol.swift
[91/152] Compiling ELFKit ELFDynamicsSequence.swift
[92/152] Compiling ELFKit ELFFileDynamicsSequence.swift
[93/152] Compiling ELFKit ELFHashTableProtocol.swift
[94/152] Compiling ELFKit ELFImageDynamicsSequence.swift
[95/152] Compiling ELFKit ELFNoteHeaderProtocol.swift
[96/152] Compiling ELFKit ELFNoteProtocol.swift
[97/152] Compiling ELFKit ELFProgramHeaderProtocol.swift
[98/152] Compiling ELFKit ELFRelocationProtocol.swift
[99/152] Compiling ELFKit ELFRepresentable.swift
[100/152] Compiling ELFKit ELFSectionHeaderProtocol.swift
[101/152] Compiling ELFKit ELFSymbolInfoProtocol.swift
[102/152] Compiling ELFKit ELFImage+Dynamics32+.swift
[103/152] Compiling ELFKit ELFImage+Dynamics64+.swift
[104/152] Compiling ELFKit FileHandle.swift
[105/152] Compiling ELFKit String+.swift
[106/152] Compiling ELFKit UnsafePointer+.swift
[107/152] Compiling ELFKit UnsafeRawPointer+.swift
[108/152] Compiling ELFKit _FileIOProtocol+.swift
[109/152] Compiling ELFKit ELF32Header.swift
[110/152] Compiling ELFKit ELF64Header.swift
[111/152] Compiling ELFKit ELFHeader.swift
[112/152] Compiling ELFKit ELFClass.swift
[113/152] Compiling ELFKit ELFData.swift
[114/152] Compiling ELFKit ELFMachine.swift
[115/152] Compiling ELFKit DynamicFlags.swift
[116/152] Compiling ELFKit DynamicFlags1.swift
[117/152] Compiling ELFKit DynamicTag.swift
[118/152] Compiling ELFKit ELF32Dynamic.swift
[119/152] Compiling ELFKit ELF64Dynamic.swift
[120/152] Compiling ELFKit ELFGnuHashTable.swift
[121/152] Compiling ELFKit ELFGnuHashTableHeader.swift
[122/152] Compiling ELFKit ELFHashTable.swift
[123/152] Compiling ELFKit ELFHashTableHeader.swift
[124/152] Compiling ELFKit ELF32Note.swift
[125/152] Compiling ELFKit ELF64Note.swift
[126/152] Compiling ELFKit ELFNotes.swift
[127/152] Compiling ELFKit GnuABITag.swift
[128/152] Compiling ELFKit ELFOSABI.swift
[129/152] Compiling ELFKit ELFType.swift
[130/152] Compiling ELFKit HeaderIdentifier.swift
[131/152] Compiling ELFKit ProgramFlags.swift
[132/152] Compiling ELFKit ProgramType.swift
[133/152] Compiling ELFKit SectionFlags.swift
[134/152] Compiling ELFKit SectionType.swift
[135/152] Compiling ELFKit ELF32NoteHeader.swift
[136/152] Compiling ELFKit ELF64NoteHeader.swift
[137/152] Compiling ELFKit ELF32ProgramHeader.swift
[138/152] Compiling ELFKit ELF64ProgramHeader.swift
[139/152] Compiling ELFKit ELF32SectionHeader.swift
[140/152] Compiling ELFKit ELF64SectionHeader.swift
[141/152] Compiling ELFKit ELFSymbolProtocol.swift
[142/152] Compiling ELFKit ELFVersionDefAuxProtocol.swift
[143/152] Compiling ELFKit ELFVersionDefProtocol.swift
[144/152] Compiling ELFKit ELFVersionNeedAuxProtocol.swift
[145/152] Compiling ELFKit ELFVersionNeedProtocol.swift
[146/152] Compiling ELFKit ELFVersionSymProtocol.swift
[147/152] Compiling ELFKit Sections.swift
[148/152] Compiling ELFKit Segments.swift
[149/152] Compiling ELFKit ConditionalBitFlags.swift
[150/152] Compiling ELFKit RelrRelocationDecoder.swift
[151/152] Compiling ELFKit SwiftDemangle.swift
[152/152] Compiling ELFKit exported.swift
[154/156] Compiling ELFArchiveKit exported.swift
[155/156] Compiling ELFArchiveKit ArchiveFile+ELFFile.swift
[156/156] Emitting module ELFArchiveKit
Build complete! (47.72s)
Build complete.
{
  "dependencies" : [
    {
      "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"
    },
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.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" : "objectarchivekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/ObjectArchiveKit.git"
    }
  ],
  "manifest_display_name" : "ELFKit",
  "name" : "ELFKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ELFKit",
      "targets" : [
        "ELFKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ELFArchiveKit",
      "targets" : [
        "ELFArchiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ELFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ELFKitTests",
      "path" : "Tests/ELFKitTests",
      "sources" : [
        "ArchiveFileTests.swift",
        "ELFFilePrintTests.swift",
        "ELFImagePrintTests.swift",
        "ELFKitTests.swift",
        "Util/Linux.swift"
      ],
      "target_dependencies" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ELFKitC",
      "module_type" : "ClangTarget",
      "name" : "ELFKitC",
      "path" : "Sources/ELFKitC",
      "product_memberships" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ELFKit",
      "module_type" : "SwiftTarget",
      "name" : "ELFKit",
      "path" : "Sources/ELFKit",
      "product_dependencies" : [
        "BinaryParseSupport",
        "FileIO",
        "FileIOBinary"
      ],
      "product_memberships" : [
        "ELFKit",
        "ELFArchiveKit"
      ],
      "sources" : [
        "ELFFile+Dynamics.swift",
        "ELFFile+Strings.swift",
        "ELFFile.swift",
        "ELFImage+Dynamics.swift",
        "ELFImage+Strings.swift",
        "ELFImage+static.swift",
        "ELFImage.swift",
        "ELFKit.swift",
        "ELFKitError.swift",
        "Extension/Data+.swift",
        "Extension/ELFDynamic+.swift",
        "Extension/ELFFile+Dynamics32+.swift",
        "Extension/ELFFile+Dynamics64+.swift",
        "Extension/ELFImage+Dynamics32+.swift",
        "Extension/ELFImage+Dynamics64+.swift",
        "Extension/FileHandle.swift",
        "Extension/String+.swift",
        "Extension/UnsafePointer+.swift",
        "Extension/UnsafeRawPointer+.swift",
        "Extension/_FileIOProtocol+.swift",
        "Header/ELFHeader/ELF32Header.swift",
        "Header/ELFHeader/ELF64Header.swift",
        "Header/ELFHeader/ELFHeader.swift",
        "Header/Model/ELFClass.swift",
        "Header/Model/ELFData.swift",
        "Header/Model/ELFMachine.swift",
        "Header/Model/ELFOSABI.swift",
        "Header/Model/ELFType.swift",
        "Header/Model/HeaderIdentifier.swift",
        "Header/Model/ProgramFlags.swift",
        "Header/Model/ProgramType.swift",
        "Header/Model/SectionFlags.swift",
        "Header/Model/SectionType.swift",
        "Header/NoteHeader/ELF32NoteHeader.swift",
        "Header/NoteHeader/ELF64NoteHeader.swift",
        "Header/ProgramHeader/ELF32ProgramHeader.swift",
        "Header/ProgramHeader/ELF64ProgramHeader.swift",
        "Header/SectionHeader/ELF32SectionHeader.swift",
        "Header/SectionHeader/ELF64SectionHeader.swift",
        "Model/Dynamic/DynamicFlags.swift",
        "Model/Dynamic/DynamicFlags1.swift",
        "Model/Dynamic/DynamicTag.swift",
        "Model/Dynamic/ELF32Dynamic.swift",
        "Model/Dynamic/ELF64Dynamic.swift",
        "Model/GnuHash/ELFGnuHashTable.swift",
        "Model/GnuHash/ELFGnuHashTableHeader.swift",
        "Model/Hash/ELFHashTable.swift",
        "Model/Hash/ELFHashTableHeader.swift",
        "Model/Note/ELF32Note.swift",
        "Model/Note/ELF64Note.swift",
        "Model/Note/ELFNotes.swift",
        "Model/Note/GNU/GnuABITag.swift",
        "Model/Note/GNU/GnuHardwareCapabilities.swift",
        "Model/Note/GNU/GnuNoteContent.swift",
        "Model/Note/GNU/GnuNoteType.swift",
        "Model/Relocation/ELF32Relocation.swift",
        "Model/Relocation/ELF32RelocationInfo.swift",
        "Model/Relocation/ELF64Relocation.swift",
        "Model/Relocation/ELF64RelocationInfo.swift",
        "Model/Relocation/ELFRelrEntry.swift",
        "Model/Relocation/ELFRelrRelocation.swift",
        "Model/Symbol/ELFSymbol.swift",
        "Model/Symbol/SpecialSectionIndex.swift",
        "Model/Symbol/SymbolBinding.swift",
        "Model/Symbol/SymbolType.swift",
        "Model/Symbol/SymbolVisibility.swift",
        "Model/SymbolInfo/ELFSymbolInfo.swift",
        "Model/SymbolInfo/SymbolInfoFlags.swift",
        "Model/SymbolInfo/SymbolInfoSpecialBound.swift",
        "Model/Version.swift",
        "Model/Version/VersionDef/ELFVersionDef.swift",
        "Model/Version/VersionDef/ELFVersionDefAux.swift",
        "Model/Version/VersionFlags.swift",
        "Model/Version/VersionNeed/ELFVersionNeed.swift",
        "Model/Version/VersionNeed/ELFVersionNeedAux.swift",
        "Model/Version/VersionSym/ELFVersionSym.swift",
        "Protocol/ELFDynamicProtocol.swift",
        "Protocol/ELFDynamicsSequence.swift",
        "Protocol/ELFFileDynamicsSequence.swift",
        "Protocol/ELFHashTableProtocol.swift",
        "Protocol/ELFImageDynamicsSequence.swift",
        "Protocol/ELFNoteHeaderProtocol.swift",
        "Protocol/ELFNoteProtocol.swift",
        "Protocol/ELFProgramHeaderProtocol.swift",
        "Protocol/ELFRelocationProtocol.swift",
        "Protocol/ELFRepresentable.swift",
        "Protocol/ELFSectionHeaderProtocol.swift",
        "Protocol/ELFSymbolInfoProtocol.swift",
        "Protocol/ELFSymbolProtocol.swift",
        "Protocol/ELFVersionDefAuxProtocol.swift",
        "Protocol/ELFVersionDefProtocol.swift",
        "Protocol/ELFVersionNeedAuxProtocol.swift",
        "Protocol/ELFVersionNeedProtocol.swift",
        "Protocol/ELFVersionSymProtocol.swift",
        "Sections.swift",
        "Segments.swift",
        "Util/ConditionalBitFlags.swift",
        "Util/RelrRelocationDecoder.swift",
        "Util/SwiftDemangle.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ELFKitC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ELFArchiveKit",
      "module_type" : "SwiftTarget",
      "name" : "ELFArchiveKit",
      "path" : "Sources/ELFArchiveKit",
      "product_dependencies" : [
        "ObjectArchiveKit"
      ],
      "product_memberships" : [
        "ELFArchiveKit"
      ],
      "sources" : [
        "ArchiveFile+ELFFile.swift",
        "Util/exported.swift"
      ],
      "target_dependencies" : [
        "ELFKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.