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

Successful build of ThreeMF, reference main (a0a03b), with Swift 6.1 for macOS (SPM) on 1 May 2025 05:56:17 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.61.2
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 a0a03b6 Make Metadata preserve parameter properly optional in initializer
Cloned https://github.com/tomasf/ThreeMF.git
Revision (git rev-parse @):
a0a03b682c4afc8f58fa0543fa64e6d3d8ccee42
SUCCESS checkout https://github.com/tomasf/ThreeMF.git at main
Fetching https://github.com/tomasf/Nodal.git
Fetching https://github.com/tomasf/Zip.git
[1/660] Fetching nodal
[628/837] Fetching nodal, zip
Fetched https://github.com/tomasf/Nodal.git from cache (0.78s)
Fetched https://github.com/tomasf/Zip.git from cache (0.78s)
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.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
[1/443] Fetching threemf
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.49s)
Fetching https://github.com/tomasf/Nodal.git from cache
Fetching https://github.com/tomasf/Zip.git from cache
Fetched https://github.com/tomasf/Zip.git from cache (0.42s)
Fetched https://github.com/tomasf/Nodal.git from cache (0.45s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.1 (0.91s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.0.1 (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/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at main (a0a03b6)
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.0.1
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 ZipArchive.swift
[9/52] Compiling Zip ZipError.swift
[10/52] Compiling Zip ZipArchive+Write.swift
[11/52] Compiling Zip ZipArchive+Get.swift
[12/52] Emitting module Zip
[13/52] Compiling Zip ZipArchive+InMemory.swift
[14/52] Compiling Zip ZipArchive+Read.swift
[15/52] Compiling Zip ZipArchive+OnDisk.swift
[16/52] Emitting module Nodal
[17/56] Compiling Nodal Node+xPath.swift
[18/56] Compiling Nodal XPathQuery.swift
[19/56] Compiling Nodal XPathResults.swift
[20/56] Compiling Nodal XPathVariableValue.swift
[21/56] Compiling Nodal PugiNode.swift
[22/56] Compiling Nodal Node+Attributes.swift
[23/56] Compiling Nodal Node+Children.swift
[24/56] Compiling Nodal Node+Elements.swift
[25/56] Compiling Nodal Node.Kind.swift
[26/56] Compiling Nodal Node.swift
[27/56] Compiling Nodal OutputOptions.swift
[28/56] Compiling Nodal AncestorAttributeSequence.swift
[29/56] Compiling Nodal Node+Hierarchy.swift
[30/56] Compiling Nodal Node+MoveCopy.swift
[31/56] Compiling Nodal Node+Names.swift
[32/56] Compiling Nodal Node+Namespaces.swift
[33/56] Compiling Nodal Document.ParseOptions.swift
[34/56] Compiling Nodal Document.swift
[35/56] Compiling Nodal PendingNameRecord.swift
[36/56] Compiling Nodal Encoding.swift
[37/56] Compiling Nodal Node+XMLValueCodableArray.swift
[38/56] Compiling Nodal XMLValueCodable.swift
[39/56] Compiling Nodal Document+Errors.swift
[40/56] Compiling Nodal Document+Input.swift
[41/56] Compiling Nodal Node+XMLElementCodable.swift
[42/56] Compiling Nodal XMLElementCodable.swift
[43/56] Compiling Nodal Foundation+XMLValueCodable.swift
[44/56] Compiling Nodal Node+XMLValueCodable.swift
[45/56] Compiling Nodal ExpandedName+Pending.swift
[46/56] Compiling Nodal ExpandedName.swift
[47/56] Compiling Nodal Extensions.swift
[48/56] Compiling Nodal Pugi.swift
[49/56] Compiling Nodal AttributeSequence.swift
[50/56] Compiling Nodal ChildSequence.swift
[51/56] Compiling Nodal DescendantSequence.swift
[52/56] Compiling Nodal ReverseSiblingSequence.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 Extensions.swift
[59/93] Compiling ThreeMF Item.swift
[60/93] Compiling ThreeMF Model.swift
[61/93] Compiling ThreeMF ResourceContainer.swift
[62/93] Compiling ThreeMF MetallicDisplayProperties.swift
[63/93] Compiling ThreeMF MetallicTextureDisplayProperties.swift
[64/93] Compiling ThreeMF SpecularDisplayProperties.swift
[65/93] Compiling ThreeMF SpecularTextureDisplayProperties.swift
[66/93] Compiling ThreeMF Texture2DGroup.swift
[67/93] Compiling ThreeMF ThreeMF.swift
[68/93] Compiling ThreeMF Color.swift
[69/93] Compiling ThreeMF TriangleSets.swift
[70/93] Compiling ThreeMF ContentTypes.swift
[71/93] Compiling ThreeMF PackageReader.swift
[72/93] Compiling ThreeMF PackageWriter.swift
[73/93] Compiling ThreeMF Object.swift
[74/93] Compiling ThreeMF Resource.swift
[75/93] Compiling ThreeMF Texture2D.swift
[76/93] Compiling ThreeMF Mesh.TriangleSet.swift
[77/93] Compiling ThreeMF Mesh.Vertex.swift
[78/93] Compiling ThreeMF Mesh.swift
[79/93] Compiling ThreeMF Attributes.swift
[80/93] Compiling ThreeMF Namespace.swift
[81/93] Compiling ThreeMF Core.swift
[82/93] Compiling ThreeMF Materials.swift
[83/93] Compiling ThreeMF Relationship.swift
[84/93] Compiling ThreeMF BaseMaterial.swift
[85/93] Compiling ThreeMF ColorGroup.swift
[86/93] Compiling ThreeMF CompositeMaterial.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! (62.62s)
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.