The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSVG with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: 0.11.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/richardpiazza/SwiftSVG
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 7238a60 Smooth Curves (#13)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
7238a601fc0e074543e3fa1b1912bf7afa9d32bf
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at 0.11.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/richardpiazza/SwiftSVG.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/231] Fetching swift2d
[232/10242] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.43s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.43s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.1.0 (0.38s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.15.0 (0.40s)
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.15.0
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/58] Emitting module XMLCoder
[6/64] Compiling Swift2D Point.swift
[7/65] Compiling Swift2D Rect+Computed.swift
[8/65] Compiling Swift2D Size.swift
[9/65] Compiling XMLCoder DoubleBox.swift
[10/65] Compiling XMLCoder FloatBox.swift
[11/65] Compiling XMLCoder IntBox.swift
[12/65] Compiling XMLCoder KeyedBox.swift
[13/65] Compiling XMLCoder NullBox.swift
[14/65] Compiling XMLCoder SharedBox.swift
[15/65] Compiling XMLCoder SingleKeyedBox.swift
[16/65] Compiling XMLCoder XMLEncoder.swift
[17/65] Compiling XMLCoder XMLEncoderImplementation.swift
[18/65] Compiling XMLCoder XMLEncodingStorage.swift
[19/65] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[20/65] Compiling XMLCoder XMLReferencingEncoder.swift
[21/65] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[22/65] Emitting module Swift2D
[23/65] Compiling XMLCoder Attribute.swift
[24/65] Compiling XMLCoder BoolBox.swift
[25/65] Compiling XMLCoder DynamicNodeDecoding.swift
[26/65] Compiling XMLCoder SingleValueDecodingContainer.swift
[27/65] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[28/65] Compiling XMLCoder XMLDecoder.swift
[29/65] Compiling XMLCoder XMLDecoderImplementation.swift
[30/65] Compiling XMLCoder XMLDecodingStorage.swift
[31/65] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[32/65] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[33/65] Compiling XMLCoder DynamicNodeEncoding.swift
[34/65] Compiling XMLCoder EncodingErrorExtension.swift
[35/65] Compiling XMLCoder SingleValueEncodingContainer.swift
[36/65] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[37/65] Compiling XMLCoder ElementAndAttribute.swift
[38/65] Compiling XMLCoder ISO8601DateFormatter.swift
[39/65] Compiling XMLCoder KeyedStorage.swift
[40/65] Compiling XMLCoder Metatypes.swift
[41/65] Compiling XMLCoder String+Extensions.swift
[42/65] Compiling XMLCoder XMLChoiceCodingKey.swift
[43/65] Compiling XMLCoder StringBox.swift
[44/65] Compiling XMLCoder UIntBox.swift
[45/65] Compiling XMLCoder URLBox.swift
[46/65] Compiling XMLCoder UnkeyedBox.swift
[47/65] Compiling XMLCoder ValueBox.swift
[48/65] Compiling XMLCoder Element.swift
[49/65] Compiling XMLCoder XMLCoderElement.swift
[50/65] Compiling XMLCoder XMLDocumentType.swift
[51/65] Compiling XMLCoder XMLHeader.swift
[52/65] Compiling XMLCoder XMLKey.swift
[53/65] Compiling XMLCoder XMLStackParser.swift
[54/65] Compiling XMLCoder DecodingErrorExtension.swift
[55/65] Compiling Swift2D Size+Computed.swift
[56/65] Compiling Swift2D Rect.swift
[57/65] Compiling Swift2D Size+CoreGraphics.swift
[58/65] Compiling Swift2D Rect+CoreGraphics.swift
[62/66] Compiling XMLCoder Box.swift
[63/66] Compiling XMLCoder ChoiceBox.swift
[64/66] Compiling XMLCoder DataBox.swift
[65/66] Compiling XMLCoder DateBox.swift
[66/66] Compiling XMLCoder DecimalBox.swift
[68/94] Compiling SwiftSVG Circle.swift
[69/94] Compiling SwiftSVG CommandRepresentable.swift
[70/94] Compiling SwiftSVG Container.swift
[71/94] Compiling SwiftSVG CoreAttributes.swift
[72/97] Compiling SwiftSVG SVG+Swift2D.swift
[73/97] Compiling SwiftSVG SVG.swift
[74/97] Compiling SwiftSVG Stroke.swift
[75/97] Compiling SwiftSVG Element.swift
[76/97] Compiling SwiftSVG Ellipse.swift
[77/97] Compiling SwiftSVG Point+SwiftSVG.swift
[78/97] Compiling SwiftSVG Fill.swift
[79/97] Compiling SwiftSVG Path.Component.swift
[80/97] Compiling SwiftSVG Path.ComponentParser.swift
[81/97] Compiling SwiftSVG Path.swift
[82/97] Compiling SwiftSVG Polygon.swift
[83/97] Compiling SwiftSVG Group.swift
[84/97] Compiling SwiftSVG EllipseProcessor.swift
[85/97] Compiling SwiftSVG PathProcessor.swift
[86/97] Compiling SwiftSVG PolygonProcressor.swift
[87/97] Compiling SwiftSVG Polyline.swift
[88/97] Compiling SwiftSVG PresentationAttributes.swift
[89/97] Compiling SwiftSVG Rectangle.swift
[90/97] Compiling SwiftSVG PolylineProcessor.swift
[91/97] Compiling SwiftSVG RectangleProcessor.swift
[92/97] Compiling SwiftSVG Line.swift
[93/97] Compiling SwiftSVG Path.Command.swift
[94/97] Compiling SwiftSVG StylingAttributes.swift
[95/97] Compiling SwiftSVG Text.swift
[96/97] Compiling SwiftSVG Transformation.swift
[97/97] Emitting module SwiftSVG
Build complete! (13.56s)
Build complete.
Done.

Build Machine: Linux 1