Build Information
Successful build of SmartCodable, reference main (4b1b3e
), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 14:21:51 UTC.
Swift 6 data race errors: 10
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SmartCodable -destination generic/platform=tvOS 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/intsig171/SmartCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/intsig171/SmartCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4b1b3e3 优化Date解析器
Cloned https://github.com/intsig171/SmartCodable.git
Revision (git rev-parse @):
4b1b3e392ecd2260de6068e62f3e19352ee9c6b1
SUCCESS checkout https://github.com/intsig171/SmartCodable.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/intsig171/SmartCodable.git
https://github.com/intsig171/SmartCodable.git
{
"dependencies" : [
],
"manifest_display_name" : "SmartCodable",
"name" : "SmartCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SmartCodable",
"targets" : [
"SmartCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmartCodableTests",
"module_type" : "SwiftTarget",
"name" : "SmartCodableTests",
"path" : "Tests",
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SmartCodable"
],
"type" : "test"
},
{
"c99name" : "SmartCodable",
"module_type" : "SwiftTarget",
"name" : "SmartCodable",
"path" : "SmartCodable/Classes",
"product_memberships" : [
"SmartCodable"
],
"sources" : [
"Cache/Cachable.swift",
"JSONDecoder/Decoder/DecodingCache.swift",
"JSONDecoder/Decoder/DecodingError+Extension.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
"JSONDecoder/Decoder/KeysMapper.swift",
"JSONDecoder/Decoder/SmartJSONDecoder.swift",
"JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
"JSONDecoder/Patcher/Patcher+Provider.swift",
"JSONDecoder/Patcher/Patcher+Transformer.swift",
"JSONDecoder/Patcher/Patcher.swift",
"JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
"JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
"JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
"JSONEncoder/EncodingCache.swift",
"JSONEncoder/Impl/JSONEncoderImpl.swift",
"JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
"JSONEncoder/JSONFuture.swift",
"JSONEncoder/SmartJSONEncoder.swift",
"JSONEncoder/SmartKeyEncodingStrategy.swift",
"JSONValue/JSONParser.swift",
"JSONValue/JSONValue+Extension.swift",
"JSONValue/JSONValue.swift",
"PropertyWrapper/IgnoredKey.swift",
"PropertyWrapper/PropertyWrapperProtocol.swift",
"PropertyWrapper/SmartAny/SmartAny.swift",
"PropertyWrapper/SmartAny/SmartAnyImpl.swift",
"PropertyWrapper/SmartFlat.swift",
"PropertyWrapper/SmartPublished.swift",
"Sentinel/LogCache.swift",
"Sentinel/LogContainer.swift",
"Sentinel/LogItem.swift",
"Sentinel/SafeDictionary.swift",
"Sentinel/SmartSentinel.swift",
"SmartCodable/SmartCodable.swift",
"SmartCodable/SmartDecodable.swift",
"SmartCodable/SmartEncodable.swift",
"SmartCodable/SmartUpdater.swift",
"SmartType/SmartCaseDefaultable.swift",
"SmartType/SmartColor.swift",
"Transformer/ColorTransformer.swift",
"Transformer/DataTransformer.swift",
"Transformer/DateTransformer.swift",
"Transformer/Transformer.swift",
"Transformer/URLTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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" : "SmartCodable",
"name" : "SmartCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SmartCodable",
"targets" : [
"SmartCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmartCodableTests",
"module_type" : "SwiftTarget",
"name" : "SmartCodableTests",
"path" : "Tests",
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SmartCodable"
],
"type" : "test"
},
{
"c99name" : "SmartCodable",
"module_type" : "SwiftTarget",
"name" : "SmartCodable",
"path" : "SmartCodable/Classes",
"product_memberships" : [
"SmartCodable"
],
"sources" : [
"Cache/Cachable.swift",
"JSONDecoder/Decoder/DecodingCache.swift",
"JSONDecoder/Decoder/DecodingError+Extension.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
"JSONDecoder/Decoder/KeysMapper.swift",
"JSONDecoder/Decoder/SmartJSONDecoder.swift",
"JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
"JSONDecoder/Patcher/Patcher+Provider.swift",
"JSONDecoder/Patcher/Patcher+Transformer.swift",
"JSONDecoder/Patcher/Patcher.swift",
"JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
"JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
"JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
"JSONEncoder/EncodingCache.swift",
"JSONEncoder/Impl/JSONEncoderImpl.swift",
"JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
"JSONEncoder/JSONFuture.swift",
"JSONEncoder/SmartJSONEncoder.swift",
"JSONEncoder/SmartKeyEncodingStrategy.swift",
"JSONValue/JSONParser.swift",
"JSONValue/JSONValue+Extension.swift",
"JSONValue/JSONValue.swift",
"PropertyWrapper/IgnoredKey.swift",
"PropertyWrapper/PropertyWrapperProtocol.swift",
"PropertyWrapper/SmartAny/SmartAny.swift",
"PropertyWrapper/SmartAny/SmartAnyImpl.swift",
"PropertyWrapper/SmartFlat.swift",
"PropertyWrapper/SmartPublished.swift",
"Sentinel/LogCache.swift",
"Sentinel/LogContainer.swift",
"Sentinel/LogItem.swift",
"Sentinel/SafeDictionary.swift",
"Sentinel/SmartSentinel.swift",
"SmartCodable/SmartCodable.swift",
"SmartCodable/SmartDecodable.swift",
"SmartCodable/SmartEncodable.swift",
"SmartCodable/SmartUpdater.swift",
"SmartType/SmartCaseDefaultable.swift",
"SmartType/SmartColor.swift",
"Transformer/ColorTransformer.swift",
"Transformer/DataTransformer.swift",
"Transformer/DateTransformer.swift",
"Transformer/Transformer.swift",
"Transformer/URLTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Pods",
"schemes" : [
"BTBubble",
"BTPrint",
"CleanJSON",
"FBSnapshotTestCase",
"HandyJSON",
"Pods-SmartCodable_Example",
"Pods-SmartCodable_Tests",
"SmartCodable",
"SnapKit"
],
"targets" : [
"BTBubble",
"BTPrint",
"CleanJSON",
"FBSnapshotTestCase",
"HandyJSON",
"Pods-SmartCodable_Example",
"Pods-SmartCodable_Tests",
"SmartCodable",
"SnapKit"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SmartCodable"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SmartCodable -destination generic/platform=tvOS 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 SmartCodable -destination generic/platform=tvOS "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:
SmartCodable: /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 'SmartCodable' in project 'SmartCodable'
➜ Explicit dependency on target 'SmartCodable' in project 'SmartCodable'
Target 'SmartCodable' in project 'SmartCodable' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 528dda39bb1943856dd84a9ad98bb0b6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/528dda39bb1943856dd84a9ad98bb0b6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.modulemap (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyStaticMetadataFileList (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyMetadataFileList (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftFileList (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftConstValuesFileList (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.LinkFileList (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_const_extract_protocols.json (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-OutputFileMap.json (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SmartCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.modulemap (in target 'SmartCodable' from project 'SmartCodable')
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/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver SmartCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SmartKeyDecodingStrategy.swift,\ Patcher+Provider.swift,\ Patcher+Transformer.swift,\ Patcher.swift,\ JSONKeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONDecoderImpl+UnkeyedContainer.swift,\ JSONDecoderImpl+Unwrap.swift,\ JSONDecoderImpl.swift,\ KeysMapper.swift,\ SmartJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
^
, @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ JSONSingleValueEncodingContainer.swift,\ JSONUnkeyedEncodingContainer.swift,\ EncodingCache.swift,\ JSONEncoderImpl.swift,\ _SpecialTreatmentEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Cachable.swift,\ DecodingCache.swift,\ DecodingError+Extension.swift,\ JSONDecoderImpl+KeyedContainer.swift,\ JSONDecoderImpl+SingleValueContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SmartFlat.swift,\ SmartPublished.swift,\ LogCache.swift,\ LogContainer.swift,\ LogItem.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONFuture.swift,\ SmartJSONEncoder.swift,\ SmartKeyEncodingStrategy.swift,\ JSONParser.swift,\ JSONValue+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
^
, @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SmartUpdater.swift,\ SmartCaseDefaultable.swift,\ SmartColor.swift,\ ColorTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DataTransformer.swift,\ DateTransformer.swift,\ Transformer.swift,\ URLTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
EmitSwiftModule normal arm64 (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
^
, @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
^
, @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var space: String = " "
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
public static var space: String = " "
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
public static var space: String = " "
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var space: String = " "
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var _mode = Level.none
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
private static var _mode = Level.none
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
private static var _mode = Level.none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var _mode = Level.none
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var cache = LogCache()
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
private static var cache = LogCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
private static var cache = LogCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var cache = LogCache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var logsHandler: ((String) -> Void)?
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
private static var logsHandler: ((String) -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
private static var logsHandler: ((String) -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var logsHandler: ((String) -> Void)?
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ JSONValue.swift,\ IgnoredKey.swift,\ PropertyWrapperProtocol.swift,\ SmartAny.swift,\ SmartAnyImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SafeDictionary.swift,\ SmartSentinel.swift,\ SmartCodable.swift,\ SmartDecodable.swift,\ SmartEncodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var space: String = " "
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
public static var space: String = " "
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
public static var space: String = " "
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var space: String = " "
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var _mode = Level.none
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
private static var _mode = Level.none
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
private static var _mode = Level.none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var _mode = Level.none
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var cache = LogCache()
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
private static var cache = LogCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
private static var cache = LogCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var cache = LogCache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var logsHandler: ((String) -> Void)?
^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
private static var logsHandler: ((String) -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
private static var logsHandler: ((String) -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var logsHandler: ((String) -> Void)?
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation\ Requirements SmartCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DataTransformer.swift, DateTransformer.swift, Transformer.swift, URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SmartCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SmartCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule (in target 'SmartCodable' from project 'SmartCodable')
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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftdoc (in target 'SmartCodable' from project 'SmartCodable')
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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.abi.json (in target 'SmartCodable' from project 'SmartCodable')
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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftsourceinfo (in target 'SmartCodable' from project 'SmartCodable')
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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONSingleValueEncodingContainer.swift, JSONUnkeyedEncodingContainer.swift, EncodingCache.swift, JSONEncoderImpl.swift, _SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONValue.swift, IgnoredKey.swift, PropertyWrapperProtocol.swift, SmartAny.swift, SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Cachable.swift, DecodingCache.swift, DecodingError+Extension.swift, JSONDecoderImpl+KeyedContainer.swift, JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONFuture.swift, SmartJSONEncoder.swift, SmartKeyEncodingStrategy.swift, JSONParser.swift, JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SafeDictionary.swift, SmartSentinel.swift, SmartCodable.swift, SmartDecodable.swift, SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SmartKeyDecodingStrategy.swift, Patcher+Provider.swift, Patcher+Transformer.swift, Patcher.swift, JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecoderImpl+UnkeyedContainer.swift, JSONDecoderImpl+Unwrap.swift, JSONDecoderImpl.swift, KeysMapper.swift, SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SmartUpdater.swift, SmartCaseDefaultable.swift, SmartColor.swift, ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SmartFlat.swift, SmartPublished.swift, LogCache.swift, LogContainer.swift, LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation SmartCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.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/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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-appletvos/SmartCodable.o normal (in target 'SmartCodable' from project 'SmartCodable')
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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.o
ExtractAppIntentsMetadata (in target 'SmartCodable' from project 'SmartCodable')
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 SmartCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SmartCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/SmartCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-appletvos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 07:21:50.911 appintentsmetadataprocessor[721:4127] Starting appintentsmetadataprocessor export
2025-04-29 07:21:50.951 appintentsmetadataprocessor[721:4127] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.o (in target 'SmartCodable' from project 'SmartCodable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SmartCodable.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SmartCodable",
"name" : "SmartCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SmartCodable",
"targets" : [
"SmartCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmartCodableTests",
"module_type" : "SwiftTarget",
"name" : "SmartCodableTests",
"path" : "Tests",
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SmartCodable"
],
"type" : "test"
},
{
"c99name" : "SmartCodable",
"module_type" : "SwiftTarget",
"name" : "SmartCodable",
"path" : "SmartCodable/Classes",
"product_memberships" : [
"SmartCodable"
],
"sources" : [
"Cache/Cachable.swift",
"JSONDecoder/Decoder/DecodingCache.swift",
"JSONDecoder/Decoder/DecodingError+Extension.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
"JSONDecoder/Decoder/KeysMapper.swift",
"JSONDecoder/Decoder/SmartJSONDecoder.swift",
"JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
"JSONDecoder/Patcher/Patcher+Provider.swift",
"JSONDecoder/Patcher/Patcher+Transformer.swift",
"JSONDecoder/Patcher/Patcher.swift",
"JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
"JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
"JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
"JSONEncoder/EncodingCache.swift",
"JSONEncoder/Impl/JSONEncoderImpl.swift",
"JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
"JSONEncoder/JSONFuture.swift",
"JSONEncoder/SmartJSONEncoder.swift",
"JSONEncoder/SmartKeyEncodingStrategy.swift",
"JSONValue/JSONParser.swift",
"JSONValue/JSONValue+Extension.swift",
"JSONValue/JSONValue.swift",
"PropertyWrapper/IgnoredKey.swift",
"PropertyWrapper/PropertyWrapperProtocol.swift",
"PropertyWrapper/SmartAny/SmartAny.swift",
"PropertyWrapper/SmartAny/SmartAnyImpl.swift",
"PropertyWrapper/SmartFlat.swift",
"PropertyWrapper/SmartPublished.swift",
"Sentinel/LogCache.swift",
"Sentinel/LogContainer.swift",
"Sentinel/LogItem.swift",
"Sentinel/SafeDictionary.swift",
"Sentinel/SmartSentinel.swift",
"SmartCodable/SmartCodable.swift",
"SmartCodable/SmartDecodable.swift",
"SmartCodable/SmartEncodable.swift",
"SmartCodable/SmartUpdater.swift",
"SmartType/SmartCaseDefaultable.swift",
"SmartType/SmartColor.swift",
"Transformer/ColorTransformer.swift",
"Transformer/DataTransformer.swift",
"Transformer/DateTransformer.swift",
"Transformer/Transformer.swift",
"Transformer/URLTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.