The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-url with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/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/karwa/swift-url.git
Reference: 0.4.1
Cloned https://github.com/karwa/swift-url.git into spi-builder-workspace
SUCCESS checkout https://github.com/karwa/swift-url.git at 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/karwa/swift-checkit.git
Fetching https://github.com/apple/swift-system.git
[1/2586] Fetching swift-system
Fetched https://github.com/apple/swift-system.git (0.58s)
Fetched https://github.com/karwa/swift-checkit.git (0.59s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (0.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.32s)
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
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
Building for debugging...
[0/2] Copying TestFilesData
[1/2] Compiling CSystem shims.c
[3/33] Emitting module SystemPackage
[4/35] Compiling SystemPackage Errno.swift
[5/35] Compiling SystemPackage FileDescriptor.swift
[6/35] Compiling SystemPackage FileHelpers.swift
[7/35] Compiling SystemPackage FilePathComponents.swift
[8/35] Compiling SystemPackage FilePathParsing.swift
[9/35] Compiling SystemPackage FilePathString.swift
[10/35] Compiling SystemPackage Util.swift
[11/35] Compiling SystemPackage UtilConsumers.swift
[16/35] Emitting module UnicodeDataStructures
[17/36] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[18/36] Compiling UnicodeDataStructures Utils.swift
[19/36] Compiling UnicodeDataStructures CodePointDatabase.swift
[20/36] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[21/36] Compiling UnicodeDataStructures IndexedTable.swift
[22/36] Compiling UnicodeDataStructures SegmentedLine.swift
[25/44] Compiling SystemPackage Mocking.swift
[26/44] Compiling SystemPackage Syscalls.swift
[27/44] Compiling SystemPackage WindowsSyscallAdapters.swift
[28/44] Compiling SystemPackage PlatformString.swift
[29/44] Compiling SystemPackage SystemString.swift
[30/44] Compiling SystemPackage FileOperations.swift
[31/44] Compiling SystemPackage FilePath.swift
[32/44] Compiling SystemPackage FilePathComponentView.swift
[33/44] Compiling SystemPackage FilePathSyntax.swift
[34/44] Compiling SystemPackage FilePathWindows.swift
[35/44] Compiling SystemPackage FilePermissions.swift
[36/44] Compiling SystemPackage CInterop.swift
[37/44] Compiling SystemPackage Constants.swift
[38/44] Compiling SystemPackage Exports.swift
[41/46] Compiling IDNA Punycode.swift
[42/46] Compiling IDNA ValidationData.swift
[43/46] Compiling IDNA IDNA.swift
[44/46] Compiling IDNA NFC.swift
[45/46] Compiling IDNA MappingData.swift
[46/46] Emitting module IDNA
[49/84] Compiling WebURL BidirectionalCollection+suffix.swift
[50/84] Compiling WebURL BidirectionalCollection+trim.swift
[51/84] Compiling WebURL BitTwiddling.swift
[52/84] Compiling WebURL Collection+longestRange.swift
[53/84] Compiling WebURL Either.swift
[54/88] Compiling WebURL StaticMember.swift
[55/88] Compiling WebURL StringAdditions.swift
[56/88] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[57/88] Compiling WebURL UnsafeSmallStack.swift
[58/88] Compiling WebURL WebURL+Domain.swift
[59/88] Compiling WebURL Errors.swift
[60/88] Compiling WebURL FastCollectionAlgorithms.swift
[61/88] Compiling WebURL ManagedArrayBuffer.swift
[62/88] Compiling WebURL MutableCollection+pathUtils.swift
[63/88] Compiling WebURL Pointers.swift
[64/88] 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
[65/88] 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
[66/88] 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
[67/88] 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
[68/88] 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
[69/88] Compiling WebURL WebURL+PathComponents.swift
[70/88] Compiling WebURL WebURL+Scheme.swift
[71/88] Compiling WebURL WebURL+UTF8View.swift
[72/88] Compiling WebURL WebURL.swift
[73/88] 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
[74/88] 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
[75/88] 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
[76/88] 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
[77/88] 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
[78/88] Compiling WebURL SPIs.swift
[79/88] Compiling WebURL URLStorage+Setters.swift
[80/88] Compiling WebURL URLStorage.swift
[81/88] Compiling WebURL ASCII+LazyTextTransformations.swift
[82/88] Compiling WebURL ASCII.swift
[83/88] Compiling WebURL Parser.swift
[84/88] Compiling WebURL URLWriter.swift
[85/88] Compiling WebURL ValidationError.swift
[86/88] Compiling WebURL WebURL+Component.swift
[87/88] Compiling WebURL PercentEncoding.swift
[88/88] 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
[91/118] Compiling WebURLFoundationExtras ConversionError.swift
[92/119] Compiling WebURLFoundationExtras URLRequestResponse.swift
[93/119] Compiling WebURLFoundationExtras StringAdditions.swift
[94/119] Compiling WebURLSystemExtras WebURL+FilePaths+System.swift
[95/119] Emitting module WebURLSystemExtras
[96/120] Compiling WebURLFoundationExtras EvenFasterCollectionAlgorithms.swift
[99/121] Emitting module WebURLFoundationExtras
[100/121] Compiling WebURLFoundationExtras URLSession.swift
[101/121] Compiling WebURLFoundationExtras DataAndString.swift
[102/121] Compiling WebURLFoundationExtras FoundationToWebURL.swift
[103/121] Compiling WebURLTestSupport WPTToASCIITest+WebURLReportHarness.swift
[104/121] Compiling WebURLTestSupport WPTToASCIITest.swift
[105/121] Compiling WebURLTestSupport WPTSetterTest+WebURLReportHarness.swift
[106/121] Compiling WebURLTestSupport WPTSetterTest.swift
[107/123] Compiling WebURLTestSupport UTS46Conformance+WebURLIDNAReportHarness.swift
[108/123] Compiling WebURLTestSupport UTS46Conformance.swift
[109/123] Compiling WebURLTestSupport SimpleDescription.swift
[110/123] Compiling WebURLTestSupport SimpleTestReport.swift
[111/123] Compiling WebURLTestSupport TestFiles.swift
[112/123] Compiling WebURLFoundationExtras WebURLToFoundation.swift
[115/125] Emitting module WebURLTestSupport
[116/125] Compiling WebURLTestSupport URLValues.swift
[117/125] Compiling WebURLTestSupport resource_bundle_accessor.swift
[118/125] Compiling WebURLTestSupport TestSuite.swift
[119/125] Compiling WebURLTestSupport FilePathTests+WebURLReportHarness.swift
[120/125] Compiling WebURLTestSupport FilePathTests.swift
[121/125] Compiling WebURLTestSupport WPTConstructorTest+WebURLReportHarness.swift
[122/125] Compiling WebURLTestSupport WPTConstructorTest.swift
[123/125] Compiling WebURLTestSupport CollectionUtils.swift
[124/125] Compiling WebURLTestSupport IPAddressUtils.swift
[125/125] Compiling WebURLTestSupport JSONHelpers.swift
Build complete! (32.27s)
Build complete.
Done.

Build Machine: Linux 2