Build Information
Successful build of JSONtoCodable, reference master (113021
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 15:31:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONtoCodable -destination platform=macOS,arch=arm64 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/YutoMizutani/JSONtoCodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YutoMizutani/JSONtoCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1130217 Merge pull request #137 from YutoMizutani/develop
Cloned https://github.com/YutoMizutani/JSONtoCodable.git
Revision (git rev-parse @):
11302177bb22492debd26cfdc35c29400bc35cbb
SUCCESS checkout https://github.com/YutoMizutani/JSONtoCodable.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/YutoMizutani/JSONtoCodable.git
https://github.com/YutoMizutani/JSONtoCodable.git
{
"dependencies" : [
],
"manifest_display_name" : "JSONtoCodable",
"name" : "JSONtoCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONtoCodable",
"targets" : [
"JSONtoCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONtoCodableTests",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodableTests",
"path" : "Tests",
"sources" : [
"JSONtoCodableTests/ArrayTests.swift",
"JSONtoCodableTests/CaseTests.swift",
"JSONtoCodableTests/EscapeSequenceTests.swift",
"JSONtoCodableTests/IndentTests.swift",
"JSONtoCodableTests/JSONtoCodableTests.swift",
"JSONtoCodableTests/LessParamsTests.swift",
"JSONtoCodableTests/LineTests.swift",
"JSONtoCodableTests/MergePropertiesTests.swift",
"JSONtoCodableTests/MergeStructTests.swift",
"JSONtoCodableTests/MergeWithOptionalTests.swift",
"JSONtoCodableTests/NestingTests.swift",
"JSONtoCodableTests/NoCodingkeysTests.swift",
"JSONtoCodableTests/ReservedWordsTests.swift",
"JSONtoCodableTests/SymbolsTests.swift",
"JSONtoCodableTests/TypeTests.swift"
],
"target_dependencies" : [
"JSONtoCodable"
],
"type" : "test"
},
{
"c99name" : "JSONtoCodable",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodable",
"path" : "Sources",
"product_memberships" : [
"JSONtoCodable"
],
"sources" : [
"Core/Config.swift",
"Core/JSONtoCodable.swift",
"Core/Property.swift",
"Enum/AccessModifier.swift",
"Enum/CaseType.swift",
"Enum/IndentType.swift",
"Enum/LineType.swift",
"Enum/Type.swift",
"Error/ErrorHandring.swift",
"Extensions/String+.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "JSONtoCodable",
"name" : "JSONtoCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONtoCodable",
"targets" : [
"JSONtoCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONtoCodableTests",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodableTests",
"path" : "Tests",
"sources" : [
"JSONtoCodableTests/ArrayTests.swift",
"JSONtoCodableTests/CaseTests.swift",
"JSONtoCodableTests/EscapeSequenceTests.swift",
"JSONtoCodableTests/IndentTests.swift",
"JSONtoCodableTests/JSONtoCodableTests.swift",
"JSONtoCodableTests/LessParamsTests.swift",
"JSONtoCodableTests/LineTests.swift",
"JSONtoCodableTests/MergePropertiesTests.swift",
"JSONtoCodableTests/MergeStructTests.swift",
"JSONtoCodableTests/MergeWithOptionalTests.swift",
"JSONtoCodableTests/NestingTests.swift",
"JSONtoCodableTests/NoCodingkeysTests.swift",
"JSONtoCodableTests/ReservedWordsTests.swift",
"JSONtoCodableTests/SymbolsTests.swift",
"JSONtoCodableTests/TypeTests.swift"
],
"target_dependencies" : [
"JSONtoCodable"
],
"type" : "test"
},
{
"c99name" : "JSONtoCodable",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodable",
"path" : "Sources",
"product_memberships" : [
"JSONtoCodable"
],
"sources" : [
"Core/Config.swift",
"Core/JSONtoCodable.swift",
"Core/Property.swift",
"Enum/AccessModifier.swift",
"Enum/CaseType.swift",
"Enum/IndentType.swift",
"Enum/LineType.swift",
"Enum/Type.swift",
"Error/ErrorHandring.swift",
"Extensions/String+.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "JSONtoCodable",
"schemes" : [
"JSONtoCodable iOS",
"JSONtoCodable macOS",
"JSONtoCodable tvOS",
"JSONtoCodable watchOS"
],
"targets" : [
"JSONtoCodable macOS",
"JSONtoCodable macOSTests",
"JSONtoCodable iOS",
"JSONtoCodable iOSTests",
"JSONtoCodable tvOS",
"JSONtoCodable tvOSTests",
"JSONtoCodable watchOS"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"JSONtoCodable"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONtoCodable -destination platform=macOS,arch=arm64 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 JSONtoCodable -destination platform=macOS,arch=arm64 "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:
JSONtoCodable: /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 'JSONtoCodable' in project 'JSONtoCodable'
➜ Explicit dependency on target 'JSONtoCodable' in project 'JSONtoCodable'
Target 'JSONtoCodable' in project 'JSONtoCodable' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 602c73fcf8a8fe1891d7df09f747a123
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/602c73fcf8a8fe1891d7df09f747a123.xcbuilddata
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyStaticMetadataFileList (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyMetadataFileList (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.modulemap (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-OutputFileMap.json (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftFileList (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.LinkFileList (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftConstValuesFileList (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_const_extract_protocols.json (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONtoCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.modulemap (in target 'JSONtoCodable' from project 'JSONtoCodable')
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/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver JSONtoCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONtoCodable' from project 'JSONtoCodable')
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 JSONtoCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONtoCodable (in target 'JSONtoCodable' from project 'JSONtoCodable')
EmitSwiftModule normal arm64 (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AccessModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Enum/AccessModifier.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Enum/AccessModifier.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CaseType.swift /Users/admin/builder/spi-builder-workspace/Sources/Enum/CaseType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Enum/CaseType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Type.swift /Users/admin/builder/spi-builder-workspace/Sources/Enum/Type.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Enum/Type.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Config.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Config.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ErrorHandring.swift /Users/admin/builder/spi-builder-workspace/Sources/Error/ErrorHandring.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Error/ErrorHandring.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/Property.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/Property.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LineType.swift /Users/admin/builder/spi-builder-workspace/Sources/Enum/LineType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Enum/LineType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IndentType.swift /Users/admin/builder/spi-builder-workspace/Sources/Enum/IndentType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Enum/IndentType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONtoCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/JSONtoCodable.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/JSONtoCodable.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Core/JSONtoCodable.swift:528:90: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
guard let structs: [String] = (NSOrderedSet(array: properties.map { $0.structs }.flatMap { $0 }).array as? [String]) else { return nil }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/JSONtoCodable.swift:528:90: note: use 'compactMap(_:)' instead
guard let structs: [String] = (NSOrderedSet(array: properties.map { $0.structs }.flatMap { $0 }).array as? [String]) else { return nil }
^~~~~~~
compactMap
SwiftCompile normal arm64 Compiling\ String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/String+.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONtoCodable (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriver\ Compilation\ Requirements JSONtoCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONtoCodable' from project 'JSONtoCodable')
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 JSONtoCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling String+.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONtoCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-Swift.h (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JSONtoCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftmodule (in target 'JSONtoCodable' from project 'JSONtoCodable')
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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftdoc (in target 'JSONtoCodable' from project 'JSONtoCodable')
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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.abi.json (in target 'JSONtoCodable' from project 'JSONtoCodable')
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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftsourceinfo (in target 'JSONtoCodable' from project 'JSONtoCodable')
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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IndentType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling ErrorHandring.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Type.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONtoCodable.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Config.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Property.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AccessModifier.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling LineType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CaseType.swift (in target 'JSONtoCodable' from project 'JSONtoCodable')
SwiftDriver\ Compilation JSONtoCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONtoCodable' from project 'JSONtoCodable')
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 JSONtoCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.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/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable-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/JSONtoCodable.o normal (in target 'JSONtoCodable' from project 'JSONtoCodable')
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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.o
ExtractAppIntentsMetadata (in target 'JSONtoCodable' from project 'JSONtoCodable')
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 JSONtoCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.JSONtoCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/JSONtoCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONtoCodable.build/Debug/JSONtoCodable.build/Objects-normal/arm64/JSONtoCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 08:31:48.219 appintentsmetadataprocessor[719:4035] Starting appintentsmetadataprocessor export
2025-04-25 08:31:48.256 appintentsmetadataprocessor[719:4035] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.o (in target 'JSONtoCodable' from project 'JSONtoCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONtoCodable.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7b91725650ee2ec4d8af38609ecb7e838a51fbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7b91725650ee2ec4d8af38609ecb7e838a51fbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7b91725650ee2ec4d8af38609ecb7e838a51fbe0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7b91725650ee2ec4d8af38609ecb7e838a51fbe0, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONtoCodable",
"name" : "JSONtoCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONtoCodable",
"targets" : [
"JSONtoCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONtoCodableTests",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodableTests",
"path" : "Tests",
"sources" : [
"JSONtoCodableTests/ArrayTests.swift",
"JSONtoCodableTests/CaseTests.swift",
"JSONtoCodableTests/EscapeSequenceTests.swift",
"JSONtoCodableTests/IndentTests.swift",
"JSONtoCodableTests/JSONtoCodableTests.swift",
"JSONtoCodableTests/LessParamsTests.swift",
"JSONtoCodableTests/LineTests.swift",
"JSONtoCodableTests/MergePropertiesTests.swift",
"JSONtoCodableTests/MergeStructTests.swift",
"JSONtoCodableTests/MergeWithOptionalTests.swift",
"JSONtoCodableTests/NestingTests.swift",
"JSONtoCodableTests/NoCodingkeysTests.swift",
"JSONtoCodableTests/ReservedWordsTests.swift",
"JSONtoCodableTests/SymbolsTests.swift",
"JSONtoCodableTests/TypeTests.swift"
],
"target_dependencies" : [
"JSONtoCodable"
],
"type" : "test"
},
{
"c99name" : "JSONtoCodable",
"module_type" : "SwiftTarget",
"name" : "JSONtoCodable",
"path" : "Sources",
"product_memberships" : [
"JSONtoCodable"
],
"sources" : [
"Core/Config.swift",
"Core/JSONtoCodable.swift",
"Core/Property.swift",
"Enum/AccessModifier.swift",
"Enum/CaseType.swift",
"Enum/IndentType.swift",
"Enum/LineType.swift",
"Enum/Type.swift",
"Error/ErrorHandring.swift",
"Extensions/String+.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.