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.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/XMLCoder.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/CoreOffice/XMLCoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at efda1cc Update unit tests to newer Swift versions (#270)
Cloned https://github.com/CoreOffice/XMLCoder.git
Revision (git rev-parse @):
efda1cc8e0a97d198b6d16d53ff73751bd93f801
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/CoreOffice/XMLCoder.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/CoreOffice/XMLCoder.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/46] Emitting module XMLCoder
[2/52] Compiling XMLCoder DoubleBox.swift
[3/52] Compiling XMLCoder FloatBox.swift
[4/52] Compiling XMLCoder IntBox.swift
[5/52] Compiling XMLCoder KeyedBox.swift
[6/52] Compiling XMLCoder NullBox.swift
[7/52] Compiling XMLCoder SharedBox.swift
[8/52] Compiling XMLCoder SingleKeyedBox.swift
[9/52] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[10/52] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[11/52] Compiling XMLCoder DynamicNodeEncoding.swift
[12/52] Compiling XMLCoder EncodingErrorExtension.swift
[13/52] Compiling XMLCoder SingleValueEncodingContainer.swift
[14/52] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[15/52] Compiling XMLCoder DynamicNodeDecoding.swift
[16/52] Compiling XMLCoder SingleValueDecodingContainer.swift
[17/52] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[18/52] Compiling XMLCoder XMLDecoder.swift
[19/52] Compiling XMLCoder XMLDecoderImplementation.swift
[20/52] Compiling XMLCoder XMLDecodingStorage.swift
[21/52] Compiling XMLCoder XMLCoderElement.swift
[22/52] Compiling XMLCoder XMLDocumentType.swift
[23/52] Compiling XMLCoder XMLHeader.swift
[24/52] Compiling XMLCoder XMLKey.swift
[25/52] Compiling XMLCoder XMLStackParser.swift
[26/52] Compiling XMLCoder DecodingErrorExtension.swift
[27/52] Compiling XMLCoder Attribute.swift
[28/52] Compiling XMLCoder BoolBox.swift
[29/52] Compiling XMLCoder Box.swift
[30/52] Compiling XMLCoder ChoiceBox.swift
[31/52] Compiling XMLCoder DataBox.swift
[32/52] Compiling XMLCoder DateBox.swift
[33/52] Compiling XMLCoder DecimalBox.swift
[34/52] Compiling XMLCoder ISO8601DateFormatter.swift
[35/52] Compiling XMLCoder KeyedStorage.swift
[36/52] Compiling XMLCoder Metatypes.swift
[37/52] Compiling XMLCoder String+Extensions.swift
[38/52] Compiling XMLCoder Utils.swift
[39/52] Compiling XMLCoder XMLChoiceCodingKey.swift
[40/52] Compiling XMLCoder StringBox.swift
[41/52] Compiling XMLCoder UIntBox.swift
[42/52] Compiling XMLCoder URLBox.swift
[43/52] Compiling XMLCoder UnkeyedBox.swift
[44/52] Compiling XMLCoder ValueBox.swift
[45/52] Compiling XMLCoder Element.swift
[46/52] Compiling XMLCoder ElementAndAttribute.swift
[47/52] Compiling XMLCoder XMLEncoder.swift
[48/52] Compiling XMLCoder XMLEncoderImplementation.swift
[49/52] Compiling XMLCoder XMLEncodingStorage.swift
[50/52] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[51/52] Compiling XMLCoder XMLReferencingEncoder.swift
[52/52] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
Build complete! (8.84s)
Build complete.
Done.