The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of XMLCoder with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/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/CoreOffice/XMLCoder.git
Reference: 0.17.1
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/CoreOffice/XMLCoder
 * tag               0.17.1     -> FETCH_HEAD
HEAD is now at b1e944c Fix decoding of types conforming to XMLNodeDecoding (#266)
Cloned https://github.com/CoreOffice/XMLCoder.git
Revision (git rev-parse @):
b1e944cbd0ef33787b13f639a5418d55b3bed501
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/CoreOffice/XMLCoder.git at 0.17.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CoreOffice/XMLCoder.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/47] Emitting module XMLCoder
[4/53] Compiling XMLCoder XMLCoderElement.swift
[5/53] Compiling XMLCoder XMLDocumentType.swift
[6/53] Compiling XMLCoder XMLHeader.swift
[7/53] Compiling XMLCoder XMLKey.swift
[8/53] Compiling XMLCoder XMLStackParser.swift
[9/53] Compiling XMLCoder DecodingErrorExtension.swift
[10/53] Compiling XMLCoder XMLEncoder.swift
[11/53] Compiling XMLCoder XMLEncoderImplementation.swift
[12/53] Compiling XMLCoder XMLEncodingStorage.swift
[13/53] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[14/53] Compiling XMLCoder XMLReferencingEncoder.swift
[15/53] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[16/53] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[17/53] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[18/53] Compiling XMLCoder DynamicNodeEncoding.swift
[19/53] Compiling XMLCoder EncodingErrorExtension.swift
[20/53] Compiling XMLCoder SingleValueEncodingContainer.swift
[21/53] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[22/53] Compiling XMLCoder DynamicNodeDecoding.swift
[23/53] Compiling XMLCoder SingleValueDecodingContainer.swift
[24/53] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[25/53] Compiling XMLCoder XMLDecoder.swift
[26/53] Compiling XMLCoder XMLDecoderImplementation.swift
[27/53] Compiling XMLCoder XMLDecodingStorage.swift
[28/53] Compiling XMLCoder ElementAndAttribute.swift
[29/53] Compiling XMLCoder ISO8601DateFormatter.swift
[30/53] Compiling XMLCoder KeyedStorage.swift
[31/53] Compiling XMLCoder Metatypes.swift
[32/53] Compiling XMLCoder String+Extensions.swift
[33/53] Compiling XMLCoder XMLChoiceCodingKey.swift
[34/53] Compiling XMLCoder Attribute.swift
[35/53] Compiling XMLCoder BoolBox.swift
[36/53] Compiling XMLCoder Box.swift
[37/53] Compiling XMLCoder ChoiceBox.swift
[38/53] Compiling XMLCoder DataBox.swift
[39/53] Compiling XMLCoder DateBox.swift
[40/53] Compiling XMLCoder DecimalBox.swift
[41/53] Compiling XMLCoder DoubleBox.swift
[42/53] Compiling XMLCoder FloatBox.swift
[43/53] Compiling XMLCoder IntBox.swift
[44/53] Compiling XMLCoder KeyedBox.swift
[45/53] Compiling XMLCoder NullBox.swift
[46/53] Compiling XMLCoder SharedBox.swift
[47/53] Compiling XMLCoder SingleKeyedBox.swift
[48/53] Compiling XMLCoder StringBox.swift
[49/53] Compiling XMLCoder UIntBox.swift
[50/53] Compiling XMLCoder URLBox.swift
[51/53] Compiling XMLCoder UnkeyedBox.swift
[52/53] Compiling XMLCoder ValueBox.swift
[53/53] Compiling XMLCoder Element.swift
Build complete! (8.07s)
Build complete.
Done.