fix error
This commit is contained in:
parent
ddebbf8a22
commit
5386dab251
|
@ -31,6 +31,10 @@ matrix:
|
||||||
osx_image: xcode11.3
|
osx_image: xcode11.3
|
||||||
sudo: required
|
sudo: required
|
||||||
env: SWIFT_SNAPSHOT=5.1.3 SWIFT_TEST_ARGS="--parallel"
|
env: SWIFT_SNAPSHOT=5.1.3 SWIFT_TEST_ARGS="--parallel"
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode13.3
|
||||||
|
sudo: required
|
||||||
|
env: SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT SWIFT_TEST_ARGS="--parallel"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/IBM-Swift/Package-Builder.git
|
- git clone https://github.com/IBM-Swift/Package-Builder.git
|
||||||
|
|
|
@ -28,7 +28,7 @@ final class UnfairLock: NSLocking {
|
||||||
}
|
}
|
||||||
|
|
||||||
func tryLock() -> Bool {
|
func tryLock() -> Bool {
|
||||||
os_unfair_lock_trylock(unfairLock)
|
return os_unfair_lock_trylock(unfairLock)
|
||||||
}
|
}
|
||||||
|
|
||||||
func unlock() {
|
func unlock() {
|
||||||
|
|
|
@ -401,6 +401,7 @@
|
||||||
BD3B5C2F1FC06423001FDB3B /* SwiftSoup.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftSoup.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
BD3B5C2F1FC06423001FDB3B /* SwiftSoup.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftSoup.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
BD3B5C301FC06424001FDB3B /* InfoWatchOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = InfoWatchOS.plist; path = /Users/nabil/Documents/nabil/SwiftSoup/Sources/InfoWatchOS.plist; sourceTree = "<absolute>"; };
|
BD3B5C301FC06424001FDB3B /* InfoWatchOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = InfoWatchOS.plist; path = /Users/nabil/Documents/nabil/SwiftSoup/Sources/InfoWatchOS.plist; sourceTree = "<absolute>"; };
|
||||||
BD76883E206D8B6900B7F940 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
|
BD76883E206D8B6900B7F940 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
|
||||||
|
BDCCDAA827F710000047B769 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .travis.yml; sourceTree = "<group>"; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
@ -566,6 +567,7 @@
|
||||||
8CE4180C1DAA54A900240B42 = {
|
8CE4180C1DAA54A900240B42 = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
BDCCDAA827F710000047B769 /* .travis.yml */,
|
||||||
BD36975B20135EBB00D8FAC6 /* SwiftSoup.podspec */,
|
BD36975B20135EBB00D8FAC6 /* SwiftSoup.podspec */,
|
||||||
BD76883E206D8B6900B7F940 /* CHANGELOG.md */,
|
BD76883E206D8B6900B7F940 /* CHANGELOG.md */,
|
||||||
8CE418181DAA54A900240B42 /* Sources */,
|
8CE418181DAA54A900240B42 /* Sources */,
|
||||||
|
|
Loading…
Reference in New Issue