The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-url 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/karwa/swift-url.git
Reference: 0.4.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/karwa/swift-url
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at a04b0e5 [TSan] Work around a bug in TSan
Cloned https://github.com/karwa/swift-url.git
Revision (git rev-parse @):
a04b0e57f148698d091c90392901ce92fd0c5623
SUCCESS checkout https://github.com/karwa/swift-url.git at 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/karwa/swift-url.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/karwa/swift-checkit.git
Fetching https://github.com/apple/swift-system.git
[1/74] Fetching swift-checkit
[75/3057] Fetching swift-checkit, swift-system
Fetched https://github.com/karwa/swift-checkit.git from cache (0.33s)
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (0.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
Creating working copy for https://github.com/karwa/swift-checkit.git
Working copy of https://github.com/karwa/swift-checkit.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/10] Write sources
[7/10] Copying TestFilesData
[8/10] Compiling CSystem shims.c
[8/10] Write swift-version-24593BA9C3E375BF.txt
[11/41] Compiling SystemPackage PlatformString.swift
[12/41] Compiling SystemPackage SystemString.swift
[13/43] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[14/43] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[15/44] Compiling UnicodeDataStructures IndexedTable.swift
[16/44] Compiling SystemPackage Errno.swift
[17/44] Compiling SystemPackage FileDescriptor.swift
[18/44] Compiling SystemPackage FileHelpers.swift
[19/44] Compiling SystemPackage FilePathSyntax.swift
[20/44] Emitting module UnicodeDataStructures
[21/44] Compiling UnicodeDataStructures Utils.swift
[22/44] Compiling UnicodeDataStructures CodePointDatabase.swift
[23/44] Compiling SystemPackage Util.swift
[24/44] Compiling SystemPackage UtilConsumers.swift
[25/44] Compiling UnicodeDataStructures SegmentedLine.swift
[27/51] Compiling SystemPackage Mocking.swift
[28/51] Compiling SystemPackage Syscalls.swift
[29/51] Compiling SystemPackage WindowsSyscallAdapters.swift
[33/51] Compiling SystemPackage FilePathComponents.swift
[34/51] Compiling SystemPackage FilePathParsing.swift
[35/51] Compiling SystemPackage FilePathString.swift
[36/51] Compiling SystemPackage FileOperations.swift
[37/51] Compiling SystemPackage FilePath.swift
[38/51] Compiling SystemPackage FilePathComponentView.swift
[39/51] Compiling SystemPackage CInterop.swift
[40/51] Compiling SystemPackage Constants.swift
[41/51] Compiling SystemPackage Exports.swift
[42/51] Emitting module SystemPackage
[44/51] Compiling SystemPackage FilePathWindows.swift
[45/51] Compiling SystemPackage FilePermissions.swift
[47/52] Compiling IDNA Punycode.swift
[48/52] Compiling IDNA ValidationData.swift
[49/52] Compiling IDNA NFC.swift
[50/52] Compiling IDNA IDNA.swift
[51/52] Compiling IDNA MappingData.swift
[52/52] Emitting module IDNA
[54/89] Compiling WebURL StaticMember.swift
[55/89] Compiling WebURL StringAdditions.swift
[56/89] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[57/89] Compiling WebURL UnsafeSmallStack.swift
[58/89] Compiling WebURL WebURL+Domain.swift
[59/93] Compiling WebURL BidirectionalCollection+suffix.swift
[60/93] Compiling WebURL BidirectionalCollection+trim.swift
[61/93] Compiling WebURL BitTwiddling.swift
[62/93] Compiling WebURL Collection+longestRange.swift
[63/93] Compiling WebURL Either.swift
[64/93] Compiling WebURL Errors.swift
[65/93] Compiling WebURL FastCollectionAlgorithms.swift
[66/93] Compiling WebURL ManagedArrayBuffer.swift
[67/93] Compiling WebURL MutableCollection+pathUtils.swift
[68/93] Compiling WebURL Pointers.swift
[69/93] Compiling WebURL WebURL+FilePaths.swift
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[70/93] Compiling WebURL WebURL+FormParameters.swift
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[71/93] Compiling WebURL WebURL+Host.swift
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[72/93] Compiling WebURL WebURL+JSModel.swift
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[73/93] Compiling WebURL WebURL+Origin.swift
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[74/93] Compiling WebURL WebURL+PathComponents.swift
[75/93] Compiling WebURL WebURL+Scheme.swift
[76/93] Compiling WebURL WebURL+UTF8View.swift
[77/93] Compiling WebURL WebURL.swift
[78/93] Compiling WebURL SPIs.swift
[79/93] Compiling WebURL URLStorage+Setters.swift
[80/93] Compiling WebURL URLStorage.swift
[81/93] Compiling WebURL ASCII+LazyTextTransformations.swift
[82/93] Compiling WebURL ASCII.swift
[83/93] Compiling WebURL Parser.swift
[84/93] Compiling WebURL URLWriter.swift
[85/93] Compiling WebURL ValidationError.swift
[86/93] Compiling WebURL WebURL+Component.swift
[87/93] Compiling WebURL PercentEncoding.swift
[88/93] Compiling WebURL DeprecatedAPIs.swift
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
[89/93] Compiling WebURL IPAddress.swift
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
[90/93] Compiling WebURL Parser+Host.swift
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
[91/93] Compiling WebURL Parser+Path.swift
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
[92/93] Compiling WebURL Parser+StringUtils.swift
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
[93/93] Emitting module WebURL
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^
/host/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: note: use 'update(from:count:)' instead
              .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
               ^~~~~~
               update
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        (baseAddress + match.pair.lowerBound).assign(
                                              ^
/host/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: note: use 'update(from:count:)' instead
        (baseAddress + match.pair.lowerBound).assign(
                                              ^~~~~~
                                              update
[95/122] Emitting module WebURLSystemExtras
[96/122] Compiling WebURLFoundationExtras URLRequestResponse.swift
[97/123] Compiling WebURLFoundationExtras StringAdditions.swift
[98/123] Compiling WebURLSystemExtras WebURL+FilePaths+System.swift
[99/123] Compiling WebURLFoundationExtras DataAndString.swift
[100/124] Compiling WebURLFoundationExtras FoundationToWebURL.swift
[101/124] Emitting module WebURLFoundationExtras
[103/124] Compiling WebURLFoundationExtras URLSession.swift
[104/124] Compiling WebURLFoundationExtras ConversionError.swift
[105/124] Compiling WebURLFoundationExtras EvenFasterCollectionAlgorithms.swift
[106/124] Compiling WebURLTestSupport SimpleDescription.swift
[107/124] Compiling WebURLTestSupport SimpleTestReport.swift
[108/124] Compiling WebURLTestSupport TestFiles.swift
[109/124] Compiling WebURLTestSupport WPTSetterTest+WebURLReportHarness.swift
[110/124] Compiling WebURLTestSupport WPTSetterTest.swift
[111/124] Compiling WebURLTestSupport WPTToASCIITest+WebURLReportHarness.swift
[112/124] Compiling WebURLTestSupport WPTToASCIITest.swift
[113/126] Compiling WebURLTestSupport WPTConstructorTest+WebURLReportHarness.swift
[114/126] Compiling WebURLTestSupport WPTConstructorTest.swift
[115/126] Compiling WebURLTestSupport UTS46Conformance+WebURLIDNAReportHarness.swift
[116/126] Compiling WebURLTestSupport UTS46Conformance.swift
[117/126] Compiling WebURLFoundationExtras WebURLToFoundation.swift
[119/127] Compiling WebURLTestSupport URLValues.swift
[120/127] Compiling WebURLTestSupport resource_bundle_accessor.swift
[121/127] Compiling WebURLTestSupport TestSuite.swift
[122/127] Compiling WebURLTestSupport FilePathTests+WebURLReportHarness.swift
[123/127] Compiling WebURLTestSupport FilePathTests.swift
[124/127] Emitting module WebURLTestSupport
[125/127] Compiling WebURLTestSupport CollectionUtils.swift
[126/127] Compiling WebURLTestSupport IPAddressUtils.swift
[127/127] Compiling WebURLTestSupport JSONHelpers.swift
Build complete! (32.93s)
Build complete.
Done.

Build Machine: Linux 1