This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RCKML with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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 04fe13f Updated package and added podspec
Cloned https://github.com/RCCoop/RCKML.git
Revision (git rev-parse @):
04fe13fc8a409d9a1b12434f70d0c52562a6629f
SUCCESS checkout https://github.com/RCCoop/RCKML.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/RCCoop/RCKML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/28] Compiling ZIPFoundation FileManager+ZIP.swift
[6/29] Compiling AEXML Error.swift
[7/29] Compiling AEXML Parser.swift
[8/29] Compiling AEXML Options.swift
[9/29] Compiling ZIPFoundation Entry+ZIP64.swift
[10/29] Compiling ZIPFoundation Entry.swift
[11/29] Compiling ZIPFoundation Data+Serialization.swift
[12/29] Compiling ZIPFoundation Entry+Serialization.swift
[13/29] Compiling ZIPFoundation Archive+Writing.swift
[14/29] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[15/29] Compiling ZIPFoundation Archive+MemoryFile.swift
[16/29] Compiling ZIPFoundation Archive+Progress.swift
[17/29] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[18/29] Compiling ZIPFoundation Archive+Helpers.swift
[19/29] Compiling ZIPFoundation Archive+Reading.swift
[20/29] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[21/29] Emitting module ZIPFoundation
[22/29] Compiling ZIPFoundation Archive+ZIP64.swift
[23/29] Compiling ZIPFoundation Archive.swift
[24/29] Compiling ZIPFoundation Data+Compression.swift
[25/29] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[26/29] Compiling AEXML Element.swift
[27/29] Compiling AEXML Document.swift
[28/29] Emitting module AEXML
[29/29] Compiling ZIPFoundation URL+ZIP.swift
[30/50] Emitting module RCKML
[31/52] Compiling RCKML KMLStyle.swift
[32/52] Compiling RCKML KMLStyleMap.swift
[33/52] Compiling RCKML KMLLineStyle.swift
[34/52] Compiling RCKML KMLPolyStyle.swift
[35/52] Compiling RCKML KMLPoint.swift
[36/52] Compiling RCKML KMLPolygon.swift
[37/52] Compiling RCKML KMLCoordinates.swift
[38/52] Compiling RCKML KMLLineString.swift
[39/52] Compiling RCKML KMLMultiGeometry.swift
[40/52] Compiling RCKML KMLErrors.swift
[41/52] Compiling RCKML KMLContainer.swift
[42/52] Compiling RCKML KMLGeometry.swift
[43/52] Compiling RCKML KMLKnownTypes.swift
[44/52] Compiling RCKML KMLElement.swift
[45/52] Compiling RCKML KMLFeature.swift
[46/52] Compiling RCKML KMLStyleUrl.swift
[47/52] Compiling RCKML UTType+KML.swift
[48/52] Compiling RCKML KMLStyleProtocols.swift
[49/52] Compiling RCKML KMLColor.swift
[50/52] Compiling RCKML KMLDocument.swift
[51/52] Compiling RCKML KMLFolder.swift
[52/52] Compiling RCKML KMLPlacemark.swift
Build complete! (50.89s)
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/tadija/AEXML.git
[1/5122] Fetching zipfoundation
[104/7217] Fetching zipfoundation, aexml
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.33s)
Fetched https://github.com/tadija/AEXML.git from cache (1.33s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.16 (0.68s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.67s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.16
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.