Build Information
Successful build of URLQueryItemCoder, reference 1.0.0 (a828b3
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 11:53:51 UTC.
Swift 6 data race errors: 15
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme URLQueryItemCoder -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/URLQueryItemCoder.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/URLQueryItemCoder
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a828b3b Initial commit
Cloned https://github.com/kylehughes/URLQueryItemCoder.git
Revision (git rev-parse @):
a828b3bb5b273adf85a3ca95d9705987cb2de7c7
SUCCESS checkout https://github.com/kylehughes/URLQueryItemCoder.git at 1.0.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylehughes/URLQueryItemCoder.git
https://github.com/kylehughes/URLQueryItemCoder.git
{
"dependencies" : [
],
"manifest_display_name" : "URLQueryItemCoder",
"name" : "URLQueryItemCoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "URLQueryItemCoder",
"targets" : [
"URLQueryItemCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLQueryItemCoderTests",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoderTests",
"path" : "Tests/URLQueryItemCoderTests",
"sources" : [
"Decoder/AbstractTopLevelDecoderTests.swift",
"Decoder/URLQueryItemDecoderTests.swift",
"Encoder/AbstractTopLevelEncoderTests.swift",
"Encoder/URLQueryItemEncoderTests.swift",
"End to End/AbstractEndToEndTests.swift",
"End to End/URLQueryItemCoderEndToEndTests.swift",
"Support/CodableTestExpectation+URLQueryItems.swift",
"Support/CodableTestExpectation.swift",
"Support/CodableTestTypes.swift",
"Support/Extensions/Foundation/URLQueryItem+LosslessStringConvertible.swift",
"Support/Extensions/Standard Library/Global+FatalError.swift",
"Support/Extensions/Standard Library/RangeReplaceableCollection+Appending.swift",
"Support/Extensions/Standard Library/URLQueryItem+Optional.swift",
"Support/XCTAssertDecoder.swift",
"Support/XCTAssertEncoder.swift",
"Support/XCTAssertEndToEndCoding.swift"
],
"target_dependencies" : [
"URLQueryItemCoder"
],
"type" : "test"
},
{
"c99name" : "URLQueryItemCoder",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoder",
"path" : "Sources/URLQueryItemCoder",
"product_memberships" : [
"URLQueryItemCoder"
],
"sources" : [
"Common/IntCodingKey.swift",
"Common/StringCodingKey.swift",
"Decoder/Generic Implementation/DecodingContainer+MultiValue.swift",
"Decoder/Generic Implementation/DecodingContainer+SingleValue.swift",
"Decoder/Generic Implementation/DecodingContainer.swift",
"Decoder/Generic Implementation/DecodingPrimitiveValue.swift",
"Decoder/Generic Implementation/LowLevelDecoder.swift",
"Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DecodingStrategies.swift",
"Decoder/Generic Implementation/Strategies/KeyDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift",
"Decoder/Generic Implementation/StringlyKeyedDecodingContainerWrapper.swift",
"Decoder/URLQueryItemDecoder.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed+Wrapper.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed.swift",
"Encoder/Generic Implementation/EncodingContainer+SingleValue.swift",
"Encoder/Generic Implementation/EncodingContainer+Unkeyed.swift",
"Encoder/Generic Implementation/EncodingContainer.swift",
"Encoder/Generic Implementation/EncodingPrimitiveValue.swift",
"Encoder/Generic Implementation/LowLevelEncoder.swift",
"Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/EncodingStrategies.swift",
"Encoder/Generic Implementation/Strategies/KeyEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift",
"Encoder/URLQueryItemEncoder+OutputFormatting.swift",
"Encoder/URLQueryItemEncoder.swift",
"Extensions/Standard Library/DecodingError+Context+Predefined.swift",
"Extensions/Standard Library/String+SnakeCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
URLQueryItemCoder: /Users/admin/builder/spi-builder-workspace
resolved source packages: URLQueryItemCoder
{
"dependencies" : [
],
"manifest_display_name" : "URLQueryItemCoder",
"name" : "URLQueryItemCoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "URLQueryItemCoder",
"targets" : [
"URLQueryItemCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLQueryItemCoderTests",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoderTests",
"path" : "Tests/URLQueryItemCoderTests",
"sources" : [
"Decoder/AbstractTopLevelDecoderTests.swift",
"Decoder/URLQueryItemDecoderTests.swift",
"Encoder/AbstractTopLevelEncoderTests.swift",
"Encoder/URLQueryItemEncoderTests.swift",
"End to End/AbstractEndToEndTests.swift",
"End to End/URLQueryItemCoderEndToEndTests.swift",
"Support/CodableTestExpectation+URLQueryItems.swift",
"Support/CodableTestExpectation.swift",
"Support/CodableTestTypes.swift",
"Support/Extensions/Foundation/URLQueryItem+LosslessStringConvertible.swift",
"Support/Extensions/Standard Library/Global+FatalError.swift",
"Support/Extensions/Standard Library/RangeReplaceableCollection+Appending.swift",
"Support/Extensions/Standard Library/URLQueryItem+Optional.swift",
"Support/XCTAssertDecoder.swift",
"Support/XCTAssertEncoder.swift",
"Support/XCTAssertEndToEndCoding.swift"
],
"target_dependencies" : [
"URLQueryItemCoder"
],
"type" : "test"
},
{
"c99name" : "URLQueryItemCoder",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoder",
"path" : "Sources/URLQueryItemCoder",
"product_memberships" : [
"URLQueryItemCoder"
],
"sources" : [
"Common/IntCodingKey.swift",
"Common/StringCodingKey.swift",
"Decoder/Generic Implementation/DecodingContainer+MultiValue.swift",
"Decoder/Generic Implementation/DecodingContainer+SingleValue.swift",
"Decoder/Generic Implementation/DecodingContainer.swift",
"Decoder/Generic Implementation/DecodingPrimitiveValue.swift",
"Decoder/Generic Implementation/LowLevelDecoder.swift",
"Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DecodingStrategies.swift",
"Decoder/Generic Implementation/Strategies/KeyDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift",
"Decoder/Generic Implementation/StringlyKeyedDecodingContainerWrapper.swift",
"Decoder/URLQueryItemDecoder.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed+Wrapper.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed.swift",
"Encoder/Generic Implementation/EncodingContainer+SingleValue.swift",
"Encoder/Generic Implementation/EncodingContainer+Unkeyed.swift",
"Encoder/Generic Implementation/EncodingContainer.swift",
"Encoder/Generic Implementation/EncodingPrimitiveValue.swift",
"Encoder/Generic Implementation/LowLevelEncoder.swift",
"Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/EncodingStrategies.swift",
"Encoder/Generic Implementation/Strategies/KeyEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift",
"Encoder/URLQueryItemEncoder+OutputFormatting.swift",
"Encoder/URLQueryItemEncoder.swift",
"Extensions/Standard Library/DecodingError+Context+Predefined.swift",
"Extensions/Standard Library/String+SnakeCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"URLQueryItemCoder"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme URLQueryItemCoder -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme URLQueryItemCoder -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
URLQueryItemCoder: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'URLQueryItemCoder' in project 'URLQueryItemCoder'
➜ Explicit dependency on target 'URLQueryItemCoder' in project 'URLQueryItemCoder'
Target 'URLQueryItemCoder' in project 'URLQueryItemCoder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2b5562d6ce8f395403833d9681deaa9a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b5562d6ce8f395403833d9681deaa9a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.modulemap (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyStaticMetadataFileList (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyMetadataFileList (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-OutputFileMap.json (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.LinkFileList (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_const_extract_protocols.json (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftConstValuesFileList (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLQueryItemCoder.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.modulemap (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver URLQueryItemCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name URLQueryItemCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LowLevelDecoder.swift,\ DataDecodingStrategy.swift,\ DateDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/LowLevelDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DataDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DateDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/LowLevelDecoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DataDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DataDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .base64
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:11:13: note: consider making enum 'DataDecodingStrategy' conform to the 'Sendable' protocol
public enum DataDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .base64
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .base64
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DateDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DateDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .deferredToDate
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:11:13: note: consider making enum 'DateDecodingStrategy' conform to the 'Sendable' protocol
public enum DateDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .deferredToDate
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .deferredToDate
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DecodingStrategies.swift,\ KeyDecodingStrategy.swift,\ NonConformingFloatDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DecodingStrategies.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/KeyDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/NonConformingFloatDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/DecodingStrategies.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingStrategies' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Self()
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:9:15: note: consider making struct 'DecodingStrategies' conform to the 'Sendable' protocol
public struct DecodingStrategies {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Self()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Self()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/KeyDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/Strategies/NonConformingFloatDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NonConformingFloatDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .throw
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:9:13: note: consider making enum 'NonConformingFloatDecodingStrategy' conform to the 'Sendable' protocol
public enum NonConformingFloatDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .throw
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .throw
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ StringlyKeyedDecodingContainerWrapper.swift,\ URLQueryItemDecoder.swift,\ EncodingContainer+Keyed+Wrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/StringlyKeyedDecodingContainerWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/URLQueryItemDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Keyed+Wrapper.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/StringlyKeyedDecodingContainerWrapper.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/URLQueryItemDecoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Keyed+Wrapper.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DecodingContainer+SingleValue.swift,\ DecodingContainer.swift,\ DecodingPrimitiveValue.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer+SingleValue.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingPrimitiveValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer+SingleValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingPrimitiveValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EncodingContainer+Keyed.swift,\ EncodingContainer+SingleValue.swift,\ EncodingContainer+Unkeyed.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Keyed.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+SingleValue.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Unkeyed.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Keyed.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+SingleValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer+Unkeyed.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EncodingContainer.swift,\ EncodingPrimitiveValue.swift,\ LowLevelEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingPrimitiveValue.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/LowLevelEncoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingContainer.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/EncodingPrimitiveValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/LowLevelEncoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyEncodingStrategy.swift,\ NonConformingFloatEncodingStrategy.swift,\ URLQueryItemEncoder+OutputFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/KeyEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/NonConformingFloatEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/KeyEncodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/NonConformingFloatEncodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NonConformingFloatEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .throw
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:9:13: note: consider making enum 'NonConformingFloatEncodingStrategy' conform to the 'Sendable' protocol
public enum NonConformingFloatEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .throw
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .throw
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'URLQueryItemEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = []
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:10:19: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
public struct OutputFormatting: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'URLQueryItemEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sortedKeys = Self(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:10:19: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
public struct OutputFormatting: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
public static let sortedKeys = Self(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sortedKeys = Self(rawValue: 1 << 0)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DataEncodingStrategy.swift,\ DateEncodingStrategy.swift,\ EncodingStrategies.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/DataEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/DateEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/EncodingStrategies.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/DataEncodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DataEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .base64
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:11:13: note: consider making enum 'DataEncodingStrategy' conform to the 'Sendable' protocol
public enum DataEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .base64
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .base64
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/DateEncodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DateEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: DateEncodingStrategy = .deferredToDate
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:11:13: note: consider making enum 'DateEncodingStrategy' conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: DateEncodingStrategy = .deferredToDate
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: DateEncodingStrategy = .deferredToDate
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic\ Implementation/Strategies/EncodingStrategies.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodingStrategies' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Self()
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:9:15: note: consider making struct 'EncodingStrategies' conform to the 'Sendable' protocol
public struct EncodingStrategies {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Self()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Self()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ IntCodingKey.swift,\ StringCodingKey.swift,\ DecodingContainer+MultiValue.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Common/IntCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Common/StringCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer+MultiValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Common/IntCodingKey.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Common/StringCodingKey.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic\ Implementation/DecodingContainer+MultiValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ URLQueryItemEncoder.swift,\ DecodingError+Context+Predefined.swift,\ String+SnakeCase.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Extensions/Standard\ Library/DecodingError+Context+Predefined.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Extensions/Standard\ Library/String+SnakeCase.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Extensions/Standard\ Library/DecodingError+Context+Predefined.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Extensions/Standard\ Library/String+SnakeCase.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ URLQueryItemCoder (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
EmitSwiftModule normal arm64 (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DataDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .base64
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:11:13: note: consider making enum 'DataDecodingStrategy' conform to the 'Sendable' protocol
public enum DataDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .base64
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .base64
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DateDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .deferredToDate
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:11:13: note: consider making enum 'DateDecodingStrategy' conform to the 'Sendable' protocol
public enum DateDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .deferredToDate
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .deferredToDate
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingStrategies' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Self()
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:9:15: note: consider making struct 'DecodingStrategies' conform to the 'Sendable' protocol
public struct DecodingStrategies {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Self()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/DecodingStrategies.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Self()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NonConformingFloatDecodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .throw
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:9:13: note: consider making enum 'NonConformingFloatDecodingStrategy' conform to the 'Sendable' protocol
public enum NonConformingFloatDecodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .throw
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .throw
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DataEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .base64
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:11:13: note: consider making enum 'DataEncodingStrategy' conform to the 'Sendable' protocol
public enum DataEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .base64
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .base64
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DateEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: DateEncodingStrategy = .deferredToDate
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:11:13: note: consider making enum 'DateEncodingStrategy' conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: DateEncodingStrategy = .deferredToDate
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: DateEncodingStrategy = .deferredToDate
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodingStrategies' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Self()
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:9:15: note: consider making struct 'EncodingStrategies' conform to the 'Sendable' protocol
public struct EncodingStrategies {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Self()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/EncodingStrategies.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Self()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NonConformingFloatEncodingStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = .throw
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:9:13: note: consider making enum 'NonConformingFloatEncodingStrategy' conform to the 'Sendable' protocol
public enum NonConformingFloatEncodingStrategy {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = .throw
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = .throw
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'URLQueryItemEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = []
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:10:19: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
public struct OutputFormatting: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'URLQueryItemEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sortedKeys = Self(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:10:19: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
public struct OutputFormatting: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
public static let sortedKeys = Self(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItemCoder/Encoder/URLQueryItemEncoder+OutputFormatting.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sortedKeys = Self(rawValue: 1 << 0)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling DecodingStrategies.swift, KeyDecodingStrategy.swift, NonConformingFloatDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling KeyEncodingStrategy.swift, NonConformingFloatEncodingStrategy.swift, URLQueryItemEncoder+OutputFormatting.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Emitting module for URLQueryItemCoder (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriver\ Compilation\ Requirements URLQueryItemCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name URLQueryItemCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLQueryItemCoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-Swift.h (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLQueryItemCoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftdoc (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.abi.json (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftsourceinfo (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling EncodingContainer.swift, EncodingPrimitiveValue.swift, LowLevelEncoder.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling DecodingContainer+SingleValue.swift, DecodingContainer.swift, DecodingPrimitiveValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling EncodingContainer+Keyed.swift, EncodingContainer+SingleValue.swift, EncodingContainer+Unkeyed.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling IntCodingKey.swift, StringCodingKey.swift, DecodingContainer+MultiValue.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling DataEncodingStrategy.swift, DateEncodingStrategy.swift, EncodingStrategies.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling StringlyKeyedDecodingContainerWrapper.swift, URLQueryItemDecoder.swift, EncodingContainer+Keyed+Wrapper.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling LowLevelDecoder.swift, DataDecodingStrategy.swift, DateDecodingStrategy.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryItemEncoder.swift, DecodingError+Context+Predefined.swift, String+SnakeCase.swift (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
SwiftDriver\ Compilation URLQueryItemCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name URLQueryItemCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.o normal (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.o
ExtractAppIntentsMetadata (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name URLQueryItemCoder --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.URLQueryItemCoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/URLQueryItemCoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLQueryItemCoder.build/Debug-iphoneos/URLQueryItemCoder.build/Objects-normal/arm64/URLQueryItemCoder.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:53:50.688 appintentsmetadataprocessor[716:4009] Starting appintentsmetadataprocessor export
2025-04-27 04:53:50.731 appintentsmetadataprocessor[716:4009] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.o (in target 'URLQueryItemCoder' from project 'URLQueryItemCoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLQueryItemCoder.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "URLQueryItemCoder",
"name" : "URLQueryItemCoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "URLQueryItemCoder",
"targets" : [
"URLQueryItemCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLQueryItemCoderTests",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoderTests",
"path" : "Tests/URLQueryItemCoderTests",
"sources" : [
"Decoder/AbstractTopLevelDecoderTests.swift",
"Decoder/URLQueryItemDecoderTests.swift",
"Encoder/AbstractTopLevelEncoderTests.swift",
"Encoder/URLQueryItemEncoderTests.swift",
"End to End/AbstractEndToEndTests.swift",
"End to End/URLQueryItemCoderEndToEndTests.swift",
"Support/CodableTestExpectation+URLQueryItems.swift",
"Support/CodableTestExpectation.swift",
"Support/CodableTestTypes.swift",
"Support/Extensions/Foundation/URLQueryItem+LosslessStringConvertible.swift",
"Support/Extensions/Standard Library/Global+FatalError.swift",
"Support/Extensions/Standard Library/RangeReplaceableCollection+Appending.swift",
"Support/Extensions/Standard Library/URLQueryItem+Optional.swift",
"Support/XCTAssertDecoder.swift",
"Support/XCTAssertEncoder.swift",
"Support/XCTAssertEndToEndCoding.swift"
],
"target_dependencies" : [
"URLQueryItemCoder"
],
"type" : "test"
},
{
"c99name" : "URLQueryItemCoder",
"module_type" : "SwiftTarget",
"name" : "URLQueryItemCoder",
"path" : "Sources/URLQueryItemCoder",
"product_memberships" : [
"URLQueryItemCoder"
],
"sources" : [
"Common/IntCodingKey.swift",
"Common/StringCodingKey.swift",
"Decoder/Generic Implementation/DecodingContainer+MultiValue.swift",
"Decoder/Generic Implementation/DecodingContainer+SingleValue.swift",
"Decoder/Generic Implementation/DecodingContainer.swift",
"Decoder/Generic Implementation/DecodingPrimitiveValue.swift",
"Decoder/Generic Implementation/LowLevelDecoder.swift",
"Decoder/Generic Implementation/Strategies/DataDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DateDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/DecodingStrategies.swift",
"Decoder/Generic Implementation/Strategies/KeyDecodingStrategy.swift",
"Decoder/Generic Implementation/Strategies/NonConformingFloatDecodingStrategy.swift",
"Decoder/Generic Implementation/StringlyKeyedDecodingContainerWrapper.swift",
"Decoder/URLQueryItemDecoder.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed+Wrapper.swift",
"Encoder/Generic Implementation/EncodingContainer+Keyed.swift",
"Encoder/Generic Implementation/EncodingContainer+SingleValue.swift",
"Encoder/Generic Implementation/EncodingContainer+Unkeyed.swift",
"Encoder/Generic Implementation/EncodingContainer.swift",
"Encoder/Generic Implementation/EncodingPrimitiveValue.swift",
"Encoder/Generic Implementation/LowLevelEncoder.swift",
"Encoder/Generic Implementation/Strategies/DataEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/DateEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/EncodingStrategies.swift",
"Encoder/Generic Implementation/Strategies/KeyEncodingStrategy.swift",
"Encoder/Generic Implementation/Strategies/NonConformingFloatEncodingStrategy.swift",
"Encoder/URLQueryItemEncoder+OutputFormatting.swift",
"Encoder/URLQueryItemEncoder.swift",
"Extensions/Standard Library/DecodingError+Context+Predefined.swift",
"Extensions/Standard Library/String+SnakeCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.