Build Information
Successful build of ObjCDump, reference main (1e91df
), with Swift 5.9 for Linux on 5 Jan 2025 14:28:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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: 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/swift-objc-dump
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/p-x9/swift-objc-dump.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/12] Compiling ObjCTypeDecodeKit ObjCType.swift
[2/12] Compiling ObjCTypeDecodeKit types.swift
[3/13] Emitting module ObjCTypeDecodeKit
[4/13] Compiling ObjCTypeDecodeKit String+.swift
[5/13] Compiling ObjCTypeDecodeKit Node.swift
[6/13] Compiling ObjCTypeDecodeKit ObjCField.swift
[7/13] Compiling ObjCTypeDecodeKit ObjCMethodType.swift
[8/13] Compiling ObjCTypeDecodeKit ObjCModifier.swift
[9/13] Compiling ObjCTypeDecodeKit ObjCPropertyAttribute.swift
[10/13] Compiling ObjCTypeDecodeKit ObjCTypeCodable.swift
[11/13] Compiling ObjCTypeDecodeKit ObjCMethodTypeDecoder.swift
[12/13] Compiling ObjCTypeDecodeKit ObjCPropertyTypeDecoder.swift
[13/13] Compiling ObjCTypeDecodeKit ObjCTypeDecoder.swift
[16/23] Compiling ObjCDump ObjCClassInfo.swift
[17/24] Compiling ObjCDump ObjCProtocolInfo.swift
[18/24] Compiling ObjCDump ObjCPropertyInfo.swift
[19/24] Compiling ObjCDump ObjCIvarInfo.swift
[20/24] Compiling ObjCDump ObjCMethodInfo.swift
[21/24] Compiling ObjCDump ObjCType+.swift
[22/24] Emitting module ObjCDump
[23/24] Compiling ObjCDump ObjCCategoryInfo.swift
[24/24] Compiling ObjCDump ObjCDump.swift
Build complete! (8.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ObjCDump",
"name" : "ObjCDump",
"path" : "/host/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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.