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 CoreXLSX with Swift 6.0 (beta) 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/CoreOffice/CoreXLSX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CoreOffice/CoreXLSX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1391f38 Update README.md (#170)
Cloned https://github.com/CoreOffice/CoreXLSX.git
Revision (git rev-parse @):
1391f3832ea2eeee5186ea8abb81ea49ed0609cc
SUCCESS checkout https://github.com/CoreOffice/CoreXLSX.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/CoreOffice/CoreXLSX.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/68] Compiling XMLCoder ElementAndAttribute.swift
[6/68] Compiling XMLCoder ISO8601DateFormatter.swift
[7/68] Compiling XMLCoder KeyedStorage.swift
[8/68] Compiling XMLCoder Metatypes.swift
[9/68] Compiling XMLCoder String+Extensions.swift
[10/72] Compiling XMLCoder UIntBox.swift
[11/72] Compiling XMLCoder URLBox.swift
[12/72] Compiling XMLCoder UnkeyedBox.swift
[13/72] Compiling XMLCoder ValueBox.swift
[14/72] Compiling XMLCoder Element.swift
[15/72] Compiling XMLCoder EncodingErrorExtension.swift
[16/72] Compiling XMLCoder SingleValueEncodingContainer.swift
[17/72] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[18/72] Compiling XMLCoder XMLEncoder.swift
[19/72] Compiling XMLCoder XMLEncoderImplementation.swift
[20/72] Compiling XMLCoder XMLDecoderImplementation.swift
[21/72] Compiling XMLCoder XMLDecodingStorage.swift
[22/72] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[23/72] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[24/72] Compiling XMLCoder DynamicNodeEncoding.swift
[25/72] Compiling XMLCoder DecodingErrorExtension.swift
[26/72] Compiling XMLCoder DynamicNodeDecoding.swift
[27/72] Compiling XMLCoder SingleValueDecodingContainer.swift
[28/72] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[29/72] Compiling XMLCoder XMLDecoder.swift
[30/72] Compiling XMLCoder KeyedBox.swift
[31/72] Compiling XMLCoder NullBox.swift
[32/72] Compiling XMLCoder SharedBox.swift
[33/72] Compiling XMLCoder SingleKeyedBox.swift
[34/72] Compiling XMLCoder StringBox.swift
[35/72] Compiling XMLCoder XMLChoiceCodingKey.swift
[36/72] Compiling XMLCoder XMLCoderElement.swift
[37/72] Compiling XMLCoder XMLHeader.swift
[38/72] Compiling XMLCoder XMLKey.swift
[39/72] Compiling XMLCoder XMLStackParser.swift
[40/72] Compiling XMLCoder DateBox.swift
[41/72] Compiling XMLCoder DecimalBox.swift
[42/72] Compiling XMLCoder DoubleBox.swift
[43/72] Compiling XMLCoder FloatBox.swift
[44/72] Compiling XMLCoder IntBox.swift
[45/72] Compiling XMLCoder Attribute.swift
[46/72] Compiling XMLCoder BoolBox.swift
[47/72] Compiling XMLCoder Box.swift
[48/72] Compiling XMLCoder ChoiceBox.swift
[49/72] Compiling XMLCoder DataBox.swift
[50/72] Emitting module XMLCoder
[63/72] Emitting module ZIPFoundation
[64/72] Compiling ZIPFoundation FileManager+ZIP.swift
[69/73] Compiling ZIPFoundation URL+ZIP.swift
[70/73] Compiling XMLCoder XMLEncodingStorage.swift
[71/73] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[72/73] Compiling XMLCoder XMLReferencingEncoder.swift
[73/73] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[74/85] Compiling CoreXLSX CellQueries.swift
[75/85] Compiling CoreXLSX Cell.swift
[76/85] Compiling CoreXLSX CellReference.swift
[77/85] Compiling CoreXLSX Worksheet.swift
[78/85] Compiling CoreXLSX ColumnReference.swift
[79/86] Compiling CoreXLSX XLSXFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreXLSX/XLSXFile.swift:115:21: warning: 'extract(_:bufferSize:skipCRC32:progress:consumer:)' is deprecated: Please use `Int` for `bufferSize`.
113 |
114 |     var data = Data()
115 |     _ = try archive.extract(entry, bufferSize: bufferSize) {
    |                     `- warning: 'extract(_:bufferSize:skipCRC32:progress:consumer:)' is deprecated: Please use `Int` for `bufferSize`.
116 |       data += $0
117 |     }
[80/86] Compiling CoreXLSX Relationships.swift
[81/86] Compiling CoreXLSX SharedStrings.swift
[82/86] Compiling CoreXLSX Comments.swift
[83/86] Compiling CoreXLSX Path.swift
[84/86] Emitting module CoreXLSX
[85/86] Compiling CoreXLSX Styles.swift
[86/86] Compiling CoreXLSX Workbook.swift
Build complete! (41.54s)
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/maxdesiatov/XMLCoder.git
[1/5122] Fetching zipfoundation
[104/15133] Fetching zipfoundation, xmlcoder
Fetched https://github.com/maxdesiatov/XMLCoder.git from cache (1.40s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.40s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.14 (0.69s)
Computing version for https://github.com/maxdesiatov/XMLCoder.git
Computed https://github.com/maxdesiatov/XMLCoder.git at 0.14.0 (0.67s)
Creating working copy for https://github.com/maxdesiatov/XMLCoder.git
Working copy of https://github.com/maxdesiatov/XMLCoder.git resolved at 0.14.0
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.14
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maxdesiatov/XMLCoder.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.11",
            "upper_bound" : "0.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "CoreXLSX",
  "name" : "CoreXLSX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreXLSX",
      "targets" : [
        "CoreXLSX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreXLSXTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreXLSXTests",
      "path" : "Tests/CoreXLSXTests",
      "sources" : [
        "Border.swift",
        "CellQueries.swift",
        "CellReference.swift",
        "Comments.swift",
        "Formula.swift",
        "Namespaces.swift",
        "Relationships.swift",
        "SharedStrings.swift",
        "Styles.swift",
        "Workbook.swift",
        "Worksheet.swift",
        "XCTestManifests.swift",
        "XLSXFile.swift"
      ],
      "target_dependencies" : [
        "CoreXLSX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreXLSX",
      "module_type" : "SwiftTarget",
      "name" : "CoreXLSX",
      "path" : "Sources/CoreXLSX",
      "product_dependencies" : [
        "XMLCoder",
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "CoreXLSX"
      ],
      "sources" : [
        "Comments.swift",
        "Path.swift",
        "Relationships.swift",
        "SharedStrings.swift",
        "Styles.swift",
        "Workbook.swift",
        "Worksheet/Cell.swift",
        "Worksheet/CellQueries.swift",
        "Worksheet/CellReference.swift",
        "Worksheet/ColumnReference.swift",
        "Worksheet/Worksheet.swift",
        "XLSXFile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.