The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ThreeMF, reference 0.2.3 (94adc0), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 10:13:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/ThreeMF.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/ThreeMF
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 94adc0b Merge branch 'main' into dev
Cloned https://github.com/tomasf/ThreeMF.git
Revision (git rev-parse @):
94adc0bec0ad76677ae34a02823c379981ef02a1
SUCCESS checkout https://github.com/tomasf/ThreeMF.git at 0.2.3
Fetching https://github.com/tomasf/Nodal.git
Fetching https://github.com/tomasf/Zip.git
[1/852] Fetching nodal
[112/1049] Fetching nodal, zip
Fetched https://github.com/tomasf/Zip.git from cache (0.73s)
Fetched https://github.com/tomasf/Nodal.git from cache (0.74s)
Creating working copy for https://github.com/tomasf/Zip.git
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.1
Working copy of https://github.com/tomasf/Nodal.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "threemf",
      "name": "ThreeMF",
      "url": "https://github.com/tomasf/ThreeMF.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ThreeMF",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "zip",
          "name": "zip",
          "url": "https://github.com/tomasf/Zip.git",
          "version": "2.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zip",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "nodal",
          "name": "Nodal",
          "url": "https://github.com/tomasf/Nodal.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nodal",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tomasf/ThreeMF.git
[1/547] Fetching threemf
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.86s)
Fetching https://github.com/tomasf/Nodal.git from cache
Fetching https://github.com/tomasf/Zip.git from cache
Fetched https://github.com/tomasf/Nodal.git from cache (0.46s)
Fetched https://github.com/tomasf/Zip.git from cache (0.46s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 1.0.0 (1.01s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.1 (0.53s)
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.1
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 1.0.0
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.2.3 (94adc0b)
warning: '.resolve-product-dependencies': dependency 'threemf' is not used by any target
Found 2 product dependencies
  - zip
  - Nodal
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tomasf/ThreeMF.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Bridge bridge.cpp
[5/7] Compiling Miniz miniz.c
[6/15] Compiling pugixml.cpp
[8/54] Compiling Zip ZipArchive.swift
[9/54] Compiling Zip ZipArchive+OnDisk.swift
[10/54] Compiling Zip ZipError.swift
[11/54] Compiling Zip ZipArchive+Write.swift
[12/54] Compiling Zip ZipArchive+Get.swift
[13/54] Compiling Zip ZipArchive+InMemory.swift
[14/54] Compiling Zip ZipArchive+Read.swift
[15/54] Emitting module Zip
[16/54] Emitting module Nodal
[17/58] Compiling Nodal AttributeSequence.swift
[18/58] Compiling Nodal ChildSequence.swift
[19/58] Compiling Nodal DescendantSequence.swift
[20/58] Compiling Nodal ReverseSiblingSequence.swift
[21/58] Compiling Nodal Node+XMLElementCodable.swift
[22/58] Compiling Nodal XMLElementCodable.swift
[23/58] Compiling Nodal Foundation+XMLValueCodable.swift
[24/58] Compiling Nodal Node+XMLValueCodable.swift
[25/58] Compiling Nodal Node+XMLValueCodableArray.swift
[26/58] Compiling Nodal Document.ParseOptions.swift
[27/58] Compiling Nodal Document.swift
[28/58] Compiling Nodal PendingNameRecord.swift
[29/58] Compiling Nodal Encoding.swift
[30/58] Compiling Nodal Document+Namespaces.swift
[31/58] Compiling Nodal Document+Output.swift
[32/58] Compiling Nodal Document+PendingNameRecords.swift
[33/58] Compiling Nodal Document+RootElement.swift
[34/58] Compiling Nodal Node+Hierarchy.swift
[35/58] Compiling Nodal Node+MoveCopy.swift
[36/58] Compiling Nodal Node+Names.swift
[37/58] Compiling Nodal Node+Namespaces.swift
[38/58] Compiling Nodal ExpandedName+Pending.swift
[39/58] Compiling Nodal ExpandedName.swift
[40/58] Compiling Nodal Extensions.swift
[41/58] Compiling Nodal Pugi.swift
[42/58] Compiling Nodal PugiNode.swift
[43/58] Compiling Nodal Node+Attributes.swift
[44/58] Compiling Nodal Node+Children.swift
[45/58] Compiling Nodal Node+Elements.swift
[46/58] Compiling Nodal Node.Kind.swift
[47/58] Compiling Nodal Node.swift
[48/58] Compiling Nodal OutputOptions.swift
[49/58] Compiling Nodal AncestorAttributeSequence.swift
[50/58] Compiling Nodal XMLDataFormat.swift
[51/58] Compiling Nodal XMLDateFormat.swift
[52/58] Compiling Nodal XMLValueCodable.swift
[53/58] Compiling Nodal Document+Errors.swift
[54/58] Compiling Nodal Document+Input.swift
[55/58] Compiling Nodal Node+xPath.swift
[56/58] Compiling Nodal XPathQuery.swift
[57/58] Compiling Nodal XPathResults.swift
[58/58] Compiling Nodal XPathVariableValue.swift
[59/95] Compiling ThreeMF BaseMaterial.swift
[60/95] Compiling ThreeMF ColorGroup.swift
[61/95] Compiling ThreeMF CompositeMaterial.swift
[62/95] Compiling ThreeMF MetallicDisplayProperties.swift
[63/99] Compiling ThreeMF Resource.swift
[64/99] Compiling ThreeMF Texture2D.swift
[65/99] Compiling ThreeMF Texture2DGroup.swift
[66/99] Compiling ThreeMF ThreeMF.swift
[67/99] Compiling ThreeMF Materials.swift
[68/99] Compiling ThreeMF Production.swift
[69/99] Compiling ThreeMF TriangleSets.swift
[70/99] Compiling ThreeMF ContentTypes.swift
[71/99] Compiling ThreeMF MetallicTextureDisplayProperties.swift
[72/99] Compiling ThreeMF SpecularDisplayProperties.swift
[73/99] Compiling ThreeMF SpecularTextureDisplayProperties.swift
[74/99] Compiling ThreeMF TranslucentDisplayProperties.swift
[75/99] Compiling ThreeMF ResourceContainer.swift
[76/99] Compiling ThreeMF Attributes.swift
[77/99] Compiling ThreeMF Namespace.swift
[78/99] Compiling ThreeMF Core.swift
[79/99] Compiling ThreeMF Multiproperties.swift
[80/99] Compiling ThreeMF Alternatives.swift
[81/99] Compiling ThreeMF Component.swift
[82/99] Compiling ThreeMF Mesh.Triangle.swift
[83/99] Compiling ThreeMF Mesh.TriangleSet.swift
[84/99] Compiling ThreeMF Mesh.Vertex.swift
[85/99] Compiling ThreeMF Mesh.swift
[86/99] Compiling ThreeMF Object.swift
[87/99] Compiling ThreeMF ModelLoader.swift
[88/99] Compiling ThreeMF PackageReader.swift
[89/99] Compiling ThreeMF PackageWriter.swift
[90/99] Compiling ThreeMF Relationship.swift
[91/99] Compiling ThreeMF Extensions.swift
[92/99] Compiling ThreeMF Build.swift
[93/99] Compiling ThreeMF Item.swift
[94/99] Compiling ThreeMF Model.swift
[95/99] Emitting module ThreeMF
[96/99] Compiling ThreeMF Color.swift
[97/99] Compiling ThreeMF Matrix3D.swift
[98/99] Compiling ThreeMF Metadata.swift
[99/99] Compiling ThreeMF Unit.swift
Build complete! (21.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Zip.git"
    },
    {
      "identity" : "nodal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Nodal.git"
    }
  ],
  "manifest_display_name" : "ThreeMF",
  "name" : "ThreeMF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ThreeMF",
      "targets" : [
        "ThreeMF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreeMF",
      "module_type" : "SwiftTarget",
      "name" : "ThreeMF",
      "path" : "Sources/ThreeMF",
      "product_dependencies" : [
        "Zip",
        "Nodal"
      ],
      "product_memberships" : [
        "ThreeMF"
      ],
      "sources" : [
        "Extensions.swift",
        "Model/Build.swift",
        "Model/Item.swift",
        "Model/Model.swift",
        "Model/ResourceContainer.swift",
        "Namespace/Attributes.swift",
        "Namespace/Namespace.swift",
        "Namespace/Namespaces/Core.swift",
        "Namespace/Namespaces/Materials.swift",
        "Namespace/Namespaces/Production.swift",
        "Namespace/Namespaces/TriangleSets.swift",
        "Package/ContentTypes.swift",
        "Package/ModelLoader.swift",
        "Package/PackageReader.swift",
        "Package/PackageWriter.swift",
        "Package/Relationship.swift",
        "Resources/BaseMaterial.swift",
        "Resources/ColorGroup.swift",
        "Resources/CompositeMaterial.swift",
        "Resources/Display Properties/MetallicDisplayProperties.swift",
        "Resources/Display Properties/MetallicTextureDisplayProperties.swift",
        "Resources/Display Properties/SpecularDisplayProperties.swift",
        "Resources/Display Properties/SpecularTextureDisplayProperties.swift",
        "Resources/Display Properties/TranslucentDisplayProperties.swift",
        "Resources/Multiproperties.swift",
        "Resources/Object/Alternatives.swift",
        "Resources/Object/Component.swift",
        "Resources/Object/Mesh.Triangle.swift",
        "Resources/Object/Mesh.TriangleSet.swift",
        "Resources/Object/Mesh.Vertex.swift",
        "Resources/Object/Mesh.swift",
        "Resources/Object/Object.swift",
        "Resources/Resource.swift",
        "Resources/Texture2D.swift",
        "Resources/Texture2DGroup.swift",
        "ThreeMF.swift",
        "Values/Color.swift",
        "Values/Matrix3D.swift",
        "Values/Metadata.swift",
        "Values/Unit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.