Build Information
Successful build of ELFKit, reference 0.3.0 (d7a971
), with Swift 6.0 for Linux on 21 Jun 2025 16:10:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/ELFKit.git
Reference: 0.3.0
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
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at d7a9719 Merge pull request #7 from p-x9/feature/fileio
Cloned https://github.com/p-x9/ELFKit.git
Revision (git rev-parse @):
d7a9719dbd83870af2b528b086c18beabc1ad957
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/p-x9/ELFKit.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/p-x9/ELFKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/p-x9/swift-fileio.git
[1/163] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (1.08s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.9.0 (0.53s)
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.9.0
Building for debugging...
[0/4] Write sources
[2/4] Compiling ELFKitC dummy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module FileIO
[6/8] Compiling FileIO FileIO.swift
[7/8] Compiling FileIO MemoryMappedFile.swift
[8/8] Compiling FileIO StreamedFile.swift
[10/100] Compiling ELFKit ELFOSABI.swift
[11/100] Compiling ELFKit ELFType.swift
[12/100] Compiling ELFKit HeaderIdentifier.swift
[13/100] Compiling ELFKit ProgramFlags.swift
[14/100] Compiling ELFKit ProgramType.swift
[15/100] Compiling ELFKit SectionFlags.swift
[16/100] Compiling ELFKit SectionType.swift
[17/100] Compiling ELFKit ELF32NoteHeader.swift
[18/100] Compiling ELFKit ELF64NoteHeader.swift
[19/100] Compiling ELFKit ELF32ProgramHeader.swift
[20/100] Compiling ELFKit ELF64ProgramHeader.swift
[21/100] Compiling ELFKit ELF32SectionHeader.swift
[22/100] Compiling ELFKit ELF64SectionHeader.swift
[23/112] Emitting module ELFKit
[24/112] Compiling ELFKit GnuHardwareCapabilities.swift
[25/112] Compiling ELFKit GnuNoteContent.swift
[26/112] Compiling ELFKit GnuNoteType.swift
[27/112] Compiling ELFKit ELF32Relocation.swift
[28/112] Compiling ELFKit ELF32RelocationInfo.swift
[29/112] Compiling ELFKit ELF64Relocation.swift
[30/112] Compiling ELFKit ELF64RelocationInfo.swift
[31/112] Compiling ELFKit StringTableEntry.swift
[32/112] Compiling ELFKit ELFSymbol.swift
[33/112] Compiling ELFKit SpecialSectionIndex.swift
[34/112] Compiling ELFKit SymbolBinding.swift
[35/112] Compiling ELFKit SymbolType.swift
[36/112] Compiling ELFKit SymbolVisibility.swift
[37/112] Compiling ELFKit ELFImage+Dynamics32+.swift
[38/112] Compiling ELFKit ELFImage+Dynamics64+.swift
[39/112] Compiling ELFKit FileHandle.swift
[40/112] Compiling ELFKit String+.swift
[41/112] Compiling ELFKit UnsafePointer+.swift
[42/112] Compiling ELFKit UnsafeRawPointer+.swift
[43/112] Compiling ELFKit _FileIOProtocol+.swift
[44/112] Compiling ELFKit ELF32Header.swift
[45/112] Compiling ELFKit ELF64Header.swift
[46/112] Compiling ELFKit ELFHeader.swift
[47/112] Compiling ELFKit ELFClass.swift
[48/112] Compiling ELFKit ELFData.swift
[49/112] Compiling ELFKit ELFMachine.swift
[50/112] Compiling ELFKit ELFHashTableProtocol.swift
[51/112] Compiling ELFKit ELFImageDynamicsSequence.swift
[52/112] Compiling ELFKit ELFNoteHeaderProtocol.swift
[53/112] Compiling ELFKit ELFNoteProtocol.swift
[54/112] Compiling ELFKit ELFProgramHeaderProtocol.swift
[55/112] Compiling ELFKit ELFRelocationProtocol.swift
[56/112] Compiling ELFKit ELFRepresentable.swift
[57/112] Compiling ELFKit ELFSectionHeaderProtocol.swift
[58/112] Compiling ELFKit ELFSymbolInfoProtocol.swift
[59/112] Compiling ELFKit ELFSymbolProtocol.swift
[60/112] Compiling ELFKit ELFVersionDefAuxProtocol.swift
[61/112] Compiling ELFKit ELFVersionDefProtocol.swift
[62/112] Compiling ELFKit ELFSymbolInfo.swift
[63/112] Compiling ELFKit SymbolInfoFlags.swift
[64/112] Compiling ELFKit SymbolInfoSpecialBound.swift
[65/112] Compiling ELFKit Version.swift
[66/112] Compiling ELFKit ELFVersionDef.swift
[67/112] Compiling ELFKit ELFVersionDefAux.swift
[68/112] Compiling ELFKit VersionFlags.swift
[69/112] Compiling ELFKit ELFVersionNeed.swift
[70/112] Compiling ELFKit ELFVersionNeedAux.swift
[71/112] Compiling ELFKit ELFVersionSym.swift
[72/112] Compiling ELFKit ELFDynamicProtocol.swift
[73/112] Compiling ELFKit ELFDynamicsSequence.swift
[74/112] Compiling ELFKit ELFFileDynamicsSequence.swift
[75/112] Compiling ELFKit ELFVersionNeedAuxProtocol.swift
[76/112] Compiling ELFKit ELFVersionNeedProtocol.swift
[77/112] Compiling ELFKit ELFVersionSymProtocol.swift
[78/112] Compiling ELFKit LayoutWrapper.swift
[79/112] Compiling ELFKit Sections.swift
[80/112] Compiling ELFKit Segments.swift
[81/112] Compiling ELFKit BitFlags.swift
[82/112] Compiling ELFKit ConditionalBitFlags.swift
[83/112] Compiling ELFKit DataSequence.swift
[84/112] Compiling ELFKit MemorySequence.swift
[85/112] Compiling ELFKit SwiftDemangle.swift
[86/112] Compiling ELFKit exported.swift
[87/112] Compiling ELFKit ELFFile+Dynamics.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 }
[88/112] Compiling ELFKit ELFFile+Strings.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 }
[89/112] Compiling ELFKit ELFFile.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 }
[90/112] Compiling ELFKit ELFImage+Dynamics.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 }
[91/112] Compiling ELFKit ELFImage+Strings.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 }
[92/112] Compiling ELFKit ELFImage+static.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 }
[93/112] Compiling ELFKit ELFImage.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 }
[94/112] Compiling ELFKit ELFKit.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 }
[95/112] Compiling ELFKit ELFKitError.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 }
[96/112] Compiling ELFKit Data+.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 }
[97/112] 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 }
[98/112] 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 }
[99/112] 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 }
[100/112] Compiling ELFKit DynamicFlags.swift
[101/112] Compiling ELFKit DynamicFlags1.swift
[102/112] Compiling ELFKit DynamicTag.swift
[103/112] Compiling ELFKit ELF32Dynamic.swift
[104/112] Compiling ELFKit ELF64Dynamic.swift
[105/112] Compiling ELFKit ELFGnuHashTable.swift
[106/112] Compiling ELFKit ELFGnuHashTableHeader.swift
[107/112] Compiling ELFKit ELFHashTable.swift
[108/112] Compiling ELFKit ELFHashTableHeader.swift
[109/112] Compiling ELFKit ELF32Note.swift
[110/112] Compiling ELFKit ELF64Note.swift
[111/112] Compiling ELFKit ELFNotes.swift
[112/112] Compiling ELFKit GnuABITag.swift
Build complete! (14.83s)
Build complete.
{
"dependencies" : [
{
"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"
}
],
"manifest_display_name" : "ELFKit",
"name" : "ELFKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ELFKit",
"targets" : [
"ELFKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ELFKitTests",
"module_type" : "SwiftTarget",
"name" : "ELFKitTests",
"path" : "Tests/ELFKitTests",
"sources" : [
"ELFFilePrintTests.swift",
"ELFImagePrintTests.swift",
"ELFKitTests.swift",
"Util/Linux.swift"
],
"target_dependencies" : [
"ELFKit"
],
"type" : "test"
},
{
"c99name" : "ELFKitC",
"module_type" : "ClangTarget",
"name" : "ELFKitC",
"path" : "Sources/ELFKitC",
"product_memberships" : [
"ELFKit"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "ELFKit",
"module_type" : "SwiftTarget",
"name" : "ELFKit",
"path" : "Sources/ELFKit",
"product_dependencies" : [
"FileIO"
],
"product_memberships" : [
"ELFKit"
],
"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/StringTableEntry.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",
"Protocol/LayoutWrapper.swift",
"Sections.swift",
"Segments.swift",
"Util/BitFlags.swift",
"Util/ConditionalBitFlags.swift",
"Util/Sequence/DataSequence.swift",
"Util/Sequence/MemorySequence.swift",
"Util/SwiftDemangle.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"ELFKitC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.