The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SymbolKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-docc-symbolkit.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/apple/swift-docc-symbolkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8a740b5 optionally create overload group symbols when collecting symbol graphs (#71)
Cloned https://github.com/apple/swift-docc-symbolkit.git
Revision (git rev-parse @):
8a740b5197ece51e4b597f8a467546da66324581
SUCCESS checkout https://github.com/apple/swift-docc-symbolkit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-docc-symbolkit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/50] Emitting module SymbolKit
[4/56] Compiling SymbolKit Generics.swift
[5/56] Compiling SymbolKit Namespace.swift
[6/56] Compiling SymbolKit Symbol.swift
[7/56] Compiling SymbolKit SymbolKind.swift
[8/56] Compiling SymbolKit ValueConstraints.swift
[9/56] Compiling SymbolKit SymbolGraph+Overloads.swift
[10/56] Compiling SymbolKit FunctionSignature.swift
[11/56] Compiling SymbolKit HTTP.swift
[12/56] Compiling SymbolKit Identifier.swift
[13/56] Compiling SymbolKit KindIdentifier.swift
[14/56] Compiling SymbolKit Location.swift
[15/56] Compiling SymbolKit Mutability.swift
[16/56] Compiling SymbolKit Names.swift
[17/56] Compiling SymbolKit SymbolGraph.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[18/56] Compiling SymbolKit GraphCollector.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[19/56] Compiling SymbolKit UnifiedSymbol+Encodable.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[20/56] Compiling SymbolKit UnifiedSymbol.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[21/56] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[22/56] Compiling SymbolKit UnifiedSymbolGraph.swift
/host/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift:44:30: warning: 'relationships' is deprecated: Use unifiedRelationships and orphanRelationships instead
        try container.encode(relationships, forKey: .relationships)
                             ^
[23/56] Compiling SymbolKit AvailabilityItem.swift
[24/56] Compiling SymbolKit Domain.swift
[25/56] Compiling SymbolKit DeclarationFragments+Simplify.swift
[26/56] Compiling SymbolKit DeclarationFragments.swift
[27/56] Compiling SymbolKit Fragment.swift
[28/56] Compiling SymbolKit FragmentKind.swift
[29/56] Compiling SymbolKit FunctionParameter.swift
[30/56] Compiling SymbolKit SourceOrigin.swift
[31/56] Compiling SymbolKit GenericConstraints.swift
[32/56] Compiling SymbolKit Swift.swift
[33/56] Compiling SymbolKit SemanticVersion.swift
[34/56] Compiling SymbolKit AccessControl.swift
[35/56] Compiling SymbolKit AlternateDeclarations.swift
[36/56] Compiling SymbolKit Availability.swift
[37/56] Compiling SymbolKit Metadata.swift
[38/56] Compiling SymbolKit Module.swift
[39/56] Compiling SymbolKit OperatingSystem.swift
[40/56] Compiling SymbolKit Platform.swift
[41/56] Compiling SymbolKit ReferenceLocation.swift
[42/56] Compiling SymbolKit Relationship.swift
[43/56] Compiling SymbolKit RelationshipKind.swift
[44/56] Compiling SymbolKit Mixin+Equals.swift
[45/56] Compiling SymbolKit Mixin+Hash.swift
[46/56] Compiling SymbolKit Mixin.swift
[47/56] Compiling SymbolKit AnyScalar.swift
[48/56] Compiling SymbolKit LineList.swift
[49/56] Compiling SymbolKit Position.swift
[50/56] Compiling SymbolKit SourceRange.swift
[51/56] Compiling SymbolKit OverloadData.swift
[52/56] Compiling SymbolKit SPI.swift
[53/56] Compiling SymbolKit Snippet.swift
[54/56] Compiling SymbolKit Extension.swift
[55/56] Compiling SymbolKit GenericConstraint.swift
[56/56] Compiling SymbolKit GenericParameter.swift
Build complete! (7.85s)
Build complete.
Done.

Build Machine: Linux 2