The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SagaInkMarkdownReader with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaInkMarkdownReader.git
Reference: main
Cloned https://github.com/loopwerk/SagaInkMarkdownReader.git into spi-builder-workspace
SUCCESS checkout https://github.com/loopwerk/SagaInkMarkdownReader.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/johnsundell/ink.git
Fetching https://github.com/loopwerk/Saga.git
[1/1888] Fetching ink
[568/3807] Fetching ink, splash
Fetched https://github.com/johnsundell/ink.git (0.25s)
[1/2046] Fetching saga
Fetched https://github.com/JohnSundell/Splash (1.75s)
Fetched https://github.com/loopwerk/Saga.git (1.75s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.31s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.29s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 1.1.4 (0.32s)
Fetching https://github.com/JohnSundell/Codextended.git
Fetching https://github.com/kylef/PathKit
[1/181] Fetching codextended
[134/1586] Fetching codextended, pathkit
Fetched https://github.com/kylef/PathKit (0.29s)
Fetched https://github.com/JohnSundell/Codextended.git (0.29s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (1.28s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.36s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.48s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.51s)
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 1.1.4
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Building for debugging...
[1/59] Emitting module Codextended
[2/59] Emitting module Ink
[3/63] Compiling Ink Markdown.swift
[4/63] Compiling Ink MarkdownParser.swift
[5/63] Compiling Ink Modifier.swift
[6/63] Compiling Ink Blockquote.swift
[7/63] Compiling Ink Character+Classification.swift
[8/63] Compiling Ink TextStyle.swift
[9/63] Compiling Ink TextStyleMarker.swift
[10/63] Compiling Ink URL.swift
[11/63] Compiling Ink URLDeclaration.swift
[12/63] Compiling Ink Character+Escaping.swift
[13/63] Compiling Ink CodeBlock.swift
[14/63] Compiling Ink FormattedText.swift
[15/63] Compiling Ink Fragment.swift
[16/63] Compiling Ink HTML.swift
[17/63] Compiling Ink HTMLConvertible.swift
[18/63] Compiling Ink Hashable+AnyOf.swift
[19/63] Compiling Ink Heading.swift
[20/63] Compiling Ink HorizontalLine.swift
[21/63] Compiling Ink Image.swift
[22/63] Compiling Ink InlineCode.swift
[23/63] Compiling Ink KeyPathPatterns.swift
[24/63] Compiling Ink Link.swift
[26/63] Compiling Ink List.swift
[27/63] Compiling Ink Metadata.swift
[31/66] Compiling Ink Modifiable.swift
[32/66] Compiling Ink ModifierCollection.swift
[33/66] Compiling Ink NamedURLCollection.swift
[38/66] Compiling Ink Reader.swift
[39/66] Compiling Ink Require.swift
[40/66] Compiling Ink Substring+Trimming.swift
[41/66] Compiling Ink Table.swift
[43/66] Compiling Splash Segment.swift
[44/66] Compiling Splash TokenType.swift
[45/66] Compiling Splash Tokenizer.swift
[52/68] Compiling Codextended Codextended.swift
[61/70] Emitting module Splash
[66/70] Compiling PathKit PathKit.swift
[67/70] Emitting module PathKit
[75/87] Compiling Saga String+Slugify.swift
[76/88] Compiling Saga Saga.swift
[77/88] Compiling Saga Reader.swift
[78/88] Compiling Saga RenderingContexts.swift
[79/88] Compiling Saga Item.swift
[80/88] Compiling Saga ItemWriteMode.swift
[81/88] Compiling Saga ProcessingStep.swift
[82/88] Compiling Saga Reader+Decoder.swift
[83/88] Compiling Saga Writer.swift
[84/88] Compiling Saga MetadataDecoder.swift
[85/88] Compiling Saga Path+Extensions.swift
[86/88] Compiling Saga FileContainer.swift
[87/88] Compiling Saga FileIO.swift
[88/88] Emitting module Saga
[91/92] Compiling SagaInkMarkdownReader SagaInkMarkdownReader.swift
[92/92] Emitting module SagaInkMarkdownReader
Build complete! (18.70s)
Build complete.
Done.

Build Machine: Linux 1