The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ThreeMF, reference 0.1.0 (f4cc16), with Swift 6.1 for macOS (SPM) on 8 Jul 2025 15:39:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/ThreeMF.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/ThreeMF
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at f4cc160 Add support for custom attributes for item and remove built-in support for Prusa's printable attribute
Cloned https://github.com/tomasf/ThreeMF.git
Revision (git rev-parse @):
f4cc160e736bb414acdabb5d148dac0f8f8598e1
SUCCESS checkout https://github.com/tomasf/ThreeMF.git at 0.1.0
Fetching https://github.com/tomasf/Zip.git
Fetching https://github.com/tomasf/Nodal.git
[1/186] Fetching zip
[102/846] Fetching zip, nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.76s)
Fetched https://github.com/tomasf/Zip.git from cache (0.76s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.1
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.0.1
========================================
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",
  "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",
      "dependencies": [
        {
          "identity": "zip",
          "name": "zip",
          "url": "https://github.com/tomasf/Zip.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zip",
          "dependencies": [
          ]
        },
        {
          "identity": "nodal",
          "name": "Nodal",
          "url": "https://github.com/tomasf/Nodal.git",
          "version": "0.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nodal",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tomasf/ThreeMF.git
[1/462] Fetching threemf
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.35s)
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.47s)
Fetched https://github.com/tomasf/Zip.git from cache (0.47s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.1 (0.93s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.0 (0.43s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.1
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.0
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.1.0 (f4cc160)
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.1
Building package at path:  $PWD
https://github.com/tomasf/ThreeMF.git
https://github.com/tomasf/ThreeMF.git
{
  "dependencies" : [
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Zip.git"
    },
    {
      "identity" : "nodal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.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/Item.swift",
        "Model/Model.swift",
        "Model/ResourceContainer.swift",
        "Namespace/Attributes.swift",
        "Namespace/Namespace.swift",
        "Namespace/Namespaces/Core.swift",
        "Namespace/Namespaces/Materials.swift",
        "Namespace/Namespaces/TriangleSets.swift",
        "Package/ContentTypes.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/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Bridge bridge.cpp
[5/7] Compiling pugixml.cpp
[6/44] Compiling Miniz miniz.c
[8/52] Compiling Zip ZipError.swift
[9/52] Compiling Zip ZipArchive.swift
[10/52] Compiling Zip ZipArchive+OnDisk.swift
[11/52] Compiling Zip ZipArchive+Read.swift
[12/52] Compiling Zip ZipArchive+Write.swift
[13/52] Compiling Zip ZipArchive+Get.swift
[14/52] Emitting module Zip
[15/52] Compiling Zip ZipArchive+InMemory.swift
[16/52] Emitting module Nodal
[17/56] Compiling Nodal Node+XMLElementCodable.swift
[18/56] Compiling Nodal XMLElementCodable.swift
[19/56] Compiling Nodal Foundation+XMLValueCodable.swift
[20/56] Compiling Nodal Node+XMLValueCodable.swift
[21/56] Compiling Nodal Node+xPath.swift
[22/56] Compiling Nodal XPathQuery.swift
[23/56] Compiling Nodal XPathResults.swift
[24/56] Compiling Nodal XPathVariableValue.swift
[25/56] Compiling Nodal PugiNode.swift
[26/56] Compiling Nodal Node+Attributes.swift
[27/56] Compiling Nodal Node+Children.swift
[28/56] Compiling Nodal Node+Elements.swift
[29/56] Compiling Nodal AttributeSequence.swift
[30/56] Compiling Nodal ChildSequence.swift
[31/56] Compiling Nodal DescendantSequence.swift
[32/56] Compiling Nodal ReverseSiblingSequence.swift
[33/56] Compiling Nodal ExpandedName+Pending.swift
[34/56] Compiling Nodal ExpandedName.swift
[35/56] Compiling Nodal Extensions.swift
[36/56] Compiling Nodal Pugi.swift
[37/56] Compiling Nodal Document+Namespaces.swift
[38/56] Compiling Nodal Document+Output.swift
[39/56] Compiling Nodal Document+PendingNameRecords.swift
[40/56] Compiling Nodal Document+RootElement.swift
[41/56] Compiling Nodal Node+XMLValueCodableArray.swift
[42/56] Compiling Nodal XMLValueCodable.swift
[43/56] Compiling Nodal Document+Errors.swift
[44/56] Compiling Nodal Document+Input.swift
[45/56] Compiling Nodal Document.ParseOptions.swift
[46/56] Compiling Nodal Document.swift
[47/56] Compiling Nodal PendingNameRecord.swift
[48/56] Compiling Nodal Encoding.swift
[49/56] Compiling Nodal Node.Kind.swift
[50/56] Compiling Nodal Node.swift
[51/56] Compiling Nodal OutputOptions.swift
[52/56] Compiling Nodal AncestorAttributeSequence.swift
[53/56] Compiling Nodal Node+Hierarchy.swift
[54/56] Compiling Nodal Node+MoveCopy.swift
[55/56] Compiling Nodal Node+Names.swift
[56/56] Compiling Nodal Node+Namespaces.swift
[57/90] Emitting module ThreeMF
[58/93] Compiling ThreeMF TriangleSets.swift
[59/93] Compiling ThreeMF ContentTypes.swift
[60/93] Compiling ThreeMF PackageReader.swift
[61/93] Compiling ThreeMF PackageWriter.swift
[62/93] Compiling ThreeMF Attributes.swift
[63/93] Compiling ThreeMF Namespace.swift
[64/93] Compiling ThreeMF Core.swift
[65/93] Compiling ThreeMF Materials.swift
[66/93] Compiling ThreeMF Object.swift
[67/93] Compiling ThreeMF Resource.swift
[68/93] Compiling ThreeMF Texture2D.swift
[69/93] Compiling ThreeMF Relationship.swift
[70/93] Compiling ThreeMF BaseMaterial.swift
[71/93] Compiling ThreeMF ColorGroup.swift
[72/93] Compiling ThreeMF CompositeMaterial.swift
[73/93] Compiling ThreeMF Extensions.swift
[74/93] Compiling ThreeMF Item.swift
[75/93] Compiling ThreeMF Model.swift
[76/93] Compiling ThreeMF ResourceContainer.swift
[77/93] Compiling ThreeMF Mesh.TriangleSet.swift
[78/93] Compiling ThreeMF Mesh.Vertex.swift
[79/93] Compiling ThreeMF Mesh.swift
[80/93] Compiling ThreeMF MetallicDisplayProperties.swift
[81/93] Compiling ThreeMF MetallicTextureDisplayProperties.swift
[82/93] Compiling ThreeMF SpecularDisplayProperties.swift
[83/93] Compiling ThreeMF SpecularTextureDisplayProperties.swift
[84/93] Compiling ThreeMF Texture2DGroup.swift
[85/93] Compiling ThreeMF ThreeMF.swift
[86/93] Compiling ThreeMF Color.swift
[87/93] Compiling ThreeMF TranslucentDisplayProperties.swift
[88/93] Compiling ThreeMF Multiproperties.swift
[89/93] Compiling ThreeMF Component.swift
[90/93] Compiling ThreeMF Mesh.Triangle.swift
[91/93] Compiling ThreeMF Matrix3D.swift
[92/93] Compiling ThreeMF Metadata.swift
[93/93] Compiling ThreeMF Unit.swift
Build complete! (63.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Zip.git"
    },
    {
      "identity" : "nodal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.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/Item.swift",
        "Model/Model.swift",
        "Model/ResourceContainer.swift",
        "Namespace/Attributes.swift",
        "Namespace/Namespace.swift",
        "Namespace/Namespaces/Core.swift",
        "Namespace/Namespaces/Materials.swift",
        "Namespace/Namespaces/TriangleSets.swift",
        "Package/ContentTypes.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/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.