This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LStXML2Code with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme LStXML2Code-Package -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:104:45: error: 'split(separator:maxSplits:omittingEmptySubsequences:)' is only available in tvOS 16.0 or newer
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:104:45: note: add 'if #available' version check
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:61:13: note: add @available attribute to enclosing instance method
  open func traverse (node : Node) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:12:12: note: add @available attribute to enclosing class
open class SwiftEncoding : AbstractTreeEncoding {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:155:45: error: 'split(separator:maxSplits:omittingEmptySubsequences:)' is only available in tvOS 16.0 or newer
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:155:45: note: add 'if #available' version check
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:61:13: note: add @available attribute to enclosing instance method
  open func traverse (node : Node) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:12:12: note: add @available attribute to enclosing class
open class SwiftEncoding : AbstractTreeEncoding {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:180:45: error: 'split(separator:maxSplits:omittingEmptySubsequences:)' is only available in tvOS 16.0 or newer
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:180:45: note: add 'if #available' version check
        let withoutNew = defaultValueAdding.split(separator: " = new ")[0]
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:61:13: note: add @available attribute to enclosing instance method
  open func traverse (node : Node) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:12:12: note: add @available attribute to enclosing class
open class SwiftEncoding : AbstractTreeEncoding {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:240:20: error: 'split(separator:maxSplits:omittingEmptySubsequences:)' is only available in tvOS 16.0 or newer
      parts = code.split(separator: "= new ")
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:240:20: note: add 'if #available' version check
      parts = code.split(separator: "= new ")
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:61:13: note: add @available attribute to enclosing instance method
  open func traverse (node : Node) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift:12:12: note: add @available attribute to enclosing class
open class SwiftEncoding : AbstractTreeEncoding {
           ^
SwiftCompile normal arm64 Compiling\ JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/JavaEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for BMF2Code (in target 'BMF2Code' from project 'LStXML2Code')
SwiftDriver\ Compilation\ Requirements BMF2Code normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name BMF2Code -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code-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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftdoc (in target 'BMF2Code' from project 'LStXML2Code')
    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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftmodule (in target 'BMF2Code' from project 'LStXML2Code')
    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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.abi.json (in target 'BMF2Code' from project 'LStXML2Code')
    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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftsourceinfo (in target 'BMF2Code' from project 'LStXML2Code')
    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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BMF2Code.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift, AssignNode.swift, CharNode.swift (in target 'LStXML2Code' from project 'LStXML2Code')
SwiftDriverJobDiscovery normal arm64 Compiling JavaEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
SwiftDriverJobDiscovery normal arm64 Compiling TwoPartDecisionNode.swift, XmlPAP.swift (in target 'LStXML2Code' from project 'LStXML2Code')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LStXML2Code' from project 'LStXML2Code')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'BMF2Code' from project 'LStXML2Code')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift (in target 'BMF2Code' from project 'LStXML2Code')
	SwiftCompile normal arm64 Compiling\ SwiftEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
(3 failures)
Command line invocation:
    /Applications/Xcode-15.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 LStXML2Code-Package -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  LStXML2Code: /Users/admin/builder/spi-builder-workspace
  JavApi⁴Swift: https://github.com/bastie/JavApi4Swift.git @ 0.7.5
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'BMF2Code' in project 'LStXML2Code'
        ➜ Explicit dependency on target 'LStXML2Code' in project 'LStXML2Code'
    Target 'LStXML2Code' in project 'LStXML2Code'
        ➜ Explicit dependency on target 'LStXML2Code' in project 'LStXML2Code'
    Target 'LStXML2Code' in project 'LStXML2Code' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LStXML2Code' from project 'LStXML2Code')
SwiftDriver LStXML2Code normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name LStXML2Code -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code-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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver BMF2Code normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name BMF2Code -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code-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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:23:97: error: 'path(percentEncoded:)' is only available in tvOS 16.0 or newer
      let documents = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].path()
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:23:97: note: add 'if #available' version check
      let documents = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].path()
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:17:15: note: add @available attribute to enclosing static method
  static func main () {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:10:15: note: add @available attribute to enclosing struct
public struct BMF2Code {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:43:86: error: 'init(filePath:directoryHint:relativeTo:)' is only available in tvOS 16.0 or newer
      let sourceURL : URL? = source.starts(with: "https://") ? URL(string: source) : URL(filePath: source)
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:43:86: note: add 'if #available' version check
      let sourceURL : URL? = source.starts(with: "https://") ? URL(string: source) : URL(filePath: source)
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:17:15: note: add @available attribute to enclosing static method
  static func main () {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:10:15: note: add @available attribute to enclosing struct
public struct BMF2Code {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:64:39: error: 'init(filePath:directoryHint:relativeTo:)' is only available in tvOS 16.0 or newer
          try encodedString.write(to: URL(filePath: outputFileName), atomically: true, encoding: String.Encoding.utf8)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:64:39: note: add 'if #available' version check
          try encodedString.write(to: URL(filePath: outputFileName), atomically: true, encoding: String.Encoding.utf8)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:17:15: note: add @available attribute to enclosing static method
  static func main () {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift:10:15: note: add @available attribute to enclosing struct
public struct BMF2Code {
              ^
SwiftCompile normal arm64 Compiling\ SwiftEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/SwiftEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ BMF2Code (in target 'BMF2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/JavaEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/SwiftEncoding.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -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/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BMF2Code -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/BMF2Code.build/Objects-normal/arm64/BMF2Code.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ LStXML2Code (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code.abi.json
SwiftCompile normal arm64 Compiling\ AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTree.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/AbstractTreeEncoder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPXmlParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncodingImpl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/PAPTreeEncoding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AbstractTree.swift (in target 'LStXML2Code' from project 'LStXML2Code')
SwiftDriverJobDiscovery normal arm64 Compiling AbstractTreeEncoding.swift (in target 'LStXML2Code' from project 'LStXML2Code')
SwiftCompile normal arm64 Compiling\ XmlPAP.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift (in target 'LStXML2Code' from project 'LStXML2Code')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/AssignNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/CharNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ClosedSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/DotNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/FloatNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IdentiferNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/IntNumberNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/NumericNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenRoundBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/OpenSquareBracketNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/SpaceNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/Nodes/ValueNode.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTree.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncoding.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/TwoPartDecisionNode.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/LStXML2Code_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/swift-overrides.hmap -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/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LStXML2Code -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.o -index-unit-output-path /LStXML2Code.build/Debug-appletvos/LStXML2Code.build/Objects-normal/arm64/XmlPAP.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LStXML2Code' from project 'LStXML2Code')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'BMF2Code' from project 'LStXML2Code')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift (in target 'BMF2Code' from project 'LStXML2Code')
	SwiftCompile normal arm64 Compiling\ BMF2Code.swift /Users/admin/builder/spi-builder-workspace/Sources/BMF2Code/BMF2Code.swift (in target 'BMF2Code' from project 'LStXML2Code')
(2 failures)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.