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 main (f4cc16), with Swift 6.1 for macOS (SPM) on 31 May 2025 12:44:49 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/ThreeMF.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/ThreeMF
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/tomasf/Zip.git
Fetching https://github.com/tomasf/Nodal.git
[1/660] Fetching nodal
[259/837] Fetching nodal, zip
Fetched https://github.com/tomasf/Zip.git from cache (0.75s)
Fetched https://github.com/tomasf/Nodal.git from cache (0.75s)
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.0.1
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.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.0.1",
          "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
[10/462] Fetching threemf
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.52s)
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 0.3.1 (0.93s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.0.1 (0.45s)
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
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at main (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+Write.swift
[12/52] Compiling Zip ZipArchive+InMemory.swift
[13/52] Compiling Zip ZipArchive+Read.swift
[14/52] Emitting module Zip
[15/52] Compiling Zip ZipArchive+Get.swift
[16/52] Emitting module Nodal
[17/56] Compiling Nodal AttributeSequence.swift
[18/56] Compiling Nodal ChildSequence.swift
[19/56] Compiling Nodal DescendantSequence.swift
[20/56] Compiling Nodal ReverseSiblingSequence.swift
[21/56] Compiling Nodal Node+XMLValueCodableArray.swift
[22/56] Compiling Nodal XMLValueCodable.swift
[23/56] Compiling Nodal Document+Errors.swift
[24/56] Compiling Nodal Document+Input.swift
[25/56] Compiling Nodal Node+xPath.swift
[26/56] Compiling Nodal XPathQuery.swift
[27/56] Compiling Nodal XPathResults.swift
[28/56] Compiling Nodal XPathVariableValue.swift
[29/56] Compiling Nodal Node.Kind.swift
[30/56] Compiling Nodal Node.swift
[31/56] Compiling Nodal OutputOptions.swift
[32/56] Compiling Nodal AncestorAttributeSequence.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 Node+Hierarchy.swift
[38/56] Compiling Nodal Node+MoveCopy.swift
[39/56] Compiling Nodal Node+Names.swift
[40/56] Compiling Nodal Node+Namespaces.swift
[41/56] Compiling Nodal Document.ParseOptions.swift
[42/56] Compiling Nodal Document.swift
[43/56] Compiling Nodal PendingNameRecord.swift
[44/56] Compiling Nodal Encoding.swift
[45/56] Compiling Nodal Node+XMLElementCodable.swift
[46/56] Compiling Nodal XMLElementCodable.swift
[47/56] Compiling Nodal Foundation+XMLValueCodable.swift
[48/56] Compiling Nodal Node+XMLValueCodable.swift
[49/56] Compiling Nodal PugiNode.swift
[50/56] Compiling Nodal Node+Attributes.swift
[51/56] Compiling Nodal Node+Children.swift
[52/56] Compiling Nodal Node+Elements.swift
[53/56] Compiling Nodal Document+Namespaces.swift
[54/56] Compiling Nodal Document+Output.swift
[55/56] Compiling Nodal Document+PendingNameRecords.swift
[56/56] Compiling Nodal Document+RootElement.swift
[57/90] Emitting module ThreeMF
[58/93] Compiling ThreeMF Object.swift
[59/93] Compiling ThreeMF Resource.swift
[60/93] Compiling ThreeMF Texture2D.swift
[61/93] Compiling ThreeMF MetallicDisplayProperties.swift
[62/93] Compiling ThreeMF MetallicTextureDisplayProperties.swift
[63/93] Compiling ThreeMF SpecularDisplayProperties.swift
[64/93] Compiling ThreeMF SpecularTextureDisplayProperties.swift
[65/93] Compiling ThreeMF TranslucentDisplayProperties.swift
[66/93] Compiling ThreeMF Multiproperties.swift
[67/93] Compiling ThreeMF Component.swift
[68/93] Compiling ThreeMF Mesh.Triangle.swift
[69/93] Compiling ThreeMF Extensions.swift
[70/93] Compiling ThreeMF Item.swift
[71/93] Compiling ThreeMF Model.swift
[72/93] Compiling ThreeMF ResourceContainer.swift
[73/93] Compiling ThreeMF Texture2DGroup.swift
[74/93] Compiling ThreeMF ThreeMF.swift
[75/93] Compiling ThreeMF Color.swift
[76/93] Compiling ThreeMF Attributes.swift
[77/93] Compiling ThreeMF Namespace.swift
[78/93] Compiling ThreeMF Core.swift
[79/93] Compiling ThreeMF Materials.swift
[80/93] Compiling ThreeMF Mesh.TriangleSet.swift
[81/93] Compiling ThreeMF Mesh.Vertex.swift
[82/93] Compiling ThreeMF Mesh.swift
[83/93] Compiling ThreeMF TriangleSets.swift
[84/93] Compiling ThreeMF ContentTypes.swift
[85/93] Compiling ThreeMF PackageReader.swift
[86/93] Compiling ThreeMF PackageWriter.swift
[87/93] Compiling ThreeMF Relationship.swift
[88/93] Compiling ThreeMF BaseMaterial.swift
[89/93] Compiling ThreeMF ColorGroup.swift
[90/93] Compiling ThreeMF CompositeMaterial.swift
[91/93] Compiling ThreeMF Matrix3D.swift
[92/93] Compiling ThreeMF Metadata.swift
[93/93] Compiling ThreeMF Unit.swift
Build complete! (61.53s)
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.