The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build MessagePackReferenceImplementation, reference 1.0.1 (6dea7c), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 21:34:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePackReferenceImplementation -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/MessagePackReferenceImplementation
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 6dea7c8 Fix `pkg-config` search when the package manifest is evaluated via Xcode.
Cloned https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Revision (git rev-parse @):
6dea7c839bfb5502d7fb67c32d0d7300ec836b62
SUCCESS checkout https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fumoboy007/MessagePackReferenceImplementation.git
https://github.com/fumoboy007/MessagePackReferenceImplementation.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePackReferenceImplementation",
  "name" : "MessagePackReferenceImplementation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePackReferenceImplementation",
      "targets" : [
        "MessagePackReferenceImplementation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackReferenceImplementation",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackReferenceImplementation",
      "path" : "Sources/MessagePackReferenceImplementation",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
        "Cmsgpack+Exported.swift",
        "MessagePackExtension.swift",
        "Nil.swift",
        "msgpack_timestamp+Hashable.swift",
        "pack.swift",
        "unpack.swift"
      ],
      "target_dependencies" : [
        "Cmsgpack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cmsgpack",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cmsgpack",
      "path" : "Sources/Cmsgpack/Legacy",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.8"
}
warning: 'spi-builder-workspace': env: pkg-config: No such file or directory
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install msgpack using your system-packager:
    brew install msgpack
Resolved source packages:
  MessagePackReferenceImplementation: /Users/admin/builder/spi-builder-workspace
resolved source packages: MessagePackReferenceImplementation
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePackReferenceImplementation",
  "name" : "MessagePackReferenceImplementation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePackReferenceImplementation",
      "targets" : [
        "MessagePackReferenceImplementation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackReferenceImplementation",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackReferenceImplementation",
      "path" : "Sources/MessagePackReferenceImplementation",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
        "Cmsgpack+Exported.swift",
        "MessagePackExtension.swift",
        "Nil.swift",
        "msgpack_timestamp+Hashable.swift",
        "pack.swift",
        "unpack.swift"
      ],
      "target_dependencies" : [
        "Cmsgpack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cmsgpack",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cmsgpack",
      "path" : "Sources/Cmsgpack/Legacy",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MessagePackReferenceImplementation"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePackReferenceImplementation -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessagePackReferenceImplementation -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install msgpack using your system-packager:
    brew install msgpack
Resolved source packages:
  MessagePackReferenceImplementation: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
        ➜ Explicit dependency on target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
    Target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
        ➜ Explicit dependency on target 'Cmsgpack' in project 'MessagePackReferenceImplementation'
    Target 'Cmsgpack' in project 'MessagePackReferenceImplementation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0d8ed771a9c208924219b3145789f1c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0d8ed771a9c208924219b3145789f1c9.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.DependencyMetadataFileList (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.modulemap (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.DependencyStaticMetadataFileList (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftFileList (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.LinkFileList (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_const_extract_protocols.json (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-OutputFileMap.json (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftConstValuesFileList (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/MessagePackReferenceImplementation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.modulemap (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/MessagePackReferenceImplementation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver MessagePackReferenceImplementation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePackReferenceImplementation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/module.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Nil.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ MessagePackReferenceImplementation (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -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 -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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/module.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MessagePackReferenceImplementation -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.abi.json
EmitSwiftModule normal arm64 (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "msgpack.h"
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/msgpack.h:25:10: error: 'msgpack.h' file not found with <angled> include; use "quotes" instead
#include <msgpack.h>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift:24:8: error: could not build Objective-C module 'Cmsgpack'
import Cmsgpack
       ^
SwiftCompile normal arm64 Compiling\ MessagePackExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Cmsgpack+Exported.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ unpack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ pack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ msgpack_timestamp+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ MessagePackReferenceImplementation (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
	EmitSwiftModule normal arm64 (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
	Building workspace spi-builder-workspace with scheme MessagePackReferenceImplementation
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install msgpack using your system-packager:
    brew install msgpack
Resolved source packages:
  MessagePackReferenceImplementation: /Users/admin/builder/spi-builder-workspace
resolved source packages: MessagePackReferenceImplementation
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePackReferenceImplementation",
  "name" : "MessagePackReferenceImplementation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePackReferenceImplementation",
      "targets" : [
        "MessagePackReferenceImplementation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackReferenceImplementation",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackReferenceImplementation",
      "path" : "Sources/MessagePackReferenceImplementation",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
        "Cmsgpack+Exported.swift",
        "MessagePackExtension.swift",
        "Nil.swift",
        "msgpack_timestamp+Hashable.swift",
        "pack.swift",
        "unpack.swift"
      ],
      "target_dependencies" : [
        "Cmsgpack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cmsgpack",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cmsgpack",
      "path" : "Sources/Cmsgpack/Legacy",
      "product_memberships" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MessagePackReferenceImplementation"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePackReferenceImplementation -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessagePackReferenceImplementation -destination generic/platform=tvOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install msgpack using your system-packager:
    brew install msgpack
Resolved source packages:
  MessagePackReferenceImplementation: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
        ➜ Explicit dependency on target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
    Target 'MessagePackReferenceImplementation' in project 'MessagePackReferenceImplementation'
        ➜ Explicit dependency on target 'Cmsgpack' in project 'MessagePackReferenceImplementation'
    Target 'Cmsgpack' in project 'MessagePackReferenceImplementation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cea88c07ffcc941b9ef366e79ffcf7d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cea88c07ffcc941b9ef366e79ffcf7d4.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver MessagePackReferenceImplementation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePackReferenceImplementation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MessagePackExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Nil.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ pack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ msgpack_timestamp+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Cmsgpack+Exported.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ unpack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ MessagePackReferenceImplementation (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/MessagePackExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Nil.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/msgpack_timestamp+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/pack.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/unpack.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -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 -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/module.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.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/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MessagePackReferenceImplementation -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePackReferenceImplementation.build/Debug-appletvos/MessagePackReferenceImplementation.build/Objects-normal/arm64/MessagePackReferenceImplementation.abi.json
EmitSwiftModule normal arm64 (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "msgpack.h"
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Cmsgpack/Legacy/msgpack.h:25:10: error: 'msgpack.h' file not found with <angled> include; use "quotes" instead
#include <msgpack.h>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePackReferenceImplementation/Cmsgpack+Exported.swift:24:8: error: could not build Objective-C module 'Cmsgpack'
import Cmsgpack
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ MessagePackReferenceImplementation (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
	EmitSwiftModule normal arm64 (in target 'MessagePackReferenceImplementation' from project 'MessagePackReferenceImplementation')
	Building workspace spi-builder-workspace with scheme MessagePackReferenceImplementation
(3 failures)
BUILD FAILURE 6.1 tvOS