Build Information
Successful build of SwiftApiAdapter, reference main (a2b4db), with Swift 6.1 for macOS (SPM) on 29 Sep 2025 11:30:22 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RayKitajima/SwiftApiAdapter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RayKitajima/SwiftApiAdapter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a2b4db2 Merge pull request #10 from RayKitajima/appleintelligence_progress
Cloned https://github.com/RayKitajima/SwiftApiAdapter.git
Revision (git rev-parse @):
a2b4db27ca05c0ccbbe1f07e4752481d4ff4361d
SUCCESS checkout https://github.com/RayKitajima/SwiftApiAdapter.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RayKitajima/SwiftApiAdapter.git
https://github.com/RayKitajima/SwiftApiAdapter.git
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.2",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
}
],
"manifest_display_name" : "SwiftApiAdapter",
"name" : "SwiftApiAdapter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftApiAdapter",
"targets" : [
"SwiftApiAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftApiAdapterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftApiAdapterTests",
"path" : "Tests/SwiftApiAdapterTests",
"sources" : [
"ApiConnectorManagerTests.swift",
"ApiContentLoaderTests.swift",
"ApiContentTests.swift",
"ApiRequesterTests.swift"
],
"target_dependencies" : [
"SwiftApiAdapter"
],
"type" : "test"
},
{
"c99name" : "SwiftApiAdapter",
"module_type" : "SwiftTarget",
"name" : "SwiftApiAdapter",
"path" : "Sources/SwiftApiAdapter",
"product_dependencies" : [
"SwiftSoup",
"SwiftyJSON"
],
"product_memberships" : [
"SwiftApiAdapter"
],
"sources" : [
"Connector.swift",
"Loader.swift",
"Model.swift",
"Tools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Copying PrivacyInfo.xcprivacy
[1/8] Write sources
[6/8] Write swift-version-2F0A5646E1D333AE.txt
[7/8] Compiling _AtomicsShims.c
[9/32] Compiling Atomics DoubleWord.swift
[10/32] Compiling Atomics ManagedAtomic.swift
[11/32] Compiling Atomics AtomicInteger.swift
[12/32] Compiling Atomics AtomicOptionalWrappable.swift
[13/32] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/32] Compiling Atomics IntegerOperations.swift
[15/32] Compiling Atomics AtomicValue.swift
[16/32] Compiling Atomics AtomicMemoryOrderings.swift
[17/32] Compiling Atomics ManagedAtomicLazyReference.swift
[18/32] Compiling Atomics UnsafeAtomic.swift
[19/33] Compiling Atomics Unmanaged extensions.swift
[20/33] Compiling Atomics AtomicReference.swift
[21/33] Compiling Atomics AtomicStorage.swift
[22/33] Compiling Atomics AtomicBool.swift
[23/33] Compiling Atomics IntegerConformances.swift
[24/33] Compiling Atomics PointerConformances.swift
[25/33] Compiling Atomics Primitives.native.swift
[26/33] Compiling Atomics OptionalRawRepresentable.swift
[27/33] Compiling Atomics RawRepresentable.swift
[28/33] Emitting module Atomics
[29/33] Compiling LRUCache LRUCache.swift
[30/33] Emitting module LRUCache
[31/33] Compiling SwiftyJSON resource_bundle_accessor.swift
[32/33] Emitting module SwiftyJSON
[33/33] Compiling SwiftyJSON SwiftyJSON.swift
[34/83] Emitting module SwiftSoup
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/83] Compiling SwiftSoup StructuralEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/83] Compiling SwiftSoup SwiftSoup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/83] Compiling SwiftSoup Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/83] Compiling SwiftSoup TextNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/83] Compiling SwiftSoup Token.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/88] Compiling SwiftSoup QueryParserCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/88] Compiling SwiftSoup StreamReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/88] Compiling SwiftSoup String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/88] Compiling SwiftSoup StringBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/88] Compiling SwiftSoup StringUtil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/88] Compiling SwiftSoup UnicodeScalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/88] Compiling SwiftSoup Validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/88] Compiling SwiftSoup Whitelist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/88] Compiling SwiftSoup XmlDeclaration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/88] Compiling SwiftSoup XmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/88] Compiling SwiftSoup Cleaner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/88] Compiling SwiftSoup Collector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/88] Compiling SwiftSoup CombiningEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/88] Compiling SwiftSoup Comment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/88] Compiling SwiftSoup CssSelector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/88] Compiling SwiftSoup DataNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/88] Compiling SwiftSoup Attribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/88] Compiling SwiftSoup Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/88] Compiling SwiftSoup BinarySearch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/88] Compiling SwiftSoup BooleanAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/88] Compiling SwiftSoup CharacterExt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/88] Compiling SwiftSoup CharacterReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/88] Compiling SwiftSoup Document.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/88] Compiling SwiftSoup DocumentType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/88] Compiling SwiftSoup Element.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/88] Compiling SwiftSoup Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/88] Compiling SwiftSoup Entities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/88] Compiling SwiftSoup Evaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/88] Compiling SwiftSoup NodeTraversor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/88] Compiling SwiftSoup NodeVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/88] Compiling SwiftSoup OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/88] Compiling SwiftSoup ParseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/88] Compiling SwiftSoup ParseErrorList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/88] Compiling SwiftSoup TokenQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/88] Compiling SwiftSoup Tokeniser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/88] Compiling SwiftSoup TokeniserState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/88] Compiling SwiftSoup TreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/88] Compiling SwiftSoup UTF8Arrays.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/88] Compiling SwiftSoup ParseSettings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/88] Compiling SwiftSoup Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/88] Compiling SwiftSoup ParsingStrings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/88] Compiling SwiftSoup Pattern.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/88] Compiling SwiftSoup QueryParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/88] Compiling SwiftSoup Exception.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/88] Compiling SwiftSoup FormElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/88] Compiling SwiftSoup HtmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/88] Compiling SwiftSoup HtmlTreeBuilderState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/88] Compiling SwiftSoup Mutex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/88] Compiling SwiftSoup Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/93] Compiling SwiftApiAdapter Tools.swift
[90/93] Compiling SwiftApiAdapter Loader.swift
[91/93] Emitting module SwiftApiAdapter
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:9:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ApiConnectorManager' may have shared mutable state; this is an error in the Swift 6 language mode
6 | let DEFAULT_USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
7 |
8 | public class ApiConnectorManager: ObservableObject {
| `- note: class 'ApiConnectorManager' does not conform to the 'Sendable' protocol
9 | public static let shared = ApiConnectorManager()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ApiConnectorManager' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private init(){}
11 |
[92/93] Compiling SwiftApiAdapter Model.swift
[93/93] Compiling SwiftApiAdapter Connector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:9:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ApiConnectorManager' may have shared mutable state; this is an error in the Swift 6 language mode
6 | let DEFAULT_USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
7 |
8 | public class ApiConnectorManager: ObservableObject {
| `- note: class 'ApiConnectorManager' does not conform to the 'Sendable' protocol
9 | public static let shared = ApiConnectorManager()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ApiConnectorManager' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private init(){}
11 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:107:13: warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
96 | }
97 |
98 | public class ApiExecutionQueue {
| `- note: class 'ApiExecutionQueue' does not conform to the 'Sendable' protocol
99 | private var dispatchQueue = DispatchQueue(label: "SwiftApiAdapter.ApiExecutionQueue")
100 | private var queue: [ApiRequest] = []
:
105 | }
106 | dispatchQueue.async {
107 | self.queue.append(request)
| `- warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:107:31: warning: capture of 'request' with non-sendable type 'ApiRequest' in a '@Sendable' closure
64 | }
65 |
66 | public struct ApiRequest {
| `- note: consider making struct 'ApiRequest' conform to the 'Sendable' protocol
67 | let requestData: Data
68 | let continuation: CheckedContinuation<ApiResponse, Never>
:
105 | }
106 | dispatchQueue.async {
107 | self.queue.append(request)
| `- warning: capture of 'request' with non-sendable type 'ApiRequest' in a '@Sendable' closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:116:13: warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
96 | }
97 |
98 | public class ApiExecutionQueue {
| `- note: class 'ApiExecutionQueue' does not conform to the 'Sendable' protocol
99 | private var dispatchQueue = DispatchQueue(label: "SwiftApiAdapter.ApiExecutionQueue")
100 | private var queue: [ApiRequest] = []
:
114 | }
115 | dispatchQueue.async {
116 | self.queue.insert(request, at: 0)
| `- warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:116:31: warning: capture of 'request' with non-sendable type 'ApiRequest' in a '@Sendable' closure
64 | }
65 |
66 | public struct ApiRequest {
| `- note: consider making struct 'ApiRequest' conform to the 'Sendable' protocol
67 | let requestData: Data
68 | let continuation: CheckedContinuation<ApiResponse, Never>
:
114 | }
115 | dispatchQueue.async {
116 | self.queue.insert(request, at: 0)
| `- warning: capture of 'request' with non-sendable type 'ApiRequest' in a '@Sendable' closure
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:138:13: warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
96 | }
97 |
98 | public class ApiExecutionQueue {
| `- note: class 'ApiExecutionQueue' does not conform to the 'Sendable' protocol
99 | private var dispatchQueue = DispatchQueue(label: "SwiftApiAdapter.ApiExecutionQueue")
100 | private var queue: [ApiRequest] = []
:
136 | func clear() {
137 | dispatchQueue.async {
138 | self.queue.removeAll()
| `- warning: capture of 'self' with non-sendable type 'ApiExecutionQueue' in a '@Sendable' closure
139 | }
140 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:289:13: warning: capture of 'goNextRequest' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
287 | self.cumulativeExecuted += 1
288 | }
289 | goNextRequest?()
| |- warning: capture of 'goNextRequest' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
290 | }
291 | task.resume()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftApiAdapter/Connector.swift:52:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
50 | public func initTransaction() {
51 | DispatchQueue.main.async {
52 | self.executor.cumulativeRequested = 0
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | self.executor.cumulativeExecuted = 0
54 | }
Build complete! (22.81s)
Fetching https://github.com/scinfu/SwiftSoup
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/4634] Fetching swiftsoup
[94/10833] Fetching swiftsoup, swiftyjson
Fetched https://github.com/scinfu/SwiftSoup from cache (1.19s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.19s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (4.35s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.11.1 (0.47s)
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/apple/swift-atomics.git from cache
[1/320] Fetching lrucache
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.23s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (0.55s)
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.11.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.2",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
}
],
"manifest_display_name" : "SwiftApiAdapter",
"name" : "SwiftApiAdapter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftApiAdapter",
"targets" : [
"SwiftApiAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftApiAdapterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftApiAdapterTests",
"path" : "Tests/SwiftApiAdapterTests",
"sources" : [
"ApiConnectorManagerTests.swift",
"ApiContentLoaderTests.swift",
"ApiContentTests.swift",
"ApiRequesterTests.swift"
],
"target_dependencies" : [
"SwiftApiAdapter"
],
"type" : "test"
},
{
"c99name" : "SwiftApiAdapter",
"module_type" : "SwiftTarget",
"name" : "SwiftApiAdapter",
"path" : "Sources/SwiftApiAdapter",
"product_dependencies" : [
"SwiftSoup",
"SwiftyJSON"
],
"product_memberships" : [
"SwiftApiAdapter"
],
"sources" : [
"Connector.swift",
"Loader.swift",
"Model.swift",
"Tools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.