The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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: 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/karwa/swift-url
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 01ad5a1 Temporarily disable FoundationToWeb tests
Cloned https://github.com/karwa/swift-url.git
Revision (git rev-parse @):
01ad5a103d14839a68c55ee556513e5939008e9e
SUCCESS checkout https://github.com/karwa/swift-url.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/karwa/swift-url.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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 (0.43s)
Fetched https://github.com/apple/swift-system.git (0.44s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.37s)
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/WebURLFoundationExtrasTests/URLConversion/FoundationToWebTests.disabled_swift
Building for debugging...
[0/2] Copying TestFilesData
[1/2] Compiling CSystem shims.c
[3/33] Emitting module SystemPackage
[4/35] Compiling SystemPackage Util.swift
[5/35] Compiling SystemPackage UtilConsumers.swift
[6/35] Compiling SystemPackage FilePathComponents.swift
[7/35] Compiling SystemPackage FilePathParsing.swift
[8/35] Compiling SystemPackage FilePathString.swift
[9/35] Compiling UnicodeDataStructures IndexedTable.swift
[10/36] Emitting module UnicodeDataStructures
[11/36] Compiling SystemPackage Errno.swift
[12/36] Compiling SystemPackage FileDescriptor.swift
[13/36] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[14/36] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[15/36] Compiling UnicodeDataStructures Utils.swift
[16/36] Compiling UnicodeDataStructures CodePointDatabase.swift
[17/36] Compiling SystemPackage FileHelpers.swift
[18/36] Compiling SystemPackage FileOperations.swift
[19/36] Compiling UnicodeDataStructures SegmentedLine.swift
[26/44] Compiling SystemPackage FilePath.swift
[27/44] Compiling SystemPackage FilePathComponentView.swift
[28/44] Compiling SystemPackage CInterop.swift
[29/44] Compiling SystemPackage Constants.swift
[30/44] Compiling SystemPackage Exports.swift
[31/44] Compiling SystemPackage FilePathSyntax.swift
[32/44] Compiling SystemPackage FilePathWindows.swift
[33/44] Compiling SystemPackage FilePermissions.swift
[34/44] Compiling SystemPackage PlatformString.swift
[35/44] Compiling SystemPackage SystemString.swift
[36/44] Compiling SystemPackage Mocking.swift
[37/44] Compiling SystemPackage Syscalls.swift
[38/44] Compiling SystemPackage WindowsSyscallAdapters.swift
[41/46] Compiling IDNA Punycode.swift
[42/46] Compiling IDNA IDNA.swift
[43/46] Compiling IDNA NFC.swift
[44/46] Compiling IDNA ValidationData.swift
[45/46] Emitting module IDNA
[46/46] Compiling IDNA MappingData.swift
[49/85] Compiling WebURL Errors.swift
[50/85] Compiling WebURL FastCollectionAlgorithms.swift
[51/85] Compiling WebURL Integers.swift
[52/85] Compiling WebURL ManagedArrayBuffer.swift
[53/85] Compiling WebURL MutableCollection+pathUtils.swift
[54/90] Compiling WebURL Pointers.swift
[55/90] Compiling WebURL StaticMember.swift
[56/90] Compiling WebURL StringAdditions.swift
[57/90] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[58/90] Compiling WebURL UnsafeSmallStack.swift
[59/90] Compiling WebURL WebURL+Domain.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
[60/90] 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
[61/90] 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
[62/90] 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
[63/90] 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
[64/90] Compiling WebURL BidirectionalCollection+suffix.swift
[65/90] Compiling WebURL BidirectionalCollection+trim.swift
[66/90] Compiling WebURL BitTwiddling.swift
[67/90] Compiling WebURL Collection+longestRange.swift
[68/90] Compiling WebURL Either.swift
[69/90] Compiling WebURL WebURL+Origin.swift
[70/90] Compiling WebURL WebURL+PathComponents.swift
[71/90] Compiling WebURL WebURL+Scheme.swift
[72/90] Compiling WebURL WebURL+UTF8View.swift
[73/90] Compiling WebURL WebURL.swift
[74/90] Compiling WebURL URLStorage+Setters.swift
[75/90] Compiling WebURL URLStorage.swift
[76/90] Compiling WebURL URLStructure.swift
[77/90] Compiling WebURL ASCII+LazyTextTransformations.swift
[78/90] Compiling WebURL ASCII.swift
[79/90] Compiling WebURL URLWriter.swift
[80/90] Compiling WebURL ValidationError.swift
[81/90] Compiling WebURL WebURL+Component.swift
[82/90] Compiling WebURL PercentEncoding.swift
[83/90] Compiling WebURL SPIs.swift
[84/90] 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
[85/90] 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
[86/90] 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
[87/90] 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
[88/90] 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
[89/90] Compiling WebURL Parser.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/90] 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
[93/120] Compiling WebURLFoundationExtras URLSession.swift
[94/120] Compiling WebURLFoundationExtras ConversionError.swift
[95/120] Compiling WebURLFoundationExtras URLRequestResponse.swift
[96/120] Compiling WebURLFoundationExtras StringAdditions.swift
[97/121] Emitting module WebURLSystemExtras
[98/121] Compiling WebURLSystemExtras WebURL+FilePaths+System.swift
[99/121] Compiling WebURLFoundationExtras DataAndString.swift
[100/121] Emitting module WebURLFoundationExtras
[103/123] Compiling WebURLFoundationExtras EvenFasterCollectionAlgorithms.swift
[104/123] Compiling WebURLFoundationExtras FoundationToWebURL.swift
[105/123] Compiling WebURLFoundationExtras WebURLToFoundation.swift
[108/125] Emitting module WebURLTestSupport
[109/127] Compiling WebURLTestSupport WPTSetterTest+WebURLReportHarness.swift
[110/127] Compiling WebURLTestSupport WPTSetterTest.swift
[111/127] Compiling WebURLTestSupport WPTToASCIITest+WebURLReportHarness.swift
[112/127] Compiling WebURLTestSupport WPTToASCIITest.swift
[113/127] Compiling WebURLTestSupport WPTConstructorTest+WebURLReportHarness.swift
[114/127] Compiling WebURLTestSupport WPTConstructorTest.swift
[115/127] Compiling WebURLTestSupport UTS46Conformance+WebURLIDNAReportHarness.swift
[116/127] Compiling WebURLTestSupport UTS46Conformance.swift
[117/127] Compiling WebURLTestSupport URLValues.swift
[118/127] Compiling WebURLTestSupport resource_bundle_accessor.swift
[119/127] Compiling WebURLTestSupport CollectionUtils.swift
[120/127] Compiling WebURLTestSupport IPAddressUtils.swift
[121/127] Compiling WebURLTestSupport JSONHelpers.swift
[122/127] Compiling WebURLTestSupport SimpleDescription.swift
[123/127] Compiling WebURLTestSupport SimpleTestReport.swift
[124/127] Compiling WebURLTestSupport TestFiles.swift
[125/127] Compiling WebURLTestSupport TestSuite.swift
[126/127] Compiling WebURLTestSupport FilePathTests+WebURLReportHarness.swift
[127/127] Compiling WebURLTestSupport FilePathTests.swift
Build complete! (22.29s)
Build complete.
Done.

Build Machine: Linux 2