Build Information
Successful build of SimpleNetworking, reference main (85a76c), with Swift 6.3 for visionOS using Xcode 26.4 on 21 Apr 2026 18:38:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleNetworking -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85a76c4 Merge pull request #12 from 0xWDG/add-upload-and-propertywrappers
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
85a76c4c4026a66d9e7950afd096c84a0de5b72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/0xWDG/SimpleNetworking.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SimpleNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: SimpleNetworking
2026-04-21 14:38:13.825 xcodebuild[529:3052] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleNetworking",
"name" : "SimpleNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SimpleNetworking",
"targets" : [
"SimpleNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworkingTests",
"path" : "Tests/SimpleNetworkingTests",
"sources" : [
"PropertyWrapperTests.swift",
"SimpleNetworkingTests.swift"
],
"target_dependencies" : [
"SimpleNetworking"
],
"type" : "test"
},
{
"c99name" : "SimpleNetworking",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworking",
"path" : "Sources/SimpleNetworking",
"product_memberships" : [
"SimpleNetworking"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/isURL.swift",
"Helpers/toJSON.swift",
"PropertyWrappers/Delete.swift",
"PropertyWrappers/Get.swift",
"PropertyWrappers/Post.swift",
"PropertyWrappers/Put.swift",
"PropertyWrappers/SimpleNetworkingWrapper.swift",
"PropertyWrappers/Upload.swift",
"SimpleNetworking.swift",
"SimpleNetworking/EventSource.swift",
"SimpleNetworking/WebSocket.swift",
"SimpleNetworking/cookies.swift",
"SimpleNetworking/createHTTPBody.swift",
"SimpleNetworking/exec.swift",
"SimpleNetworking/logging.swift",
"SimpleNetworking/request.swift",
"SimpleNetworking/uploadMethods.swift",
"Structs/Debug.swift",
"Structs/FileUpload.swift",
"Structs/HTTPHeader.swift",
"Structs/HTTPMethod.swift",
"Structs/NetworkResponse.swift",
"Structs/NetworkingError.swift",
"Structs/POSTEncoding.swift",
"Structs/SNMock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SimpleNetworking"
]
}
}
2026-04-21 14:38:21.882 xcodebuild[631:3807] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleNetworking -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 SimpleNetworking -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
SimpleNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'SimpleNetworking' in project 'SimpleNetworking'
➜ Explicit dependency on target 'SimpleNetworking' in project 'SimpleNetworking'
➜ Explicit dependency on target 'SimpleNetworking_SimpleNetworking' in project 'SimpleNetworking'
Target 'SimpleNetworking' in project 'SimpleNetworking'
➜ Explicit dependency on target 'SimpleNetworking_SimpleNetworking' in project 'SimpleNetworking'
Target 'SimpleNetworking_SimpleNetworking' in project 'SimpleNetworking' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9e34199bf0037b87797ffeb673925f30
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9e34199bf0037b87797ffeb673925f30.xcbuilddata
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
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyStaticMetadataFileList (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/empty-SimpleNetworking_SimpleNetworking.plist (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/empty-SimpleNetworking_SimpleNetworking.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.modulemap (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/SimpleNetworking_SimpleNetworking.DependencyMetadataFileList (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/SimpleNetworking_SimpleNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/SimpleNetworking_SimpleNetworking.DependencyStaticMetadataFileList (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/SimpleNetworking_SimpleNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyMetadataFileList (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_const_extract_protocols.json (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftConstValuesFileList (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.LinkFileList (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-OutputFileMap.json (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/resource_bundle_accessor.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.modulemap (in target 'SimpleNetworking' from project 'SimpleNetworking')
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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/empty-SimpleNetworking_SimpleNetworking.plist (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking_SimpleNetworking.build/empty-SimpleNetworking_SimpleNetworking.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
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/Sources/SimpleNetworking/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle (in target 'SimpleNetworking_SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking_SimpleNetworking.bundle
SwiftDriver SimpleNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AGP3KRETLXAMYQDW488IY6LKX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CWY49DJXJH8MV7H9KA3I9OY1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CN303CE9AXGY9XZYFJ6QXAOBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3LC9AV7E10N7DY0X0GCMCK815.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-3BRLCCDYHUXKOK1AB0M8MOV64.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-YJD3LAGSNF10FZWR3J8P610Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-7QMZRTZ3S79OIWTXSAPUIRHYI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-A6RKRULJVWPNWLT2MY2XALPE3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1WMMNGC2O206RLV4U5QNHI9ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CAYUJ2WWB7YLVQ3VIZXCDL30U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-702OW6MB2UYB2TOQQFSKPAKW9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2PXMKHAWCG53C3RNOK7N1KWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DET4J8XS334UT6TI8UIL7DF4M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6FZKKZ4XEUC29PTNXJWF33U9M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DS3VJWLWEXU7S7AS4RHQN5VZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1IQGC7FWS7Q3CJO29Z7BCG728.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-1MTCF5GQ63OQIRM6WIIH9FJ8U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-2CZPD0H9RTV4M5QCVDMSJ35Y9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EZN7U2Y4H5FX9WZTA9F8B6AIM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-32NYW9B0ZUCWOJ6NY33OVEITX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8EN8HC46CEO13I4PTKBOX9IAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-52BCPMJP809TT4WMWEHIVNDW4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-36DV76SDNEJ71ZU1Q5WQTD2UX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DOIHLDND0RDY1XJEDBABNPKS7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-22PB0EARRYBLWHT3T9EURGBWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9IEGUIVXSDZ0Z7F0FKH73EQJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1016IJVOTD7PT4P0ELAQH2JFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-9MHL8PKA5263OELKMNJBU5W6A.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleNetworking (in target 'SimpleNetworking' from project 'SimpleNetworking')
EmitSwiftModule normal arm64 (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Delete.swift,\ Get.swift,\ Post.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Delete.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Get.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Post.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Delete.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Get.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Post.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Debug.swift,\ FileUpload.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/FileUpload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/Debug.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/FileUpload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NetworkResponse.swift,\ NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/NetworkResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/NetworkingError.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/NetworkResponse.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/NetworkingError.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ POSTEncoding.swift,\ SNMock.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/POSTEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/SNMock.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/POSTEncoding.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/SNMock.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SimpleNetworking.swift,\ EventSource.swift,\ WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/EventSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/WebSocket.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/EventSource.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/WebSocket.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ cookies.swift,\ createHTTPBody.swift,\ exec.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/cookies.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/createHTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/exec.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/cookies.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/createHTTPBody.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/exec.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Put.swift,\ SimpleNetworkingWrapper.swift,\ Upload.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Put.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/SimpleNetworkingWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Upload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Put.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/SimpleNetworkingWrapper.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PropertyWrappers/Upload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPHeader.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/HTTPMethod.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/HTTPHeader.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Structs/HTTPMethod.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ logging.swift,\ request.swift,\ uploadMethods.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/request.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/uploadMethods.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/logging.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/request.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/SimpleNetworking/uploadMethods.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ isURL.swift,\ toJSON.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Helpers/toJSON.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/resource_bundle_accessor.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Helpers/isURL.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/Helpers/toJSON.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleNetworking (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriver\ Compilation\ Requirements SimpleNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Debug.swift, FileUpload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPHeader.swift, HTTPMethod.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, isURL.swift, toJSON.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling Put.swift, SimpleNetworkingWrapper.swift, Upload.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-Swift.h (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleNetworking-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling POSTEncoding.swift, SNMock.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling cookies.swift, createHTTPBody.swift, exec.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling Delete.swift, Get.swift, Post.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.abi.json (in target 'SimpleNetworking' from project 'SimpleNetworking')
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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftmodule (in target 'SimpleNetworking' from project 'SimpleNetworking')
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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftdoc (in target 'SimpleNetworking' from project 'SimpleNetworking')
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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftsourceinfo (in target 'SimpleNetworking' from project 'SimpleNetworking')
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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NetworkResponse.swift, NetworkingError.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SimpleNetworking.swift, EventSource.swift, WebSocket.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling logging.swift, request.swift, uploadMethods.swift (in target 'SimpleNetworking' from project 'SimpleNetworking')
SwiftDriver\ Compilation SimpleNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.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/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-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-xros/SimpleNetworking.o normal (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.o
ExtractAppIntentsMetadata (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.j1v0nW/Metal.xctoolchain --module-name SimpleNetworking --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SimpleNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/SimpleNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleNetworking.build/Debug-xros/SimpleNetworking.build/Objects-normal/arm64/SimpleNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-21 14:38:32.920 appintentsmetadataprocessor[708:4181] Starting appintentsmetadataprocessor export
2026-04-21 14:38:32.941 appintentsmetadataprocessor[708:4181] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.o (in target 'SimpleNetworking' from project 'SimpleNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleNetworking.o
** BUILD SUCCEEDED **
2026-04-21 14:38:23.394 xcodebuild[638:3869] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleNetworking",
"name" : "SimpleNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SimpleNetworking",
"targets" : [
"SimpleNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworkingTests",
"path" : "Tests/SimpleNetworkingTests",
"sources" : [
"PropertyWrapperTests.swift",
"SimpleNetworkingTests.swift"
],
"target_dependencies" : [
"SimpleNetworking"
],
"type" : "test"
},
{
"c99name" : "SimpleNetworking",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworking",
"path" : "Sources/SimpleNetworking",
"product_memberships" : [
"SimpleNetworking"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/isURL.swift",
"Helpers/toJSON.swift",
"PropertyWrappers/Delete.swift",
"PropertyWrappers/Get.swift",
"PropertyWrappers/Post.swift",
"PropertyWrappers/Put.swift",
"PropertyWrappers/SimpleNetworkingWrapper.swift",
"PropertyWrappers/Upload.swift",
"SimpleNetworking.swift",
"SimpleNetworking/EventSource.swift",
"SimpleNetworking/WebSocket.swift",
"SimpleNetworking/cookies.swift",
"SimpleNetworking/createHTTPBody.swift",
"SimpleNetworking/exec.swift",
"SimpleNetworking/logging.swift",
"SimpleNetworking/request.swift",
"SimpleNetworking/uploadMethods.swift",
"Structs/Debug.swift",
"Structs/FileUpload.swift",
"Structs/HTTPHeader.swift",
"Structs/HTTPMethod.swift",
"Structs/NetworkResponse.swift",
"Structs/NetworkingError.swift",
"Structs/POSTEncoding.swift",
"Structs/SNMock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.