Build Information
Successful build of HLSCore, reference 0.2.1 (283520
), with Swift 6.0 for tvOS using Xcode 16.0 on 2 Nov 2024 05:04:43 UTC.
Swift 6 data race errors: 59
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HLSCore -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
static let resolution = Resolution.init <^> UInt.parser <* BasicParser.x <&> UInt.parser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:31:16: note: annotate 'resolution' with '@MainActor' if property should only be accessed from the main actor
static let resolution = Resolution.init <^> UInt.parser <* BasicParser.x <&> UInt.parser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let resolution = Resolution.init <^> UInt.parser <* BasicParser.x <&> UInt.parser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: warning: static property 'date' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Date?>' may have shared mutable state; this is an error in the Swift 6 language mode
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: note: annotate 'date' with '@MainActor' if property should only be accessed from the main actor
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: warning: static property 'byteRange' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, ClosedRange<UInt>>' may have shared mutable state; this is an error in the Swift 6 language mode
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: annotate 'byteRange' with '@MainActor' if property should only be accessed from the main actor
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:38:48: warning: let 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
@available(iOS 10.0, OSX 10.12, *) private let dateFormatter = ISO8601DateFormatter()
^
Foundation.ISO8601DateFormatter:2:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
open class ISO8601DateFormatter : Formatter, NSSecureCoding {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:38:48: note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
@available(iOS 10.0, OSX 10.12, *) private let dateFormatter = ISO8601DateFormatter()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:38:48: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@available(iOS 10.0, OSX 10.12, *) private let dateFormatter = ISO8601DateFormatter()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Types' from project 'HLSCore')
SwiftDriver\ Compilation\ Requirements Parsing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Parsing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.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/Parsing/MediaPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MediaPlaylistParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: warning: let 'newlines' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, [Character]>' may have shared mutable state; this is an error in the Swift 6 language mode
let newlines = BasicParser.newline.many1
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: note: annotate 'newlines' with '@MainActor' if property should only be accessed from the main actor
let newlines = BasicParser.newline.many1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let newlines = BasicParser.newline.many1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: warning: static property 'StartTag' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, String>' may have shared mutable state; this is an error in the Swift 6 language mode
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: annotate 'StartTag' with '@MainActor' if property should only be accessed from the main actor
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Playlist.swift (in target 'Types' from project 'HLSCore')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Parsing-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-Swift.h (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Parsing-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftmodule (in target 'Parsing' from project 'HLSCore')
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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Serializable.swift (in target 'Serialization' from project 'HLSCore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftdoc (in target 'Parsing' from project 'HLSCore')
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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.abi.json (in target 'Parsing' from project 'HLSCore')
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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftsourceinfo (in target 'Parsing' from project 'HLSCore')
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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.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/Parsing/AttributeList.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/AttributeList.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: warning: let 'attributeList' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeList>' (aka 'Parser<Substring, Dictionary<String, AttributeValue>>') may have shared mutable state; this is an error in the Swift 6 language mode
let attributeList = builtAttributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: note: annotate 'attributeList' with '@MainActor' if property should only be accessed from the main actor
let attributeList = builtAttributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let attributeList = builtAttributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:48:5: warning: let 'attribute' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, (AttributeName, AttributeValue)>' (aka 'Parser<Substring, (String, AttributeValue)>') may have shared mutable state; this is an error in the Swift 6 language mode
let attribute = attributeName <* "=" <&> attributeValue
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:48:5: note: annotate 'attribute' with '@MainActor' if property should only be accessed from the main actor
let attribute = attributeName <* "=" <&> attributeValue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:48:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let attribute = attributeName <* "=" <&> attributeValue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:68:5: warning: let 'attributeName' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeName>' (aka 'Parser<Substring, String>') may have shared mutable state; this is an error in the Swift 6 language mode
let attributeName = { AttributeName($0) } <^> CharacterSet.forAttributeName.parser().many1
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:68:5: note: annotate 'attributeName' with '@MainActor' if property should only be accessed from the main actor
let attributeName = { AttributeName($0) } <^> CharacterSet.forAttributeName.parser().many1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:68:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let attributeName = { AttributeName($0) } <^> CharacterSet.forAttributeName.parser().many1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:109:5: warning: let 'attributeValue' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let attributeValue = hexSequence
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:109:5: note: annotate 'attributeValue' with '@MainActor' if property should only be accessed from the main actor
let attributeValue = hexSequence
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:109:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let attributeValue = hexSequence
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:100:5: warning: let 'hexSequence' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let hexSequence = AttributeValue.init <^> TypeParser.hex
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:100:5: note: annotate 'hexSequence' with '@MainActor' if property should only be accessed from the main actor
let hexSequence = AttributeValue.init <^> TypeParser.hex
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:100:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let hexSequence = AttributeValue.init <^> TypeParser.hex
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: warning: let 'decimalFloatingPoint' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: note: annotate 'decimalFloatingPoint' with '@MainActor' if property should only be accessed from the main actor
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:104:5: warning: let 'signedDecimalFloatingPoint' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let signedDecimalFloatingPoint = AttributeValue.init <^> TypeParser.signedFloat
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:104:5: note: annotate 'signedDecimalFloatingPoint' with '@MainActor' if property should only be accessed from the main actor
let signedDecimalFloatingPoint = AttributeValue.init <^> TypeParser.signedFloat
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:104:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let signedDecimalFloatingPoint = AttributeValue.init <^> TypeParser.signedFloat
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:106:5: warning: let 'quotedString' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let quotedString = AttributeValue.init <^> TypeParser.quoteString
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:106:5: note: annotate 'quotedString' with '@MainActor' if property should only be accessed from the main actor
let quotedString = AttributeValue.init <^> TypeParser.quoteString
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:106:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let quotedString = AttributeValue.init <^> TypeParser.quoteString
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:110:5: warning: let 'decimalResolution' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let decimalResolution = AttributeValue.init <^> TypeParser.resolution
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:110:5: note: annotate 'decimalResolution' with '@MainActor' if property should only be accessed from the main actor
let decimalResolution = AttributeValue.init <^> TypeParser.resolution
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:110:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let decimalResolution = AttributeValue.init <^> TypeParser.resolution
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: warning: let 'decimalInteger' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let decimalInteger = AttributeValue.init <^> UInt.parser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: note: annotate 'decimalInteger' with '@MainActor' if property should only be accessed from the main actor
let decimalInteger = AttributeValue.init <^> UInt.parser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let decimalInteger = AttributeValue.init <^> UInt.parser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: warning: let 'enumeratedString' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: note: annotate 'enumeratedString' with '@MainActor' if property should only be accessed from the main actor
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.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/Parsing/CharacterSet.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CharacterSet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.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/Parsing/Tags.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Tags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:19:20: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = AnyTag.playlist <^> EXTVERSION
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:19:20: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = AnyTag.playlist <^> EXTVERSION
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:19:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = AnyTag.playlist <^> EXTVERSION
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:26:20: warning: static property 'EXTVERSION' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTVERSION = Tag.version <^> "#EXT-X-VERSION:" *> UInt.parser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:26:20: note: annotate 'EXTVERSION' with '@MainActor' if property should only be accessed from the main actor
static let EXTVERSION = Tag.version <^> "#EXT-X-VERSION:" *> UInt.parser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTVERSION = Tag.version <^> "#EXT-X-VERSION:" *> UInt.parser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:28:20: warning: static property 'EXTXINDEPENDENTSEGMENTS' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXINDEPENDENTSEGMENTS = { _ in Tag.independentSegments } <^> "#EXT-X-INDEPENDENT-SEGMENTS"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:28:20: note: annotate 'EXTXINDEPENDENTSEGMENTS' with '@MainActor' if property should only be accessed from the main actor
static let EXTXINDEPENDENTSEGMENTS = { _ in Tag.independentSegments } <^> "#EXT-X-INDEPENDENT-SEGMENTS"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:28:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXINDEPENDENTSEGMENTS = { _ in Tag.independentSegments } <^> "#EXT-X-INDEPENDENT-SEGMENTS"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:34:20: warning: static property 'URLPseudoTag' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let URLPseudoTag = Tag.url <^> TypeParser.url
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:34:20: note: annotate 'URLPseudoTag' with '@MainActor' if property should only be accessed from the main actor
static let URLPseudoTag = Tag.url <^> TypeParser.url
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:34:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let URLPseudoTag = Tag.url <^> TypeParser.url
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:32:20: warning: static property 'COMMENT' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let COMMENT = Tag.comment <^> "#" *> ({ (chars: [Character]) in String(chars) } <^> CharacterSet(charactersIn: "\r\n").inverted.parser().many)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:32:20: note: annotate 'COMMENT' with '@MainActor' if property should only be accessed from the main actor
static let COMMENT = Tag.comment <^> "#" *> ({ (chars: [Character]) in String(chars) } <^> CharacterSet(charactersIn: "\r\n").inverted.parser().many)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let COMMENT = Tag.comment <^> "#" *> ({ (chars: [Character]) in String(chars) } <^> CharacterSet(charactersIn: "\r\n").inverted.parser().many)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: warning: static property 'StartTag' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, String>' may have shared mutable state; this is an error in the Swift 6 language mode
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: annotate 'StartTag' with '@MainActor' if property should only be accessed from the main actor
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:30:20: warning: static property 'EXTXSTART' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXSTART = Tag.startIndicator <^> ( StartIndicator.init <^!> ( "#EXT-X-START:" *> attributeList ))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:30:20: note: annotate 'EXTXSTART' with '@MainActor' if property should only be accessed from the main actor
static let EXTXSTART = Tag.startIndicator <^> ( StartIndicator.init <^!> ( "#EXT-X-START:" *> attributeList ))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:30:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXSTART = Tag.startIndicator <^> ( StartIndicator.init <^!> ( "#EXT-X-START:" *> attributeList ))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: warning: let 'attributeList' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeList>' (aka 'Parser<Substring, Dictionary<String, AttributeValue>>') may have shared mutable state; this is an error in the Swift 6 language mode
let attributeList = builtAttributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: note: annotate 'attributeList' with '@MainActor' if property should only be accessed from the main actor
let attributeList = builtAttributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift:28:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let attributeList = builtAttributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:17:16: warning: static property 'url' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, URL>' may have shared mutable state; this is an error in the Swift 6 language mode
static let url = { URL(string: $0) } <^!> ({ String($0) } <^> CharacterSet.urlAllowed.parser().many1)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:17:16: note: annotate 'url' with '@MainActor' if property should only be accessed from the main actor
static let url = { URL(string: $0) } <^!> ({ String($0) } <^> CharacterSet.urlAllowed.parser().many1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let url = { URL(string: $0) } <^!> ({ String($0) } <^> CharacterSet.urlAllowed.parser().many1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:39:24: warning: static property 'MasterTagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let MasterTagParser = AnyTag.master <^> EXTXMEDIA
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:39:24: note: annotate 'MasterTagParser' with '@MainActor' if property should only be accessed from the main actor
static let MasterTagParser = AnyTag.master <^> EXTXMEDIA
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MasterTagParser = AnyTag.master <^> EXTXMEDIA
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:45:24: warning: static property 'EXTXMEDIA' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MasterPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXMEDIA = Tag.MasterPlaylist.media <^> ( Rendition.init <^!> "#EXT-X-MEDIA:" *> attributeList)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:45:24: note: annotate 'EXTXMEDIA' with '@MainActor' if property should only be accessed from the main actor
static let EXTXMEDIA = Tag.MasterPlaylist.media <^> ( Rendition.init <^!> "#EXT-X-MEDIA:" *> attributeList)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXMEDIA = Tag.MasterPlaylist.media <^> ( Rendition.init <^!> "#EXT-X-MEDIA:" *> attributeList)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:47:24: warning: static property 'EXTXSTREAMINF' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MasterPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXSTREAMINF = Tag.MasterPlaylist.streamInfo <^> ( StreamInfo.init <^!> "#EXT-X-STREAM-INF:" *> attributeList <* BasicParser.newline.many <&> TypeParser.url)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:47:24: note: annotate 'EXTXSTREAMINF' with '@MainActor' if property should only be accessed from the main actor
static let EXTXSTREAMINF = Tag.MasterPlaylist.streamInfo <^> ( StreamInfo.init <^!> "#EXT-X-STREAM-INF:" *> attributeList <* BasicParser.newline.many <&> TypeParser.url)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXSTREAMINF = Tag.MasterPlaylist.streamInfo <^> ( StreamInfo.init <^!> "#EXT-X-STREAM-INF:" *> attributeList <* BasicParser.newline.many <&> TypeParser.url)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:49:24: warning: static property 'EXTXIFRAMESTREAMINF' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MasterPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXIFRAMESTREAMINF = Tag.MasterPlaylist.iFramesStreamInfo <^> "#EXT-X-I-FRAME-STREAM-INF:" *> attributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:49:24: note: annotate 'EXTXIFRAMESTREAMINF' with '@MainActor' if property should only be accessed from the main actor
static let EXTXIFRAMESTREAMINF = Tag.MasterPlaylist.iFramesStreamInfo <^> "#EXT-X-I-FRAME-STREAM-INF:" *> attributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:49:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXIFRAMESTREAMINF = Tag.MasterPlaylist.iFramesStreamInfo <^> "#EXT-X-I-FRAME-STREAM-INF:" *> attributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:51:24: warning: static property 'EXTXSESSIONDATA' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MasterPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXSESSIONDATA = Tag.MasterPlaylist.sessionData <^> "#EXT-X-SESSION-DATA:" *> attributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:51:24: note: annotate 'EXTXSESSIONDATA' with '@MainActor' if property should only be accessed from the main actor
static let EXTXSESSIONDATA = Tag.MasterPlaylist.sessionData <^> "#EXT-X-SESSION-DATA:" *> attributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXSESSIONDATA = Tag.MasterPlaylist.sessionData <^> "#EXT-X-SESSION-DATA:" *> attributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:53:24: warning: static property 'EXTXSESSIONKEY' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MasterPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXSESSIONKEY = Tag.MasterPlaylist.sessionKey <^> "#EXT-X-SESSION-KEY:" *> attributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:53:24: note: annotate 'EXTXSESSIONKEY' with '@MainActor' if property should only be accessed from the main actor
static let EXTXSESSIONKEY = Tag.MasterPlaylist.sessionKey <^> "#EXT-X-SESSION-KEY:" *> attributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXSESSIONKEY = Tag.MasterPlaylist.sessionKey <^> "#EXT-X-SESSION-KEY:" *> attributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:58:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = MediaTagParser <|> Segment.TagParser <|> Playlist.TagParser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:60:24: warning: static property 'MediaTagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let MediaTagParser = AnyTag.media <^> EXTXTARGETDURATION
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:60:24: note: annotate 'MediaTagParser' with '@MainActor' if property should only be accessed from the main actor
static let MediaTagParser = AnyTag.media <^> EXTXTARGETDURATION
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MediaTagParser = AnyTag.media <^> EXTXTARGETDURATION
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:81:28: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = AnyTag.segment <^> EXTINF
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:81:28: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = AnyTag.segment <^> EXTINF
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:81:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = AnyTag.segment <^> EXTINF
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:67:24: warning: static property 'EXTXTARGETDURATION' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXTARGETDURATION = Tag.MediaPlaylist.targetDuration <^> "#EXT-X-TARGETDURATION:" *> decimalInteger
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:67:24: note: annotate 'EXTXTARGETDURATION' with '@MainActor' if property should only be accessed from the main actor
static let EXTXTARGETDURATION = Tag.MediaPlaylist.targetDuration <^> "#EXT-X-TARGETDURATION:" *> decimalInteger
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:67:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXTARGETDURATION = Tag.MediaPlaylist.targetDuration <^> "#EXT-X-TARGETDURATION:" *> decimalInteger
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:69:24: warning: static property 'EXTXMEDIASEQUENCE' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXMEDIASEQUENCE = Tag.MediaPlaylist.mediaSequence <^> "#EXT-X-MEDIA-SEQUENCE:" *> decimalInteger
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:69:24: note: annotate 'EXTXMEDIASEQUENCE' with '@MainActor' if property should only be accessed from the main actor
static let EXTXMEDIASEQUENCE = Tag.MediaPlaylist.mediaSequence <^> "#EXT-X-MEDIA-SEQUENCE:" *> decimalInteger
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXMEDIASEQUENCE = Tag.MediaPlaylist.mediaSequence <^> "#EXT-X-MEDIA-SEQUENCE:" *> decimalInteger
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:71:24: warning: static property 'EXTXDISCONTINUITYSEQUENCE' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXDISCONTINUITYSEQUENCE = Tag.MediaPlaylist.discontinuitySequence <^> "#EXT-X-DISCONTINUITY-SEQUENCE:" *> decimalInteger
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:71:24: note: annotate 'EXTXDISCONTINUITYSEQUENCE' with '@MainActor' if property should only be accessed from the main actor
static let EXTXDISCONTINUITYSEQUENCE = Tag.MediaPlaylist.discontinuitySequence <^> "#EXT-X-DISCONTINUITY-SEQUENCE:" *> decimalInteger
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXDISCONTINUITYSEQUENCE = Tag.MediaPlaylist.discontinuitySequence <^> "#EXT-X-DISCONTINUITY-SEQUENCE:" *> decimalInteger
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:73:24: warning: static property 'EXTXENDLIST' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXENDLIST = { _ in Tag.MediaPlaylist.endList } <^> "#EXT-X-ENDLIST"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:73:24: note: annotate 'EXTXENDLIST' with '@MainActor' if property should only be accessed from the main actor
static let EXTXENDLIST = { _ in Tag.MediaPlaylist.endList } <^> "#EXT-X-ENDLIST"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:73:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXENDLIST = { _ in Tag.MediaPlaylist.endList } <^> "#EXT-X-ENDLIST"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:75:24: warning: static property 'EXTXPLAYLISTTYPE' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXPLAYLISTTYPE = Tag.MediaPlaylist.playlistType <^> "#EXT-X-PLAYLIST-TYPE:" *> enumeratedString
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:75:24: note: annotate 'EXTXPLAYLISTTYPE' with '@MainActor' if property should only be accessed from the main actor
static let EXTXPLAYLISTTYPE = Tag.MediaPlaylist.playlistType <^> "#EXT-X-PLAYLIST-TYPE:" *> enumeratedString
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXPLAYLISTTYPE = Tag.MediaPlaylist.playlistType <^> "#EXT-X-PLAYLIST-TYPE:" *> enumeratedString
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:77:24: warning: static property 'EXTXIFRAMESONLY' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXIFRAMESONLY = { _ in Tag.MediaPlaylist.iFramesOnly } <^> "#EXT-X-I-FRAMES-ONLY"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:77:24: note: annotate 'EXTXIFRAMESONLY' with '@MainActor' if property should only be accessed from the main actor
static let EXTXIFRAMESONLY = { _ in Tag.MediaPlaylist.iFramesOnly } <^> "#EXT-X-I-FRAMES-ONLY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXIFRAMESONLY = { _ in Tag.MediaPlaylist.iFramesOnly } <^> "#EXT-X-I-FRAMES-ONLY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: warning: let 'decimalInteger' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let decimalInteger = AttributeValue.init <^> UInt.parser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: note: annotate 'decimalInteger' with '@MainActor' if property should only be accessed from the main actor
let decimalInteger = AttributeValue.init <^> UInt.parser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:98:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let decimalInteger = AttributeValue.init <^> UInt.parser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: warning: let 'enumeratedString' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: note: annotate 'enumeratedString' with '@MainActor' if property should only be accessed from the main actor
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:108:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let enumeratedString = AttributeValue.init <^> TypeParser.enumString
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:89:28: warning: static property 'EXTINF' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTINF = Tag.MediaPlaylist.Segment.inf <^>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:89:28: note: annotate 'EXTINF' with '@MainActor' if property should only be accessed from the main actor
static let EXTINF = Tag.MediaPlaylist.Segment.inf <^>
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:89:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTINF = Tag.MediaPlaylist.Segment.inf <^>
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:93:28: warning: static property 'EXTXBYTERANGE' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXBYTERANGE = Tag.MediaPlaylist.Segment.byteRange <^> ( "#EXT-X-BYTERANGE:" *> TypeParser.byteRange )
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:93:28: note: annotate 'EXTXBYTERANGE' with '@MainActor' if property should only be accessed from the main actor
static let EXTXBYTERANGE = Tag.MediaPlaylist.Segment.byteRange <^> ( "#EXT-X-BYTERANGE:" *> TypeParser.byteRange )
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:93:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXBYTERANGE = Tag.MediaPlaylist.Segment.byteRange <^> ( "#EXT-X-BYTERANGE:" *> TypeParser.byteRange )
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:95:28: warning: static property 'EXTXDISCONTINUITY' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXDISCONTINUITY = { _ in Tag.MediaPlaylist.Segment.discontinuity } <^> "#EXT-X-DISCONTINUITY"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:95:28: note: annotate 'EXTXDISCONTINUITY' with '@MainActor' if property should only be accessed from the main actor
static let EXTXDISCONTINUITY = { _ in Tag.MediaPlaylist.Segment.discontinuity } <^> "#EXT-X-DISCONTINUITY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:95:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXDISCONTINUITY = { _ in Tag.MediaPlaylist.Segment.discontinuity } <^> "#EXT-X-DISCONTINUITY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:97:28: warning: static property 'EXTXKEY' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXKEY = Tag.MediaPlaylist.Segment.key <^> (DecryptionKey.init <^!> "#EXT-X-KEY:" *> attributeList )
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:97:28: note: annotate 'EXTXKEY' with '@MainActor' if property should only be accessed from the main actor
static let EXTXKEY = Tag.MediaPlaylist.Segment.key <^> (DecryptionKey.init <^!> "#EXT-X-KEY:" *> attributeList )
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:97:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXKEY = Tag.MediaPlaylist.Segment.key <^> (DecryptionKey.init <^!> "#EXT-X-KEY:" *> attributeList )
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:99:28: warning: static property 'EXTXMAP' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXMAP = Tag.MediaPlaylist.Segment.map <^> ( MediaInitializationSection.init <^!> "#EXT-X-MAP:" *> attributeList )
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:99:28: note: annotate 'EXTXMAP' with '@MainActor' if property should only be accessed from the main actor
static let EXTXMAP = Tag.MediaPlaylist.Segment.map <^> ( MediaInitializationSection.init <^!> "#EXT-X-MAP:" *> attributeList )
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:99:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXMAP = Tag.MediaPlaylist.Segment.map <^> ( MediaInitializationSection.init <^!> "#EXT-X-MAP:" *> attributeList )
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:101:28: warning: static property 'EXTXPROGRAMDATETIME' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXPROGRAMDATETIME = Tag.MediaPlaylist.Segment.programDateTime <^> "#EXT-X-PROGRAM-DATE-TIME:" *> TypeParser.date
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:101:28: note: annotate 'EXTXPROGRAMDATETIME' with '@MainActor' if property should only be accessed from the main actor
static let EXTXPROGRAMDATETIME = Tag.MediaPlaylist.Segment.programDateTime <^> "#EXT-X-PROGRAM-DATE-TIME:" *> TypeParser.date
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:101:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXPROGRAMDATETIME = Tag.MediaPlaylist.Segment.programDateTime <^> "#EXT-X-PROGRAM-DATE-TIME:" *> TypeParser.date
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:103:28: warning: static property 'EXTXDATERANGE' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Tag.MediaPlaylist.Segment>' may have shared mutable state; this is an error in the Swift 6 language mode
static let EXTXDATERANGE = Tag.MediaPlaylist.Segment.dateRange <^> "#EXT-X-DATERANGE:" *> attributeList
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:103:28: note: annotate 'EXTXDATERANGE' with '@MainActor' if property should only be accessed from the main actor
static let EXTXDATERANGE = Tag.MediaPlaylist.Segment.dateRange <^> "#EXT-X-DATERANGE:" *> attributeList
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:103:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EXTXDATERANGE = Tag.MediaPlaylist.Segment.dateRange <^> "#EXT-X-DATERANGE:" *> attributeList
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: warning: let 'decimalFloatingPoint' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AttributeValue>' may have shared mutable state; this is an error in the Swift 6 language mode
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: note: annotate 'decimalFloatingPoint' with '@MainActor' if property should only be accessed from the main actor
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift:102:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let decimalFloatingPoint = AttributeValue.init <^> TypeParser.float
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: warning: static property 'byteRange' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, ClosedRange<UInt>>' may have shared mutable state; this is an error in the Swift 6 language mode
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: annotate 'byteRange' with '@MainActor' if property should only be accessed from the main actor
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: warning: static property 'date' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, Date?>' may have shared mutable state; this is an error in the Swift 6 language mode
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: note: annotate 'date' with '@MainActor' if property should only be accessed from the main actor
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let date = dateFromString <^> ({ String($0) } <^> CharacterSet.iso8601.parser().many1 )
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.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/Parsing/CoreInitializers.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/CoreInitializers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: warning: static property 'byteRange' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, ClosedRange<UInt>>' may have shared mutable state; this is an error in the Swift 6 language mode
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: annotate 'byteRange' with '@MainActor' if property should only be accessed from the main actor
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let byteRange = { return ($0.1 ?? 0)...(($0.1 ?? 0) + ($0.0 - 1)) } <^> (UInt.parser <&> ("@" *> UInt.parser).optional)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AttributeValueParsers.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriver\ Compilation Serialization normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Serialization' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Serialization -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization-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/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization_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/HLSCore.build/Debug-appletvos/Serialization.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.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/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.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/Parsing/MasterPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeList.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/AttributeValueParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CharacterSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/CoreInitializers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MasterPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift /Users/admin/builder/spi-builder-workspace/Sources/Parsing/TypeParsers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Parsing -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.o -index-unit-output-path /HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/MasterPlaylistParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: warning: static property 'StartTag' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, String>' may have shared mutable state; this is an error in the Swift 6 language mode
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: annotate 'StartTag' with '@MainActor' if property should only be accessed from the main actor
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:24:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let StartTag: Parser<Substring, String> = "#EXTM3U"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: warning: let 'newlines' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, [Character]>' may have shared mutable state; this is an error in the Swift 6 language mode
let newlines = BasicParser.newline.many1
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FFCParserCombinator'
import FFCParserCombinator
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: note: annotate 'newlines' with '@MainActor' if property should only be accessed from the main actor
let newlines = BasicParser.newline.many1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/MediaPlaylistParser.swift:13:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let newlines = BasicParser.newline.many1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: warning: static property 'TagParser' is not concurrency-safe because non-'Sendable' type 'Parser<Substring, AnyTag>' may have shared mutable state; this is an error in the Swift 6 language mode
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator/Sources/FFCParserCombinator/FFCParserCombinator.swift:18:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<S, A> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: note: annotate 'TagParser' with '@MainActor' if property should only be accessed from the main actor
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parsing/Tags.swift:37:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TagParser = MasterTagParser <|> Playlist.TagParser
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling URL.swift (in target 'Types' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling HLSCore.swift (in target 'Types' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling AttributeTypes.swift (in target 'Types' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling EncryptionKey.swift (in target 'Types' from project 'HLSCore')
SwiftDriver\ Compilation Types normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Types' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Types -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types-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/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types_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/HLSCore.build/Debug-appletvos/Types.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.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/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Types.o normal (in target 'Types' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Types.build/Objects-normal/arm64/Types_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Types.o
SwiftDriverJobDiscovery normal arm64 Compiling StringParsing.swift (in target 'FFCParserCombinator' from project 'FFCParserCombinator')
SwiftDriver\ Compilation FFCParserCombinator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FFCParserCombinator' from project 'FFCParserCombinator')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FFCParserCombinator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator-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/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator_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/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.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/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FFCParserCombinator.o normal (in target 'FFCParserCombinator' from project 'FFCParserCombinator')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FFCParserCombinator.build/Debug-appletvos/FFCParserCombinator.build/Objects-normal/arm64/FFCParserCombinator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FFCParserCombinator.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Types.o (in target 'Types' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Types.o
SwiftDriverJobDiscovery normal arm64 Compiling TypeParsers.swift (in target 'Parsing' from project 'HLSCore')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Serialization.o normal (in target 'Serialization' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Serialization.build/Objects-normal/arm64/Serialization_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Serialization.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FFCParserCombinator.o (in target 'FFCParserCombinator' from project 'FFCParserCombinator')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFCParserCombinator
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FFCParserCombinator.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Serialization.o (in target 'Serialization' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Serialization.o
SwiftDriverJobDiscovery normal arm64 Compiling CharacterSet.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling AttributeList.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling MasterPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling CoreInitializers.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling MediaPlaylistParser.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriverJobDiscovery normal arm64 Compiling Tags.swift (in target 'Parsing' from project 'HLSCore')
SwiftDriver\ Compilation Parsing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Parsing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_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/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.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/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.o normal (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -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 -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HLSCore.build/Debug-appletvos/Parsing.build/Objects-normal/arm64/Parsing_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.o (in target 'Parsing' from project 'HLSCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Parsing.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "ffcparsercombinator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fcanas/FFCParserCombinator.git"
}
],
"manifest_display_name" : "HLSCore",
"name" : "HLSCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "HLSCore",
"targets" : [
"Types",
"Serialization",
"Parsing"
],
"type" : {
"library" : [
"static"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TypesTests",
"module_type" : "SwiftTarget",
"name" : "TypesTests",
"path" : "Tests/TypesTests",
"sources" : [
"HLSCoreTests.swift",
"StringTests.swift",
"URLTests.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "test"
},
{
"c99name" : "Types",
"module_type" : "SwiftTarget",
"name" : "Types",
"path" : "Sources/Types",
"product_memberships" : [
"HLSCore"
],
"sources" : [
"AttributeTypes.swift",
"EncryptionKey.swift",
"HLSCore.swift",
"Language.swift",
"Logging.swift",
"Playlist.swift",
"URL.swift"
],
"type" : "library"
},
{
"c99name" : "SerializationTests",
"module_type" : "SwiftTarget",
"name" : "SerializationTests",
"path" : "Tests/SerializationTests",
"sources" : [
"AutoEncoding.swift",
"MultilineMatching.swift",
"SerializationTests.swift"
],
"target_dependencies" : [
"Serialization"
],
"type" : "test"
},
{
"c99name" : "Serialization",
"module_type" : "SwiftTarget",
"name" : "Serialization",
"path" : "Sources/Serialization",
"product_memberships" : [
"HLSCore"
],
"sources" : [
"Serializable.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "library"
},
{
"c99name" : "ParsingTests",
"module_type" : "SwiftTarget",
"name" : "ParsingTests",
"path" : "Tests/ParsingTests",
"sources" : [
"AttributeTests.swift",
"PlaylistParsingTests.swift",
"TagTests.swift",
"Test Utilities/FakeOutputStream.swift"
],
"target_dependencies" : [
"Parsing"
],
"type" : "test"
},
{
"c99name" : "Parsing",
"module_type" : "SwiftTarget",
"name" : "Parsing",
"path" : "Sources/Parsing",
"product_dependencies" : [
"FFCParserCombinator"
],
"product_memberships" : [
"HLSCore"
],
"sources" : [
"AttributeList.swift",
"AttributeValueParsers.swift",
"CharacterSet.swift",
"CoreInitializers.swift",
"MasterPlaylistParser.swift",
"MediaPlaylistParser.swift",
"Tags.swift",
"TypeParsers.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.