Build Information
Successful build of swift-url, reference 0.4.2 (9306a9
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:57:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/karwa/swift-url.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/karwa/swift-url
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 9306a96 Disable tests for Swift 5.6.3 on Windows
Cloned https://github.com/karwa/swift-url.git
Revision (git rev-parse @):
9306a962396a50d7d88e924afcd7ec67226763db
SUCCESS checkout https://github.com/karwa/swift-url.git at 0.4.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/karwa/swift-url.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[7/10] Copying TestFilesData
[8/10] Compiling CSystem shims.c
[9/10] Write swift-version-1EA4D86E10B52AF.txt
[11/48] Compiling UnicodeDataStructures IndexedTable.swift
[12/49] Compiling UnicodeDataStructures IDNAValidationDataSchema.swift
[13/49] Compiling UnicodeDataStructures Utils.swift
[14/49] Compiling UnicodeDataStructures IDNAMappingDataSchema.swift
[15/49] Compiling UnicodeDataStructures Printing.swift
[16/49] Compiling UnicodeDataStructures ParsingHelpers.swift
[17/49] Compiling UnicodeDataStructures IDNAValidationDatabase.swift
[18/49] Compiling UnicodeDataStructures IDNAMappingDatabase.swift
[19/49] Emitting module UnicodeDataStructures
[20/49] Compiling UnicodeDataStructures CodePointDatabase.swift
[21/49] Compiling UnicodeDataStructures SegmentedLine.swift
[22/49] Emitting module SystemPackage
[23/58] Compiling SystemPackage FilePathTempPosix.swift
[24/58] Compiling SystemPackage FilePathTempWindows.swift
[25/58] Compiling SystemPackage FilePathWindows.swift
[26/58] Compiling SystemPackage FileHelpers.swift
[27/58] Compiling SystemPackage FileOperations.swift
[28/58] Compiling SystemPackage FilePath.swift
[29/58] Compiling SystemPackage FilePermissions.swift
[30/58] Compiling SystemPackage Backcompat.swift
[31/58] Compiling SystemPackage CInterop.swift
[32/58] Compiling SystemPackage FilePathComponentView.swift
[33/58] Compiling SystemPackage FilePathComponents.swift
[34/58] Compiling SystemPackage FilePathParsing.swift
[35/58] Compiling SystemPackage Errno.swift
[36/58] Compiling SystemPackage ErrnoWindows.swift
[37/58] Compiling SystemPackage FileDescriptor.swift
[38/58] Compiling SystemPackage FilePathString.swift
[39/58] Compiling SystemPackage FilePathSyntax.swift
[40/58] Compiling SystemPackage FilePathTemp.swift
[41/58] Compiling SystemPackage Util+StringArray.swift
[42/58] Compiling SystemPackage Util.swift
[43/58] Compiling SystemPackage UtilConsumers.swift
[44/58] Compiling SystemPackage RawBuffer.swift
[45/58] Compiling SystemPackage Syscalls.swift
[46/58] Compiling SystemPackage WindowsSyscallAdapters.swift
[47/58] Compiling SystemPackage Constants.swift
[48/58] Compiling SystemPackage Exports.swift
[49/58] Compiling SystemPackage Mocking.swift
[50/58] Compiling SystemPackage MachPort.swift
[51/58] Compiling SystemPackage PlatformString.swift
[52/58] Compiling SystemPackage SystemString.swift
[53/58] Compiling IDNA Punycode.swift
[54/58] Compiling IDNA IDNA.swift
[55/58] Compiling IDNA NFC.swift
[56/58] Compiling IDNA ValidationData.swift
[57/58] Emitting module IDNA
[58/58] Compiling IDNA MappingData.swift
[59/96] Compiling WebURL WebURL+FormParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
931 | ).first(where: { remaining[$0.key].elementsEqual(encodedKey) }) {
932 | let baseAddress = remaining.baseAddress!
933 | (baseAddress + match.pair.lowerBound).assign(
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
934 | from: baseAddress + match.pair.upperBound, count: remaining.count - match.pair.upperBound
935 | )
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/96] Compiling WebURL WebURL+Host.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
931 | ).first(where: { remaining[$0.key].elementsEqual(encodedKey) }) {
932 | let baseAddress = remaining.baseAddress!
933 | (baseAddress + match.pair.lowerBound).assign(
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
934 | from: baseAddress + match.pair.upperBound, count: remaining.count - match.pair.upperBound
935 | )
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[61/96] Compiling WebURL WebURL+JSModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
931 | ).first(where: { remaining[$0.key].elementsEqual(encodedKey) }) {
932 | let baseAddress = remaining.baseAddress!
933 | (baseAddress + match.pair.lowerBound).assign(
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
934 | from: baseAddress + match.pair.upperBound, count: remaining.count - match.pair.upperBound
935 | )
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[62/96] Compiling WebURL WebURL+Origin.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
931 | ).first(where: { remaining[$0.key].elementsEqual(encodedKey) }) {
932 | let baseAddress = remaining.baseAddress!
933 | (baseAddress + match.pair.lowerBound).assign(
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
934 | from: baseAddress + match.pair.upperBound, count: remaining.count - match.pair.upperBound
935 | )
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[63/96] Compiling WebURL UnsafeBuffer+ReplaceSubrange.swift
[64/96] Compiling WebURL UnsafeSmallStack.swift
[65/96] Compiling WebURL WebURL+Domain.swift
[66/96] Compiling WebURL WebURL+FilePaths.swift
[67/100] Compiling WebURL Errors.swift
[68/100] Compiling WebURL FastCollectionAlgorithms.swift
[69/100] Compiling WebURL Integers.swift
[70/100] Compiling WebURL ManagedArrayBuffer.swift
[71/100] Compiling WebURL MutableCollection+pathUtils.swift
[72/100] Compiling WebURL Pointers.swift
[73/100] Compiling WebURL StaticMember.swift
[74/100] Compiling WebURL StringAdditions.swift
[75/100] Compiling WebURL Parser.swift
[76/100] Compiling WebURL URLWriter.swift
[77/100] Compiling WebURL ValidationError.swift
[78/100] Compiling WebURL WebURL+Component.swift
[79/100] Compiling WebURL BidirectionalCollection+trim.swift
[80/100] Compiling WebURL BitTwiddling.swift
[81/100] Compiling WebURL Collection+longestRange.swift
[82/100] Compiling WebURL Either.swift
[83/100] Compiling WebURL DeprecatedAPIs.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/100] Compiling WebURL IPAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/100] Compiling WebURL Parser+Host.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/100] Compiling WebURL Parser+Path.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[87/100] Compiling WebURL Parser+StringUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/100] Compiling WebURL PercentEncoding.swift
[89/100] Compiling WebURL SPIs.swift
[90/100] Compiling WebURL URLStorage+Setters.swift
[91/100] Compiling WebURL URLStorage.swift
[92/100] Compiling WebURL URLStructure.swift
[93/100] Compiling WebURL ASCII+LazyTextTransformations.swift
[94/100] Compiling WebURL ASCII.swift
[95/100] Compiling WebURL BidirectionalCollection+suffix.swift
[96/100] Compiling WebURL WebURL+PathComponents.swift
[97/100] Compiling WebURL WebURL+Scheme.swift
[98/100] Compiling WebURL WebURL+UTF8View.swift
[99/100] Compiling WebURL WebURL.swift
[100/100] Emitting module WebURL
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/IPAddress.swift:655:16: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
653 | let uint16s = octetBuffer.bindMemory(to: UInt16.self)
654 | parsedPieces.baseAddress.unsafelyUnwrapped.advanced(by: pieceIndex)
655 | .assign(from: uint16s.baseAddress.unsafelyUnwrapped, count: 2)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
656 | }
657 | pieceIndex &+= 2
/Users/admin/builder/spi-builder-workspace/Sources/WebURL/WebURL+FormParameters.swift:933:47: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
931 | ).first(where: { remaining[$0.key].elementsEqual(encodedKey) }) {
932 | let baseAddress = remaining.baseAddress!
933 | (baseAddress + match.pair.lowerBound).assign(
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
934 | from: baseAddress + match.pair.upperBound, count: remaining.count - match.pair.upperBound
935 | )
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/130] Emitting module WebURLSystemExtras
[102/130] Compiling WebURLSystemExtras WebURL+FilePaths+System.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebURLSystemExtras/WebURL+FilePaths+System.swift:151:20: warning: 'init(cString:)' is deprecated: replaced by 'init(platformString:)' [#DeprecatedDeclaration]
149 | try PlatformStringConversions.fromMultiByte($0) {
150 | guard let platformString = $0 else { throw FilePathFromURLError.transcodingFailure }
151 | return FilePath(cString: platformString.baseAddress!)
| |- warning: 'init(cString:)' is deprecated: replaced by 'init(platformString:)' [#DeprecatedDeclaration]
| `- note: use 'init(platformString:)' instead
152 | }
153 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/130] Compiling WebURLFoundationExtras DataAndString.swift
[104/130] Emitting module WebURLFoundationExtras
[105/130] Compiling WebURLFoundationExtras URLSession.swift
[106/130] Compiling WebURLTestSupport SimpleTestReport.swift
[107/130] Compiling WebURLTestSupport TestFiles.swift
[108/130] Compiling WebURLTestSupport JSONHelpers.swift
[109/130] Compiling WebURLTestSupport SimpleDescription.swift
[110/131] Compiling WebURLFoundationExtras EvenFasterCollectionAlgorithms.swift
[111/131] Compiling WebURLFoundationExtras StringAdditions.swift
[112/131] Compiling WebURLFoundationExtras URLRequestResponse.swift
[113/131] Compiling WebURLFoundationExtras FoundationToWebURL.swift
[114/131] Compiling WebURLFoundationExtras WebURLToFoundation.swift
[115/131] Compiling WebURLFoundationExtras ConversionError.swift
[116/131] Compiling WebURLTestSupport UTS46Conformance.swift
[117/131] Compiling WebURLTestSupport WPTConstructorTest+WebURLReportHarness.swift
[118/131] Compiling WebURLTestSupport WPTSetterTest.swift
[119/131] Compiling WebURLTestSupport WPTToASCIITest+WebURLReportHarness.swift
[120/131] Compiling WebURLTestSupport WPTConstructorTest.swift
[121/131] Compiling WebURLTestSupport WPTSetterTest+WebURLReportHarness.swift
[122/131] Compiling WebURLTestSupport WPTToASCIITest.swift
[123/131] Compiling WebURLTestSupport URLValues.swift
[124/131] Compiling WebURLTestSupport CollectionUtils.swift
[125/131] Compiling WebURLTestSupport IPAddressUtils.swift
[126/131] Emitting module WebURLTestSupport
[127/131] Compiling WebURLTestSupport TestSuite.swift
[128/131] Compiling WebURLTestSupport FilePathTests+WebURLReportHarness.swift
[129/131] Compiling WebURLTestSupport FilePathTests.swift
[130/131] Compiling WebURLTestSupport UTS46Conformance+WebURLIDNAReportHarness.swift
[131/131] Compiling WebURLTestSupport resource_bundle_accessor.swift
Build complete! (11.95s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/karwa/swift-checkit.git
[1/4436] Fetching swift-system
[46/4510] Fetching swift-system, swift-checkit
Fetched https://github.com/karwa/swift-checkit.git from cache (0.95s)
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (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.5.0
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-checkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/karwa/swift-checkit.git"
}
],
"manifest_display_name" : "swift-url",
"name" : "swift-url",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebURL",
"targets" : [
"WebURL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebURLSystemExtras",
"targets" : [
"WebURLSystemExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebURLFoundationExtras",
"targets" : [
"WebURLFoundationExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_WebURLIDNA",
"targets" : [
"IDNA"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_WebURLTestSupport",
"targets" : [
"WebURLTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebURLTests",
"module_type" : "SwiftTarget",
"name" : "WebURLTests",
"path" : "Tests/WebURLTests",
"product_dependencies" : [
"Checkit"
],
"sources" : [
"ASCIITests.swift",
"CollectionExtensionsTests.swift",
"DomainTests.swift",
"FilePathTests.swift",
"FormParametersTests.swift",
"HostTests.swift",
"IPv4AddressTests.swift",
"IPv6AddressTests.swift",
"ManagedArrayBufferTests.swift",
"MutableCollectionExtensionsTests.swift",
"OtherURLTests.swift",
"OtherUtilitiesTests.swift",
"PathComponentsTests.swift",
"PercentEncodingTests.swift",
"SchemeKindTests.swift",
"Utils.swift",
"WebPlatformTests.swift",
"WebURLPercentEncodingUtilsTests.swift",
"WebURLTests.swift",
"_ReportGeneratingTestCase.swift"
],
"target_dependencies" : [
"WebURL",
"WebURLTestSupport"
],
"type" : "test"
},
{
"c99name" : "WebURLTestSupport",
"module_type" : "SwiftTarget",
"name" : "WebURLTestSupport",
"path" : "Sources/WebURLTestSupport",
"product_memberships" : [
"_WebURLTestSupport"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WebURLTestSupport/TestFilesData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CollectionUtils.swift",
"IPAddressUtils.swift",
"JSONHelpers.swift",
"Reports/SimpleDescription.swift",
"Reports/SimpleTestReport.swift",
"TestFiles.swift",
"TestSuite.swift",
"TestSuites/FilePathTests+WebURLReportHarness.swift",
"TestSuites/FilePathTests.swift",
"TestSuites/UTS46Conformance+WebURLIDNAReportHarness.swift",
"TestSuites/UTS46Conformance.swift",
"TestSuites/WPTConstructorTest+WebURLReportHarness.swift",
"TestSuites/WPTConstructorTest.swift",
"TestSuites/WPTSetterTest+WebURLReportHarness.swift",
"TestSuites/WPTSetterTest.swift",
"TestSuites/WPTToASCIITest+WebURLReportHarness.swift",
"TestSuites/WPTToASCIITest.swift",
"URLValues.swift"
],
"target_dependencies" : [
"WebURL",
"IDNA"
],
"type" : "library"
},
{
"c99name" : "WebURLSystemExtrasTests",
"module_type" : "SwiftTarget",
"name" : "WebURLSystemExtrasTests",
"path" : "Tests/WebURLSystemExtrasTests",
"product_dependencies" : [
"SystemPackage"
],
"sources" : [
"SystemFilePathTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"WebURLSystemExtras",
"WebURL"
],
"type" : "test"
},
{
"c99name" : "WebURLSystemExtras",
"module_type" : "SwiftTarget",
"name" : "WebURLSystemExtras",
"path" : "Sources/WebURLSystemExtras",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"WebURLSystemExtras"
],
"sources" : [
"WebURL+FilePaths+System.swift"
],
"target_dependencies" : [
"WebURL"
],
"type" : "library"
},
{
"c99name" : "WebURLFoundationExtrasTests",
"module_type" : "SwiftTarget",
"name" : "WebURLFoundationExtrasTests",
"path" : "Tests/WebURLFoundationExtrasTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/WebURLFoundationExtrasTests/URLConversion/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/DataAndStringExtensions.swift",
"Extensions/URLRequestResponseExtensions.swift",
"URLConversion/FuzzCorpus_foundation_to_web.swift",
"URLConversion/FuzzCorpus_web_to_foundation.swift",
"URLConversion/WebToFoundationTests.swift",
"_ReportGeneratingTestCase.swift"
],
"target_dependencies" : [
"WebURLFoundationExtras",
"WebURLTestSupport",
"WebURL"
],
"type" : "test"
},
{
"c99name" : "WebURLFoundationExtras",
"module_type" : "SwiftTarget",
"name" : "WebURLFoundationExtras",
"path" : "Sources/WebURLFoundationExtras",
"product_memberships" : [
"WebURLFoundationExtras"
],
"sources" : [
"Extensions/DataAndString.swift",
"Extensions/URLRequestResponse.swift",
"Extensions/URLSession.swift",
"FoundationToWebURL.swift",
"Util/ConversionError.swift",
"Util/EvenFasterCollectionAlgorithms.swift",
"Util/StringAdditions.swift",
"WebURLToFoundation.swift"
],
"target_dependencies" : [
"WebURL"
],
"type" : "library"
},
{
"c99name" : "WebURLFoundationEndToEndTests",
"module_type" : "SwiftTarget",
"name" : "WebURLFoundationEndToEndTests",
"path" : "Tests/WebURLFoundationEndToEndTests",
"sources" : [
"LocalServer.swift",
"URLSessionTests.swift"
],
"target_dependencies" : [
"WebURLFoundationExtras",
"WebURL"
],
"type" : "test"
},
{
"c99name" : "WebURLDeprecatedAPITests",
"module_type" : "SwiftTarget",
"name" : "WebURLDeprecatedAPITests",
"path" : "Tests/WebURLDeprecatedAPITests",
"sources" : [
"DeprecatedAPITests.swift"
],
"target_dependencies" : [
"WebURL"
],
"type" : "test"
},
{
"c99name" : "WebURL",
"module_type" : "SwiftTarget",
"name" : "WebURL",
"path" : "Sources/WebURL",
"product_memberships" : [
"WebURL",
"WebURLSystemExtras",
"WebURLFoundationExtras",
"_WebURLTestSupport"
],
"sources" : [
"DeprecatedAPIs.swift",
"IPAddress.swift",
"Parser/Parser+Host.swift",
"Parser/Parser+Path.swift",
"Parser/Parser+StringUtils.swift",
"Parser/Parser.swift",
"Parser/URLWriter.swift",
"Parser/ValidationError.swift",
"Parser/WebURL+Component.swift",
"PercentEncoding.swift",
"SPIs.swift",
"URLStorage+Setters.swift",
"URLStorage.swift",
"URLStructure.swift",
"Util/ASCII+LazyTextTransformations.swift",
"Util/ASCII.swift",
"Util/BidirectionalCollection+suffix.swift",
"Util/BidirectionalCollection+trim.swift",
"Util/BitTwiddling.swift",
"Util/Collection+longestRange.swift",
"Util/Either.swift",
"Util/Errors.swift",
"Util/FastCollectionAlgorithms.swift",
"Util/Integers.swift",
"Util/ManagedArrayBuffer.swift",
"Util/MutableCollection+pathUtils.swift",
"Util/Pointers.swift",
"Util/StaticMember.swift",
"Util/StringAdditions.swift",
"Util/UnsafeBuffer+ReplaceSubrange.swift",
"Util/UnsafeSmallStack.swift",
"WebURL+Domain.swift",
"WebURL+FilePaths.swift",
"WebURL+FormParameters.swift",
"WebURL+Host.swift",
"WebURL+JSModel.swift",
"WebURL+Origin.swift",
"WebURL+PathComponents.swift",
"WebURL+Scheme.swift",
"WebURL+UTF8View.swift",
"WebURL.swift"
],
"target_dependencies" : [
"IDNA"
],
"type" : "library"
},
{
"c99name" : "UnicodeDataStructuresTests",
"module_type" : "SwiftTarget",
"name" : "UnicodeDataStructuresTests",
"path" : "Tests/UnicodeDataStructuresTests",
"product_dependencies" : [
"Checkit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnicodeDataStructuresTests/GenerateData/TableDefinitions",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GenerateData/GenerateData.swift",
"IndexedTableTests.swift",
"SegmentedLineTests.swift"
],
"target_dependencies" : [
"UnicodeDataStructures"
],
"type" : "test"
},
{
"c99name" : "UnicodeDataStructures",
"module_type" : "SwiftTarget",
"name" : "UnicodeDataStructures",
"path" : "Sources/UnicodeDataStructures",
"product_memberships" : [
"WebURL",
"WebURLSystemExtras",
"WebURLFoundationExtras",
"_WebURLIDNA",
"_WebURLTestSupport"
],
"sources" : [
"ParseNPrint/IDNAMappingDatabase.swift",
"ParseNPrint/IDNAValidationDatabase.swift",
"ParseNPrint/ParsingHelpers.swift",
"ParseNPrint/Printing.swift",
"ParseNPrint/Utils.swift",
"Shared/CodePointDatabase.swift",
"Shared/IDNA/IDNAMappingDataSchema.swift",
"Shared/IDNA/IDNAValidationDataSchema.swift",
"Shared/IndexedTable.swift",
"Shared/SegmentedLine.swift"
],
"type" : "library"
},
{
"c99name" : "IDNATests",
"module_type" : "SwiftTarget",
"name" : "IDNATests",
"path" : "Tests/IDNATests",
"sources" : [
"PunycodeTests.swift",
"SimpleToUnicodeTests.swift",
"UTS46ConformanceTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"IDNA",
"WebURLTestSupport"
],
"type" : "test"
},
{
"c99name" : "IDNA",
"module_type" : "SwiftTarget",
"name" : "IDNA",
"path" : "Sources/IDNA",
"product_memberships" : [
"WebURL",
"WebURLSystemExtras",
"WebURLFoundationExtras",
"_WebURLIDNA",
"_WebURLTestSupport"
],
"sources" : [
"Generated/MappingData.swift",
"Generated/ValidationData.swift",
"IDNA.swift",
"NFC.swift",
"Punycode.swift"
],
"target_dependencies" : [
"UnicodeDataStructures"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.