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 HDT, reference master (0cd118), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 21:09:02 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HDT-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-hdt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-hdt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0cd1183 Updated CryptoSwift dependency version to 1.0.0.
Cloned https://github.com/kasei/swift-hdt.git
Revision (git rev-parse @):
0cd1183ee7a5c60443e5e19693c981e95ccbad8d
SUCCESS checkout https://github.com/kasei/swift-hdt.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kasei/swift-hdt.git
https://github.com/kasei/swift-hdt.git
{
  "dependencies" : [
    {
      "identity" : "swift-sparql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.92",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-sparql-syntax.git"
    },
    {
      "identity" : "kineo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.64",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/kineo.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "HDT",
  "name" : "HDT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HDT",
      "targets" : [
        "HDT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hdt-write",
      "targets" : [
        "hdt-write"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-parse",
      "targets" : [
        "hdt-parse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-info",
      "targets" : [
        "hdt-info"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_hdtTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-hdtTests",
      "path" : "Tests/swift-hdtTests",
      "product_dependencies" : [
        "Kineo"
      ],
      "sources" : [
        "HDTPerformanceTests.swift",
        "HDTTests.swift",
        "HDTTriplePatternMatching.swift",
        "UtilTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "hdt_write",
      "module_type" : "SwiftTarget",
      "name" : "hdt-write",
      "path" : "Sources/hdt-write",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-write"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_parse",
      "module_type" : "SwiftTarget",
      "name" : "hdt-parse",
      "path" : "Sources/hdt-parse",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-parse"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_info",
      "module_type" : "SwiftTarget",
      "name" : "hdt-info",
      "path" : "Sources/hdt-info",
      "product_memberships" : [
        "hdt-info"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HDT",
      "module_type" : "SwiftTarget",
      "name" : "HDT",
      "path" : "Sources/HDT",
      "product_dependencies" : [
        "SPARQLSyntax",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "HDT",
        "hdt-write",
        "hdt-parse",
        "hdt-info"
      ],
      "sources" : [
        "CRC.swift",
        "Dictionary.swift",
        "HDT.swift",
        "HDTParser.swift",
        "Triples.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/kasei/swift-sparql-syntax.git
Fetching from https://github.com/kasei/kineo.git
Fetching from https://github.com/kasei/swift-serd.git
Fetching from https://github.com/kasei/diomede.git
Fetching from https://github.com/stephencelis/SQLite.swift.git
Fetching from https://github.com/kylef/URITemplate.swift.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/agisboye/CLMDB.git
Creating working copy of package ‘URITemplate.swift’
Checking out 3.0.1 of package ‘URITemplate.swift’
Creating working copy of package ‘CryptoSwift’
Checking out 1.0.0 of package ‘CryptoSwift’
Creating working copy of package ‘kineo’
Checking out 0.0.92 of package ‘kineo’
Creating working copy of package ‘swift-serd’
Checking out 0.0.4 of package ‘swift-serd’
Creating working copy of package ‘diomede’
Checking out 0.0.52 of package ‘diomede’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Creating working copy of package ‘SQLite.swift’
Checking out 0.11.6 of package ‘SQLite.swift’
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘CLMDB’
Checking out 0.9.33 of package ‘CLMDB’
Creating working copy of package ‘swift-sparql-syntax’
Checking out 0.0.117 of package ‘swift-sparql-syntax’
Resolve Package Graph
Resolved source packages:
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.11.6
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
  Kineo: https://github.com/kasei/kineo.git @ 0.0.92
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  CLMDB: https://github.com/agisboye/CLMDB.git @ 0.9.33
  Diomede: https://github.com/kasei/diomede.git @ 0.0.52
  SPARQLSyntax: https://github.com/kasei/swift-sparql-syntax.git @ 0.0.117
  HDT: /Users/admin/builder/spi-builder-workspace
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.0.0
  URITemplate: https://github.com/kylef/URITemplate.swift.git @ 3.0.1
resolved source packages: Spectre, SQLite.swift, Cserd, Kineo, PathKit, CLMDB, Diomede, SPARQLSyntax, HDT, CryptoSwift, URITemplate
{
  "dependencies" : [
    {
      "identity" : "swift-sparql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.92",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-sparql-syntax.git"
    },
    {
      "identity" : "kineo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.64",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/kineo.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "HDT",
  "name" : "HDT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HDT",
      "targets" : [
        "HDT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hdt-write",
      "targets" : [
        "hdt-write"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-parse",
      "targets" : [
        "hdt-parse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-info",
      "targets" : [
        "hdt-info"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_hdtTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-hdtTests",
      "path" : "Tests/swift-hdtTests",
      "product_dependencies" : [
        "Kineo"
      ],
      "sources" : [
        "HDTPerformanceTests.swift",
        "HDTTests.swift",
        "HDTTriplePatternMatching.swift",
        "UtilTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "hdt_write",
      "module_type" : "SwiftTarget",
      "name" : "hdt-write",
      "path" : "Sources/hdt-write",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-write"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_parse",
      "module_type" : "SwiftTarget",
      "name" : "hdt-parse",
      "path" : "Sources/hdt-parse",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-parse"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_info",
      "module_type" : "SwiftTarget",
      "name" : "hdt-info",
      "path" : "Sources/hdt-info",
      "product_memberships" : [
        "hdt-info"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HDT",
      "module_type" : "SwiftTarget",
      "name" : "HDT",
      "path" : "Sources/HDT",
      "product_dependencies" : [
        "SPARQLSyntax",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "HDT",
        "hdt-write",
        "hdt-parse",
        "hdt-info"
      ],
      "sources" : [
        "CRC.swift",
        "Dictionary.swift",
        "HDT.swift",
        "HDTParser.swift",
        "Triples.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HDT",
      "hdt-info",
      "HDT-Package",
      "hdt-parse",
      "hdt-write"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HDT-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HDT-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Diomede: https://github.com/kasei/diomede.git @ 0.0.52
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.0.0
  SPARQLSyntax: https://github.com/kasei/swift-sparql-syntax.git @ 0.0.117
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.11.6
  URITemplate: https://github.com/kylef/URITemplate.swift.git @ 3.0.1
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
  CLMDB: https://github.com/agisboye/CLMDB.git @ 0.9.33
  HDT: /Users/admin/builder/spi-builder-workspace
  Kineo: https://github.com/kasei/kineo.git @ 0.0.92
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'hdt-write' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
    Target 'hdt-parse' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
    Target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
    Target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
    Target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
    Target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
    Target 'LMDB' in project 'CLMDB' (no dependencies)
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLiteObjc' in project 'SQLite.swift' (no dependencies)
    Target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
    Target 'URITemplate' in project 'URITemplate' (no dependencies)
    Target 'hdt-info' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 16ab15bfbce605ed6ddfe6dbd216aaca
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/16ab15bfbce605ed6ddfe6dbd216aaca.xcbuilddata
error: The package product 'Kineo' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'hdt-write' from project 'HDT')
error: The package product 'Kineo' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'hdt-parse' from project 'HDT')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme HDT-Package
(1 failure)
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
Resolved source packages:
  Kineo: https://github.com/kasei/kineo.git @ 0.0.92
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  SPARQLSyntax: https://github.com/kasei/swift-sparql-syntax.git @ 0.0.117
  URITemplate: https://github.com/kylef/URITemplate.swift.git @ 3.0.1
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.11.6
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.0.0
  Diomede: https://github.com/kasei/diomede.git @ 0.0.52
  CLMDB: https://github.com/agisboye/CLMDB.git @ 0.9.33
  HDT: /Users/admin/builder/spi-builder-workspace
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
resolved source packages: Kineo, PathKit, SPARQLSyntax, URITemplate, SQLite.swift, Spectre, CryptoSwift, Diomede, CLMDB, HDT, Cserd
{
  "dependencies" : [
    {
      "identity" : "swift-sparql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.92",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-sparql-syntax.git"
    },
    {
      "identity" : "kineo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.64",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/kineo.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "HDT",
  "name" : "HDT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HDT",
      "targets" : [
        "HDT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hdt-write",
      "targets" : [
        "hdt-write"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-parse",
      "targets" : [
        "hdt-parse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hdt-info",
      "targets" : [
        "hdt-info"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_hdtTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-hdtTests",
      "path" : "Tests/swift-hdtTests",
      "product_dependencies" : [
        "Kineo"
      ],
      "sources" : [
        "HDTPerformanceTests.swift",
        "HDTTests.swift",
        "HDTTriplePatternMatching.swift",
        "UtilTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "hdt_write",
      "module_type" : "SwiftTarget",
      "name" : "hdt-write",
      "path" : "Sources/hdt-write",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-write"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_parse",
      "module_type" : "SwiftTarget",
      "name" : "hdt-parse",
      "path" : "Sources/hdt-parse",
      "product_dependencies" : [
        "Kineo"
      ],
      "product_memberships" : [
        "hdt-parse"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hdt_info",
      "module_type" : "SwiftTarget",
      "name" : "hdt-info",
      "path" : "Sources/hdt-info",
      "product_memberships" : [
        "hdt-info"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HDT"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HDT",
      "module_type" : "SwiftTarget",
      "name" : "HDT",
      "path" : "Sources/HDT",
      "product_dependencies" : [
        "SPARQLSyntax",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "HDT",
        "hdt-write",
        "hdt-parse",
        "hdt-info"
      ],
      "sources" : [
        "CRC.swift",
        "Dictionary.swift",
        "HDT.swift",
        "HDTParser.swift",
        "Triples.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HDT",
      "hdt-info",
      "HDT-Package",
      "hdt-parse",
      "hdt-write"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HDT-Package -destination platform=macOS,arch=arm64
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 HDT-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Kineo: https://github.com/kasei/kineo.git @ 0.0.92
  SPARQLSyntax: https://github.com/kasei/swift-sparql-syntax.git @ 0.0.117
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.11.6
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  CLMDB: https://github.com/agisboye/CLMDB.git @ 0.9.33
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.0.0
  URITemplate: https://github.com/kylef/URITemplate.swift.git @ 3.0.1
  Diomede: https://github.com/kasei/diomede.git @ 0.0.52
  Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
  HDT: /Users/admin/builder/spi-builder-workspace
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'hdt-write' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
    Target 'hdt-parse' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
    Target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
    Target 'Kineo' in project 'Kineo'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
    Target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'DiomedeQuadStore' in project 'Diomede'
        ➜ Explicit dependency on target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'Diomede' in project 'Diomede'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
    Target 'LMDB' in project 'CLMDB'
        ➜ Explicit dependency on target 'LMDB' in project 'CLMDB'
    Target 'LMDB' in project 'CLMDB' (no dependencies)
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLiteObjc' in project 'SQLite.swift' (no dependencies)
    Target 'URITemplate' in project 'URITemplate'
        ➜ Explicit dependency on target 'URITemplate' in project 'URITemplate'
    Target 'URITemplate' in project 'URITemplate' (no dependencies)
    Target 'hdt-info' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'HDT' in project 'HDT'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'SPARQLSyntax' in project 'SPARQLSyntax'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd'
        ➜ Explicit dependency on target 'serd' in project 'Cserd'
    Target 'serd' in project 'Cserd' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 23bc8f263666152f69da58308221f840
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/23bc8f263666152f69da58308221f840.xcbuilddata
error: The package product 'Kineo' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'hdt-write' from project 'HDT')
error: The package product 'Kineo' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'hdt-parse' from project 'HDT')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a27cd5e652e9c09351077eb8e3328d68fbdddac4, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme HDT-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild