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 iCalendarParser, reference 0.2.0 (f87378), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:30:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmail-me/icalendarparser.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmail-me/icalendarparser
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f87378c Merge pull request #4 from hannojg/feat/add-rrule-to-event
Cloned https://github.com/dmail-me/icalendarparser.git
Revision (git rev-parse @):
f87378ca7b2d59533c9562324b17a8caf20f26a2
SUCCESS checkout https://github.com/dmail-me/icalendarparser.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dmail-me/icalendarparser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling iCalendarParser ParticipationStatus.swift
[4/21] Compiling iCalendarParser ICTimeZone.swift
[5/21] Compiling iCalendarParser ICalendar.swift
[6/21] Compiling iCalendarParser ICComponentType.swift
[7/21] Compiling iCalendarParser ICComponentable.swift
[8/21] Compiling iCalendarParser ICRRule.swift
[9/21] Compiling iCalendarParser ICSubTimeZone.swift
[10/21] Compiling iCalendarParser ICEvent.swift
[11/21] Compiling iCalendarParser ICProductIdentifier.swift
[12/21] Compiling iCalendarParser ICFormatter.swift
[13/21] Compiling iCalendarParser DateTimeType.swift
[14/21] Compiling iCalendarParser ICAttendee.swift
[15/21] Compiling iCalendarParser ICComponent.swift
[16/21] Compiling iCalendarParser ICDateTime.swift
[17/21] Compiling iCalendarParser ICDateTimes.swift
[18/21] Emitting module iCalendarParser
[19/21] Compiling iCalendarParser PropertyBuilder.swift
[20/21] Compiling iCalendarParser Constant.swift
[21/21] Compiling iCalendarParser ICParser.swift
Build complete! (8.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iCalendarParser",
  "name" : "iCalendarParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "iCalendarParser",
      "targets" : [
        "iCalendarParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iCalendarParserTests",
      "module_type" : "SwiftTarget",
      "name" : "iCalendarParserTests",
      "path" : "Tests/iCalendarParserTests",
      "sources" : [
        "AttendeesTests.swift",
        "DateTimeTypeTests.swift",
        "GetPropertiesTests.swift",
        "ProductIdentifierTests.swift",
        "RRuleTests.swift"
      ],
      "target_dependencies" : [
        "iCalendarParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iCalendarParser",
      "module_type" : "SwiftTarget",
      "name" : "iCalendarParser",
      "path" : "Sources/iCalendarParser",
      "product_memberships" : [
        "iCalendarParser"
      ],
      "sources" : [
        "Builder/PropertyBuilder.swift",
        "Constant/Constant.swift",
        "Formatter/ICFormatter.swift",
        "Models/DateTimeType.swift",
        "Models/ICAttendee.swift",
        "Models/ICComponent.swift",
        "Models/ICComponentType.swift",
        "Models/ICComponentable.swift",
        "Models/ICDateTime.swift",
        "Models/ICDateTimes.swift",
        "Models/ICEvent.swift",
        "Models/ICProductIdentifier.swift",
        "Models/ICRRule.swift",
        "Models/ICSubTimeZone.swift",
        "Models/ICTimeZone.swift",
        "Models/ICalendar.swift",
        "Models/ParticipationStatus.swift",
        "Parser/ICParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.