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 RCKML, reference main (0a3fce), with Swift 6.1 for macOS (SPM) on 22 Jul 2025 01:22:11 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RCCoop/RCKML.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RCCoop/RCKML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0a3fce2 Merge pull request #1 from PasiSalenius/main
Cloned https://github.com/RCCoop/RCKML.git
Revision (git rev-parse @):
0a3fce2e7dbe7ae113fae086db0f9950908f3823
SUCCESS checkout https://github.com/RCCoop/RCKML.git at main
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
[2/7726] Fetching aexml, zipfoundation
Fetched https://github.com/tadija/AEXML.git from cache (1.25s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.25s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.16 (1.89s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.58s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.16
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.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": "rckml",
      "name": "RCKML",
      "url": "https://github.com/RCCoop/RCKML.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RCKML",
      "dependencies": [
        {
          "identity": "aexml",
          "name": "AEXML",
          "url": "https://github.com/tadija/AEXML.git",
          "version": "4.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AEXML",
          "dependencies": [
          ]
        },
        {
          "identity": "zipfoundation",
          "name": "ZIPFoundation",
          "url": "https://github.com/weichsel/ZIPFoundation.git",
          "version": "0.9.19",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZIPFoundation",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RCCoop/RCKML.git
[9/401] Fetching rckml
Fetched https://github.com/RCCoop/RCKML.git from cache (0.72s)
Fetching https://github.com/tadija/AEXML.git from cache
Fetching https://github.com/weichsel/ZIPFoundation.git from cache
Fetched https://github.com/tadija/AEXML.git from cache (0.47s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.47s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.95s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.47s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
Creating working copy for https://github.com/RCCoop/RCKML.git
Working copy of https://github.com/RCCoop/RCKML.git resolved at main (0a3fce2)
warning: '.resolve-product-dependencies': dependency 'rckml' is not used by any target
Found 2 product dependencies
  - AEXML
  - ZIPFoundation
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RCCoop/RCKML.git
https://github.com/RCCoop/RCKML.git
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "RCKML",
  "name" : "RCKML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RCKML",
      "targets" : [
        "RCKML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RCKMLTests",
      "module_type" : "SwiftTarget",
      "name" : "RCKMLTests",
      "path" : "Tests/RCKMLTests",
      "product_dependencies" : [
        "AEXML",
        "ZIPFoundation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RCKMLTests/GoogleTest.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RCKMLTests/GoogleTest.kml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RCKMLTests.swift"
      ],
      "target_dependencies" : [
        "RCKML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RCKML",
      "module_type" : "SwiftTarget",
      "name" : "RCKML",
      "path" : "Sources/RCKML",
      "product_dependencies" : [
        "AEXML",
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "RCKML"
      ],
      "sources" : [
        "Features/KMLDocument.swift",
        "Features/KMLFolder.swift",
        "Features/KMLPlacemark.swift",
        "Geometries/KMLCoordinates.swift",
        "Geometries/KMLLineString.swift",
        "Geometries/KMLMultiGeometry.swift",
        "Geometries/KMLPoint.swift",
        "Geometries/KMLPolygon.swift",
        "KMLErrors.swift",
        "Protocols/KMLContainer.swift",
        "Protocols/KMLElement.swift",
        "Protocols/KMLFeature.swift",
        "Protocols/KMLGeometry.swift",
        "Protocols/KMLKnownTypes.swift",
        "Protocols/KMLStyleProtocols.swift",
        "Styles/KMLColor.swift",
        "Styles/KMLLineStyle.swift",
        "Styles/KMLPolyStyle.swift",
        "Styles/KMLStyle.swift",
        "Styles/KMLStyleMap.swift",
        "Styles/KMLStyleUrl.swift",
        "UTType+KML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/28] Emitting module ZIPFoundation
[6/29] Compiling ZIPFoundation Archive+Reading.swift
[7/29] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[8/29] Compiling ZIPFoundation FileManager+ZIP.swift
[9/29] Compiling ZIPFoundation Data+Serialization.swift
[10/29] Compiling ZIPFoundation Entry+Serialization.swift
[11/29] Compiling ZIPFoundation Entry+ZIP64.swift
[12/29] Compiling ZIPFoundation Entry.swift
[13/29] Compiling AEXML Options.swift
[14/29] Compiling AEXML Parser.swift
[15/29] Compiling ZIPFoundation Archive+ZIP64.swift
[16/29] Compiling ZIPFoundation Archive.swift
[17/29] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[18/29] Compiling ZIPFoundation Archive+Helpers.swift
[19/29] Compiling ZIPFoundation Archive+MemoryFile.swift
[20/29] Compiling ZIPFoundation Archive+Progress.swift
[21/29] Compiling ZIPFoundation Data+Compression.swift
[22/29] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[23/29] Compiling ZIPFoundation Archive+Writing.swift
[24/29] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[25/29] Compiling AEXML Element.swift
[26/29] Compiling AEXML Document.swift
[27/29] Compiling AEXML Error.swift
[28/29] Emitting module AEXML
[29/29] Compiling ZIPFoundation URL+ZIP.swift
[30/50] Emitting module RCKML
[31/52] Compiling RCKML KMLGeometry.swift
[32/52] Compiling RCKML KMLKnownTypes.swift
[33/52] Compiling RCKML KMLPoint.swift
[34/52] Compiling RCKML KMLPolygon.swift
[35/52] Compiling RCKML KMLDocument.swift
[36/52] Compiling RCKML KMLFolder.swift
[37/52] Compiling RCKML KMLPlacemark.swift
[38/52] Compiling RCKML KMLCoordinates.swift
[39/52] Compiling RCKML KMLLineString.swift
[40/52] Compiling RCKML KMLMultiGeometry.swift
[41/52] Compiling RCKML KMLLineStyle.swift
[42/52] Compiling RCKML KMLPolyStyle.swift
[43/52] Compiling RCKML KMLElement.swift
[44/52] Compiling RCKML KMLFeature.swift
[45/52] Compiling RCKML KMLStyleUrl.swift
[46/52] Compiling RCKML UTType+KML.swift
[47/52] Compiling RCKML KMLStyle.swift
[48/52] Compiling RCKML KMLStyleMap.swift
[49/52] Compiling RCKML KMLStyleProtocols.swift
[50/52] Compiling RCKML KMLColor.swift
[51/52] Compiling RCKML KMLErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/RCKML/Protocols/KMLContainer.swift:86:73: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
 84 |     func listContents(indentation: Int = 0) {
 85 |         for feature in features {
 86 |             var basic = "\(String(repeating: ".", count: indentation))\(feature.name): \(String(describing: type(of: feature)))"
    |                                                                         |       |- note: use 'String(describing:)' to silence this warning
    |                                                                         |       `- note: provide a default value to avoid this warning
    |                                                                         `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
 87 |
 88 |             if let placemark = feature as? KMLPlacemark {
[52/52] Compiling RCKML KMLContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RCKML/Protocols/KMLContainer.swift:86:73: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
 84 |     func listContents(indentation: Int = 0) {
 85 |         for feature in features {
 86 |             var basic = "\(String(repeating: ".", count: indentation))\(feature.name): \(String(describing: type(of: feature)))"
    |                                                                         |       |- note: use 'String(describing:)' to silence this warning
    |                                                                         |       `- note: provide a default value to avoid this warning
    |                                                                         `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
 87 |
 88 |             if let placemark = feature as? KMLPlacemark {
Build complete! (13.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "RCKML",
  "name" : "RCKML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RCKML",
      "targets" : [
        "RCKML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RCKMLTests",
      "module_type" : "SwiftTarget",
      "name" : "RCKMLTests",
      "path" : "Tests/RCKMLTests",
      "product_dependencies" : [
        "AEXML",
        "ZIPFoundation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RCKMLTests/GoogleTest.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RCKMLTests/GoogleTest.kml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RCKMLTests.swift"
      ],
      "target_dependencies" : [
        "RCKML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RCKML",
      "module_type" : "SwiftTarget",
      "name" : "RCKML",
      "path" : "Sources/RCKML",
      "product_dependencies" : [
        "AEXML",
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "RCKML"
      ],
      "sources" : [
        "Features/KMLDocument.swift",
        "Features/KMLFolder.swift",
        "Features/KMLPlacemark.swift",
        "Geometries/KMLCoordinates.swift",
        "Geometries/KMLLineString.swift",
        "Geometries/KMLMultiGeometry.swift",
        "Geometries/KMLPoint.swift",
        "Geometries/KMLPolygon.swift",
        "KMLErrors.swift",
        "Protocols/KMLContainer.swift",
        "Protocols/KMLElement.swift",
        "Protocols/KMLFeature.swift",
        "Protocols/KMLGeometry.swift",
        "Protocols/KMLKnownTypes.swift",
        "Protocols/KMLStyleProtocols.swift",
        "Styles/KMLColor.swift",
        "Styles/KMLLineStyle.swift",
        "Styles/KMLPolyStyle.swift",
        "Styles/KMLStyle.swift",
        "Styles/KMLStyleMap.swift",
        "Styles/KMLStyleUrl.swift",
        "UTType+KML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.